@@ -14,15 +14,42 @@ and PyPy 2.6
14
14
15
15
Links:
16
16
17
- - https://github.com/libgit2/pygit2 -- Source code and issue tracker
18
- - http://www.pygit2.org/ -- Documentation
19
- - https://pypi.python.org/pypi/pygit2 -- Download
20
- - https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst -- Changelog
17
+ - Download - https://pypi.python.org/pypi/pygit2
21
18
22
- How to install
23
- ==============
19
+ - Documentation - http://www.pygit2.org/
20
+
21
+ Install - http://www.pygit2.org/install.html
22
+
23
+ - Source code and issue tracker - https://github.com/libgit2/pygit2
24
+
25
+ - Changelog - https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst
26
+
27
+
28
+ License: GPLv2 with linking exception
29
+ =====================================
30
+
31
+ This program is free software; you can redistribute it and/or
32
+ modify it under the terms of the GNU General Public License,
33
+ version 2, as published by the Free Software Foundation.
34
+
35
+ In addition to the permissions in the GNU General Public License,
36
+ the authors give you unlimited permission to link the compiled
37
+ version of this file into combinations with other programs,
38
+ and to distribute those combinations without any restriction
39
+ coming from the use of this file. (The General Public License
40
+ restrictions do apply in other respects; for example, they cover
41
+ modification of the file, and distribution when not linked into
42
+ a combined executable.)
43
+
44
+ This program is distributed in the hope that it will be useful,
45
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
46
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
47
+ GNU General Public License for more details.
24
48
25
- - Check http://www.pygit2.org/install.html
49
+ You should have received a copy of the GNU General Public License
50
+ along with this program; see the file COPYING. If not, write to
51
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
52
+ Boston, MA 02110-1301, USA.
26
53
27
54
28
55
Authors
@@ -75,32 +102,3 @@ Authors
75
102
Rui Abreu Ferreira Sheeo Soasme
76
103
Vladimir Rutsky Yu Jianjian chengyuhang
77
104
earl
78
-
79
-
80
- License
81
- ==============
82
-
83
- **GPLv2 with linking exception. **
84
-
85
- This program is free software; you can redistribute it and/or
86
- modify it under the terms of the GNU General Public License,
87
- version 2, as published by the Free Software Foundation.
88
-
89
- In addition to the permissions in the GNU General Public License,
90
- the authors give you unlimited permission to link the compiled
91
- version of this file into combinations with other programs,
92
- and to distribute those combinations without any restriction
93
- coming from the use of this file. (The General Public License
94
- restrictions do apply in other respects; for example, they cover
95
- modification of the file, and distribution when not linked into
96
- a combined executable.)
97
-
98
- This program is distributed in the hope that it will be useful,
99
- but WITHOUT ANY WARRANTY; without even the implied warranty of
100
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
101
- GNU General Public License for more details.
102
-
103
- You should have received a copy of the GNU General Public License
104
- along with this program; see the file COPYING. If not, write to
105
- the Free Software Foundation, 51 Franklin Street, Fifth Floor,
106
- Boston, MA 02110-1301, USA.
0 commit comments