Mercurial > hg > xemacs-beta
changeset 4722:dfc9fe46c294
Add BSD header to lib-src/insert-data-in-exec.c, with permission of Olivier
Galibert.
author | Jerry James <james@xemacs.org> |
---|---|
date | Mon, 26 Oct 2009 15:41:26 -0600 |
parents | 19d70297d866 |
children | ebca981a0012 |
files | lib-src/ChangeLog lib-src/insert-data-in-exec.c |
diffstat | 2 files changed, 36 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <james@xemacs.org> + + * 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 ;) <m_pupil@yahoo.com.cn> * gnuclient.c (main): Do not set start point position if user
--- 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 <stdio.h> #include <stdlib.h>