diff options
author | Werner Koch <wk@gnupg.org> | 2015-12-14 10:00:57 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2015-12-14 16:21:19 +0100 |
commit | 7baca033070e7811f75e2021100adf8e6a48907f (patch) | |
tree | 9f56c673358a976d920b6dd7a078481be0a4e3ef /common | |
parent | common: Change license of some modules to LGPLv3+/GPLv2+. (diff) | |
download | gnupg2-7baca033070e7811f75e2021100adf8e6a48907f.tar.xz gnupg2-7baca033070e7811f75e2021100adf8e6a48907f.zip |
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.
Diffstat (limited to 'common')
-rw-r--r-- | common/isascii.c | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/common/isascii.c b/common/isascii.c index be14a3843..6ebe79b36 100644 --- a/common/isascii.c +++ b/common/isascii.c @@ -1,20 +1,13 @@ /* isascii.c - Replacement for isascii. * 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 - * 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. - * - * 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/>. + * This file is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY, to the extent permitted by law; without even the + * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ #ifdef HAVE_CONFIG_H |