aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs
diff options
context:
space:
mode:
Diffstat (limited to 'CommonLibs')
-rw-r--r--CommonLibs/BitVector.cpp1
-rw-r--r--CommonLibs/BitVector.h2
-rw-r--r--CommonLibs/Interthread.h2
-rw-r--r--CommonLibs/LinkedLists.cpp1
-rw-r--r--CommonLibs/LinkedLists.h5
-rw-r--r--CommonLibs/Logger.cpp1
-rw-r--r--CommonLibs/Logger.h2
-rw-r--r--CommonLibs/PRBS.h2
-rw-r--r--CommonLibs/Threads.cpp1
-rw-r--r--CommonLibs/Threads.h2
-rw-r--r--CommonLibs/Timeval.cpp1
-rw-r--r--CommonLibs/Timeval.h2
-rw-r--r--CommonLibs/Utils.cpp2
-rw-r--r--CommonLibs/Utils.h2
-rw-r--r--CommonLibs/Vector.h2
-rw-r--r--CommonLibs/debug.c23
-rw-r--r--CommonLibs/osmo_signal.h2
17 files changed, 52 insertions, 1 deletions
diff --git a/CommonLibs/BitVector.cpp b/CommonLibs/BitVector.cpp
index cf408cd..26b44ee 100644
--- a/CommonLibs/BitVector.cpp
+++ b/CommonLibs/BitVector.cpp
@@ -1,6 +1,7 @@
/*
* Copyright 2008, 2009 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/CommonLibs/BitVector.h b/CommonLibs/BitVector.h
index 559dd99..16a1587 100644
--- a/CommonLibs/BitVector.h
+++ b/CommonLibs/BitVector.h
@@ -1,6 +1,8 @@
/*
* Copyright 2008, 2009 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/CommonLibs/Interthread.h b/CommonLibs/Interthread.h
index 185112f..8169985 100644
--- a/CommonLibs/Interthread.h
+++ b/CommonLibs/Interthread.h
@@ -1,6 +1,8 @@
/*
* Copyright 2008, 2011 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/CommonLibs/LinkedLists.cpp b/CommonLibs/LinkedLists.cpp
index b73a579..3ebf715 100644
--- a/CommonLibs/LinkedLists.cpp
+++ b/CommonLibs/LinkedLists.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/CommonLibs/LinkedLists.h b/CommonLibs/LinkedLists.h
index 136d13d..e98b41a 100644
--- a/CommonLibs/LinkedLists.h
+++ b/CommonLibs/LinkedLists.h
@@ -1,7 +1,10 @@
/*
* Copyright 2008 Free Software Foundation, Inc.
*
-* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion.
+* SPDX-License-Identifier: AGPL-3.0+
+*
+* This software is distributed under multiple licenses; see the COPYING file in
+* the main directory for licensing information for this specific distribuion.
*
* 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/CommonLibs/Logger.cpp b/CommonLibs/Logger.cpp
index f68fab5..5db7f87 100644
--- a/CommonLibs/Logger.cpp
+++ b/CommonLibs/Logger.cpp
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2018 sysmocom - s.f.m.c. GmbH
*
+* 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/CommonLibs/Logger.h b/CommonLibs/Logger.h
index 9c665cd..ab72303 100644
--- a/CommonLibs/Logger.h
+++ b/CommonLibs/Logger.h
@@ -2,6 +2,8 @@
* Copyright 2009, 2010 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/CommonLibs/PRBS.h b/CommonLibs/PRBS.h
index 0b7bbc3..9235327 100644
--- a/CommonLibs/PRBS.h
+++ b/CommonLibs/PRBS.h
@@ -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/CommonLibs/Threads.cpp b/CommonLibs/Threads.cpp
index ccea1e7..dd57d40 100644
--- a/CommonLibs/Threads.cpp
+++ b/CommonLibs/Threads.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/CommonLibs/Threads.h b/CommonLibs/Threads.h
index 8a6ba47..4cc0884 100644
--- a/CommonLibs/Threads.h
+++ b/CommonLibs/Threads.h
@@ -1,6 +1,8 @@
/*
* Copyright 2008, 2011 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/CommonLibs/Timeval.cpp b/CommonLibs/Timeval.cpp
index 60bf7f6..cfd01cf 100644
--- a/CommonLibs/Timeval.cpp
+++ b/CommonLibs/Timeval.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/CommonLibs/Timeval.h b/CommonLibs/Timeval.h
index 7c6a6f6..0826c12 100644
--- a/CommonLibs/Timeval.h
+++ b/CommonLibs/Timeval.h
@@ -1,6 +1,8 @@
/*
* 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/CommonLibs/Utils.cpp b/CommonLibs/Utils.cpp
index 6cd4f84..e500475 100644
--- a/CommonLibs/Utils.cpp
+++ b/CommonLibs/Utils.cpp
@@ -1,6 +1,8 @@
/*
* Copyright 2018 sysmocom - s.f.m.c. GmbH
*
+ * 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/CommonLibs/Utils.h b/CommonLibs/Utils.h
index 4f0fbc0..3c5c802 100644
--- a/CommonLibs/Utils.h
+++ b/CommonLibs/Utils.h
@@ -1,6 +1,8 @@
/*
* Copyright 2018 sysmocom - s.f.m.c. GmbH
*
+ * 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/CommonLibs/Vector.h b/CommonLibs/Vector.h
index 4c96b78..0970248 100644
--- a/CommonLibs/Vector.h
+++ b/CommonLibs/Vector.h
@@ -2,6 +2,8 @@
/*
* 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/CommonLibs/debug.c b/CommonLibs/debug.c
index 17ef5bc..48d4981 100644
--- a/CommonLibs/debug.c
+++ b/CommonLibs/debug.c
@@ -1,3 +1,26 @@
+/*
+ * Copyright (C) 2018-2019 sysmocom - s.f.m.c. GmbH
+ * All Rights Reserved
+ *
+ * SPDX-License-Identifier: AGPL-3.0+
+ *
+ * Author: Pau Espin Pedrol <pespin@sysmocom.de>
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * See the COPYING file in the main directory for details.
+ */
+
#include <pthread.h>
#include <osmocom/core/logging.h>
diff --git a/CommonLibs/osmo_signal.h b/CommonLibs/osmo_signal.h
index 6ee1bf9..ee7e2a4 100644
--- a/CommonLibs/osmo_signal.h
+++ b/CommonLibs/osmo_signal.h
@@ -5,6 +5,8 @@
*
* All Rights Reserved
*
+ * SPDX-License-Identifier: AGPL-3.0+
+ *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation; either version 3 of the License, or