This package was debianized by Gennaro Oliva <oliva.g@na.icar.cnr.it> on
Tue, 14 Mar 2006 22:25:03 +0100.

It was downloaded from https://github.com/dun/munge

Upstream Author: Chris Dunlap <cdunlap@llnl.gov>

Copyright (C) 2007-2011 Lawrence Livermore National Security, LLC.
Copyright (C) 2002-2007 The Regents of the University of California.

libmissing/getopt1.c,libmissing/getopt.c,libmissing/getopt.h:
           Copyright (C) 1987-2002 Free Software Foundation, Inc

libmissing/strlcat.c,libmissing/strlcpy.c: Copyright (c) 1998 Todd C. Miller
           <Todd.Miller@courtesan.com>

Munge is distributed under this license:
--------------------------------------------------------------------------------
 
  Written by Chris Dunlap <cdunlap@llnl.gov>.
  Copyright (C) 2007-2016 Lawrence Livermore National Security, LLC.
  Copyright (C) 2002-2007 The Regents of the University of California.
  UCRL-CODE-155910.

  This file is part of the MUNGE Uid 'N' Gid Emporium (MUNGE).
  For details, see <https://dun.github.io/munge/>.

  MUNGE 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.  Additionally for the MUNGE library (libmunge), you
  can redistribute it and/or modify it under the terms of the GNU Lesser
  General Public License as published by the Free Software Foundation,
  either version 3 of the License, or (at your option) any later version.

  MUNGE 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
  and GNU Lesser General Public License for more details.

  You should have received a copy of the GNU General Public License
  and GNU Lesser General Public License along with MUNGE.  If not, see
  <http://www.gnu.org/licenses/>.

  On Debian systems, the complete text of the GNU General Public
  License can be found in `/usr/share/common-licenses/GPL-3', and the
  complete text of the GNU Lesser General Public License can be found in
  `/usr/share/common-licenses/LGPL-3'.

libmissing/strlcat.c and libmissing/strlcpy.c by Todd C. Miller are
licensed as follow:
--------------------------------------------------------------------------------

 * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
 *
 * Permission to use, copy, modify, and distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.


libmissing/getopt1.c, libmissing/getopt.c, libmissing/getopt.h
are licensed as follow:
--------------------------------------------------------------------------------
   Copyright (C) 1987-2002 Free Software Foundation, Inc.
   This file is part of the GNU C Library.

   The GNU C Library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
   version 2.1 of the License, or (at your option) any later version.

   The GNU C Library 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
   Lesser General Public License for more details.

   You should have received a copy of the GNU Lesser General Public
   License along with the GNU C Library; if not, write to the Free
   Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301, USA.

On Debian systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL'.
