diff options
| author | Harald Welte <laforge@gnumonks.org> | 2016-12-22 14:57:13 +0100 | 
|---|---|---|
| committer | Harald Welte <laforge@gnumonks.org> | 2016-12-22 14:58:58 +0100 | 
| commit | 5e5954db8b2f340a10877ebabc895f27ad319231 (patch) | |
| tree | 08043ca3eb7915a85243874222363bd0b76e8a7f /src | |
| parent | 126def710563e1d4b5f16f354176a2088d17e28c (diff) | |
Fix erroneously AGPL licensed file in libosmocore.
libosmocore itself is GPLv2-or-later.  Only the test cases are permitted
to be AGPL licensed.
Change-Id: I62f2eed6305bfa11a64c6d633e08aabeaf9f0b10
Diffstat (limited to 'src')
| -rw-r--r-- | src/gsm/gsm_04_08_gprs.c | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gsm/gsm_04_08_gprs.c b/src/gsm/gsm_04_08_gprs.c index 14207f8f..6f0baba9 100644 --- a/src/gsm/gsm_04_08_gprs.c +++ b/src/gsm/gsm_04_08_gprs.c @@ -5,16 +5,16 @@   * All Rights Reserved   *   * 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 - * the Free Software Foundation; either version 3 of the License, or + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 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/>.   *   */  | 
