Commit a2c0a55 1 parent 5e2b4a4 commit a2c0a55 Copy full SHA for a2c0a55
File tree 2 files changed +4
-4
lines changed
test/lice_comb/data/name_lists
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 149
149
; Alternative spellings
150
150
(lciu/replace-in-coll #"(?i)\s +Australia(?!\w )" #"[\s\- –—]+(?:Australia|AU)" )
151
151
(lciu/replace-in-coll #"(?i)\s +Austria(?!\w )" #"[\s\- –—]+(?:Austria|AT)" )
152
- (lciu/replace-in-coll #"(?i)\s +England and Wales(?!\w )" #"[\s\- –—]+(?:England[\s\- –—]*(?:and|&)[\s\- –—]*Wales|UK)" )
152
+ (lciu/replace-in-coll #"(?i)\s +England and Wales(?!\w )" #"[\s\- –—]+(?:England[\s\- –—]*(?:and|&)[\s\- –—]*Wales|GB| UK)" )
153
153
(lciu/replace-in-coll #"(?i)\s +France(?!\w )" #"[\s\- –—]+(?:France|FR)" )
154
154
(lciu/replace-in-coll #"(?i)\s +(Germany|Deutsche)(?!\w )" #"[\s\- –—]+(?:Germany?|DE|Deutsche)" )
155
155
(lciu/replace-in-coll #"(?i)\s +Japan(?!\w )" #"[\s\- –—]+(?:Japan|JP)" )
156
156
(lciu/replace-in-coll #"(?i)\s +Netherlands(?!\w )" #"[\s\- –—]+(?:Netherlands|NL)" )
157
- (lciu/replace-in-coll #"(?i)(?<!\w )(United Kingdom|UK)(?!\w )" #"(?:United[\s\- –—]+Kingdom|UK)" )
158
- (lciu/replace-in-coll #"(?i)\s +(USA?|United States)(?!\w )" #"[\s\- –—]+(?:United[\s\- –—]+States|USA?)" )
157
+ (lciu/replace-in-coll #"(?i)(?<!\w )(United Kingdom|UK)(?!\w )" #"(?:United[\s\- –—]+Kingdom|GB| UK)" )
158
+ (lciu/replace-in-coll #"(?i)\s +(USA?|United States)(?!\w )" #"[\s\- –—]+(?:United[\s\- –—]+States(?:[ \s\- –—]+of[ \s\- –—]+America)? |USA?)" )
159
159
(lciu/replace-in-coll #"(?i)\s +University of California(?!\w )" #"[\s\- –—]+(?:University[\s\- –—]+of[\s\- –—]+(?:California|CA)|UC|Cal)" )
160
160
(lciu/replace-in-coll #"(?i)(?<!\w )acknowledge?ment(?!\w )" #"Acknowledge?ment" ) ; No trailing \b, to handle plurals etc.
161
161
(lciu/replace-in-coll #"(?i)(?<!\w )merchant[ai]bility(?!\w )" #"Merchant[ai]bility" )
Original file line number Diff line number Diff line change 29
29
" GNU General Public License, Version 2"
30
30
" GNU General Public License, Version 3 (or later)"
31
31
" GNU General Public License, Version 3"
32
- ; "GNU General Public License, version 2 (GPL2), with the classpath exception" ;Expression
32
+ ; "GNU General Public License, version 2 (GPL2), with the classpath exception" ; Expression
33
33
; "GNU General Public License, version 2 with the GNU Classpath Exception" ; Expression
34
34
" GNU General Public License, version 2"
35
35
" GNU General Public License, version 3 (GPLv3)"
You can’t perform that action at this time.
0 commit comments