diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-08 17:25:43 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-08 17:25:43 (EST) |
commit | 2abdf3d299e8812097450fc39cc28e849129f87d (patch) | |
tree | a099cb72ccad14b38743217bf0eb9719b740a5f3 /copyright | |
parent | a9c24a9575a25d6e94505e6500660e472478d7fd (diff) |
copyright: Adjust notices.
Diffstat (limited to 'copyright')
-rw-r--r-- | copyright | 49 |
1 files changed, 36 insertions, 13 deletions
@@ -1,6 +1,9 @@ Upstream Source =============== +In General +---------- + Copyright (C) 1987-2011 Free Software Foundation, Inc. Readline is free software: you can redistribute it and/or modify @@ -19,6 +22,8 @@ along with Readline. If not, see <http://www.gnu.org/licenses/>. On this system, a copy of the GNU General Public License may be found at <file:///usr/share/common-licenses/GPL-3>. +examples/rlfe/os.h, examples/rlfe/pty.c, examples/rlfe/extern.h +--------------------------------------------------------------- Copyright (c) 1993-2002 Juergen Weigert (jnweiger@immd4.informatik.uni-erlangen.de) @@ -43,6 +48,8 @@ Free Software Foundation, Inc., On this system, a copy of the GNU General Public License may be found at <file:///usr/share/common-licenses/GPL-2>. +examples/rlfe/rlfe.c +-------------------- Copyright (C) 2004, 1999 Per Bothner @@ -54,22 +61,13 @@ any later version. On this system, a copy of the GNU General Public License may be found at <file:///usr/share/common-licenses/GPL-2>. - -Copyright 1991 by the Massachusetts Institute of Technology - -Permission to use, copy, modify, distribute, and sell this software and its -documentation for any purpose is hereby granted without fee, provided that -the above copyright notice appear in all copies and that both that -copyright notice and this permission notice appear in supporting -documentation, and that the name of M.I.T. not be used in advertising or -publicity pertaining to distribution of the software without specific, -written prior permission. M.I.T. makes no representations about the -suitability of this software for any purpose. It is provided "as is" -without express or implied warranty. - +examples/excallback.c +--------------------- Copyright (C) 1999 Jeff Solomon +examples/readlinebuf.h +---------------------- (c) 2001 by Dimitris Vyzovitis [vyzo@media.mit.edu] @@ -88,6 +86,31 @@ License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +On this system, a copy of the GNU General Public License may be found at +<file:///usr/share/common-licenses/GPL-2>. + +examples/rl-fgets.c +------------------- + +Copyright (C)©2003-2004 Harold Levy. + +This code links to the GNU readline library, and as such is bound by the +terms of the GNU General Public License as published by the Free Software +Foundation, either version 2 or (at your option) any later version. + +The GNU General Public License is often shipped with GNU software, and is +generally kept in a file called COPYING or LICENSE. If you do not have a +copy of the license, write to the Free Software Foundation, 59 Temple Place, +Suite 330, Boston, MA 02111 USA. + +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. + +On this system, a copy of the GNU General Public License may be found at +<file:///usr/share/common-licenses/GPL-2>. + Distribution Packaging ====================== |