blob: aa1db1d211109a6813487ad206ee29c00b190cd9 (
plain)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
2013-07-03 dmg <dmg@uvic.ca>
* Version to 1.1 RC2
* Added qt variants and fixed more GPL related unknowns.
* When the license is unknown "UNKNOWN" is printed.
2013-07-02 dmg <dmg@uvic.ca>
* Added version to ninka.pl, set to 1.1 RC1
* matcher/rules.dict: Added CDDLorGPLv2, CPLv1orGPLv2+orLGPLv2, QtorGPLv2orv3
* senttok/licensesentence.dict: the boost license sometimes contains just the URL refernece, fixed several regressions.
* matcher/rules.dict: Renamed the openSSLvar2 to Apachev1.0
* matcher/matcher.pl: added fields to ignore in MPLv1.1
* the mozilla trilicense was not properly identified in the GPLv2+ or LGPLv2.1+
* matcher/matcher.pl: Added GPL2orOpenIB to the rules. Allowed
spaces in the defintion of the rules
2013-07-01 dmg <dmg@uvic.ca>
* filter/criticalword.dict: tighten some definitions to avoid
false positives without hurting precision. In particular, removed
"subject" as a "legal" term.
* senttok/licensesentence.dict (publicDomain): Added another public domain.
2011-02-08 <dmg@uvic.ca>
* senttok/licensesentence.dict: Renamed the GPLVer2+KDE to
GPLVer2or3KDE+, which I believe is more appropriate (license GPL
v2, v3 or any further version approved by the KDE e.v.
2011-02-03 <dmg@uvic.ca>
* extComments/extComments.pl (Determine_Comments_Extractor): Fixed
a bug introduced in the comments extractor.
* matcher/rules.dict: Fixed a bug in the sunRPM license. It wasn't detected.
* filter/criticalword.dict: strenghten some rules to avoid some
false positives in good sentences.
2011-01-28 <dmg@uvic.ca>
* senttok/senttok.pl (Normalize_GPL): Fixed a bug in the parsing
of version strings. "v." is considered a version iff followed by a
number.
* matcher/rules.dict, licensesentence.dict: added a new license
GPLVer2+KDE (a variant of the GPLv2+ where the KDE has a say in
terms of which license it can be replaced with in the future).
2010-11-19 dmg <dmg@uvic.ca>
* ninka.pl: Uncommented a line that I left commented by mistake.
2010-11-10 dmg <dmg@uvic.ca>
* Released pre-release version 1.0-pre2
* Added path to the files in the tar file.
* README: Fixed errors (patch by Armijn Hemel)
* extComments/extComments.pl (Determine_Comments_Extractor): Added
the option to not use the comments extractor.
* Now that Paul has given us permission, remove patching process.
* Cleanup files
2010-08-07 dmg <dmg@uvic.ca>
* Prepared the release to the public.
|