Ubuntu Pastebin

Paste from licensecheck at Tue, 27 Sep 2016 08:09:28 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
+v3.0.24        2016-09-03
+
+ [ Bug Fixes ]
+ - Fix apply options --check --ignore to full path (not basename).
+
+v3.0.23        2016-09-01
+
+ [ Bug Fixes ]
+ - Fix skip parsing non-files (regression since v3.0.5).
+ - Fix stop ignore options --check --ignore (regression since v3.0.5).
+
+ [ Other ]
+ - Use Path::Iterator::Rule.
+
+v3.0.22        2016-08-21
+
+ [ Bug Fixes ]
+ - Fix have option --deb-machine imply option --deb-fmt.
+
+ [ Other ]
+ - Adjust SPDX-like shortnames to match Debian format.
+ - Improve detection of GPL/LGPL/AGPL versions.
+ - Stop merge differently cased owners.
+ - Use List::Util and Sort::Key::Multi.
+ - Use https protocol in deb-machine header.
+
+v3.0.21        2016-08-20
+
+ [ Bug Fixes ]
+ - Really fix strip copyright sign unconditionally.
+
+v3.0.20        2016-08-20
+
+ [ Bug Fixes ]
+ - Fix strip copyright sign unconditionally.
+ - Fix strip trailing newline from copyrights.
+
+v3.0.19        2016-08-19
+
+ [ Bug Fixes ]
+ - Fix strip copyright sign with option --deb-machine.
+
+ [ Documentation ]
+ - Mention in description of --deb-machine option that it implies
+   --copyright.
+
+ [ Other ]
+ - Add option --copyright-delimiter, including comma by default.
+ - Handle missing year or owner with option --deb-machine.
+ - Require well-formed years when splitting ownerlines with option
+   --deb-machine.
Download as text