Skip to content

Commit 0523be6

Browse files
srs-codebotandrepuschmann
authored andcommitted
all: change license to AGPL
1 parent eee7bd1 commit 0523be6

File tree

2 files changed

+31
-7
lines changed

2 files changed

+31
-7
lines changed

configs/CMakeLists.txt

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
#
22
# Copyright 2021-2023 Software Radio Systems Limited
33
#
4-
# By using this file, you agree to the terms and conditions set
5-
# forth in the LICENSE file which can be found at the top level of
6-
# the distribution.
4+
# This file is part of srsRAN
5+
#
6+
# srsRAN is free software: you can redistribute it and/or modify
7+
# it under the terms of the GNU Affero General Public License as
8+
# published by the Free Software Foundation, either version 3 of
9+
# the License, or (at your option) any later version.
10+
#
11+
# srsRAN is distributed in the hope that it will be useful,
12+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
# GNU Affero General Public License for more details.
15+
#
16+
# A copy of the GNU Affero General Public License can be found in
17+
# the LICENSE file in the top-level directory of this distribution
18+
# and at http://www.gnu.org/licenses/.
719
#
820

921
########################################################################

include/srsran/adt/bounded_bitset.h

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
/*
22
*
3-
* Copyright 2013-2023 Software Radio Systems Limited
3+
* Copyright 2021-2023 Software Radio Systems Limited
44
*
5-
* By using this file, you agree to the terms and conditions set
6-
* forth in the LICENSE file which can be found at the top level of
7-
* the distribution.
5+
* This file is part of srsRAN.
6+
*
7+
* srsRAN is free software: you can redistribute it and/or modify
8+
* it under the terms of the GNU Affero General Public License as
9+
* published by the Free Software Foundation, either version 3 of
10+
* the License, or (at your option) any later version.
11+
*
12+
* srsRAN is distributed in the hope that it will be useful,
13+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU Affero General Public License for more details.
16+
*
17+
* A copy of the GNU Affero General Public License can be found in
18+
* the LICENSE file in the top-level directory of this distribution
19+
* and at http://www.gnu.org/licenses/.
820
*
921
*/
1022

0 commit comments

Comments
 (0)