Skip to content

Commit eea87b1

Browse files
committed
Adding AGPL copyright to new files
1 parent 3eae95d commit eea87b1

File tree

3 files changed

+42
-15
lines changed

3 files changed

+42
-15
lines changed

lib/include/srsran/phy/ch_estimation/cedron_freq_estimator.h

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
/**
2+
* Copyright 2013-2023 Software Radio Systems Limited
23
*
3-
* \section COPYRIGHT
4+
* This file is part of srsRAN.
45
*
5-
* Copyright 2013-2023 Software Radio Systems Limited
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.
615
*
7-
* By using this file, you agree to the terms and conditions set
8-
* forth in the LICENSE file which can be found at the top level of
9-
* the distribution.
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/.
1019
*
1120
*/
1221

lib/src/phy/ch_estimation/cedron_freq_estimator.c

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
/**
2+
* Copyright 2013-2023 Software Radio Systems Limited
23
*
3-
* \section COPYRIGHT
4+
* This file is part of srsRAN.
45
*
5-
* Copyright 2013-2023 Software Radio Systems Limited
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.
615
*
7-
* By using this file, you agree to the terms and conditions set
8-
* forth in the LICENSE file which can be found at the top level of
9-
* the distribution.
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/.
1019
*
1120
*/
1221

lib/src/phy/utils/test/freq_est_test.c

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
/**
2+
* Copyright 2013-2023 Software Radio Systems Limited
23
*
3-
* \section COPYRIGHT
4+
* This file is part of srsRAN.
45
*
5-
* Copyright 2013-2021 Software Radio Systems Limited
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.
610
*
7-
* By using this file, you agree to the terms and conditions set
8-
* forth in the LICENSE file which can be found at the top level of
9-
* the distribution.
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/.
1019
*
1120
*/
1221

0 commit comments

Comments
 (0)