Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: GSS
Source: http://www.gnu.org/software/gss/

Files: *
Copyright: Copyright (C) 2002, 2003, 2004, 2005, 2006  Simon Josefsson
License: GPL-3+
 The entire package is licensed under GPL version 3, or (at your
 option) any later version.  On Debian systems, the complete text of
 the GNU General Public License version 3 can be found in the file
 `/usr/share/common-licenses/GPL-3'.
 .
 Most files in lib/ and src/ have this license, for example quoting
 lib/version.c:
 .
 * version.c --- Version handling.
 * Copyright (C) 2002, 2003, 2004, 2005, 2006  Simon Josefsson
 *
 * This file is part of the Generic Security Service (GSS).
 *
 * GSS 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.
 *
 * GSS 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 GSS; if not, see http://www.gnu.org/licenses or write to
 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth

Files: doc/gss.texi
Copyright: Copyright 2002-2009 Simon Josefsson
License: GFDL-1.3+
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
 any later version published by the Free Software Foundation; with no
 Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.  A
 copy of the license is included in the section entitled ``GNU Free
 Documentation License''.
 .
 On Debian systems, the complete text of the GNU Free Documentation
 License Version 1.3 can be found in the file
 `/usr/share/common-licenses/GFDL-1.3'.

Files: doc/gdoc
Copyright:
 Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson
 Copyright (c) 2001, 2002 Nikos Mavrogiannopoulos
 Copyright (c) 1998 Michael Zucchi
License: GPL-3+
 This program 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.
 .
 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 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/>.

Files: lib/asn1.c
Copyright:
 Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008  Simon Josefsson
 Copyright (C) 2002 Fabio Fiorina
License: GPL-3+
 The lib/asn1.c file contains two functions originally from libtasn1
 (released under LGPLv2.1+) with this additional copyright.

Files: lib/api.h
Copyright:
 Copyright (C) 2003, 2004, 2005, 2006, 2007  Simon Josefsson
 Copyright (C) The Internet Society (2000)
License: GPL-3+
 * Copyright (C) 2003, 2004, 2005, 2006, 2007  Simon Josefsson
 *
 * This file is part of the Generic Security Service (GSS).
 *
 * GSS 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.
 *
 * GSS 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 GSS; if not, see http://www.gnu.org/licenses or write to
 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth
 * Floor, Boston, MA 02110-1301, USA.
 .
 * This file was extracted by Simon Josefsson, for the GSS project,
 * from RFC 2744, written by John Wray.  RFC 2744 contains the
 * copyright statement below.
 *
 *   Copyright (C) The Internet Society (2000).  All Rights Reserved.
 *
 *   This document and translations of it may be copied and furnished to
 *   others, and derivative works that comment on or otherwise explain it
 *   or assist in its implementation may be prepared, copied, published
 *   and distributed, in whole or in part, without restriction of any
 *   kind, provided that the above copyright notice and this paragraph are
 *   included on all such copies and derivative works.  However, this
 *   document itself may not be modified in any way, such as by removing
 *   the copyright notice or references to the Internet Society or other
 *   Internet organizations, except as needed for the purpose of
 *   developing Internet standards in which case the procedures for
 *   copyrights defined in the Internet Standards process must be
 *   followed, or as required to translate it into languages other than
 *   English.
 *
 *   The limited permissions granted above are perpetual and will not be
 *   revoked by the Internet Society or its successors or assigns.
 *
 *   This document and the information contained herein is provided on an
 *   "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
 *   TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
 *   BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
 *   HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
 *   MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

Files: gl/* build-aux/*
Copyright: Copyright (C) 2007 Free Software Foundation, Inc.
License: GPL-3+
 These files are copied from gnulib, and the copyright is normally
 held by Free Software Foundation, Inc.  For example
 gl/xalloc.h:
 .
   Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
   1999, 2000, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
 .
   This program 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.
 .
   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 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/>.

Files: debian/*
Copyright:
 Copyright 2005-2013, Simon Josefsson <simon@josefsson.org>
 Copyright 2005-2010, Russ Allbery <rra@debian.org>
License: GPL-3+
 The package files were written by Simon Josefsson, Russ Allbery, and
 Petter Reinholdtsen and may be redistributed and/or modified 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.  On Debian systems, the complete text of
 the GNU General Public License version 3 can be found in the file
 `/usr/share/common-licenses/GPL-3'.
