aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2019-10-08 19:39:57 +0000
committerGerald Combs <gerald@wireshark.org>2019-10-08 22:08:41 +0000
commit3d7cd2ed6b6ee7cc5f663ccd551df44c28cf9fa6 (patch)
treeea9b207dd07e9c6f6fc659b7b601deae105061dc
parente76f518913bc238c12da892f485d59aaec797a57 (diff)
amp: remove duplicate copyright
Only need SPDX-License-Identifier Change-Id: Ib7bae961acb5810d99a3e44d4f5a7fe437bb6133 Reviewed-on: https://code.wireshark.org/review/34748 Reviewed-by: Gerald Combs <gerald@wireshark.org>
-rw-r--r--epan/dissectors/packet-amp.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/epan/dissectors/packet-amp.c b/epan/dissectors/packet-amp.c
index fb47494f25..567f3a6bd1 100644
--- a/epan/dissectors/packet-amp.c
+++ b/epan/dissectors/packet-amp.c
@@ -7,20 +7,6 @@
* 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 can obtain a version of the GNU General Public License by writing
- * to the Free Software Foundation, Inc., 51 Franklin Street,
- * Fifth Floor, Boston, MA 02110-1301 USA.
- *
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "config.h"