~ubuntu-branches/debian/sid/libconfig-model-dpkg-perl/sid

« back to all changes in this revision

Viewing changes to lib/Config/Model/models/Dpkg/Copyright/FileLicense.pl

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont
  • Date: 2015-05-08 10:24:03 UTC
  • mfrom: (1.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20150508102403-5a61zoujj1kqd7vw
Tags: 2.063
* Copyright scanner:
  * to cope with owner containing 'f00' (Closes: #783932)
  * handle ranges like 2010-12 or 2002-3 (Closes: #783928)
* Dpkg::Patch: fix handling of Subject body expressed as
  free form text below header.
* Updated list of supported arch in C::M::Dpkg::Dependency
  (Closes: #782995)
* control: added build-dep on libyaml-tiny-perl

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
      '2010,2011 Dominique Dumont'
8
8
    ],
9
9
    'element' => [
 
10
      'full_license',
 
11
      {
 
12
        'description' => 'if left blank here, the file must include a stand-alone License section matching each license short name listed on the first line (see the Standalone License Section section). Otherwise, this field should either include the full text of the license(s) or include a pointer to the license file under /usr/share/common-licenses. This field should include all text needed in order to fulfill both Debian Policy requirement for including a copy of the software distribution license, and any license requirements to include warranty disclaimers or other notices with the binary package.
 
13
',
 
14
        'type' => 'leaf',
 
15
        'value_type' => 'string',
 
16
        'warn_if_match' => {
 
17
          'fill license' => {
 
18
            'msg' => 'License contains copyright scanner boilerplate. Please update this field with the actual license text'
 
19
          }
 
20
        }
 
21
      },
10
22
      'short_name',
11
23
      {
12
24
        'description' => 'abbreviated name for the license. If empty, it is given the default 
89
101
            }
90
102
          ]
91
103
        }
92
 
      },
93
 
      'full_license',
94
 
      {
95
 
        'description' => 'if left blank here, the file must include a stand-alone License section matching each license short name listed on the first line (see the Standalone License Section section). Otherwise, this field should either include the full text of the license(s) or include a pointer to the license file under /usr/share/common-licenses. This field should include all text needed in order to fulfill both Debian Policy requirement for including a copy of the software distribution license, and any license requirements to include warranty disclaimers or other notices with the binary package.
96
 
',
97
 
        'type' => 'leaf',
98
 
        'value_type' => 'string'
99
104
      }
100
105
    ],
101
106
    'license' => 'LGPL2',