Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
41eca17b
Commit
41eca17b
authored
Feb 24, 2001
by
Andrew Innes
Browse files
Add copyright notice.
parent
2ba11bbd
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
63 additions
and
4 deletions
+63
-4
nt/ChangeLog
nt/ChangeLog
+18
-0
nt/gmake.defs
nt/gmake.defs
+2
-1
nt/inc/sys/socket.h
nt/inc/sys/socket.h
+20
-0
nt/makefile.w32-in
nt/makefile.w32-in
+2
-0
nt/nmake.defs
nt/nmake.defs
+2
-1
nt/paths.h
nt/paths.h
+19
-2
No files found.
nt/ChangeLog
View file @
41eca17b
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>
* nmake.defs (THISDIR): New definition.
...
...
nt/gmake.defs
View file @
41eca17b
#
# 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
...
...
nt/inc/sys/socket.h
View file @
41eca17b
/* 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_
...
...
nt/makefile.w32-in
View file @
41eca17b
# 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
#
...
...
nt/nmake.defs
View file @
41eca17b
#
# 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
...
...
nt/paths.h
View file @
41eca17b
/* 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. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment