summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-03-09 00:15:10 (EST)
committer P. J. McDermott <pjm@nac.net>2014-03-09 00:15:10 (EST)
commitd1d522c520784e6bcdd413404b07c23ababcc94f (patch)
treecb4832d0a6afcc6517b5f1bf4097d3c887acea48
parent3fd8eb4fa33169740a930872d633d111c8ffbfbe (diff)
copyright: Complete.
-rw-r--r--copyright57
1 files changed, 57 insertions, 0 deletions
diff --git a/copyright b/copyright
index 0088be7..9e5cb3a 100644
--- a/copyright
+++ b/copyright
@@ -1,6 +1,9 @@
Upstream Source
===============
+In General
+----------
+
Copyright (C) 1986-2013 Free Software Foundation, Inc.
This file is part of GAWK, the GNU implementation of the
@@ -23,6 +26,60 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
On this system, a copy of the GNU General Public License may be found at
<file:///usr/share/common-licenses/GPL-3>.
+getopt.c, getopt.h, getopt1.c, getopt_int.h, regcomp.c, regex.c, regex.h,
+regex_internal.c, regex_internal.h, regexec.c
+-------------------------------------------------------------------------
+
+Copyright (C) 1985, 1987-2013 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, see
+<http://www.gnu.org/licenses/>.
+
+On this system, a copy of the GNU Lesser General Public License may be found at
+<file:///usr/share/common-licenses/LGPL-2.1>.
+
+random.c, extension/gawkfts.c, extension/gawkfts.h
+--------------------------------------------------
+
+Copyright (c) 1983, 1990, 1993, 1994
+ The Regents of the University of California. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+3. Neither the name of the University nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
+
Distribution Packaging
======================