Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
294981c7
Commit
294981c7
authored
May 09, 2008
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch to recommended form of GPLv3 permissions notice.
parent
71e1f69d
Changes
25
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
245 additions
and
274 deletions
+245
-274
lib-src/ChangeLog
lib-src/ChangeLog
+6
-8
lib-src/Makefile.in
lib-src/Makefile.in
+5
-6
lib-src/b2m.pl
lib-src/b2m.pl
+10
-11
lib-src/cvtmail.c
lib-src/cvtmail.c
+5
-6
lib-src/digest-doc.c
lib-src/digest-doc.c
+16
-17
lib-src/ebrowse.c
lib-src/ebrowse.c
+19
-20
lib-src/emacsclient.c
lib-src/emacsclient.c
+4
-6
lib-src/etags.c
lib-src/etags.c
+4
-6
lib-src/fakemail.c
lib-src/fakemail.c
+5
-6
lib-src/grep-changelog
lib-src/grep-changelog
+7
-9
lib-src/hexl.c
lib-src/hexl.c
+7
-8
lib-src/make-docfile.c
lib-src/make-docfile.c
+5
-6
lib-src/makefile.w32-in
lib-src/makefile.w32-in
+18
-20
lib-src/movemail.c
lib-src/movemail.c
+5
-6
lib-src/ntlib.c
lib-src/ntlib.c
+7
-8
lib-src/ntlib.h
lib-src/ntlib.h
+13
-16
lib-src/pop.c
lib-src/pop.c
+7
-7
lib-src/pop.h
lib-src/pop.h
+9
-9
lib-src/profile.c
lib-src/profile.c
+7
-9
lib-src/rcs-checkin
lib-src/rcs-checkin
+11
-12
lib-src/rcs2log
lib-src/rcs2log
+24
-25
lib-src/sorted-doc.c
lib-src/sorted-doc.c
+15
-16
lib-src/test-distrib.c
lib-src/test-distrib.c
+14
-15
lib-src/update-game-score.c
lib-src/update-game-score.c
+11
-9
lib-src/vcdiff
lib-src/vcdiff
+11
-13
No files found.
lib-src/ChangeLog
View file @
294981c7
...
...
@@ -6575,15 +6575,15 @@
;; End:
Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
2006,
2007, 2008 Free Software Foundation, Inc.
1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
2006,
2007, 2008 Free Software Foundation, Inc.
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
the Free Software Foundation
;
either version 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -6591,8 +6591,6 @@
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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; arch-tag: 2d979296-954c-448e-95c1-b46d134513dc
lib-src/Makefile.in
View file @
294981c7
...
...
@@ -4,10 +4,10 @@
# 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
# the Free Software Foundation
;
either version 3
,
o
r (at your option)
# any later version.
# the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -15,9 +15,8 @@
# 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., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.
# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
# Avoid trouble on systems where the `SHELL' variable might be
# inherited from the environment.
...
...
lib-src/b2m.pl
View file @
294981c7
...
...
@@ -5,22 +5,21 @@
# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# Maintainer: Jonathan Kamens <jik@kamens.brookline.ma.us>
# This program 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 3
,
o
r (at your option)
# any later version.
# the Free Software Foundation
,
either version 3 o
f the License, or
#
(at your option)
any later version.
# This program 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.
# This program 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 this program; see the file COPYING. If not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301 USA.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Maintained by Jonathan Kamens <jik@kamens.brookline.ma.us>.
# Requires CPAN modules: MailTools (for Mail::Address), TimeDate (for
# Date::Parse).
...
...
lib-src/cvtmail.c
View file @
294981c7
...
...
@@ -3,10 +3,10 @@
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
the Free Software Foundation
;
either version 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -14,9 +14,8 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* cvtmail:
* Program to convert oldstyle goslings emacs mail directories into
...
...
lib-src/digest-doc.c
View file @
294981c7
/* Give this program DOC-mm.nn.oo as standard input and it outputs to
standard output a file of nroff output containing the doc strings.
Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004,
2005, 2006, 2007,
2008 Free Software Foundation, Inc.
Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004,
2005, 2006, 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
it under the terms of the GNU General Public License as published by
the Free Software Foundation
;
either version 3
,
o
r (at your option)
any later version.
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 3 o
f the License, 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.
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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
See also sorted-doc.c, which produces similar output
but in texinfo format and sorted by function/variable name. */
See also sorted-doc.c, which produces similar output
but in texinfo format and sorted by function/variable name. */
#include <stdio.h>
...
...
lib-src/ebrowse.c
View file @
294981c7
/* ebrowse.c --- parsing files for the ebrowse C++ browser
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
2002, 2003, 2004, 2005, 2006, 2007, 2008
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 3, 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
2002, 2003, 2004, 2005, 2006, 2007, 2008
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 3 of the License, 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. If not, see <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
#include <config.h>
...
...
lib-src/emacsclient.c
View file @
294981c7
...
...
@@ -4,10 +4,10 @@
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
the Free Software Foundation
;
either version 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -15,9 +15,7 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
...
...
lib-src/etags.c
View file @
294981c7
...
...
@@ -34,10 +34,10 @@ Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, 1998, 1999,
This file is not considered part of GNU Emacs.
This program is free software
;
you can redistribute it and/or modify
This program 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 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, or
(at your option)
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -45,9 +45,7 @@ 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 this program; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* NB To comply with the above BSD license, copyright information is
...
...
lib-src/fakemail.c
View file @
294981c7
...
...
@@ -4,10 +4,10 @@
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
the Free Software Foundation
;
either version 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -15,9 +15,8 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define _XOPEN_SOURCE 500
/* for cuserid */
...
...
lib-src/grep-changelog
View file @
294981c7
...
...
@@ -4,21 +4,19 @@
# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
#
# 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
# the Free Software Foundation
;
either version 3
,
o
r (at your option)
# any later version.
#
# the Free Software Foundation
,
either version 3 o
f the License, 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., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.
# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
# Extract entries from ChangeLogs matching specified criteria.
...
...
lib-src/hexl.c
View file @
294981c7
/* Convert files for Emacs Hexl mode.
Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005,
2006, 2007,
2008 Free Software Foundation, Inc.
Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005,
2006, 2007,
2008 Free Software Foundation, Inc.
This file is not considered part of GNU Emacs.
This program is free software
;
you can redistribute it and/or modify
This program 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 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, or
(at your option)
any later version.
This program is distributed in the hope that it will be useful,
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.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
#include <config.h>
...
...
lib-src/make-docfile.c
View file @
294981c7
...
...
@@ -5,10 +5,10 @@
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
the Free Software Foundation
;
either version 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -16,9 +16,8 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* The arguments given to this program are all the C and Lisp source files
of GNU Emacs. .elc and .el and .c files are allowed.
...
...
lib-src/makefile.w32-in
View file @
294981c7
# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
# Copyright (C) 2000, 2001, 2002, 2003, 2004,
# 2005, 2006, 2007, 2008 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 3, 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., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.
#
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
# 2008 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 3 of the License, 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. If not, see <http://www.gnu.org/licenses/>.
ALL
=
make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacsclient
...
...
lib-src/movemail.c
View file @
294981c7
...
...
@@ -5,10 +5,10 @@
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
the Free Software Foundation
;
either version 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -16,9 +16,8 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Important notice: defining MAIL_USE_FLOCK or MAIL_USE_LOCKF *will
cause loss of mail* if you do it on a system that does not normally
...
...
lib-src/ntlib.c
View file @
294981c7
/* Utility and Unix shadow routines for GNU Emacs support programs on NT.
Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005,
2006, 2007,
2008 Free Software Foundation, Inc.
Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005,
2006, 2007,
2008 Free Software Foundation, Inc.
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
the Free Software Foundation
;
either version 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -15,9 +15,8 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
Geoff Voelker (voelker@cs.washington.edu) 10-8-94
*/
...
...
lib-src/ntlib.h
View file @
294981c7
/* Utility and Unix shadow routines for GNU Emacs support programs on NT.
Copyright (C) 1994, 2002, 2003, 2004, 2005,
2006, 2007,
2008 Free Software Foundation, Inc.
Copyright (C) 1994, 2002, 2003, 2004, 2005,
2006, 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
it
under the terms of the GNU General Public License as published by
the
Free Software Foundation
;
either version 3
,
o
r (at your option) any late
r
version.
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 3 o
f the License, o
r
(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.
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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
*/
#include <pwd.h>
#include <malloc.h>
...
...
lib-src/pop.c
View file @
294981c7
/* pop.c: client routines for talking to a POP3-protocol post-office server
Copyright (C) 1991, 1993, 1996, 1997, 1999, 2001, 2002, 2003, 2004,
2005, 2006, 2007, 2008 Free Software Foundation, Inc.
Written by Jonathan Kamens, jik@security.ov.com.
Author: Jonathan Kamens <jik@security.ov.com>
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
the Free Software Foundation
;
either version 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -16,9 +17,8 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
#include <config.h>
...
...
lib-src/pop.h
View file @
294981c7
/* pop.h: Header file for the "pop.c" client POP3 protocol.
Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004,
2005, 2006, 2007, 2008 Free Software Foundation, Inc.
Written by Jonathan Kamens, jik@security.ov.com.
Copyright (C) 1991, 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
2008 Free Software Foundation, Inc.
Author: Jonathan Kamens <jik@security.ov.com>
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
the Free Software Foundation
;
either version 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -16,9 +17,8 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <stdio.h>
...
...
lib-src/profile.c
View file @
294981c7
/* profile.c --- generate periodic events for profiling of Emacs Lisp code.
Copyright (C) 1992, 1994, 1999, 2001, 2002, 2003, 2004,
2005, 2006,
2007, 2008 Free Software Foundation, Inc.
Copyright (C) 1992, 1994, 1999, 2001, 2002, 2003, 2004,
2005, 2006,
2007, 2008 Free Software Foundation, Inc.
Author: Boaz Ben-Zvi <boaz@lcs.mit.edu>
Author: Boaz Ben-Zvi <boaz@lcs.mit.edu>
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
the Free Software Foundation
;
either version 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -17,9 +17,7 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/**
...
...
lib-src/rcs-checkin
View file @
294981c7
...
...
@@ -2,25 +2,24 @@
# This script accepts any number of file arguments and checks them into RCS.
# Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004,
#
2005, 2006,
2007, 2008 Free Software Foundation, Inc.
#
# Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004,
2005, 2006,
# 2007, 2008 Free Software Foundation, Inc.
# 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
# the Free Software Foundation
;
either version 3
,
o
r (at your option)
# any later version.
#
# the Free Software Foundation
,
either version 3 o
f the License, 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., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.
# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
# Arguments which are detectably either RCS masters (with names ending in ,v)
# or Emacs version files (with names of the form foo.~<number>~) are ignored.
...