# HG changeset patch # User Jerry James # Date 1256593286 21600 # Node ID dfc9fe46c294bf70c4d7f3219bff3334ee851bf4 # Parent 19d70297d86660c42e8a9fd0c553a50a15699a3b Add BSD header to lib-src/insert-data-in-exec.c, with permission of Olivier Galibert. diff -r 19d70297d866 -r dfc9fe46c294 lib-src/ChangeLog --- a/lib-src/ChangeLog Mon Oct 26 09:42:20 2009 +0000 +++ b/lib-src/ChangeLog Mon Oct 26 15:41:26 2009 -0600 @@ -1,3 +1,9 @@ +2009-10-26 Jerry James + + * insert-data-in-exec.c: Add BSD header, with permission of + Olivier Galibert. See xemacs-beta message with ID + <20091013224104.GA2573@dspnet.fr.eu.org>. + 2009-08-15 It's me FKtPp ;) * gnuclient.c (main): Do not set start point position if user diff -r 19d70297d866 -r dfc9fe46c294 lib-src/insert-data-in-exec.c --- a/lib-src/insert-data-in-exec.c Mon Oct 26 09:42:20 2009 +0000 +++ b/lib-src/insert-data-in-exec.c Mon Oct 26 15:41:26 2009 -0600 @@ -1,4 +1,33 @@ -/* Copies the dump file inside the xemacs executable */ +/* Copies the dump file inside the xemacs executable. + Copyright (C) 2003-2004 Olivier Galibert. + Copyright (C) 2003 Larry McVoy. + +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. + +THIS SOFTWARE IS PROVIDED ``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 LARRY +MCVOY, THE XEMACS PROJECT 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. + +The views and conclusions contained in the software and documentation are those +of the authors and should not be interpreted as representing official policies, +either expressed or implied, of the XEmacs Project. + +The "key" array is the work of Larry McVoy. See +http://lkml.org/lkml/2003/7/11/141 for more information. */ #include #include