Re-license asn1helper.c under identical license as upstream

asn1helpers.c originally existed in the repository of an application
(osmo-hnbgw, IIRC), and hence was under AGPLv3.  When moving it to
this repository, it should have been relicensed but wasn't.  The
intention was never to "contaminate" (lib)asn1c with AGPLv3 code.

Change-Id: I8e714d4c51d771b1eabec7aa06e7daae73f48b15
This commit is contained in:
Harald Welte 2017-08-14 00:42:30 +02:00
parent f1b77d9b58
commit c8512b1510
2 changed files with 3 additions and 26 deletions

14
debian/copyright vendored
View File

@ -18,19 +18,7 @@ License: BSD-3-Clause
Files: src/asn1helpers.c
Copyright: 2014-2015 by Harald Welte <laforge@gnumonks.org>
License: AGPL-3.0+
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
(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.
.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
License: BSD-2-Clause
Files: debian/*
Copyright: 2017 Alexander Couzens <lynxis@stretch>

View File

@ -3,19 +3,8 @@
/* (C) 2014-2015 by Harald Welte <laforge@gnumonks.org>
* 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
* (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.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Redistribution and modifications are permitted subject to BSD license
* contained in COPYING file.
*/
#include <string.h>