mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-08 20:58:58 +00:00
Add copyright notice.
This commit is contained in:
parent
2ba11bbdcb
commit
41eca17b1d
18
nt/ChangeLog
18
nt/ChangeLog
@ -1,3 +1,21 @@
|
|||||||
|
2001-02-24 Andrew Innes <andrewi@gnu.org>
|
||||||
|
|
||||||
|
* inc/sys/socket.h: Add copyright notice.
|
||||||
|
|
||||||
|
* paths.h: Add copyright notice.
|
||||||
|
|
||||||
|
* makefile.nt: Update copyright notice.
|
||||||
|
|
||||||
|
* makefile.def: Update copyright notice.
|
||||||
|
|
||||||
|
* configure.bat: Update copyright notice.
|
||||||
|
|
||||||
|
* nmake.defs: Add copyright notice.
|
||||||
|
|
||||||
|
* gmake.defs: Add copyright notice.
|
||||||
|
|
||||||
|
* makefile.w32-in: Add copyright notice.
|
||||||
|
|
||||||
2001-02-05 Andrew Innes <andrewi@gnu.org>
|
2001-02-05 Andrew Innes <andrewi@gnu.org>
|
||||||
|
|
||||||
* nmake.defs (THISDIR): New definition.
|
* nmake.defs (THISDIR): New definition.
|
||||||
|
@ -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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -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 */
|
/* Workable version of <sys/socket.h> based on winsock.h */
|
||||||
|
|
||||||
#ifndef _SOCKET_H_
|
#ifndef _SOCKET_H_
|
||||||
|
@ -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
|
# Top level makefile for building GNU Emacs on Windows NT
|
||||||
#
|
#
|
||||||
|
@ -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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
21
nt/paths.h
21
nt/paths.h
@ -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".
|
/* The default search path for Lisp function "load".
|
||||||
This sets load-path. */
|
This sets load-path. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user