diff options
author | Harald Welte <laforge@gnumonks.org> | 2014-10-26 20:47:42 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2014-10-26 20:50:31 +0100 |
commit | fd5ad17c5cfd6cf9d57072c161a6443487a878ae (patch) | |
tree | 360dff306c5b19413270d2e847eedfe3bae12597 /src/gsm/ipa.c | |
parent | 388fb034062427b196ffa25caae2c58cd305e5ac (diff) |
Change copyright notice of ipa.c to GPLv2+
... which it should have been all along.
Diffstat (limited to 'src/gsm/ipa.c')
-rw-r--r-- | src/gsm/ipa.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gsm/ipa.c b/src/gsm/ipa.c index a49d8ac2..ce98f08b 100644 --- a/src/gsm/ipa.c +++ b/src/gsm/ipa.c @@ -7,16 +7,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/>. * */ |