summaryrefslogtreecommitdiffstats
path: root/Doc/texinputs/copyright.tex
Commit message (Collapse)AuthorAgeFilesLines
* Move content input files shared among the documents into a new directoryFred Drake2003-09-271-14/+0
| | | | | | (commontex/), leaving only style support files in texinputs/. This makes texinputs/ part of the formatting tools while commontex/ is strictly part of the actual documentation.
* Update the copyright year.Guido van Rossum2003-01-021-1/+1
|
* Separate the copyright statements and license text; include some newFred Drake2001-06-201-96/+2
| | | | comments regarding the history of Python licensing from Guido.
* In the typeset versions, the legal notices had grown past the one-pageFred Drake2001-04-101-0/+5
| | | | size. This constrains them to fit in one page again.
* Update to the current state of the universe.Fred Drake2001-03-221-5/+18
|
* Center the top line of the license page, to make it look just a little bitFred Drake2000-10-141-1/+1
| | | | cleaner.
* Update license according to the LICENSE file in the source tree.Fred Drake2000-09-051-30/+83
|
* The new copyright / license.Fred Drake2000-07-011-25/+33
|
* Mark the URL "ftp://ftp.python.org" with \url{}.Fred Drake1998-02-111-1/+1
|
* Added disclaimer.Guido van Rossum1996-10-251-9/+16
|
* use {} instead of \ after \copyrightGuido van Rossum1995-03-281-1/+1
|
* add (c) symbolGuido van Rossum1995-03-171-2/+2
|
* copyright.tex: Add 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
| | | | | | | | | | | | | | | lib.tex: add libimp; remove bogus warning about lineii. libmath.tex: document hypot(). libmd5.tex: rename md5.md5() to md5.new(). libposix.tex: document chown(). libposixfile.tex: openfile() instead of fileopen(). libsocket.tex: document gethostbyaddr(). libtypes.tex: add footnote explaining why readline() keeps the newline. ref3.tex: correct typos, add back*quotes to index. ref4.tex: don't use \verb inside footnote. ref5.tex: explain repr() and str() and add them + back*quotes to index. ref6.tex: correct typo, don't use \verb in footnote. ref7.tex: don't use \verb in footnote.
* Moved author and date to boilerplate.tex.Guido van Rossum1994-10-061-0/+22
Added copyright.tex to all files. Added descr of check_interval to libsys.tex. Corrected lotsa typos in tut.tex (thanks to George M. Sipe). Corrected mktuple (should be newtupleobject) example in ext.tex.