diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2021-05-01 19:04:29 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2021-05-01 19:04:29 +0000 |
commit | 441f22b122536c1b5407732c07d42b5727c31d08 (patch) | |
tree | abd53378612bd69af1e2cea7b1d64ad7d0624786 /lib | |
parent | de5d877b090e166aef132d0a601dee772bc9c715 (diff) | |
download | netpbm-mirror-441f22b122536c1b5407732c07d42b5727c31d08.tar.gz netpbm-mirror-441f22b122536c1b5407732c07d42b5727c31d08.tar.xz netpbm-mirror-441f22b122536c1b5407732c07d42b5727c31d08.zip |
Change description of license per Martinec's current offer of GPL for this code
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4097 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util/nstring.c | 28 |
1 files changed, 10 insertions, 18 deletions
diff --git a/lib/util/nstring.c b/lib/util/nstring.c index 6d68af49..1b72d344 100644 --- a/lib/util/nstring.c +++ b/lib/util/nstring.c @@ -6,25 +6,17 @@ Bryan got the base from http://www.ijs.si/software/snprintf/snprintf-2.2.tar.gz, but made a lot of changes and additions. + The code from ww.ijs.si was written by + + Mark Martinec <mark.martinec@ijs.si> + + in April 1999 and June 2000. Martinec claims copyright as of 1999, 2000, + 2001, and 2002 and licenses the code to Netpbm maintainers and users (as + members of the public) under the GNU General Public License. + + All other authors likewise license this code to the public under the + GNU General Public license. - * AUTHOR - * Mark Martinec <mark.martinec@ijs.si>, April 1999. - * - * Copyright 1999, Mark Martinec. All rights reserved. - * - * TERMS AND CONDITIONS - * This program is free software; you can redistribute it and/or modify - * it under the terms of the "Frontier Artistic License" which comes - * with this Kit. - * - * 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 Frontier Artistic License for more details. - * - * You should have received a copy of the Frontier Artistic License - * with this Kit in the file named LICENSE.txt . - * If not, I'll be glad to provide one. * * FEATURES * - careful adherence to specs regarding flags, field width and precision; |