87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
<li><p>The project has a bug tracker.
<li><p>The project has a website.
<li><p>Release version numbers are in the traditional X.Y or X.Y.Z format.
<li><p>Releases can be downloaded as tarball using
gzip or bzip2 compression.
<li><p>Releases unpack into a versioned top-level directory.
(ex: "projectname-1.2.3/").
<li><p>A statement of license appears at the top of every source code file
and the complete text of the license is included in the source code
tarball.
<li><p>There are no incompatible licenses in the code.
<li><p>The project has not been blithely proclaimed "public domain" without
having gone through the tedious and exacting legal steps to actually put it
in the public domain.
<li><p>There is an accurate change log in the code and on the website.
<li><p>There is documentation in the code and on the website.
</ol>
|
|
|
|
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
<li><p>The project has a bug tracker.
<li><p>The project has a website.
<li><p>Release version numbers are in the traditional X.Y or X.Y.Z format.
<li><p>Releases can be downloaded as tarball using
gzip or bzip2 compression.
<li><p>Releases unpack into a versioned top-level directory.
(ex: "projectname-1.2.3/").
<li><p>A statement of license appears at the top of every source code file
and the complete text of the license is included in the source code
tarball.
<li><p>There are no incompatible licenses in the code.
<li><p>The project has not been blithely proclaimed "public domain" without
having gone through the tedious and exacting legal steps to actually put it
in the public domain.
<li><p>There is an accurate change log in the code and on the website.
<li><p>There is documentation in the code and on the website.
</ol>
|