From 21d03d3912d54ab69778893ca2c8d2ff07a6fe15 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 22 Jul 2019 12:05:52 +0200 Subject: Add SPDX annotation Related: OS#3515 Change-Id: I3719bd8dc015569ecd81928fc079e27593cdca09 --- CommonLibs/BitVector.cpp | 1 + CommonLibs/BitVector.h | 2 ++ CommonLibs/Interthread.h | 2 ++ CommonLibs/LinkedLists.cpp | 1 + CommonLibs/LinkedLists.h | 5 ++++- CommonLibs/Logger.cpp | 1 + CommonLibs/Logger.h | 2 ++ CommonLibs/PRBS.h | 2 ++ CommonLibs/Threads.cpp | 1 + CommonLibs/Threads.h | 2 ++ CommonLibs/Timeval.cpp | 1 + CommonLibs/Timeval.h | 2 ++ CommonLibs/Utils.cpp | 2 ++ CommonLibs/Utils.h | 2 ++ CommonLibs/Vector.h | 2 ++ CommonLibs/debug.c | 23 +++++++++++++++++++++++ CommonLibs/osmo_signal.h | 2 ++ 17 files changed, 52 insertions(+), 1 deletion(-) (limited to 'CommonLibs') 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 * + * 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 + * + * 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 . + * See the COPYING file in the main directory for details. + */ + #include #include 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 -- cgit v1.2.3