changeset 4927:5274591ce707

Add copyright and license information for Jonathan Harris's contributions. See <870180fe1002030842k3c2f851fpeea9f7a361768e01@mail.gmail.com> in xemacs-patches for more information.
author Jerry James <james@xemacs.org>
date Wed, 03 Feb 2010 09:43:16 -0700
parents c90385e49231
children cbe181529c34 c17c857e20bf
files nt/ChangeLog nt/ad2c.sed nt/x11.patch nt/xemacs.mak nt/xemacs.rc nt/xpm.mak
diffstat 6 files changed, 44 insertions(+), 52 deletions(-) [+]
line wrap: on
line diff
--- a/nt/ChangeLog	Wed Feb 03 09:17:33 2010 -0700
+++ b/nt/ChangeLog	Wed Feb 03 09:43:16 2010 -0700
@@ -1,3 +1,9 @@
+2010-02-03  Jerry James  <james@xemacs.org>
+
+	* xemacs.rc: Add license and copyright boilerplate text for Jonathan
+	Harris.
+	* xpm.mak: Ditto.
+
 2010-01-28  Jerry James  <james@xemacs.org>
 
 	* compface.mak: Add license and copyright boilerplate text based
--- a/nt/ad2c.sed	Wed Feb 03 09:17:33 2010 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-/^!/d
-/^$/d
-s/\\/\\\\/g
-s/\\$//g
-s/"/\\"/g
-s/^/(String) "/
-: test
-/\\$/b slash
-s/$/",/
-p
-d
-: slash
-n
-/^!/d
-/^$/d
-s/"/\\"/g
-s/\\\\/\\/g
-s/\\n/\\\\n/g
-s/\\t/\\\\t/g
-s/\\f/\\\\f/g
-s/\\b/\\\\b/g
-b test
--- a/nt/x11.patch	Wed Feb 03 09:17:33 2010 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-*** X11.def.old	Thu Apr 10 07:29:27 1997
---- X11.def	Wed Jul 02 22:20:16 1997
-***************
-*** 5,15 ****
-  VERSION 6.1
-  EXPORTS
-   _Xdebug_p=_Xdebug CONSTANT
--  _XCreateMutex_fn_p=_XCreateMutex_fn CONSTANT
--  _XFreeMutex_fn_p=_XFreeMutex_fn CONSTANT
--  _XLockMutex_fn_p=_XLockMutex_fn CONSTANT
--  _XUnlockMutex_fn_p=_XUnlockMutex_fn CONSTANT
--  _Xglobal_lock_p=_Xglobal_lock CONSTANT
-   XActivateScreenSaver
-   XAddConnectionWatch
-   XAddExtension
---- 5,10 ----
-***************
-*** 623,630 ****
-   _XUnregisterFilter
-   _XUnregisterInternalConnection
-   _XVIDtoVisual
--  _Xthread_init
--  _Xthread_waiter
-   XkbIgnoreExtension
-   XkbOpenDisplay
-   XkbQueryExtension
---- 618,623 ----
--- a/nt/xemacs.mak	Wed Feb 03 09:17:33 2010 -0700
+++ b/nt/xemacs.mak	Wed Feb 03 09:43:16 2010 -0700
@@ -1033,9 +1033,6 @@
 	set COPYCMD=$(COPYCMD)
 	@copy $(SRC)\config.h.in $(SRC)\config.h
 
-#$(SRC)\Emacs.ad.h: $(SRCROOT)\etc\Emacs.ad
-#	!"sed -f ad2c.sed < $(SRCROOT)\etc\Emacs.ad > $(SRC)\Emacs.ad.h"
-
 #$(SRC)\paths.h: $(SRC)\paths.h.in
 #	!"cd $(SRC); cp paths.h.in paths.h"
 
--- a/nt/xemacs.rc	Wed Feb 03 09:17:33 2010 -0700
+++ b/nt/xemacs.rc	Wed Feb 03 09:43:16 2010 -0700
@@ -1,3 +1,22 @@
+/* Copyright (C) 1997 Free Software Foundation, Inc.
+
+This file is part of XEmacs.
+
+XEmacs 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 2, or (at your option) any
+later version.
+
+XEmacs 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.
+
+You should have received a copy of the GNU General Public License
+along with XEmacs; see the file COPYING.  If not, write to
+the Free Software Foundation, Inc., 51 Franklin St. - Fifth Floor,
+Boston, MA 02110-1301, USA.  */
+
 #ifdef INCLUDE_DUMP
 101    DUMP      "xemacs.dmp"
 #endif
--- a/nt/xpm.mak	Wed Feb 03 09:17:33 2010 -0700
+++ b/nt/xpm.mak	Wed Feb 03 09:43:16 2010 -0700
@@ -1,6 +1,25 @@
 #
 # XPM Makefile for Microsoft NMAKE without X libraries
 #
+# Copyright (C) 1997 Free Software Foundation, Inc.
+#
+# This file is part of XEmacs.
+#
+# XEmacs 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 2, or (at your option) any
+# later version.
+#
+# XEmacs 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with XEmacs; see the file COPYING.  If not, write to
+# the Free Software Foundation, Inc., 51 Franklin St. - Fifth Floor,
+# Boston, MA 02110-1301, USA.
+#
 !if !defined(DEBUG)
 !if defined(DEBUG_XEMACS)
 DEBUG=$(DEBUG_XEMACS)