1 This file is part of SLRN.
2
3 Copyright (c) 1994, 1999, 2007-2016 John E. Davis <jed@jedsoft.org>
4
5 For parts of it:
6
7 Copyright (c) 2001-2006 Thomas Schultz <tststs@gmx.de>
8
9 For the parts in src/snprintf.c that are based on code from glib 1.2.8:
10
11 Copyright (C) 1995-1998  Peter Mattis, Spencer Kimball and Josh MacDonald
12 Modified by the GLib Team and others 1997-1999.  See the AUTHORS
13 file for a list of people on the GLib Team.  See the ChangeLog
14 files for a list of changes.  These files are distributed with
15 GLib at ftp://ftp.gtk.org/pub/gtk/.
16
17 All the code in this package is distributed under the following conditions:
18
19 This program is free software; you can redistribute it and/or modify it
20 under the terms of the GNU General Public License as published by the Free
21 Software Foundation; either version 2 of the License, or (at your option)
22 any later version.
23
24 This program is distributed in the hope that it will be useful, but WITHOUT
25 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
26 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
27 more details.
28
29 You should have received a copy of the GNU General Public License along
30 with this program; if not, write to the Free Software Foundation, Inc.,
31 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
32