Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c07a6ded
Commit
c07a6ded
authored
Nov 24, 2012
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doclicense.texi, gpl.texi: Update to latest version from FSF.
These are just minor editorial changes.
parent
c2350548
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
85 additions
and
77 deletions
+85
-77
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+5
-0
doc/emacs/doclicense.texi
doc/emacs/doclicense.texi
+12
-15
doc/emacs/gpl.texi
doc/emacs/gpl.texi
+4
-4
doc/lispintro/ChangeLog
doc/lispintro/ChangeLog
+5
-0
doc/lispintro/doclicense.texi
doc/lispintro/doclicense.texi
+12
-15
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+6
-0
doc/lispref/doclicense.texi
doc/lispref/doclicense.texi
+12
-17
doc/lispref/elisp.texi
doc/lispref/elisp.texi
+4
-0
doc/lispref/gpl.texi
doc/lispref/gpl.texi
+4
-8
doc/misc/ChangeLog
doc/misc/ChangeLog
+5
-0
doc/misc/doclicense.texi
doc/misc/doclicense.texi
+12
-14
doc/misc/gpl.texi
doc/misc/gpl.texi
+4
-4
No files found.
doc/emacs/ChangeLog
View file @
c07a6ded
2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
* doclicense.texi, gpl.texi: Update to latest version from FSF.
These are just minor editorial changes.
2012-11-21 Dani Moncayo <dmoncayo@gmail.com>
* display.texi (Auto Scrolling): Fix some inaccuracies, plus
...
...
doc/emacs/doclicense.texi
View file @
c07a6ded
@c -*-texinfo-*-
@c The GNU Free Documentation License.
@center Version 1.3, 3 November 2008
...
...
@@ -6,7 +5,7 @@
@c hence no sectioning command or @node.
@display
Copyright @copyright{} 2000, 2001, 2002, 2007, 2008
, 2009
Free Software Foundation, Inc.
Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
@uref{http://fsf.org/}
Everyone is permitted to copy and distribute verbatim copies
...
...
@@ -93,16 +92,16 @@ An image format is not Transparent if used for any substantial amount
of text. A copy that is not ``Transparent'' is called ``Opaque''.
Examples of suitable formats for Transparent copies include plain
@sc{ascii}
without markup, Texinfo input format, La@TeX{} input
format,
@acronym{
SGML
}
or
@acronym{
XML
}
using a publicly available
@acronym{
DTD
}
, and standard-conforming simple
@acronym{
HTML
}
,
PostScript or
@acronym{
PDF
}
designed for human modification. Examples
of transparent image formats include
@acronym{
PNG
}
,
@acronym{
XCF
}
and
@acronym{
JPG
}
. Opaque formats include proprietary formats that can be
read and edited only by proprietary word processors,
@acronym{
SGML
}
or
@acronym{
XML
}
for which the
@acronym{
DTD
}
and/or processing tools are
not generally available, and the machine-generated
@acronym{
HTML
}
,
PostScript or
@acronym{
PDF
}
produced by some word processors for
ASCII
without markup, Texinfo input format, La@TeX{} input
format, SGML or XML using a publicly available
DTD, and standard-conforming simple HTML,
PostScript or PDF designed for human modification. Examples
of transparent image formats include PNG, XCF and
JPG. Opaque formats include proprietary formats that can be
read and edited only by proprietary word processors, SGML or
XML for which the DTD and/or processing tools are
not generally available, and the machine-generated HTML,
PostScript or PDF produced by some word processors for
output purposes only.
The ``Title Page'' means, for a printed book, the title page itself,
...
...
@@ -482,7 +481,7 @@ license notices just after the title page:
@end smallexample
If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
replace the ``with@dots{}Texts.'' line with this:
replace the ``with@dots{}Texts.''
@:
line with this:
@smallexample
@group
...
...
@@ -501,8 +500,6 @@ recommend releasing these examples in parallel under your choice of
free software license, such as the GNU General Public License,
to permit their use in free software.
@c Local Variables:
@c ispell-local-pdict: "ispell-dict"
@c End:
doc/emacs/gpl.texi
View file @
c07a6ded
...
...
@@ -2,7 +2,7 @@
@center Version 3, 29 June 2007
@c This file is intended to be included within another document,
@c hence no sectioning command or @node.
@c hence no sectioning command or @node.
@display
Copyright @copyright{} 2007 Free Software Foundation, Inc. @url{http://fsf.org/}
...
...
@@ -222,7 +222,7 @@ terms of section 4, provided that you also meet all of these
conditions:
@enumerate a
@item
@item
The work must carry prominent notices stating that you modified it,
and giving a relevant date.
...
...
@@ -670,7 +670,7 @@ state the exclusion of warranty; and each file should have at least
the ``copyright'' line and a pointer to where the full notice is found.
@smallexample
@var{one line to give the program's name and a brief idea of what it does.}
@var{one line to give the program's name and a brief idea of what it does.}
Copyright (C) @var{year} @var{name of author}
This program is free software: you can redistribute it and/or modify
...
...
@@ -693,7 +693,7 @@ If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
@smallexample
@var{program} Copyright (C) @var{year} @var{name of author}
@var{program} Copyright (C) @var{year} @var{name of author}
This program comes with ABSOLUTELY NO WARRANTY; for details type @samp{show w}.
This is free software, and you are welcome to redistribute it
under certain conditions; type @samp{show c} for details.
...
...
doc/lispintro/ChangeLog
View file @
c07a6ded
2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
* doclicense.texi: Update to latest version from FSF.
These are just minor editorial changes.
2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
* emacs-lisp-intro.texi (Files List):
...
...
doc/lispintro/doclicense.texi
View file @
c07a6ded
@c -*-texinfo-*-
@c The GNU Free Documentation License.
@center Version 1.3, 3 November 2008
...
...
@@ -6,7 +5,7 @@
@c hence no sectioning command or @node.
@display
Copyright @copyright{} 2000, 2001, 2002, 2007, 2008
, 2009
Free Software Foundation, Inc.
Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
@uref{http://fsf.org/}
Everyone is permitted to copy and distribute verbatim copies
...
...
@@ -93,16 +92,16 @@ An image format is not Transparent if used for any substantial amount
of text. A copy that is not ``Transparent'' is called ``Opaque''.
Examples of suitable formats for Transparent copies include plain
@sc{ascii}
without markup, Texinfo input format, La@TeX{} input
format,
@acronym{
SGML
}
or
@acronym{
XML
}
using a publicly available
@acronym{
DTD
}
, and standard-conforming simple
@acronym{
HTML
}
,
PostScript or
@acronym{
PDF
}
designed for human modification. Examples
of transparent image formats include
@acronym{
PNG
}
,
@acronym{
XCF
}
and
@acronym{
JPG
}
. Opaque formats include proprietary formats that can be
read and edited only by proprietary word processors,
@acronym{
SGML
}
or
@acronym{
XML
}
for which the
@acronym{
DTD
}
and/or processing tools are
not generally available, and the machine-generated
@acronym{
HTML
}
,
PostScript or
@acronym{
PDF
}
produced by some word processors for
ASCII
without markup, Texinfo input format, La@TeX{} input
format, SGML or XML using a publicly available
DTD, and standard-conforming simple HTML,
PostScript or PDF designed for human modification. Examples
of transparent image formats include PNG, XCF and
JPG. Opaque formats include proprietary formats that can be
read and edited only by proprietary word processors, SGML or
XML for which the DTD and/or processing tools are
not generally available, and the machine-generated HTML,
PostScript or PDF produced by some word processors for
output purposes only.
The ``Title Page'' means, for a printed book, the title page itself,
...
...
@@ -482,7 +481,7 @@ license notices just after the title page:
@end smallexample
If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
replace the ``with@dots{}Texts.'' line with this:
replace the ``with@dots{}Texts.''
@:
line with this:
@smallexample
@group
...
...
@@ -501,8 +500,6 @@ recommend releasing these examples in parallel under your choice of
free software license, such as the GNU General Public License,
to permit their use in free software.
@c Local Variables:
@c ispell-local-pdict: "ispell-dict"
@c End:
doc/lispref/ChangeLog
View file @
c07a6ded
2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
* doclicense.texi: Update to latest version from FSF.
These are just minor editorial changes.
* elisp.texi (GNU Free Documentation License)
(GNU General Public Licens):
Provide sectioning, since doclicense.texi no longer does that.
* loading.texi (Named Features): @ -> @@ to fix typo.
2012-11-24 Martin Rudalics <rudalics@gmx.at>
...
...
doc/lispref/doclicense.texi
View file @
c07a6ded
@c -*-texinfo-*-
@c The GNU Free Documentation License.
@node GNU Free Documentation License
@appendix GNU Free Documentation License
@center Version 1.3, 3 November 2008
@c This file is intended to be included within another document,
@c hence no sectioning command or @node.
@display
Copyright @copyright{} 2000, 2001, 2002, 2007, 2008
, 2009
Free Software Foundation, Inc.
Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
@uref{http://fsf.org/}
Everyone is permitted to copy and distribute verbatim copies
...
...
@@ -96,16 +92,16 @@ An image format is not Transparent if used for any substantial amount
of text. A copy that is not ``Transparent'' is called ``Opaque''.
Examples of suitable formats for Transparent copies include plain
@sc{ascii}
without markup, Texinfo input format, La@TeX{} input
format,
@acronym{
SGML
}
or
@acronym{
XML
}
using a publicly available
@acronym{
DTD
}
, and standard-conforming simple
@acronym{
HTML
}
,
PostScript or
@acronym{
PDF
}
designed for human modification. Examples
of transparent image formats include
@acronym{
PNG
}
,
@acronym{
XCF
}
and
@acronym{
JPG
}
. Opaque formats include proprietary formats that can be
read and edited only by proprietary word processors,
@acronym{
SGML
}
or
@acronym{
XML
}
for which the
@acronym{
DTD
}
and/or processing tools are
not generally available, and the machine-generated
@acronym{
HTML
}
,
PostScript or
@acronym{
PDF
}
produced by some word processors for
ASCII
without markup, Texinfo input format, La@TeX{} input
format, SGML or XML using a publicly available
DTD, and standard-conforming simple HTML,
PostScript or PDF designed for human modification. Examples
of transparent image formats include PNG, XCF and
JPG. Opaque formats include proprietary formats that can be
read and edited only by proprietary word processors, SGML or
XML for which the DTD and/or processing tools are
not generally available, and the machine-generated HTML,
PostScript or PDF produced by some word processors for
output purposes only.
The ``Title Page'' means, for a printed book, the title page itself,
...
...
@@ -485,7 +481,7 @@ license notices just after the title page:
@end smallexample
If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
replace the ``with@dots{}Texts.'' line with this:
replace the ``with@dots{}Texts.''
@:
line with this:
@smallexample
@group
...
...
@@ -504,7 +500,6 @@ recommend releasing these examples in parallel under your choice of
free software license, such as the GNU General Public License,
to permit their use in free software.
@c Local Variables:
@c ispell-local-pdict: "ispell-dict"
@c End:
doc/lispref/elisp.texi
View file @
c07a6ded
...
...
@@ -1588,7 +1588,11 @@ Object Internals
@c appendices
@include anti.texi
@node GNU Free Documentation License
@appendix GNU Free Documentation License
@include doclicense.texi
@node GPL
@appendix GNU General Public License
@include gpl.texi
@include tips.texi
@include internals.texi
...
...
doc/lispref/gpl.texi
View file @
c07a6ded
@c -*-texinfo-*-
@node GPL
@appendix GNU General Public License
@c The GNU General Public License.
@center Version 3, 29 June 2007
@c This file is intended to be included within another document,
@c hence no sectioning command or @node.
@c hence no sectioning command or @node.
@display
Copyright @copyright{} 2007 Free Software Foundation, Inc. @url{http://fsf.org/}
...
...
@@ -226,7 +222,7 @@ terms of section 4, provided that you also meet all of these
conditions:
@enumerate a
@item
@item
The work must carry prominent notices stating that you modified it,
and giving a relevant date.
...
...
@@ -674,7 +670,7 @@ state the exclusion of warranty; and each file should have at least
the ``copyright'' line and a pointer to where the full notice is found.
@smallexample
@var{one line to give the program's name and a brief idea of what it does.}
@var{one line to give the program's name and a brief idea of what it does.}
Copyright (C) @var{year} @var{name of author}
This program is free software: you can redistribute it and/or modify
...
...
@@ -697,7 +693,7 @@ If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
@smallexample
@var{program} Copyright (C) @var{year} @var{name of author}
@var{program} Copyright (C) @var{year} @var{name of author}
This program comes with ABSOLUTELY NO WARRANTY; for details type @samp{show w}.
This is free software, and you are welcome to redistribute it
under certain conditions; type @samp{show c} for details.
...
...
doc/misc/ChangeLog
View file @
c07a6ded
2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
* doclicense.texi, gpl.texi: Update to latest version from FSF.
These are just minor editorial changes.
2012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (Date Formatting Codes): Mention the new beginning of
...
...
doc/misc/doclicense.texi
View file @
c07a6ded
@c -*-texinfo-*-
@c The GNU Free Documentation License.
@center Version 1.3, 3 November 2008
...
...
@@ -6,7 +5,7 @@
@c hence no sectioning command or @node.
@display
Copyright @copyright{} 2000, 2001, 2002, 2007, 2008
, 2009
Free Software Foundation, Inc.
Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
@uref{http://fsf.org/}
Everyone is permitted to copy and distribute verbatim copies
...
...
@@ -93,16 +92,16 @@ An image format is not Transparent if used for any substantial amount
of text. A copy that is not ``Transparent'' is called ``Opaque''.
Examples of suitable formats for Transparent copies include plain
@sc{ascii}
without markup, Texinfo input format, La@TeX{} input
format,
@acronym{
SGML
}
or
@acronym{
XML
}
using a publicly available
@acronym{
DTD
}
, and standard-conforming simple
@acronym{
HTML
}
,
PostScript or
@acronym{
PDF
}
designed for human modification. Examples
of transparent image formats include
@acronym{
PNG
}
,
@acronym{
XCF
}
and
@acronym{
JPG
}
. Opaque formats include proprietary formats that can be
read and edited only by proprietary word processors,
@acronym{
SGML
}
or
@acronym{
XML
}
for which the
@acronym{
DTD
}
and/or processing tools are
not generally available, and the machine-generated
@acronym{
HTML
}
,
PostScript or
@acronym{
PDF
}
produced by some word processors for
ASCII
without markup, Texinfo input format, La@TeX{} input
format, SGML or XML using a publicly available
DTD, and standard-conforming simple HTML,
PostScript or PDF designed for human modification. Examples
of transparent image formats include PNG, XCF and
JPG. Opaque formats include proprietary formats that can be
read and edited only by proprietary word processors, SGML or
XML for which the DTD and/or processing tools are
not generally available, and the machine-generated HTML,
PostScript or PDF produced by some word processors for
output purposes only.
The ``Title Page'' means, for a printed book, the title page itself,
...
...
@@ -482,7 +481,7 @@ license notices just after the title page:
@end smallexample
If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
replace the ``with@dots{}Texts.'' line with this:
replace the ``with@dots{}Texts.''
@:
line with this:
@smallexample
@group
...
...
@@ -501,7 +500,6 @@ recommend releasing these examples in parallel under your choice of
free software license, such as the GNU General Public License,
to permit their use in free software.
@c Local Variables:
@c ispell-local-pdict: "ispell-dict"
@c End:
doc/misc/gpl.texi
View file @
c07a6ded
...
...
@@ -2,7 +2,7 @@
@center Version 3, 29 June 2007
@c This file is intended to be included within another document,
@c hence no sectioning command or @node.
@c hence no sectioning command or @node.
@display
Copyright @copyright{} 2007 Free Software Foundation, Inc. @url{http://fsf.org/}
...
...
@@ -222,7 +222,7 @@ terms of section 4, provided that you also meet all of these
conditions:
@enumerate a
@item
@item
The work must carry prominent notices stating that you modified it,
and giving a relevant date.
...
...
@@ -670,7 +670,7 @@ state the exclusion of warranty; and each file should have at least
the ``copyright'' line and a pointer to where the full notice is found.
@smallexample
@var{one line to give the program's name and a brief idea of what it does.}
@var{one line to give the program's name and a brief idea of what it does.}
Copyright (C) @var{year} @var{name of author}
This program is free software: you can redistribute it and/or modify
...
...
@@ -693,7 +693,7 @@ If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
@smallexample
@var{program} Copyright (C) @var{year} @var{name of author}
@var{program} Copyright (C) @var{year} @var{name of author}
This program comes with ABSOLUTELY NO WARRANTY; for details type @samp{show w}.
This is free software, and you are welcome to redistribute it
under certain conditions; type @samp{show c} for details.
...
...
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