Mercurial > emacs
changeset 36375:19b74f67a4ae
Add copyright notice.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Sat, 24 Feb 2001 21:57:19 +0000 |
parents | 08c23aec4863 |
children | d41e9c02ee54 |
files | nt/gmake.defs nt/inc/sys/socket.h nt/makefile.w32-in nt/nmake.defs nt/paths.h |
diffstat | 5 files changed, 45 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/gmake.defs Sat Feb 24 17:07:29 2001 +0000 +++ b/nt/gmake.defs Sat Feb 24 21:57:19 2001 +0000 @@ -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
--- a/nt/inc/sys/socket.h Sat Feb 24 17:07:29 2001 +0000 +++ b/nt/inc/sys/socket.h Sat Feb 24 21:57:19 2001 +0000 @@ -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_
--- a/nt/makefile.w32-in Sat Feb 24 17:07:29 2001 +0000 +++ b/nt/makefile.w32-in Sat Feb 24 21:57:19 2001 +0000 @@ -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 #
--- a/nt/nmake.defs Sat Feb 24 17:07:29 2001 +0000 +++ b/nt/nmake.defs Sat Feb 24 21:57:19 2001 +0000 @@ -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
--- a/nt/paths.h Sat Feb 24 17:07:29 2001 +0000 +++ b/nt/paths.h Sat Feb 24 21:57:19 2001 +0000 @@ -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. -/* Backslashify the default paths for NT */ +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. */ + /* The default search path for Lisp function "load". This sets load-path. */