File: add-expat-short-name

package info (click to toggle)
libsoftware-license-perl 0.103012-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,012 kB
  • ctags: 289
  • sloc: perl: 6,682; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 451 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Add expat short name
 Expat is accepted and returns a MIT license object.
 This is Debian specific.
Author: dod
Applied-Upstream: NA
--- a/lib/Software/LicenseUtils.pm
+++ b/lib/Software/LicenseUtils.pm
@@ -173,6 +173,7 @@
 }
 
 my %short_name = (
+  'Expat'      =>  'Software::License::MIT',
   'GPL-1'      =>  'Software::License::GPL_1',
   'GPL-2'      =>  'Software::License::GPL_2',
   'GPL-3'      =>  'Software::License::GPL_3',