aboutsummaryrefslogtreecommitdiffstats
path: root/library/IPA_Emulation.ttcnpp
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-05-27 11:54:11 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-27 10:00:06 +0000
commit34b5a95d09aff3ead090cde984200019a43751ec (patch)
tree43927cace50a4b99e2a8f3e2777eb4ebf5e9b6aa /library/IPA_Emulation.ttcnpp
parent1490695778e166ed0393f50ba9086fb1a5c27b27 (diff)
cosmetic: Update copyright statement, license notice and SPDX
Some of our files didn't have a copyright notice at all, let's add it. Also, update the notices in other files and ensure a SPDX identifier is present in all but the most trivial files. Change-Id: If7fa19ce484b415bc645e39b3d0d666b44b5f0fd
Diffstat (limited to 'library/IPA_Emulation.ttcnpp')
-rw-r--r--library/IPA_Emulation.ttcnpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/library/IPA_Emulation.ttcnpp b/library/IPA_Emulation.ttcnpp
index a2066ee5..3180621e 100644
--- a/library/IPA_Emulation.ttcnpp
+++ b/library/IPA_Emulation.ttcnpp
@@ -8,11 +8,14 @@ module IPA_Emulation {
* GSUP. IT hence transcodes messages so the user can work with abstract data types rather
* than binary messages. It handles multiple packets inside one TCP segment.
*
- * (C) 2017-2018 by Harald Welte <laforge@gnumonks.org>
+ * (C) 2017-2019 by Harald Welte <laforge@gnumonks.org>
+ * contributions by sysmocom - s.f.m.c. GmbH
* All rights reserved.
*
* Released under the terms of GNU General Public License, Version 2 or
* (at your option) any later version.
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
*/
import from IPA_Types all;