aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-12-22 15:01:18 +0100
committerHarald Welte <laforge@gnumonks.org>2016-12-22 14:19:32 +0000
commit3bb118270bc2489c0fcfc6e6a56a2544edb12a03 (patch)
treed784e2309a0d1da06743f2402672dfbd8abc9162 /src
parent7cbed7197b9590be71894c41ce90b27c98a30cfb (diff)
rs232.c: Fix license to GPLv2-or-later. libosmo-netif is GPLv2-or-later
Diffstat (limited to 'src')
-rw-r--r--src/rs232.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rs232.c b/src/rs232.c
index 798bf72..c05a693 100644
--- a/src/rs232.c
+++ b/src/rs232.c
@@ -8,16 +8,16 @@
* Pablo Neira Ayuso <pablo@gnumonks.org>
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as published by
+ * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program 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.
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU Affero General Public License
+ * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/