]> git.eshelyaron.com Git - emacs.git/commitdiff
Add copyright notice.
authorAndrew Innes <andrewi@gnu.org>
Sat, 24 Feb 2001 22:00:47 +0000 (22:00 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sat, 24 Feb 2001 22:00:47 +0000 (22:00 +0000)
nt/ChangeLog
nt/gmake.defs
nt/inc/sys/socket.h
nt/makefile.w32-in
nt/nmake.defs
nt/paths.h

index ac86224ea6911b3edceb9501eb69ad573f1e6267..ee9c7210d662679a529f086ee40e5f2afbab6424 100644 (file)
@@ -1,3 +1,21 @@
+2001-02-24  Andrew Innes  <andrewi@gnu.org>\r
+\r
+       * inc/sys/socket.h: Add copyright notice.\r
+\r
+       * paths.h: Add copyright notice.\r
+\r
+       * makefile.nt: Update copyright notice.\r
+\r
+       * makefile.def: Update copyright notice.\r
+\r
+       * configure.bat: Update copyright notice.\r
+\r
+       * nmake.defs: Add copyright notice.\r
+\r
+       * gmake.defs: Add copyright notice.\r
+\r
+       * makefile.w32-in: Add copyright notice.\r
+\r
 2001-02-05  Andrew Innes  <andrewi@gnu.org>\r
 \r
        * nmake.defs (THISDIR): New definition.\r
index 927ce16c6bbb3008afc06cdb069add4929367041..48806a722638daeae51528f476a57c167b2e23bd 100644 (file)
@@ -1,5 +1,6 @@
 #
-#  Makefile definition file for building GNU Emacs on Windows NT
+#  Makefile definition file for building GNU Emacs on the Microsoft W32 API.
+#  Copyright (c) 2000-2001 Free Software Foundation, Inc.
 #  
 #  GNU Emacs is free software; you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License as published by
index 669c2c741a7f47d30496af86391425ff3a509d50..bdd4db6b2fe9b41a2dc043d94bdaff640163bd01 100644 (file)
@@ -1,3 +1,23 @@
+/* Copyright (C) 1995 Free Software Foundation, Inc.
+
+This file is part of GNU Emacs.
+
+GNU Emacs 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.
+
+GNU Emacs 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 GNU Emacs; see the file COPYING.  If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
+
+
 /* Workable version of <sys/socket.h> based on winsock.h */
 
 #ifndef _SOCKET_H_
index 01862ade8f30ada9691ff4ac70e2fbdb5d3b0faf..26f4cf5e500971f46aa96d3831abaa5027db9b81 100644 (file)
@@ -1,3 +1,5 @@
+#  Makefile for GNU Emacs on the Microsoft W32 API.
+#  Copyright (c) 2000-2001 Free Software Foundation, Inc.
 #
 #  Top level makefile for building GNU Emacs on Windows NT
 #
index a60ce3e919c8c3070f9e60b872853b26884def1f..fb6dfdae282d160ffef00696861e79ade73c9c08 100644 (file)
@@ -1,5 +1,6 @@
 #
-#  Makefile definition file for building GNU Emacs on Windows NT
+#  Makefile definition file for building GNU Emacs on the Microsoft W32 API.
+#  Copyright (c) 2000-2001 Free Software Foundation, Inc.
 #  
 #  GNU Emacs is free software; you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License as published by
index 803f6a4e35cc1109f490970dd1a4fec0bce97976..9a730e331531aff7b70969fecc989f2d84aca7d2 100644 (file)
@@ -1,6 +1,23 @@
-/* Hey Emacs, this is -*- C -*- code!  */
+/* Copyright (C) 1993, 1995, 1997, 1999, 2001
+   Free Software Foundation, Inc.
+
+This file is part of GNU Emacs.
+
+GNU Emacs 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.
+
+GNU Emacs 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 GNU Emacs; see the file COPYING.  If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
-/* Backslashify the default paths for NT */
 
 /* The default search path for Lisp function "load".
    This sets load-path.  */