From eb15eaeb01d15221479d58c60c503671dc1ead82 Mon Sep 17 00:00:00 2001 From: Paul Sutton Date: Wed, 15 Jul 2015 17:40:36 +0100 Subject: [PATCH] Updating old license notices --- srsapps/common/include/srsapps/common/threads.h | 8 ++++---- srsapps/common/src/threads.c | 8 ++++---- srsapps/ue/phy/src/dl_buffer.cc | 10 +++++----- srsapps/ue/phy/src/phy.cc | 8 ++++---- srsapps/ue/phy/src/prach.cc | 8 ++++---- srsapps/ue/phy/src/ul_buffer.cc | 8 ++++---- srslte/lib/cuhd/src/cuhd_utils.c | 8 ++++---- 7 files changed, 29 insertions(+), 29 deletions(-) diff --git a/srsapps/common/include/srsapps/common/threads.h b/srsapps/common/include/srsapps/common/threads.h index f8ad2c43b..7770d43aa 100644 --- a/srsapps/common/include/srsapps/common/threads.h +++ b/srsapps/common/include/srsapps/common/threads.h @@ -2,7 +2,7 @@ * * \section COPYRIGHT * - * Copyright 2013-2014 The srsLTE Developers. See the + * Copyright 2013-2015 The srsLTE Developers. See the * COPYRIGHT file at the top-level directory of this distribution. * * \section LICENSE @@ -10,16 +10,16 @@ * This file is part of the srsLTE library. * * srsLTE is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * 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. * * srsLTE 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 Lesser General Public License for more details. + * GNU Affero General Public License for more details. * - * A copy of the GNU Lesser General Public License can be found in + * 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/srsapps/common/src/threads.c b/srsapps/common/src/threads.c index a14ba0dd3..0fd645750 100644 --- a/srsapps/common/src/threads.c +++ b/srsapps/common/src/threads.c @@ -2,7 +2,7 @@ * * \section COPYRIGHT * - * Copyright 2013-2014 The srsLTE Developers. See the + * Copyright 2013-2015 The srsLTE Developers. See the * COPYRIGHT file at the top-level directory of this distribution. * * \section LICENSE @@ -10,16 +10,16 @@ * This file is part of the srsLTE library. * * srsLTE is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * 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. * * srsLTE 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 Lesser General Public License for more details. + * GNU Affero General Public License for more details. * - * A copy of the GNU Lesser General Public License can be found in + * 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/srsapps/ue/phy/src/dl_buffer.cc b/srsapps/ue/phy/src/dl_buffer.cc index cd655eda7..1152a4795 100644 --- a/srsapps/ue/phy/src/dl_buffer.cc +++ b/srsapps/ue/phy/src/dl_buffer.cc @@ -2,7 +2,7 @@ * * \section COPYRIGHT * - * Copyright 2013-2014 The srsLTE Developers. See the + * Copyright 2013-2015 The srsLTE Developers. See the * COPYRIGHT file at the top-level directory of this distribution. * * \section LICENSE @@ -10,16 +10,16 @@ * This file is part of the srsLTE library. * * srsLTE is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * 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. * * srsLTE 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 Lesser General Public License for more details. + * GNU Affero General Public License for more details. * - * A copy of the GNU Lesser General Public License can be found in + * 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/. * @@ -232,4 +232,4 @@ bool dl_buffer::decode_data(dl_sched_grant *grant, srslte_softbuffer_rx_t *softb } } -} \ No newline at end of file +} diff --git a/srsapps/ue/phy/src/phy.cc b/srsapps/ue/phy/src/phy.cc index 8834bbb02..6e945aa63 100644 --- a/srsapps/ue/phy/src/phy.cc +++ b/srsapps/ue/phy/src/phy.cc @@ -2,7 +2,7 @@ * * \section COPYRIGHT * - * Copyright 2013-2014 The srsLTE Developers. See the + * Copyright 2013-2015 The srsLTE Developers. See the * COPYRIGHT file at the top-level directory of this distribution. * * \section LICENSE @@ -10,16 +10,16 @@ * This file is part of the srsLTE library. * * srsLTE is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * 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. * * srsLTE 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 Lesser General Public License for more details. + * GNU Affero General Public License for more details. * - * A copy of the GNU Lesser General Public License can be found in + * 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/srsapps/ue/phy/src/prach.cc b/srsapps/ue/phy/src/prach.cc index 5ca8d72ff..c184b7520 100644 --- a/srsapps/ue/phy/src/prach.cc +++ b/srsapps/ue/phy/src/prach.cc @@ -2,7 +2,7 @@ * * \section COPYRIGHT * - * Copyright 2013-2014 The srsLTE Developers. See the + * Copyright 2013-2015 The srsLTE Developers. See the * COPYRIGHT file at the top-level directory of this distribution. * * \section LICENSE @@ -10,16 +10,16 @@ * This file is part of the srsLTE library. * * srsLTE is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * 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. * * srsLTE 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 Lesser General Public License for more details. + * GNU Affero General Public License for more details. * - * A copy of the GNU Lesser General Public License can be found in + * 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/srsapps/ue/phy/src/ul_buffer.cc b/srsapps/ue/phy/src/ul_buffer.cc index 923ca3845..9f897d68e 100644 --- a/srsapps/ue/phy/src/ul_buffer.cc +++ b/srsapps/ue/phy/src/ul_buffer.cc @@ -2,7 +2,7 @@ * * \section COPYRIGHT * - * Copyright 2013-2014 The srsLTE Developers. See the + * Copyright 2013-2015 The srsLTE Developers. See the * COPYRIGHT file at the top-level directory of this distribution. * * \section LICENSE @@ -10,16 +10,16 @@ * This file is part of the srsLTE library. * * srsLTE is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * 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. * * srsLTE 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 Lesser General Public License for more details. + * GNU Affero General Public License for more details. * - * A copy of the GNU Lesser General Public License can be found in + * 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/srslte/lib/cuhd/src/cuhd_utils.c b/srslte/lib/cuhd/src/cuhd_utils.c index e0a9ca2c2..da974b16a 100644 --- a/srslte/lib/cuhd/src/cuhd_utils.c +++ b/srslte/lib/cuhd/src/cuhd_utils.c @@ -2,7 +2,7 @@ * * \section COPYRIGHT * - * Copyright 2013-2014 The srsLTE Developers. See the + * Copyright 2013-2015 The srsLTE Developers. See the * COPYRIGHT file at the top-level directory of this distribution. * * \section LICENSE @@ -10,16 +10,16 @@ * This file is part of the srsLTE library. * * srsLTE is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * 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. * * srsLTE 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 Lesser General Public License for more details. + * GNU Affero General Public License for more details. * - * A copy of the GNU Lesser General Public License can be found in + * 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/. *