countries: hardcode codes reserved for WIPO
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 1 Feb 2015 08:38:30 +0000 (09:38 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Sun, 1 Feb 2015 17:34:57 +0000 (18:34 +0100)
tools/mkcountries-geonames

index 4e8069757987d0e2999b3ec2a9a49e5df2286232..fe1acb729e4215bea12d7a0d2ddf464912d421ea 100755 (executable)
@@ -36,6 +36,18 @@ my %cc;  # map of country code to info array
        wl => ["(Saint Lucia)", "c-na Xr", "(Saint Luc.)", 'lc'],
        wv => ["(Saint Vincent)", "c-na Xr", "(Saint Vin.)", 'vc'],
        yv => ["(Venezuela)", "c-sa Xr", undef, 've'],
+
+       # WIPO, agreed not to use
+       ap => ["African Regional Industrial Property Organization", "c-af Xr", "ARIPO"],
+       bx => ["Benelux Office for Intellectual Property", "c-eu Xr", "BOIP"],
+       ef => ["European Community Patent Convention", "c-eu Xr", "CPC"],
+       em => ["European Trademark Office", "c-eu Xr", "OHIM"],
+       ep => ["European Patent Organization", "c-eu Xr", "EPOrg"],
+       ev => ["Eurasian Patent Organization", "c-as Xr", "EAPO"],
+       gc => ["Gulf Patent Office", "c-as Xr", "GCCPO"],
+       ib => ["International Bureau of WIPO", "Xr", "IB WIPO"],
+       oa => ["African Intellectual Property Organization", "c-af Xr", "OAPI"],
+       wo => ["World Intellectual Property Organization", "Xr", "WIPO"],
 );
 
 while (<>) {