diff --git a/lib/include/srsran/interfaces/ue_sdap_interfaces.h b/lib/include/srsran/interfaces/ue_sdap_interfaces.h index 25b3179c6..9caa3bb08 100644 --- a/lib/include/srsran/interfaces/ue_sdap_interfaces.h +++ b/lib/include/srsran/interfaces/ue_sdap_interfaces.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/lib/src/phy/common/test/phy_common_test.c b/lib/src/phy/common/test/phy_common_test.c index 5465ffdc4..2af296d26 100644 --- a/lib/src/phy/common/test/phy_common_test.c +++ b/lib/src/phy/common/test/phy_common_test.c @@ -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/. * */ #include "srsran/common/test_common.h" diff --git a/lib/src/phy/rf/rf_plugin.h b/lib/src/phy/rf/rf_plugin.h index 177f4eef0..dc515f5f0 100644 --- a/lib/src/phy/rf/rf_plugin.h +++ b/lib/src/phy/rf/rf_plugin.h @@ -1,12 +1,21 @@ /** + * Copyright 2013-2021 Software Radio Systems Limited * - * \section COPYRIGHT + * This file is part of srsRAN. * - * Copyright 2013-2022 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. * - * 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. + * 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. + * + * 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/lib/test/rlc/rlc_stress_test.h b/lib/test/rlc/rlc_stress_test.h index da824c02d..522f12363 100644 --- a/lib/test/rlc/rlc_stress_test.h +++ b/lib/test/rlc/rlc_stress_test.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/sdap.h b/srsue/hdr/stack/upper/sdap.h index a5975ea6a..25e365a87 100644 --- a/srsue/hdr/stack/upper/sdap.h +++ b/srsue/hdr/stack/upper/sdap.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/src/stack/upper/sdap.cc b/srsue/src/stack/upper/sdap.cc index 74f0c65df..330619a46 100644 --- a/srsue/src/stack/upper/sdap.cc +++ b/srsue/src/stack/upper/sdap.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/. * */