Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef0f129

Browse files
committed
Move the copyright and license stuff to the end.
1 parent 3bb0070 commit ef0f129

1 file changed

Lines changed: 28 additions & 32 deletions

File tree

README

Lines changed: 28 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,6 @@
11
This is Python version 3.0 alpha 1
22
==================================
33

4-
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007
5-
Python Software Foundation.
6-
All rights reserved.
7-
8-
Copyright (c) 2000 BeOpen.com.
9-
All rights reserved.
10-
11-
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
12-
All rights reserved.
13-
14-
Copyright (c) 1991-1995 Stichting Mathematisch Centrum.
15-
All rights reserved.
16-
17-
18-
License information
19-
-------------------
20-
21-
See the file "LICENSE" for information on the history of this
22-
software, terms & conditions for usage, and a DISCLAIMER OF ALL
23-
WARRANTIES.
24-
25-
This Python distribution contains *no* GNU General Public License
26-
(GPL) code, so it may be used in proprietary projects. There are
27-
interfaces to some GNU code but these are entirely optional.
28-
29-
All trademarks referenced herein are property of their respective
30-
holders.
31-
32-
33-
About Python 3000
34-
-----------------
35-
364
Python 3000 (a.k.a. "Py3k", and released as Python 3.0) is a new
375
version of the language, which is incompatible with the 2.x line of
386
releases. The language is mostly the same, but many details,
@@ -157,3 +125,31 @@ there. For example:
157125

158126
(This will fail if you *also* built at the top-level directory. You
159127
should do a "make clean" at the toplevel first.)
128+
129+
130+
Copyright and License Information
131+
---------------------------------
132+
133+
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007
134+
Python Software Foundation.
135+
All rights reserved.
136+
137+
Copyright (c) 2000 BeOpen.com.
138+
All rights reserved.
139+
140+
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
141+
All rights reserved.
142+
143+
Copyright (c) 1991-1995 Stichting Mathematisch Centrum.
144+
All rights reserved.
145+
146+
See the file "LICENSE" for information on the history of this
147+
software, terms & conditions for usage, and a DISCLAIMER OF ALL
148+
WARRANTIES.
149+
150+
This Python distribution contains *no* GNU General Public License
151+
(GPL) code, so it may be used in proprietary projects. There are
152+
interfaces to some GNU code but these are entirely optional.
153+
154+
All trademarks referenced herein are property of their respective
155+
holders.

0 commit comments

Comments
 (0)