common: Change license of isascii.c to all-premissive,

* common/isascii.c: Change.
--

Actually this code is too trivial to claim any copyright at all.
This commit is contained in:
Werner Koch 2015-12-14 10:00:57 +01:00
parent 7d129a7391
commit 7baca03307
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 6 additions and 13 deletions

View File

@ -1,20 +1,13 @@
/* isascii.c - Replacement for isascii. /* isascii.c - Replacement for isascii.
* Copyright (C) 2002 Free Software Foundation, Inc. * Copyright (C) 2002 Free Software Foundation, Inc.
* *
* This file is part of GnuPG. * This file is free software; as a special exception the author gives
* unlimited permission to copy and/or distribute it, with or without
* modifications, as long as this notice is preserved.
* *
* GnuPG is free software; you can redistribute it and/or modify * This file is distributed in the hope that it will be useful, but
* it under the terms of the GNU General Public License as published by * WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
* the Free Software Foundation; either version 3 of the License, or * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* (at your option) any later version.
*
* GnuPG 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H