summaryrefslogtreecommitdiff
path: root/docutils/COPYING.txt
diff options
context:
space:
mode:
author(no author) <(no author)@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2002-05-01 02:53:07 +0000
committer(no author) <(no author)@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2002-05-01 02:53:07 +0000
commit9e0c8b3997b83945c58c5ede77278f205b97d03e (patch)
tree5fdea7c382ce0fdcc49bc2bc0f9e8faaa7f4effc /docutils/COPYING.txt
parent6a5511292419427c9a4c9258b71c47d072a02878 (diff)
downloaddocutils-tibs.tar.gz
This commit was manufactured by cvs2svn to create branch 'tibs'.tibs
git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/tibs@63 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/COPYING.txt')
-rw-r--r--docutils/COPYING.txt34
1 files changed, 0 insertions, 34 deletions
diff --git a/docutils/COPYING.txt b/docutils/COPYING.txt
deleted file mode 100644
index fb2c3f5ae..000000000
--- a/docutils/COPYING.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-==================
- Copying Docutils
-==================
-
-:Author: David Goodger
-:Contact: goodger@users.sourceforge.net
-:Date: $Date$
-:Web-site: http://docutils.sourceforge.net/
-
-Most of the files included in this project are in the public domain,
-and therefore have no license requirement and no restrictions on
-copying or usage. The two exceptions are:
-
-- docutils/roman.py, copyright 2001 by Mark Pilgrim, licensed under the
- `Python 2.1.1 license`_.
-
-- test/difflib.py, copyright by the Python Software Foundation,
- licensed under the `Python 2.2 license`_. This file is included for
- compatibility with Python versions less than 2.2; if you have Python
- 2.2 or higher, difflib.py is not needed and may be removed. (It's
- only used to report test failures anyhow; it isn't installed
- anywhere. The included file is a pre-generator version of the
- difflib.py module included in Python 2.2.)
-
-(Disclaimer: I am not a lawyer.) The Python license is OSI-approved_
-and GPL-compatible_. Although complicated by multiple owners and lots
-of legalese, it basically lets you copy, use, modify, and redistribute
-files as long as you keep the copyright attribution intact, note any
-changes you make, and don't use the owner's name in vain.
-
-.. _Python 2.1.1 license: http://www.python.org/2.1.1/license.html
-.. _Python 2.2 license: http://www.python.org/2.2/license.html
-.. _OSI-approved: http://opensource.org/licenses/
-.. _GPL-compatible: http://www.gnu.org/philosophy/license-list.html