mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Switch to recommended form of GPLv3 permissions notice.
This commit is contained in:
parent
05a3a78950
commit
eef0be9e86
22 changed files with 169 additions and 202 deletions
10
nt/ChangeLog
10
nt/ChangeLog
|
|
@ -1617,10 +1617,10 @@
|
||||||
|
|
||||||
This file is part of GNU Emacs.
|
This file is part of GNU Emacs.
|
||||||
|
|
||||||
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
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
GNU Emacs is distributed in the hope that it will be useful,
|
GNU Emacs is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
@ -1628,8 +1628,6 @@
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
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
|
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
||||||
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
||||||
Boston, MA 02110-1301, USA.
|
|
||||||
|
|
||||||
;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414
|
;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414
|
||||||
|
|
|
||||||
10
nt/INSTALL
10
nt/INSTALL
|
|
@ -526,10 +526,10 @@
|
||||||
|
|
||||||
This file is part of GNU Emacs.
|
This file is part of GNU Emacs.
|
||||||
|
|
||||||
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
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
GNU Emacs is distributed in the hope that it will be useful,
|
GNU Emacs is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
@ -537,6 +537,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
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
|
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
||||||
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
||||||
Boston, MA 02110-1301, USA.
|
|
||||||
|
|
|
||||||
10
nt/README
10
nt/README
|
|
@ -115,10 +115,10 @@
|
||||||
|
|
||||||
This file is part of GNU Emacs.
|
This file is part of GNU Emacs.
|
||||||
|
|
||||||
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
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
GNU Emacs is distributed in the hope that it will be useful,
|
GNU Emacs is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
@ -126,6 +126,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
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
|
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
||||||
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
||||||
Boston, MA 02110-1301, USA.
|
|
||||||
|
|
|
||||||
14
nt/addpm.c
14
nt/addpm.c
|
|
@ -1,13 +1,13 @@
|
||||||
/* Add entries to the GNU Emacs Program Manager folder.
|
/* Add entries to the GNU Emacs Program Manager folder.
|
||||||
Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005,
|
Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
2006, 2007, 2008 Free Software Foundation, Inc.
|
2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Emacs.
|
This file is part of GNU Emacs.
|
||||||
|
|
||||||
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
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
GNU Emacs is distributed in the hope that it will be useful,
|
GNU Emacs is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with GNU Emacs; see the file COPYING. If not, write to
|
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
||||||
Boston, MA 02110-1301, USA. */
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
/* Add an uninitialized data section to an executable.
|
/* Add an uninitialized data section to an executable.
|
||||||
Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005,
|
Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
2006, 2007, 2008 Free Software Foundation, Inc.
|
2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Emacs.
|
This file is part of GNU Emacs.
|
||||||
|
|
||||||
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
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
GNU Emacs is distributed in the hope that it will be useful,
|
GNU Emacs is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
@ -15,9 +15,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with GNU Emacs; see the file COPYING. If not, write to
|
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
||||||
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
||||||
Boston, MA 02110-1301, USA.
|
|
||||||
|
|
||||||
Andrew Innes <andrewi@harlequin.co.uk> 04-Jan-1999
|
Andrew Innes <andrewi@harlequin.co.uk> 04-Jan-1999
|
||||||
based on code from unexw32.c
|
based on code from unexw32.c
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/* Proxy shell designed for use with Emacs on Windows 95 and NT.
|
/* Proxy shell designed for use with Emacs on Windows 95 and NT.
|
||||||
Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005,
|
Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
2006, 2007, 2008 Free Software Foundation, Inc.
|
2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Accepts subset of Unix sh(1) command-line options, for compatability
|
Accepts subset of Unix sh(1) command-line options, for compatability
|
||||||
with elisp code written for Unix. When possible, executes external
|
with elisp code written for Unix. When possible, executes external
|
||||||
|
|
@ -15,10 +15,10 @@
|
||||||
|
|
||||||
This file is part of GNU Emacs.
|
This file is part of GNU Emacs.
|
||||||
|
|
||||||
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
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
GNU Emacs is distributed in the hope that it will be useful,
|
GNU Emacs is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
@ -26,9 +26,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with GNU Emacs; see the file COPYING. If not, write to
|
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
||||||
Boston, MA 02110-1301, USA. */
|
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
|
|
|
||||||
14
nt/config.nt
14
nt/config.nt
|
|
@ -1,13 +1,13 @@
|
||||||
/* GNU Emacs site configuration template file. -*- C -*-
|
/* GNU Emacs site configuration template file. -*- C -*-
|
||||||
Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004,
|
Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006,
|
||||||
2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Emacs.
|
This file is part of GNU Emacs.
|
||||||
|
|
||||||
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
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
GNU Emacs is distributed in the hope that it will be useful,
|
GNU Emacs is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
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
|
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
||||||
Boston, MA 02110-1301, USA. */
|
|
||||||
|
|
||||||
|
|
||||||
/* No code in Emacs #includes config.h twice, but some of the code
|
/* No code in Emacs #includes config.h twice, but some of the code
|
||||||
|
|
|
||||||
|
|
@ -6,10 +6,10 @@ rem 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
rem This file is part of GNU Emacs.
|
rem This file is part of GNU Emacs.
|
||||||
|
|
||||||
rem GNU Emacs is free software; you can redistribute it and/or modify
|
rem GNU Emacs is free software: you can redistribute it and/or modify
|
||||||
rem it under the terms of the GNU General Public License as published by
|
rem it under the terms of the GNU General Public License as published by
|
||||||
rem the Free Software Foundation; either version 3, or (at your option)
|
rem the Free Software Foundation, either version 3 of the License, or
|
||||||
rem any later version.
|
rem (at your option) any later version.
|
||||||
|
|
||||||
rem GNU Emacs is distributed in the hope that it will be useful,
|
rem GNU Emacs is distributed in the hope that it will be useful,
|
||||||
rem but WITHOUT ANY WARRANTY; without even the implied warranty of
|
rem but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
@ -17,9 +17,8 @@ rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
rem GNU General Public License for more details.
|
rem GNU General Public License for more details.
|
||||||
|
|
||||||
rem You should have received a copy of the GNU General Public License
|
rem You should have received a copy of the GNU General Public License
|
||||||
rem along with GNU Emacs; see the file COPYING. If not, write to the
|
rem along with GNU Emacs. If not, see http://www.gnu.org/licenses/.
|
||||||
rem Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
||||||
rem Boston, MA 02110-1301, USA.
|
|
||||||
rem ----------------------------------------------------------------------
|
rem ----------------------------------------------------------------------
|
||||||
rem YOU'LL NEED THE FOLLOWING UTILITIES TO MAKE EMACS:
|
rem YOU'LL NEED THE FOLLOWING UTILITIES TO MAKE EMACS:
|
||||||
rem
|
rem
|
||||||
|
|
|
||||||
|
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
This file is part of GNU Emacs.
|
This file is part of GNU Emacs.
|
||||||
|
|
||||||
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
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
GNU Emacs is distributed in the hope that it will be useful,
|
GNU Emacs is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with GNU Emacs; see the file COPYING. If not, write to
|
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
||||||
Boston, MA 02110-1301, USA. */
|
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <ddeml.h>
|
#include <ddeml.h>
|
||||||
|
|
|
||||||
|
|
@ -1,26 +1,25 @@
|
||||||
rem Hack to change/add environment variables in the makefiles for the
|
rem Hack to change/add environment variables in the makefiles for the
|
||||||
rem Windows platform.
|
rem Windows platform.
|
||||||
rem
|
|
||||||
rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
|
||||||
rem
|
rem Free Software Foundation, Inc.
|
||||||
|
|
||||||
rem This file is part of GNU Emacs.
|
rem This file is part of GNU Emacs.
|
||||||
rem
|
|
||||||
rem GNU Emacs is free software; you can redistribute it and/or modify
|
rem GNU Emacs is free software: you can redistribute it and/or modify
|
||||||
rem it under the terms of the GNU General Public License as published by
|
rem it under the terms of the GNU General Public License as published by
|
||||||
rem the Free Software Foundation; either version 3, or (at your option)
|
rem the Free Software Foundation, either version 3 of the License, or
|
||||||
rem any later version.
|
rem (at your option) any later version.
|
||||||
rem
|
|
||||||
rem GNU Emacs is distributed in the hope that it will be useful,
|
rem GNU Emacs is distributed in the hope that it will be useful,
|
||||||
rem but WITHOUT ANY WARRANTY; without even the implied warranty of
|
rem but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
rem GNU General Public License for more details.
|
rem GNU General Public License for more details.
|
||||||
rem
|
|
||||||
rem You should have received a copy of the GNU General Public License
|
rem You should have received a copy of the GNU General Public License
|
||||||
rem along with GNU Emacs; see the file COPYING. If not, write to
|
rem along with GNU Emacs. If not, see http://www.gnu.org/licenses/.
|
||||||
rem the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
||||||
rem Boston, MA 02110-1301, USA.
|
|
||||||
rem
|
|
||||||
rem
|
|
||||||
rem Usage:
|
rem Usage:
|
||||||
rem envadd "ENV1=VAL1" "ENV2=VAL2" ... /C <command line>
|
rem envadd "ENV1=VAL1" "ENV2=VAL2" ... /C <command line>
|
||||||
rem
|
rem
|
||||||
|
|
|
||||||
|
|
@ -1,21 +1,21 @@
|
||||||
# -*- Makefile -*- definition file for building GNU Emacs on Windows NT.
|
# -*- Makefile -*- definition file for building GNU Emacs on Windows NT.
|
||||||
# Copyright (C) 2000, 2001, 2002, 2003, 2004,
|
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
# 2008 Free Software Foundation, Inc.
|
||||||
#
|
|
||||||
# GNU Emacs is free software; you can redistribute it and/or modify
|
# This file is part of GNU Emacs.
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation; either version 3, or (at your option)
|
# GNU Emacs is free software: you can redistribute it and/or modify
|
||||||
# any later version.
|
# it under the terms of the GNU General Public License as published by
|
||||||
#
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
# GNU Emacs is distributed in the hope that it will be useful,
|
# (at your option) any later version.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# GNU Emacs is distributed in the hope that it will be useful,
|
||||||
# GNU General Public License for more details.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
#
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# You should have received a copy of the GNU General Public License
|
# GNU General Public License for more details.
|
||||||
# along with GNU Emacs; see the file COPYING. If not, write to
|
|
||||||
# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
# You should have received a copy of the GNU General Public License
|
||||||
# Boston, MA 02110-1301, USA.
|
# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# Ensure 'all' is the default target
|
# Ensure 'all' is the default target
|
||||||
all:
|
all:
|
||||||
|
|
|
||||||
10
nt/inc/grp.h
10
nt/inc/grp.h
|
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
This file is part of GNU Emacs.
|
This file is part of GNU Emacs.
|
||||||
|
|
||||||
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
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
GNU Emacs is distributed in the hope that it will be useful,
|
GNU Emacs is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with GNU Emacs; see the file COPYING. If not, write to
|
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
||||||
Boston, MA 02110-1301, USA. */
|
|
||||||
|
|
||||||
#ifndef _GRP_H
|
#ifndef _GRP_H
|
||||||
#define _GRP_H
|
#define _GRP_H
|
||||||
|
|
|
||||||
|
|
@ -3,10 +3,10 @@
|
||||||
|
|
||||||
This file is part of GNU Emacs.
|
This file is part of GNU Emacs.
|
||||||
|
|
||||||
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
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
GNU Emacs is distributed in the hope that it will be useful,
|
GNU Emacs is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
@ -14,9 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with GNU Emacs; see the file COPYING. If not, write to
|
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
||||||
Boston, MA 02110-1301, USA. */
|
|
||||||
|
|
||||||
#ifndef _LANGINFO_H
|
#ifndef _LANGINFO_H
|
||||||
#define _LANGINFO_H
|
#define _LANGINFO_H
|
||||||
|
|
|
||||||
|
|
@ -3,10 +3,10 @@
|
||||||
|
|
||||||
This file is part of GNU Emacs.
|
This file is part of GNU Emacs.
|
||||||
|
|
||||||
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
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
GNU Emacs is distributed in the hope that it will be useful,
|
GNU Emacs is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
@ -14,9 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with GNU Emacs; see the file COPYING. If not, write to
|
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
||||||
Boston, MA 02110-1301, USA. */
|
|
||||||
|
|
||||||
#ifndef _NL_TYPES_H
|
#ifndef _NL_TYPES_H
|
||||||
#define _NL_TYPES_H
|
#define _NL_TYPES_H
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
/* Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005,
|
/* Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
2006, 2007, 2008 Free Software Foundation, Inc.
|
2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Emacs.
|
This file is part of GNU Emacs.
|
||||||
|
|
||||||
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
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
GNU Emacs is distributed in the hope that it will be useful,
|
GNU Emacs is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
@ -14,9 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with GNU Emacs; see the file COPYING. If not, write to
|
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
||||||
Boston, MA 02110-1301, USA. */
|
|
||||||
|
|
||||||
|
|
||||||
/* Workable version of <sys/socket.h> based on winsock.h */
|
/* Workable version of <sys/socket.h> based on winsock.h */
|
||||||
|
|
|
||||||
|
|
@ -5,10 +5,10 @@
|
||||||
|
|
||||||
This file is part of GNU Emacs.
|
This file is part of GNU Emacs.
|
||||||
|
|
||||||
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
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
GNU Emacs is distributed in the hope that it will be useful,
|
GNU Emacs is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
@ -16,9 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with GNU Emacs; see the file COPYING. If not, write to
|
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
||||||
Boston, MA 02110-1301, USA. */
|
|
||||||
|
|
||||||
#ifndef INC_SYS_STAT_H_
|
#ifndef INC_SYS_STAT_H_
|
||||||
#define INC_SYS_STAT_H_
|
#define INC_SYS_STAT_H_
|
||||||
|
|
|
||||||
|
|
@ -1,25 +1,24 @@
|
||||||
# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
|
# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
|
||||||
# Copyright (C) 2000, 2001, 2002, 2003, 2004,
|
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
# 2008 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# Top level makefile for building GNU Emacs on Windows NT
|
# Top level makefile for building GNU Emacs on Windows NT
|
||||||
#
|
#
|
||||||
# This file is part of GNU Emacs.
|
# This file is part of GNU Emacs.
|
||||||
#
|
|
||||||
# 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
|
||||||
# the Free Software Foundation; either version 3, or (at your option)
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
# any later version.
|
# (at your option) any later version.
|
||||||
#
|
|
||||||
# GNU Emacs is distributed in the hope that it will be useful,
|
# GNU Emacs is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with GNU Emacs; see the file COPYING. If not, write to
|
# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
||||||
# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
||||||
# Boston, MA 02110-1301, USA.
|
|
||||||
|
|
||||||
# FIXME: This file uses DOS EOLs. Convert to Unix after 22.1 is out
|
# FIXME: This file uses DOS EOLs. Convert to Unix after 22.1 is out
|
||||||
# (and remove or replace this comment).
|
# (and remove or replace this comment).
|
||||||
|
|
|
||||||
|
|
@ -2,27 +2,26 @@
|
||||||
|
|
||||||
rem Hack to run install-info with multiple info files on the command
|
rem Hack to run install-info with multiple info files on the command
|
||||||
rem line on the Windows platform.
|
rem line on the Windows platform.
|
||||||
rem
|
|
||||||
rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
|
||||||
rem
|
rem Free Software Foundation, Inc.
|
||||||
|
|
||||||
rem This file is part of GNU Emacs.
|
rem This file is part of GNU Emacs.
|
||||||
rem
|
|
||||||
rem GNU Emacs is free software; you can redistribute it and/or modify
|
rem GNU Emacs is free software: you can redistribute it and/or modify
|
||||||
rem it under the terms of the GNU General Public License as published by
|
rem it under the terms of the GNU General Public License as published by
|
||||||
rem the Free Software Foundation; either version 3, or (at your option)
|
rem the Free Software Foundation, either version 3 of the License, or
|
||||||
rem any later version.
|
rem (at your option) any later version.
|
||||||
rem
|
|
||||||
rem GNU Emacs is distributed in the hope that it will be useful,
|
rem GNU Emacs is distributed in the hope that it will be useful,
|
||||||
rem but WITHOUT ANY WARRANTY; without even the implied warranty of
|
rem but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
rem GNU General Public License for more details.
|
rem GNU General Public License for more details.
|
||||||
rem
|
|
||||||
rem You should have received a copy of the GNU General Public License
|
rem You should have received a copy of the GNU General Public License
|
||||||
rem along with GNU Emacs; see the file COPYING. If not, write to
|
rem along with GNU Emacs. If not, see http://www.gnu.org/licenses/.
|
||||||
rem the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
||||||
rem Boston, MA 02110-1301, USA.
|
|
||||||
rem
|
|
||||||
rem
|
|
||||||
rem Usage:
|
rem Usage:
|
||||||
rem multi-install-info <switch passed to install-info> FILE1 FILE2 ...
|
rem multi-install-info <switch passed to install-info> FILE1 FILE2 ...
|
||||||
rem
|
rem
|
||||||
|
|
|
||||||
|
|
@ -1,21 +1,22 @@
|
||||||
# -*- Makefile -*- definition file for building GNU Emacs on Windows NT.
|
# -*- Makefile -*- definition file for building GNU Emacs on Windows NT.
|
||||||
# Copyright (C) 2000, 2001, 2002, 2003, 2004,
|
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
# 2008 Free Software Foundation, Inc.
|
||||||
#
|
|
||||||
# GNU Emacs is free software; you can redistribute it and/or modify
|
# This file is part of GNU Emacs.
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation; either version 3, or (at your option)
|
# GNU Emacs is free software: you can redistribute it and/or modify
|
||||||
# any later version.
|
# it under the terms of the GNU General Public License as published by
|
||||||
#
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
# GNU Emacs is distributed in the hope that it will be useful,
|
# (at your option) any later version.
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# GNU Emacs is distributed in the hope that it will be useful,
|
||||||
# GNU General Public License for more details.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
#
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# You should have received a copy of the GNU General Public License
|
# GNU General Public License for more details.
|
||||||
# along with GNU Emacs; see the file COPYING. If not, write to
|
|
||||||
# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
# You should have received a copy of the GNU General Public License
|
||||||
# Boston, MA 02110-1301, USA.
|
# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
# Ensure 'all' is the default target
|
# Ensure 'all' is the default target
|
||||||
all:
|
all:
|
||||||
|
|
|
||||||
10
nt/paths.h
10
nt/paths.h
|
|
@ -3,10 +3,10 @@
|
||||||
|
|
||||||
This file is part of GNU Emacs.
|
This file is part of GNU Emacs.
|
||||||
|
|
||||||
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
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
GNU Emacs is distributed in the hope that it will be useful,
|
GNU Emacs is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
@ -14,9 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with GNU Emacs; see the file COPYING. If not, write to
|
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
||||||
Boston, MA 02110-1301, USA. */
|
|
||||||
|
|
||||||
|
|
||||||
/* The default search path for Lisp function "load".
|
/* The default search path for Lisp function "load".
|
||||||
|
|
|
||||||
15
nt/preprep.c
15
nt/preprep.c
|
|
@ -1,13 +1,13 @@
|
||||||
/* Pro-process emacs.exe for profiling by MSVC.
|
/* Pro-process emacs.exe for profiling by MSVC.
|
||||||
Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005,
|
Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
2006, 2007, 2008 Free Software Foundation, Inc.
|
2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Emacs.
|
This file is part of GNU Emacs.
|
||||||
|
|
||||||
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
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
GNU Emacs is distributed in the hope that it will be useful,
|
GNU Emacs is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
@ -15,9 +15,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with GNU Emacs; see the file COPYING. If not, write to
|
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
||||||
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
||||||
Boston, MA 02110-1301, USA.
|
|
||||||
|
|
||||||
Andrew Innes <andrewi@harlequin.co.uk> 16-Jan-1999
|
Andrew Innes <andrewi@harlequin.co.uk> 16-Jan-1999
|
||||||
based on code from addsection.c
|
based on code from addsection.c
|
||||||
|
|
|
||||||
|
|
@ -3,10 +3,10 @@
|
||||||
|
|
||||||
This file is part of GNU Emacs.
|
This file is part of GNU Emacs.
|
||||||
|
|
||||||
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
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
GNU Emacs is distributed in the hope that it will be useful,
|
GNU Emacs is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
@ -14,9 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with GNU Emacs; see the file COPYING. If not, write to
|
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
||||||
Boston, MA 02110-1301, USA. */
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue