New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79149


Ignore:
Timestamp:
06/03/11 03:02:49 (4 years ago)
Author:
jmr@…
Message:

guide: update license info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc-new/guide/xml/portfile-keywords.xml

    r76824 r79149  
    199199        <para>The proper format for license consists of the license name, 
    200200        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. 
    202205        </para> 
    203206 
    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> 
    211215 
    212216        <programlisting>license           GPL-3</programlisting> 
     217        <programlisting>license           {freetype GPL}</programlisting> 
    213218      </listitem> 
    214219    </varlistentry> 
Note: See TracChangeset for help on using the changeset viewer.