From 2dd440bb765b6f08cdbb433c0d2cdad6e516733e Mon Sep 17 00:00:00 2001 From: Codebot Date: Sun, 25 Jul 2021 23:12:23 +0200 Subject: [PATCH] Adding AGPL copyright to new files --- lib/include/srsran/common/test_pcap.h | 19 ++++++++++++++----- srsenb/hdr/stack/mac/nr/ue_nr.h | 19 ++++++++++++++----- srsenb/hdr/stack/ngap/ngap_metrics.h | 19 ++++++++++++++----- srsenb/hdr/stack/rrc/rrc_config_nr.h | 19 ++++++++++++++----- srsenb/src/stack/mac/nr/ue_nr.cc | 19 ++++++++++++++----- srsenb/test/common/dummy_classes_common.h | 19 ++++++++++++++----- srsenb/test/common/dummy_classes_nr.h | 19 ++++++++++++++----- srsenb/test/mac/nr/sched_nr_cfg_generators.h | 19 ++++++++++++++----- srsue/hdr/stack/upper/nas_5g_metrics.h | 19 ++++++++++++++----- 9 files changed, 126 insertions(+), 45 deletions(-) diff --git a/lib/include/srsran/common/test_pcap.h b/lib/include/srsran/common/test_pcap.h index 567fc9ac6..b8a0a4c5d 100644 --- a/lib/include/srsran/common/test_pcap.h +++ b/lib/include/srsran/common/test_pcap.h @@ -1,12 +1,21 @@ /** + * Copyright 2013-2021 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2021 Software Radio Systems Limited + * srsRAN 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. + * + * srsRAN 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. * - * By using this file, you agree to the terms and conditions set - * forth in the LICENSE file which can be found at the top level of - * the distribution. + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsenb/hdr/stack/mac/nr/ue_nr.h b/srsenb/hdr/stack/mac/nr/ue_nr.h index 355d9a6ed..c198ec5e5 100644 --- a/srsenb/hdr/stack/mac/nr/ue_nr.h +++ b/srsenb/hdr/stack/mac/nr/ue_nr.h @@ -1,12 +1,21 @@ /** + * Copyright 2013-2021 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2021 Software Radio Systems Limited + * srsRAN 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. + * + * srsRAN 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. * - * By using this file, you agree to the terms and conditions set - * forth in the LICENSE file which can be found at the top level of - * the distribution. + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsenb/hdr/stack/ngap/ngap_metrics.h b/srsenb/hdr/stack/ngap/ngap_metrics.h index fb3dc843a..8e0b4e55c 100644 --- a/srsenb/hdr/stack/ngap/ngap_metrics.h +++ b/srsenb/hdr/stack/ngap/ngap_metrics.h @@ -1,12 +1,21 @@ /** + * Copyright 2013-2021 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2021 Software Radio Systems Limited + * srsRAN 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. + * + * srsRAN 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. * - * By using this file, you agree to the terms and conditions set - * forth in the LICENSE file which can be found at the top level of - * the distribution. + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsenb/hdr/stack/rrc/rrc_config_nr.h b/srsenb/hdr/stack/rrc/rrc_config_nr.h index 469d7bfee..3f344e220 100644 --- a/srsenb/hdr/stack/rrc/rrc_config_nr.h +++ b/srsenb/hdr/stack/rrc/rrc_config_nr.h @@ -1,12 +1,21 @@ /** + * Copyright 2013-2021 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2021 Software Radio Systems Limited + * srsRAN 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. + * + * srsRAN 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. * - * By using this file, you agree to the terms and conditions set - * forth in the LICENSE file which can be found at the top level of - * the distribution. + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsenb/src/stack/mac/nr/ue_nr.cc b/srsenb/src/stack/mac/nr/ue_nr.cc index 42ff4710e..bc0a00432 100644 --- a/srsenb/src/stack/mac/nr/ue_nr.cc +++ b/srsenb/src/stack/mac/nr/ue_nr.cc @@ -1,12 +1,21 @@ /** + * Copyright 2013-2021 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2021 Software Radio Systems Limited + * srsRAN 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. + * + * srsRAN 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. * - * By using this file, you agree to the terms and conditions set - * forth in the LICENSE file which can be found at the top level of - * the distribution. + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsenb/test/common/dummy_classes_common.h b/srsenb/test/common/dummy_classes_common.h index f376f672b..3988d24fb 100644 --- a/srsenb/test/common/dummy_classes_common.h +++ b/srsenb/test/common/dummy_classes_common.h @@ -1,12 +1,21 @@ /** + * Copyright 2013-2021 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2021 Software Radio Systems Limited + * srsRAN 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. + * + * srsRAN 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. * - * By using this file, you agree to the terms and conditions set - * forth in the LICENSE file which can be found at the top level of - * the distribution. + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsenb/test/common/dummy_classes_nr.h b/srsenb/test/common/dummy_classes_nr.h index 4237aebe2..fbbd42caa 100644 --- a/srsenb/test/common/dummy_classes_nr.h +++ b/srsenb/test/common/dummy_classes_nr.h @@ -1,12 +1,21 @@ /** + * Copyright 2013-2021 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2021 Software Radio Systems Limited + * srsRAN 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. + * + * srsRAN 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. * - * By using this file, you agree to the terms and conditions set - * forth in the LICENSE file which can be found at the top level of - * the distribution. + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsenb/test/mac/nr/sched_nr_cfg_generators.h b/srsenb/test/mac/nr/sched_nr_cfg_generators.h index 1c6c84edc..226e299db 100644 --- a/srsenb/test/mac/nr/sched_nr_cfg_generators.h +++ b/srsenb/test/mac/nr/sched_nr_cfg_generators.h @@ -1,12 +1,21 @@ /** + * Copyright 2013-2021 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2021 Software Radio Systems Limited + * srsRAN 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. + * + * srsRAN 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. * - * By using this file, you agree to the terms and conditions set - * forth in the LICENSE file which can be found at the top level of - * the distribution. + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */ diff --git a/srsue/hdr/stack/upper/nas_5g_metrics.h b/srsue/hdr/stack/upper/nas_5g_metrics.h index 3dc7b425b..89c61654c 100644 --- a/srsue/hdr/stack/upper/nas_5g_metrics.h +++ b/srsue/hdr/stack/upper/nas_5g_metrics.h @@ -1,12 +1,21 @@ /** + * Copyright 2013-2021 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2021 Software Radio Systems Limited + * srsRAN 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. + * + * srsRAN 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. * - * By using this file, you agree to the terms and conditions set - * forth in the LICENSE file which can be found at the top level of - * the distribution. + * A copy of the GNU Affero General Public License can be found in + * the LICENSE file in the top-level directory of this distribution + * and at http://www.gnu.org/licenses/. * */