Changeset 79149
- Timestamp:
- 06/03/11 03:02:49 (4 years ago)
- File:
-
- 1 edited
-
trunk/doc-new/guide/xml/portfile-keywords.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc-new/guide/xml/portfile-keywords.xml
r76824 r79149 199 199 <para>The proper format for license consists of the license name, 200 200 followed by a hyphen and number if indicating a specific version. A 201 space should be placed between licenses if there is more than one. 201 space should be placed between licenses if there is more than one that 202 applies. If an element in the license list is itself a list, it is 203 interpreted as offering a choice of any one of the licenses in the 204 sub-list. 202 205 </para> 203 206 204 <para>(Additional suggestions: If the version number is a 205 <quote>.0</quote> version, including the <quote>.0</quote> is 206 optional. If the author gives the choice of using a given license or 207 <quote>any later version</quote> of it, include a plus (+) after the 208 version number; if the version specified is also the earliest version, 209 just leave out a version number entirely since it implies all 210 versions. —L2G)</para> 207 <para>If the version number is a 208 <quote>.0</quote> version, the <quote>.0</quote> should be 209 omitted to make the version an integer. If the author gives the choice 210 of using a given license or <quote>any later version</quote> of it, 211 append a plus sign (+) to the version number. If the version 212 specified in this case is also the earliest version, 213 just leave out the version number entirely since it implies all 214 versions.</para> 211 215 212 216 <programlisting>license GPL-3</programlisting> 217 <programlisting>license {freetype GPL}</programlisting> 213 218 </listitem> 214 219 </varlistentry>
Note: See TracChangeset
for help on using the changeset viewer.

