diff options
author | Gerald Combs <gerald@wireshark.org> | 2017-11-08 15:43:53 +0000 |
---|---|---|
committer | Michael Mann <mmann78@netscape.net> | 2017-11-09 20:03:51 +0000 |
commit | 775bbbcded718ffe6d429bb68e1170b2ef3f7778 (patch) | |
tree | 5053c170a675bcce2e0e79b82b3ad10574632e7d /sharkd_daemon.c | |
parent | 50b91d0b4dd057608e521d0a6e82bf08eacff812 (diff) | |
download | wireshark-775bbbcded718ffe6d429bb68e1170b2ef3f7778.tar.gz wireshark-775bbbcded718ffe6d429bb68e1170b2ef3f7778.tar.bz2 wireshark-775bbbcded718ffe6d429bb68e1170b2ef3f7778.zip |
Start using SPDX license identifiers.
A while back Graham pointed out the SPDX project (spdx.org), which is
working on standardizing license specifications:
https://www.wireshark.org/lists/wireshark-dev/201509/msg00119.html
Appendix V of the specification describes a short identifier
(SPDX-License-Identifier) that you can use in place of boilerplate in
your source files:
https://spdx.org/spdx-specification-21-web-version#h.twlc0ztnng3b
Start the conversion process with our top-level C and C++ files.
Change-Id: Iba1d835776714deb6285e2181e8ca17f95221878
Reviewed-on: https://code.wireshark.org/review/24302
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Reviewed-by: Balint Reczey <balint@balintreczey.hu>
Tested-by: Petri Dish Buildbot
Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'sharkd_daemon.c')
-rw-r--r-- | sharkd_daemon.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/sharkd_daemon.c b/sharkd_daemon.c index f9b44cb2b6..230534914f 100644 --- a/sharkd_daemon.c +++ b/sharkd_daemon.c @@ -6,19 +6,7 @@ * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * SPDX-License-Identifier: GPL-2.0+ */ #include <config.h> |