aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-07-22 12:05:52 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-07-22 12:06:26 +0200
commit21d03d3912d54ab69778893ca2c8d2ff07a6fe15 (patch)
tree561a53b8e6a71fcd14bcfbd6faaaa88db4c1f261 /tests
parentcosmetic: Fix trailing whitespace in several files (diff)
downloadOsmoTRX-21d03d3912d54ab69778893ca2c8d2ff07a6fe15.tar.xz
OsmoTRX-21d03d3912d54ab69778893ca2c8d2ff07a6fe15.zip
Add SPDX annotation
Related: OS#3515 Change-Id: I3719bd8dc015569ecd81928fc079e27593cdca09
Diffstat (limited to 'tests')
-rw-r--r--tests/CommonLibs/BitVectorTest.cpp1
-rw-r--r--tests/CommonLibs/InterthreadTest.cpp1
-rw-r--r--tests/CommonLibs/LogTest.cpp1
-rw-r--r--tests/CommonLibs/PRBSTest.cpp2
-rw-r--r--tests/CommonLibs/TimevalTest.cpp1
-rw-r--r--tests/CommonLibs/VectorTest.cpp1
6 files changed, 7 insertions, 0 deletions
diff --git a/tests/CommonLibs/BitVectorTest.cpp b/tests/CommonLibs/BitVectorTest.cpp
index 74c7d45..440ace1 100644
--- a/tests/CommonLibs/BitVectorTest.cpp
+++ b/tests/CommonLibs/BitVectorTest.cpp
@@ -1,6 +1,7 @@
/*
* Copyright 2008 Free Software Foundation, Inc.
*
+* SPDX-License-Identifier: AGPL-3.0+
*
* This software is distributed under the terms of the GNU Affero Public License.
* See the COPYING file in the main directory for details.
diff --git a/tests/CommonLibs/InterthreadTest.cpp b/tests/CommonLibs/InterthreadTest.cpp
index c131c2a..462df08 100644
--- a/tests/CommonLibs/InterthreadTest.cpp
+++ b/tests/CommonLibs/InterthreadTest.cpp
@@ -1,6 +1,7 @@
/*
* Copyright 2008 Free Software Foundation, Inc.
*
+* SPDX-License-Identifier: AGPL-3.0+
*
* This software is distributed under the terms of the GNU Affero Public License.
* See the COPYING file in the main directory for details.
diff --git a/tests/CommonLibs/LogTest.cpp b/tests/CommonLibs/LogTest.cpp
index 5e51ce7..0087070 100644
--- a/tests/CommonLibs/LogTest.cpp
+++ b/tests/CommonLibs/LogTest.cpp
@@ -2,6 +2,7 @@
* Copyright 2009 Free Software Foundation, Inc.
* Copyright 2010 Kestrel Signal Processing, Inc.
*
+* SPDX-License-Identifier: AGPL-3.0+
*
* This software is distributed under the terms of the GNU Affero Public License.
* See the COPYING file in the main directory for details.
diff --git a/tests/CommonLibs/PRBSTest.cpp b/tests/CommonLibs/PRBSTest.cpp
index b83e93d..cb5ed41 100644
--- a/tests/CommonLibs/PRBSTest.cpp
+++ b/tests/CommonLibs/PRBSTest.cpp
@@ -1,6 +1,8 @@
/*
* Copyright (C) 2017 Alexander Chemeris <Alexander.Chemeris@fairwaves.co>
*
+ * SPDX-License-Identifier: LGPL-2.1+
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
diff --git a/tests/CommonLibs/TimevalTest.cpp b/tests/CommonLibs/TimevalTest.cpp
index b822982..6a45d3b 100644
--- a/tests/CommonLibs/TimevalTest.cpp
+++ b/tests/CommonLibs/TimevalTest.cpp
@@ -1,6 +1,7 @@
/*
* Copyright 2008 Free Software Foundation, Inc.
*
+* SPDX-License-Identifier: AGPL-3.0+
*
* This software is distributed under the terms of the GNU Affero Public License.
* See the COPYING file in the main directory for details.
diff --git a/tests/CommonLibs/VectorTest.cpp b/tests/CommonLibs/VectorTest.cpp
index 6958889..292d56a 100644
--- a/tests/CommonLibs/VectorTest.cpp
+++ b/tests/CommonLibs/VectorTest.cpp
@@ -1,6 +1,7 @@
/*
* Copyright 2008 Free Software Foundation, Inc.
*
+* SPDX-License-Identifier: AGPL-3.0+
*
* This software is distributed under the terms of the GNU Affero Public License.
* See the COPYING file in the main directory for details.