aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/G729
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-02-02 11:52:41 +0100
committerMichael Mann <mmann78@netscape.net>2018-02-02 13:38:26 +0000
commit016e407702a7b0e308d4beb9aff8cdd4e9291806 (patch)
treee8b32ecc9492a95e9351e840f1733f8a38a728b5 /codecs/G729
parentc55974facc30d1bc6a07599bb17a27fa1399afdc (diff)
codex: use SPDX identifiers.
Change-Id: I02f43e660484e9c0ebce96b42dbdd7b4229a1198 Reviewed-on: https://code.wireshark.org/review/25560 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'codecs/G729')
-rw-r--r--codecs/G729/G729decode.c15
-rw-r--r--codecs/G729/G729decode.h15
2 files changed, 2 insertions, 28 deletions
diff --git a/codecs/G729/G729decode.c b/codecs/G729/G729decode.c
index 1594a5f9b4..b73e783692 100644
--- a/codecs/G729/G729decode.c
+++ b/codecs/G729/G729decode.c
@@ -5,20 +5,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"
diff --git a/codecs/G729/G729decode.h b/codecs/G729/G729decode.h
index 5ccd1a9782..36110329f3 100644
--- a/codecs/G729/G729decode.h
+++ b/codecs/G729/G729decode.h
@@ -5,20 +5,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+*/
#ifndef __CODECS_G729DECODE_H__
#define __CODECS_G729DECODE_H__