tld 0.6.4 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/tld/cc.rb ADDED
@@ -0,0 +1,1203 @@
1
+ class TLD
2
+ class CC < TLD
3
+ def type
4
+ :cc
5
+ end
6
+ class TLDAc < CC #:nodoc:
7
+ self.tld = %q{ac}
8
+ self.sponsoring_organization = %q{Network Information Center (AC Domain Registry)c/o Cable and Wireless (Ascension Island)}
9
+ end
10
+ class TLDAd < CC #:nodoc:
11
+ self.tld = %q{ad}
12
+ self.sponsoring_organization = %q{Andorra Telecom}
13
+ end
14
+ class TLDAe < CC #:nodoc:
15
+ self.tld = %q{ae}
16
+ self.sponsoring_organization = %q{Telecommunication Regulatory Authority (TRA)}
17
+ end
18
+ class TLDAf < CC #:nodoc:
19
+ self.tld = %q{af}
20
+ self.sponsoring_organization = %q{Ministry of Communications and IT}
21
+ end
22
+ class TLDAg < CC #:nodoc:
23
+ self.tld = %q{ag}
24
+ self.sponsoring_organization = %q{UHSA School of Medicine}
25
+ end
26
+ class TLDAi < CC #:nodoc:
27
+ self.tld = %q{ai}
28
+ self.sponsoring_organization = %q{Government of Anguilla}
29
+ end
30
+ class TLDAl < CC #:nodoc:
31
+ self.tld = %q{al}
32
+ self.sponsoring_organization = %q{Electronic and Postal Communications Authority - AKEP}
33
+ end
34
+ class TLDAm < CC #:nodoc:
35
+ self.tld = %q{am}
36
+ self.sponsoring_organization = %q{Internet Society}
37
+ end
38
+ class TLDAn < CC #:nodoc:
39
+ self.tld = %q{an}
40
+ self.sponsoring_organization = %q{University of Curacao}
41
+ end
42
+ class TLDAo < CC #:nodoc:
43
+ self.tld = %q{ao}
44
+ self.sponsoring_organization = %q{Faculdade de Engenharia da Universidade Agostinho Neto}
45
+ end
46
+ class TLDAq < CC #:nodoc:
47
+ self.tld = %q{aq}
48
+ self.sponsoring_organization = %q{Antarctica Network Information Centre Limited}
49
+ end
50
+ class TLDAr < CC #:nodoc:
51
+ self.tld = %q{ar}
52
+ self.sponsoring_organization = %q{Presidencia de la Nación – Secretaría Legal y Técnica}
53
+ end
54
+ class TLDAs < CC #:nodoc:
55
+ self.tld = %q{as}
56
+ self.sponsoring_organization = %q{AS Domain Registry}
57
+ end
58
+ class TLDAt < CC #:nodoc:
59
+ self.tld = %q{at}
60
+ self.sponsoring_organization = %q{nic.at GmbH}
61
+ end
62
+ class TLDAu < CC #:nodoc:
63
+ self.tld = %q{au}
64
+ self.sponsoring_organization = %q{.au Domain Administration (auDA)}
65
+ end
66
+ class TLDAw < CC #:nodoc:
67
+ self.tld = %q{aw}
68
+ self.sponsoring_organization = %q{SETAR}
69
+ end
70
+ class TLDAx < CC #:nodoc:
71
+ self.tld = %q{ax}
72
+ self.sponsoring_organization = %q{Ålands landskapsregering}
73
+ end
74
+ class TLDAz < CC #:nodoc:
75
+ self.tld = %q{az}
76
+ self.sponsoring_organization = %q{IntraNS}
77
+ end
78
+ class TLDBa < CC #:nodoc:
79
+ self.tld = %q{ba}
80
+ self.sponsoring_organization = %q{Universtiy Telinformatic Centre (UTIC)}
81
+ end
82
+ class TLDBb < CC #:nodoc:
83
+ self.tld = %q{bb}
84
+ self.sponsoring_organization = %q{Government of BarbadosMinistry of Economic Affairs and DevelopmentTelecommunications Unit}
85
+ end
86
+ class TLDBd < CC #:nodoc:
87
+ self.tld = %q{bd}
88
+ self.sponsoring_organization = %q{Ministry of Post & TelecommunicationsBangladesh Secretariat}
89
+ end
90
+ class TLDBe < CC #:nodoc:
91
+ self.tld = %q{be}
92
+ self.sponsoring_organization = %q{DNS Belgium vzw/asbl}
93
+ end
94
+ class TLDBf < CC #:nodoc:
95
+ self.tld = %q{bf}
96
+ self.sponsoring_organization = %q{ARCE-AutoritÈ de RÈgulation des Communications Electroniques}
97
+ end
98
+ class TLDBg < CC #:nodoc:
99
+ self.tld = %q{bg}
100
+ self.sponsoring_organization = %q{Register.BG}
101
+ end
102
+ class TLDBh < CC #:nodoc:
103
+ self.tld = %q{bh}
104
+ self.sponsoring_organization = %q{Telecommunications Regulatory Authority (TRA)}
105
+ end
106
+ class TLDBi < CC #:nodoc:
107
+ self.tld = %q{bi}
108
+ self.sponsoring_organization = %q{Centre National de l'Informatique}
109
+ end
110
+ class TLDBj < CC #:nodoc:
111
+ self.tld = %q{bj}
112
+ self.sponsoring_organization = %q{Benin Telecoms S.A.}
113
+ end
114
+ class TLDBl < CC #:nodoc:
115
+ self.tld = %q{bl}
116
+ self.sponsoring_organization = %q{Not assigned}
117
+ end
118
+ class TLDBm < CC #:nodoc:
119
+ self.tld = %q{bm}
120
+ self.sponsoring_organization = %q{Registry GeneralMinistry of Labour and Immigration}
121
+ end
122
+ class TLDBn < CC #:nodoc:
123
+ self.tld = %q{bn}
124
+ self.sponsoring_organization = %q{Telekom Brunei Berhad}
125
+ end
126
+ class TLDBo < CC #:nodoc:
127
+ self.tld = %q{bo}
128
+ self.sponsoring_organization = %q{Agencia para el Desarrollo de la Información de la Sociedad en Bolivia}
129
+ end
130
+ class TLDBq < CC #:nodoc:
131
+ self.tld = %q{bq}
132
+ self.sponsoring_organization = %q{Not assigned}
133
+ end
134
+ class TLDBr < CC #:nodoc:
135
+ self.tld = %q{br}
136
+ self.sponsoring_organization = %q{Comite Gestor da Internet no Brasil}
137
+ end
138
+ class TLDBs < CC #:nodoc:
139
+ self.tld = %q{bs}
140
+ self.sponsoring_organization = %q{The College of the Bahamas}
141
+ end
142
+ class TLDBt < CC #:nodoc:
143
+ self.tld = %q{bt}
144
+ self.sponsoring_organization = %q{Ministry of Information and Communications}
145
+ end
146
+ class TLDBv < CC #:nodoc:
147
+ self.tld = %q{bv}
148
+ self.sponsoring_organization = %q{UNINETT Norid A/S}
149
+ end
150
+ class TLDBw < CC #:nodoc:
151
+ self.tld = %q{bw}
152
+ self.sponsoring_organization = %q{Botswana Communications Regulatory Authority (BOCRA)}
153
+ end
154
+ class TLDBy < CC #:nodoc:
155
+ self.tld = %q{by}
156
+ self.sponsoring_organization = %q{Reliable Software Inc.}
157
+ end
158
+ class TLDBz < CC #:nodoc:
159
+ self.tld = %q{bz}
160
+ self.sponsoring_organization = %q{University of Belize}
161
+ end
162
+ class TLDCa < CC #:nodoc:
163
+ self.tld = %q{ca}
164
+ self.sponsoring_organization = %q{Canadian Internet Registration Authority (CIRA)Autorite Canadienne pour les Enregistrements Internet (ACEI)}
165
+ end
166
+ class TLDCc < CC #:nodoc:
167
+ self.tld = %q{cc}
168
+ self.sponsoring_organization = %q{eNIC Cocos (Keeling) Islands Pty.Ltd. d/b/a Island Internet Services}
169
+ end
170
+ class TLDCd < CC #:nodoc:
171
+ self.tld = %q{cd}
172
+ self.sponsoring_organization = %q{Office Congolais des Postes et Télécommunications - OCPT}
173
+ end
174
+ class TLDCf < CC #:nodoc:
175
+ self.tld = %q{cf}
176
+ self.sponsoring_organization = %q{Societe Centrafricaine de Telecommunications (SOCATEL)}
177
+ end
178
+ class TLDCg < CC #:nodoc:
179
+ self.tld = %q{cg}
180
+ self.sponsoring_organization = %q{ONPT Congo and Interpoint Switzerland}
181
+ end
182
+ class TLDCh < CC #:nodoc:
183
+ self.tld = %q{ch}
184
+ self.sponsoring_organization = %q{SWITCH The Swiss Education & Research Network}
185
+ end
186
+ class TLDCi < CC #:nodoc:
187
+ self.tld = %q{ci}
188
+ self.sponsoring_organization = %q{INP-HB Institut National Polytechnique Felix Houphouet Boigny}
189
+ end
190
+ class TLDCk < CC #:nodoc:
191
+ self.tld = %q{ck}
192
+ self.sponsoring_organization = %q{Telecom Cook Islands Ltd.}
193
+ end
194
+ class TLDCl < CC #:nodoc:
195
+ self.tld = %q{cl}
196
+ self.sponsoring_organization = %q{NIC Chile (University of Chile)}
197
+ end
198
+ class TLDCm < CC #:nodoc:
199
+ self.tld = %q{cm}
200
+ self.sponsoring_organization = %q{Cameroon Telecommunications (CAMTEL)}
201
+ end
202
+ class TLDCn < CC #:nodoc:
203
+ self.tld = %q{cn}
204
+ self.sponsoring_organization = %q{Computer Network Information Center, Chinese Academy of Sciences}
205
+ end
206
+ class TLDCo < CC #:nodoc:
207
+ self.tld = %q{co}
208
+ self.sponsoring_organization = %q{.CO Internet S.A.S.}
209
+ end
210
+ class TLDCr < CC #:nodoc:
211
+ self.tld = %q{cr}
212
+ self.sponsoring_organization = %q{National Academy of SciencesAcademia Nacional de Ciencias}
213
+ end
214
+ class TLDCu < CC #:nodoc:
215
+ self.tld = %q{cu}
216
+ self.sponsoring_organization = %q{CENIAInternetIndustria y San JoseCapitolio Nacional}
217
+ end
218
+ class TLDCv < CC #:nodoc:
219
+ self.tld = %q{cv}
220
+ self.sponsoring_organization = %q{Agência Nacional das Comunicações (ANAC)}
221
+ end
222
+ class TLDCw < CC #:nodoc:
223
+ self.tld = %q{cw}
224
+ self.sponsoring_organization = %q{University of Curacao}
225
+ end
226
+ class TLDCx < CC #:nodoc:
227
+ self.tld = %q{cx}
228
+ self.sponsoring_organization = %q{Christmas Island Internet Administration Limited}
229
+ end
230
+ class TLDCy < CC #:nodoc:
231
+ self.tld = %q{cy}
232
+ self.sponsoring_organization = %q{University of Cyprus}
233
+ end
234
+ class TLDCz < CC #:nodoc:
235
+ self.tld = %q{cz}
236
+ self.sponsoring_organization = %q{CZ.NIC, z.s.p.o}
237
+ end
238
+ class TLDDe < CC #:nodoc:
239
+ self.tld = %q{de}
240
+ self.sponsoring_organization = %q{DENIC eG}
241
+ end
242
+ class TLDDj < CC #:nodoc:
243
+ self.tld = %q{dj}
244
+ self.sponsoring_organization = %q{Djibouti Telecom S.A}
245
+ end
246
+ class TLDDk < CC #:nodoc:
247
+ self.tld = %q{dk}
248
+ self.sponsoring_organization = %q{Dansk Internet Forum}
249
+ end
250
+ class TLDDm < CC #:nodoc:
251
+ self.tld = %q{dm}
252
+ self.sponsoring_organization = %q{DotDM Corporation}
253
+ end
254
+ class TLDDo < CC #:nodoc:
255
+ self.tld = %q{do}
256
+ self.sponsoring_organization = %q{Pontificia Universidad Catolica Madre y MaestraRecinto Santo Tomas de Aquino}
257
+ end
258
+ class TLDDz < CC #:nodoc:
259
+ self.tld = %q{dz}
260
+ self.sponsoring_organization = %q{CERIST}
261
+ end
262
+ class TLDEc < CC #:nodoc:
263
+ self.tld = %q{ec}
264
+ self.sponsoring_organization = %q{NIC.EC (NICEC) S.A.}
265
+ end
266
+ class TLDEe < CC #:nodoc:
267
+ self.tld = %q{ee}
268
+ self.sponsoring_organization = %q{Eesti Interneti Sihtasutus (EIS)}
269
+ end
270
+ class TLDEg < CC #:nodoc:
271
+ self.tld = %q{eg}
272
+ self.sponsoring_organization = %q{Egyptian Universities Network (EUN)Supreme Council of Universities}
273
+ end
274
+ class TLDEh < CC #:nodoc:
275
+ self.tld = %q{eh}
276
+ self.sponsoring_organization = %q{Not assigned}
277
+ end
278
+ class TLDEr < CC #:nodoc:
279
+ self.tld = %q{er}
280
+ self.sponsoring_organization = %q{Eritrea Telecommunication Services Corporation (EriTel)}
281
+ end
282
+ class TLDEs < CC #:nodoc:
283
+ self.tld = %q{es}
284
+ self.sponsoring_organization = %q{Red.es}
285
+ end
286
+ class TLDEt < CC #:nodoc:
287
+ self.tld = %q{et}
288
+ self.sponsoring_organization = %q{Ethio telecom}
289
+ end
290
+ class TLDEu < CC #:nodoc:
291
+ self.tld = %q{eu}
292
+ self.sponsoring_organization = %q{EURid vzw/asbl}
293
+ end
294
+ class TLDFi < CC #:nodoc:
295
+ self.tld = %q{fi}
296
+ self.sponsoring_organization = %q{Finnish Communications Regulatory Authority}
297
+ end
298
+ class TLDFj < CC #:nodoc:
299
+ self.tld = %q{fj}
300
+ self.sponsoring_organization = %q{The University of the South PacificIT Services}
301
+ end
302
+ class TLDFk < CC #:nodoc:
303
+ self.tld = %q{fk}
304
+ self.sponsoring_organization = %q{Falkland Islands Government}
305
+ end
306
+ class TLDFm < CC #:nodoc:
307
+ self.tld = %q{fm}
308
+ self.sponsoring_organization = %q{FSM Telecommunications Corporation}
309
+ end
310
+ class TLDFo < CC #:nodoc:
311
+ self.tld = %q{fo}
312
+ self.sponsoring_organization = %q{FO Council}
313
+ end
314
+ class TLDFr < CC #:nodoc:
315
+ self.tld = %q{fr}
316
+ self.sponsoring_organization = %q{Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)}
317
+ end
318
+ class TLDGa < CC #:nodoc:
319
+ self.tld = %q{ga}
320
+ self.sponsoring_organization = %q{Agence Nationale des Infrastructures Numériques et des Fréquences (ANINF)}
321
+ end
322
+ class TLDGb < CC #:nodoc:
323
+ self.tld = %q{gb}
324
+ self.sponsoring_organization = %q{Reserved Domain - IANA}
325
+ end
326
+ class TLDGd < CC #:nodoc:
327
+ self.tld = %q{gd}
328
+ self.sponsoring_organization = %q{The National Telecommunications Regulatory Commission (NTRC)}
329
+ end
330
+ class TLDGe < CC #:nodoc:
331
+ self.tld = %q{ge}
332
+ self.sponsoring_organization = %q{Caucasus Online}
333
+ end
334
+ class TLDGf < CC #:nodoc:
335
+ self.tld = %q{gf}
336
+ self.sponsoring_organization = %q{Net Plus}
337
+ end
338
+ class TLDGg < CC #:nodoc:
339
+ self.tld = %q{gg}
340
+ self.sponsoring_organization = %q{Island Networks Ltd.}
341
+ end
342
+ class TLDGh < CC #:nodoc:
343
+ self.tld = %q{gh}
344
+ self.sponsoring_organization = %q{Network Computer Systems Limited}
345
+ end
346
+ class TLDGi < CC #:nodoc:
347
+ self.tld = %q{gi}
348
+ self.sponsoring_organization = %q{Sapphire Networks}
349
+ end
350
+ class TLDGl < CC #:nodoc:
351
+ self.tld = %q{gl}
352
+ self.sponsoring_organization = %q{TELE Greenland A/S}
353
+ end
354
+ class TLDGm < CC #:nodoc:
355
+ self.tld = %q{gm}
356
+ self.sponsoring_organization = %q{GM-NIC}
357
+ end
358
+ class TLDGn < CC #:nodoc:
359
+ self.tld = %q{gn}
360
+ self.sponsoring_organization = %q{Centre National des Sciences Halieutiques de Boussoura}
361
+ end
362
+ class TLDGp < CC #:nodoc:
363
+ self.tld = %q{gp}
364
+ self.sponsoring_organization = %q{Networking Technologies Group}
365
+ end
366
+ class TLDGq < CC #:nodoc:
367
+ self.tld = %q{gq}
368
+ self.sponsoring_organization = %q{GETESA}
369
+ end
370
+ class TLDGr < CC #:nodoc:
371
+ self.tld = %q{gr}
372
+ self.sponsoring_organization = %q{ICS-FORTH GR}
373
+ end
374
+ class TLDGs < CC #:nodoc:
375
+ self.tld = %q{gs}
376
+ self.sponsoring_organization = %q{Government of South Georgia and South Sandwich Islands (GSGSSI)}
377
+ end
378
+ class TLDGt < CC #:nodoc:
379
+ self.tld = %q{gt}
380
+ self.sponsoring_organization = %q{Universidad del Valle de Guatemala}
381
+ end
382
+ class TLDGu < CC #:nodoc:
383
+ self.tld = %q{gu}
384
+ self.sponsoring_organization = %q{University of GuamComputer Center}
385
+ end
386
+ class TLDGw < CC #:nodoc:
387
+ self.tld = %q{gw}
388
+ self.sponsoring_organization = %q{Autoridade Reguladora Nacional - Tecnologias de Informação e Comunicação da Guiné-Bissau}
389
+ end
390
+ class TLDGy < CC #:nodoc:
391
+ self.tld = %q{gy}
392
+ self.sponsoring_organization = %q{University of Guyana}
393
+ end
394
+ class TLDHk < CC #:nodoc:
395
+ self.tld = %q{hk}
396
+ self.sponsoring_organization = %q{Hong Kong Internet Registration Corporation Ltd.}
397
+ end
398
+ class TLDHm < CC #:nodoc:
399
+ self.tld = %q{hm}
400
+ self.sponsoring_organization = %q{HM Domain Registry}
401
+ end
402
+ class TLDHn < CC #:nodoc:
403
+ self.tld = %q{hn}
404
+ self.sponsoring_organization = %q{Red de Desarrollo Sostenible Honduras}
405
+ end
406
+ class TLDHr < CC #:nodoc:
407
+ self.tld = %q{hr}
408
+ self.sponsoring_organization = %q{CARNet - Croatian Academic and Research Network}
409
+ end
410
+ class TLDHt < CC #:nodoc:
411
+ self.tld = %q{ht}
412
+ self.sponsoring_organization = %q{Consortium FDS/RDDH}
413
+ end
414
+ class TLDHu < CC #:nodoc:
415
+ self.tld = %q{hu}
416
+ self.sponsoring_organization = %q{Council of Hungarian Internet Providers (CHIP)}
417
+ end
418
+ class TLDId < CC #:nodoc:
419
+ self.tld = %q{id}
420
+ self.sponsoring_organization = %q{Perkumpulan Pengelola Nama Domain Internet Indonesia (PANDI)}
421
+ end
422
+ class TLDIe < CC #:nodoc:
423
+ self.tld = %q{ie}
424
+ self.sponsoring_organization = %q{University College DublinComputing ServicesComputer Centre}
425
+ end
426
+ class TLDIl < CC #:nodoc:
427
+ self.tld = %q{il}
428
+ self.sponsoring_organization = %q{Internet Society of Israel}
429
+ end
430
+ class TLDIm < CC #:nodoc:
431
+ self.tld = %q{im}
432
+ self.sponsoring_organization = %q{Isle of Man Government}
433
+ end
434
+ class TLDIn < CC #:nodoc:
435
+ self.tld = %q{in}
436
+ self.sponsoring_organization = %q{National Internet Exchange of India}
437
+ end
438
+ class TLDIo < CC #:nodoc:
439
+ self.tld = %q{io}
440
+ self.sponsoring_organization = %q{IO Top Level Domain RegistryCable and Wireless}
441
+ end
442
+ class TLDIq < CC #:nodoc:
443
+ self.tld = %q{iq}
444
+ self.sponsoring_organization = %q{Communications and Media Commission (CMC)}
445
+ end
446
+ class TLDIr < CC #:nodoc:
447
+ self.tld = %q{ir}
448
+ self.sponsoring_organization = %q{Institute for Research in Fundamental Sciences}
449
+ end
450
+ class TLDIs < CC #:nodoc:
451
+ self.tld = %q{is}
452
+ self.sponsoring_organization = %q{ISNIC - Internet Iceland ltd.}
453
+ end
454
+ class TLDIt < CC #:nodoc:
455
+ self.tld = %q{it}
456
+ self.sponsoring_organization = %q{IIT - CNR}
457
+ end
458
+ class TLDJe < CC #:nodoc:
459
+ self.tld = %q{je}
460
+ self.sponsoring_organization = %q{Island Networks (Jersey) Ltd.}
461
+ end
462
+ class TLDJm < CC #:nodoc:
463
+ self.tld = %q{jm}
464
+ self.sponsoring_organization = %q{University of West Indies}
465
+ end
466
+ class TLDJo < CC #:nodoc:
467
+ self.tld = %q{jo}
468
+ self.sponsoring_organization = %q{National Information Technology Center (NITC)}
469
+ end
470
+ class TLDJp < CC #:nodoc:
471
+ self.tld = %q{jp}
472
+ self.sponsoring_organization = %q{Japan Registry Services Co., Ltd.}
473
+ end
474
+ class TLDKe < CC #:nodoc:
475
+ self.tld = %q{ke}
476
+ self.sponsoring_organization = %q{Kenya Network Information Center (KeNIC)}
477
+ end
478
+ class TLDKg < CC #:nodoc:
479
+ self.tld = %q{kg}
480
+ self.sponsoring_organization = %q{AsiaInfo Telecommunication Enterprise}
481
+ end
482
+ class TLDKh < CC #:nodoc:
483
+ self.tld = %q{kh}
484
+ self.sponsoring_organization = %q{Ministry of Post and Telecommunications}
485
+ end
486
+ class TLDKi < CC #:nodoc:
487
+ self.tld = %q{ki}
488
+ self.sponsoring_organization = %q{Ministry of Communications, Transport, and Tourism Development}
489
+ end
490
+ class TLDKm < CC #:nodoc:
491
+ self.tld = %q{km}
492
+ self.sponsoring_organization = %q{Comores Telecom}
493
+ end
494
+ class TLDKn < CC #:nodoc:
495
+ self.tld = %q{kn}
496
+ self.sponsoring_organization = %q{Ministry of Finance, Sustainable Development Information & Technology}
497
+ end
498
+ class TLDKp < CC #:nodoc:
499
+ self.tld = %q{kp}
500
+ self.sponsoring_organization = %q{Star Joint Venture Company}
501
+ end
502
+ class TLDKr < CC #:nodoc:
503
+ self.tld = %q{kr}
504
+ self.sponsoring_organization = %q{Korea Internet & Security Agency (KISA)}
505
+ end
506
+ class TLDKw < CC #:nodoc:
507
+ self.tld = %q{kw}
508
+ self.sponsoring_organization = %q{Ministry of Communications}
509
+ end
510
+ class TLDKy < CC #:nodoc:
511
+ self.tld = %q{ky}
512
+ self.sponsoring_organization = %q{The Information and Communications Technology Authority}
513
+ end
514
+ class TLDKz < CC #:nodoc:
515
+ self.tld = %q{kz}
516
+ self.sponsoring_organization = %q{Association of IT Companies of Kazakhstan}
517
+ end
518
+ class TLDLa < CC #:nodoc:
519
+ self.tld = %q{la}
520
+ self.sponsoring_organization = %q{Lao National Internet Committee (LANIC), Ministry of Posts and Telecommunications}
521
+ end
522
+ class TLDLb < CC #:nodoc:
523
+ self.tld = %q{lb}
524
+ self.sponsoring_organization = %q{American University of BeirutComputing and Networking Services}
525
+ end
526
+ class TLDLc < CC #:nodoc:
527
+ self.tld = %q{lc}
528
+ self.sponsoring_organization = %q{University of Puerto Rico}
529
+ end
530
+ class TLDLi < CC #:nodoc:
531
+ self.tld = %q{li}
532
+ self.sponsoring_organization = %q{Universitaet Liechtenstein}
533
+ end
534
+ class TLDLk < CC #:nodoc:
535
+ self.tld = %q{lk}
536
+ self.sponsoring_organization = %q{Council for Information TechnologyLK Domain Registrar}
537
+ end
538
+ class TLDLr < CC #:nodoc:
539
+ self.tld = %q{lr}
540
+ self.sponsoring_organization = %q{Data Technology Solutions, Inc.}
541
+ end
542
+ class TLDLs < CC #:nodoc:
543
+ self.tld = %q{ls}
544
+ self.sponsoring_organization = %q{National University of Lesotho}
545
+ end
546
+ class TLDLt < CC #:nodoc:
547
+ self.tld = %q{lt}
548
+ self.sponsoring_organization = %q{Kaunas University of Technology}
549
+ end
550
+ class TLDLu < CC #:nodoc:
551
+ self.tld = %q{lu}
552
+ self.sponsoring_organization = %q{RESTENA}
553
+ end
554
+ class TLDLv < CC #:nodoc:
555
+ self.tld = %q{lv}
556
+ self.sponsoring_organization = %q{University of LatviaInstitute of Mathematics and Computer ScienceDepartment of Network Solutions (DNS)}
557
+ end
558
+ class TLDLy < CC #:nodoc:
559
+ self.tld = %q{ly}
560
+ self.sponsoring_organization = %q{General Post and Telecommunication Company}
561
+ end
562
+ class TLDMa < CC #:nodoc:
563
+ self.tld = %q{ma}
564
+ self.sponsoring_organization = %q{Agence Nationale de Réglementation des Télécommunications (ANRT)}
565
+ end
566
+ class TLDMc < CC #:nodoc:
567
+ self.tld = %q{mc}
568
+ self.sponsoring_organization = %q{Gouvernement de MonacoDirection des Communications Electroniques}
569
+ end
570
+ class TLDMd < CC #:nodoc:
571
+ self.tld = %q{md}
572
+ self.sponsoring_organization = %q{MoldData S.E.}
573
+ end
574
+ class TLDMe < CC #:nodoc:
575
+ self.tld = %q{me}
576
+ self.sponsoring_organization = %q{Government of Montenegro}
577
+ end
578
+ class TLDMf < CC #:nodoc:
579
+ self.tld = %q{mf}
580
+ self.sponsoring_organization = %q{Not assigned}
581
+ end
582
+ class TLDMg < CC #:nodoc:
583
+ self.tld = %q{mg}
584
+ self.sponsoring_organization = %q{NIC-MG (Network Information Center Madagascar)}
585
+ end
586
+ class TLDMh < CC #:nodoc:
587
+ self.tld = %q{mh}
588
+ self.sponsoring_organization = %q{Office of the Cabinet}
589
+ end
590
+ class TLDMk < CC #:nodoc:
591
+ self.tld = %q{mk}
592
+ self.sponsoring_organization = %q{Macedonian Academic Research Network Skopje}
593
+ end
594
+ class TLDMl < CC #:nodoc:
595
+ self.tld = %q{ml}
596
+ self.sponsoring_organization = %q{Agence des Technologies de l’Information et de la Communication}
597
+ end
598
+ class TLDMm < CC #:nodoc:
599
+ self.tld = %q{mm}
600
+ self.sponsoring_organization = %q{Ministry of Communications, Posts & Telegraphs}
601
+ end
602
+ class TLDMn < CC #:nodoc:
603
+ self.tld = %q{mn}
604
+ self.sponsoring_organization = %q{Datacom Co., Ltd.}
605
+ end
606
+ class TLDMo < CC #:nodoc:
607
+ self.tld = %q{mo}
608
+ self.sponsoring_organization = %q{Bureau of Telecommunications Regulation (DSRT)}
609
+ end
610
+ class TLDMp < CC #:nodoc:
611
+ self.tld = %q{mp}
612
+ self.sponsoring_organization = %q{Saipan Datacom, Inc.}
613
+ end
614
+ class TLDMq < CC #:nodoc:
615
+ self.tld = %q{mq}
616
+ self.sponsoring_organization = %q{MEDIASERV}
617
+ end
618
+ class TLDMr < CC #:nodoc:
619
+ self.tld = %q{mr}
620
+ self.sponsoring_organization = %q{University of Nouakchott}
621
+ end
622
+ class TLDMs < CC #:nodoc:
623
+ self.tld = %q{ms}
624
+ self.sponsoring_organization = %q{MNI Networks Ltd.}
625
+ end
626
+ class TLDMt < CC #:nodoc:
627
+ self.tld = %q{mt}
628
+ self.sponsoring_organization = %q{NIC (Malta)}
629
+ end
630
+ class TLDMu < CC #:nodoc:
631
+ self.tld = %q{mu}
632
+ self.sponsoring_organization = %q{Internet Direct Ltd}
633
+ end
634
+ class TLDMv < CC #:nodoc:
635
+ self.tld = %q{mv}
636
+ self.sponsoring_organization = %q{Dhiraagu Pvt. Ltd. (DHIVEHINET)}
637
+ end
638
+ class TLDMw < CC #:nodoc:
639
+ self.tld = %q{mw}
640
+ self.sponsoring_organization = %q{Malawi Sustainable Development Network Programme(Malawi SDNP)}
641
+ end
642
+ class TLDMx < CC #:nodoc:
643
+ self.tld = %q{mx}
644
+ self.sponsoring_organization = %q{NIC-MexicoITESM - Campus Monterrey}
645
+ end
646
+ class TLDMy < CC #:nodoc:
647
+ self.tld = %q{my}
648
+ self.sponsoring_organization = %q{MYNIC Berhad}
649
+ end
650
+ class TLDMz < CC #:nodoc:
651
+ self.tld = %q{mz}
652
+ self.sponsoring_organization = %q{Centro de Informatica de Universidade Eduardo Mondlane}
653
+ end
654
+ class TLDNa < CC #:nodoc:
655
+ self.tld = %q{na}
656
+ self.sponsoring_organization = %q{Namibian Network Information Center}
657
+ end
658
+ class TLDNc < CC #:nodoc:
659
+ self.tld = %q{nc}
660
+ self.sponsoring_organization = %q{Office des Postes et Telecommunications}
661
+ end
662
+ class TLDNe < CC #:nodoc:
663
+ self.tld = %q{ne}
664
+ self.sponsoring_organization = %q{SONITEL}
665
+ end
666
+ class TLDNf < CC #:nodoc:
667
+ self.tld = %q{nf}
668
+ self.sponsoring_organization = %q{Norfolk Island Data Services}
669
+ end
670
+ class TLDNg < CC #:nodoc:
671
+ self.tld = %q{ng}
672
+ self.sponsoring_organization = %q{Nigeria Internet Registration Association}
673
+ end
674
+ class TLDNi < CC #:nodoc:
675
+ self.tld = %q{ni}
676
+ self.sponsoring_organization = %q{Universidad Nacional del IngernieriaCentro de Computo}
677
+ end
678
+ class TLDNl < CC #:nodoc:
679
+ self.tld = %q{nl}
680
+ self.sponsoring_organization = %q{SIDN (Stichting Internet Domeinregistratie Nederland)}
681
+ end
682
+ class TLDNo < CC #:nodoc:
683
+ self.tld = %q{no}
684
+ self.sponsoring_organization = %q{UNINETT Norid A/S}
685
+ end
686
+ class TLDNp < CC #:nodoc:
687
+ self.tld = %q{np}
688
+ self.sponsoring_organization = %q{Mercantile Communications Pvt. Ltd.}
689
+ end
690
+ class TLDNr < CC #:nodoc:
691
+ self.tld = %q{nr}
692
+ self.sponsoring_organization = %q{CENPAC NET}
693
+ end
694
+ class TLDNu < CC #:nodoc:
695
+ self.tld = %q{nu}
696
+ self.sponsoring_organization = %q{The IUSN Foundation}
697
+ end
698
+ class TLDNz < CC #:nodoc:
699
+ self.tld = %q{nz}
700
+ self.sponsoring_organization = %q{InternetNZ}
701
+ end
702
+ class TLDOm < CC #:nodoc:
703
+ self.tld = %q{om}
704
+ self.sponsoring_organization = %q{Telecommunications Regulatory Authority (TRA)}
705
+ end
706
+ class TLDPa < CC #:nodoc:
707
+ self.tld = %q{pa}
708
+ self.sponsoring_organization = %q{Universidad Tecnologica de Panama}
709
+ end
710
+ class TLDPe < CC #:nodoc:
711
+ self.tld = %q{pe}
712
+ self.sponsoring_organization = %q{Red Cientifica Peruana}
713
+ end
714
+ class TLDPf < CC #:nodoc:
715
+ self.tld = %q{pf}
716
+ self.sponsoring_organization = %q{Gouvernement de la Polynésie française}
717
+ end
718
+ class TLDPg < CC #:nodoc:
719
+ self.tld = %q{pg}
720
+ self.sponsoring_organization = %q{PNG DNS AdministrationVice Chancellors OfficeThe Papua New Guinea University of Technology}
721
+ end
722
+ class TLDPh < CC #:nodoc:
723
+ self.tld = %q{ph}
724
+ self.sponsoring_organization = %q{PH Domain Foundation}
725
+ end
726
+ class TLDPk < CC #:nodoc:
727
+ self.tld = %q{pk}
728
+ self.sponsoring_organization = %q{PKNIC}
729
+ end
730
+ class TLDPl < CC #:nodoc:
731
+ self.tld = %q{pl}
732
+ self.sponsoring_organization = %q{Research and Academic Computer Network}
733
+ end
734
+ class TLDPm < CC #:nodoc:
735
+ self.tld = %q{pm}
736
+ self.sponsoring_organization = %q{Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)}
737
+ end
738
+ class TLDPn < CC #:nodoc:
739
+ self.tld = %q{pn}
740
+ self.sponsoring_organization = %q{Pitcairn Island Administration}
741
+ end
742
+ class TLDPr < CC #:nodoc:
743
+ self.tld = %q{pr}
744
+ self.sponsoring_organization = %q{Gauss Research Laboratory Inc.}
745
+ end
746
+ class TLDPs < CC #:nodoc:
747
+ self.tld = %q{ps}
748
+ self.sponsoring_organization = %q{Ministry Of Telecommunications &Information Technology,Government Computer Center.}
749
+ end
750
+ class TLDPt < CC #:nodoc:
751
+ self.tld = %q{pt}
752
+ self.sponsoring_organization = %q{Associação DNS.PT}
753
+ end
754
+ class TLDPw < CC #:nodoc:
755
+ self.tld = %q{pw}
756
+ self.sponsoring_organization = %q{Micronesia Investment and Development Corporation}
757
+ end
758
+ class TLDPy < CC #:nodoc:
759
+ self.tld = %q{py}
760
+ self.sponsoring_organization = %q{NIC-PY}
761
+ end
762
+ class TLDQa < CC #:nodoc:
763
+ self.tld = %q{qa}
764
+ self.sponsoring_organization = %q{Communications Regulatory Authority}
765
+ end
766
+ class TLDRe < CC #:nodoc:
767
+ self.tld = %q{re}
768
+ self.sponsoring_organization = %q{Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)}
769
+ end
770
+ class TLDRo < CC #:nodoc:
771
+ self.tld = %q{ro}
772
+ self.sponsoring_organization = %q{National Institute for R&D in Informatics}
773
+ end
774
+ class TLDRs < CC #:nodoc:
775
+ self.tld = %q{rs}
776
+ self.sponsoring_organization = %q{Serbian National Internet Domain Registry (RNIDS)}
777
+ end
778
+ class TLDRu < CC #:nodoc:
779
+ self.tld = %q{ru}
780
+ self.sponsoring_organization = %q{Coordination Center for TLD RU}
781
+ end
782
+ class TLDRw < CC #:nodoc:
783
+ self.tld = %q{rw}
784
+ self.sponsoring_organization = %q{Rwanda Information Communication and Technology Association (RICTA)}
785
+ end
786
+ class TLDSa < CC #:nodoc:
787
+ self.tld = %q{sa}
788
+ self.sponsoring_organization = %q{Communications and Information Technology Commission}
789
+ end
790
+ class TLDSb < CC #:nodoc:
791
+ self.tld = %q{sb}
792
+ self.sponsoring_organization = %q{Solomon Telekom Company Limited}
793
+ end
794
+ class TLDSc < CC #:nodoc:
795
+ self.tld = %q{sc}
796
+ self.sponsoring_organization = %q{VCS Pty Ltd}
797
+ end
798
+ class TLDSd < CC #:nodoc:
799
+ self.tld = %q{sd}
800
+ self.sponsoring_organization = %q{Sudan Internet Society}
801
+ end
802
+ class TLDSe < CC #:nodoc:
803
+ self.tld = %q{se}
804
+ self.sponsoring_organization = %q{The Internet Infrastructure Foundation}
805
+ end
806
+ class TLDSg < CC #:nodoc:
807
+ self.tld = %q{sg}
808
+ self.sponsoring_organization = %q{Singapore Network Information Centre (SGNIC) Pte Ltd}
809
+ end
810
+ class TLDSh < CC #:nodoc:
811
+ self.tld = %q{sh}
812
+ self.sponsoring_organization = %q{Government of St. Helena}
813
+ end
814
+ class TLDSi < CC #:nodoc:
815
+ self.tld = %q{si}
816
+ self.sponsoring_organization = %q{Academic and Research Network of Slovenia (ARNES)}
817
+ end
818
+ class TLDSj < CC #:nodoc:
819
+ self.tld = %q{sj}
820
+ self.sponsoring_organization = %q{UNINETT Norid A/S}
821
+ end
822
+ class TLDSk < CC #:nodoc:
823
+ self.tld = %q{sk}
824
+ self.sponsoring_organization = %q{SK-NIC, a.s.}
825
+ end
826
+ class TLDSl < CC #:nodoc:
827
+ self.tld = %q{sl}
828
+ self.sponsoring_organization = %q{Sierratel}
829
+ end
830
+ class TLDSm < CC #:nodoc:
831
+ self.tld = %q{sm}
832
+ self.sponsoring_organization = %q{Telecom Italia San Marino S.p.A.}
833
+ end
834
+ class TLDSn < CC #:nodoc:
835
+ self.tld = %q{sn}
836
+ self.sponsoring_organization = %q{Universite Cheikh Anta DiopNIC Senegal}
837
+ end
838
+ class TLDSo < CC #:nodoc:
839
+ self.tld = %q{so}
840
+ self.sponsoring_organization = %q{Ministry of Post and Telecommunications}
841
+ end
842
+ class TLDSr < CC #:nodoc:
843
+ self.tld = %q{sr}
844
+ self.sponsoring_organization = %q{Telesur}
845
+ end
846
+ class TLDSs < CC #:nodoc:
847
+ self.tld = %q{ss}
848
+ self.sponsoring_organization = %q{Not assigned}
849
+ end
850
+ class TLDSt < CC #:nodoc:
851
+ self.tld = %q{st}
852
+ self.sponsoring_organization = %q{Tecnisys}
853
+ end
854
+ class TLDSu < CC #:nodoc:
855
+ self.tld = %q{su}
856
+ self.sponsoring_organization = %q{Russian Institute for Development of Public Networks(ROSNIIROS)}
857
+ end
858
+ class TLDSv < CC #:nodoc:
859
+ self.tld = %q{sv}
860
+ self.sponsoring_organization = %q{SVNet}
861
+ end
862
+ class TLDSx < CC #:nodoc:
863
+ self.tld = %q{sx}
864
+ self.sponsoring_organization = %q{SX Registry SA B.V.}
865
+ end
866
+ class TLDSy < CC #:nodoc:
867
+ self.tld = %q{sy}
868
+ self.sponsoring_organization = %q{National Agency for Network Services (NANS)}
869
+ end
870
+ class TLDSz < CC #:nodoc:
871
+ self.tld = %q{sz}
872
+ self.sponsoring_organization = %q{University of SwazilandDepartment of Computer Science}
873
+ end
874
+ class TLDTc < CC #:nodoc:
875
+ self.tld = %q{tc}
876
+ self.sponsoring_organization = %q{Melrex TC}
877
+ end
878
+ class TLDTd < CC #:nodoc:
879
+ self.tld = %q{td}
880
+ self.sponsoring_organization = %q{Société des télécommunications du Tchad (SOTEL TCHAD)}
881
+ end
882
+ class TLDTf < CC #:nodoc:
883
+ self.tld = %q{tf}
884
+ self.sponsoring_organization = %q{Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)}
885
+ end
886
+ class TLDTg < CC #:nodoc:
887
+ self.tld = %q{tg}
888
+ self.sponsoring_organization = %q{Cafe Informatique et Telecommunications}
889
+ end
890
+ class TLDTh < CC #:nodoc:
891
+ self.tld = %q{th}
892
+ self.sponsoring_organization = %q{Thai Network Information Center Foundation}
893
+ end
894
+ class TLDTj < CC #:nodoc:
895
+ self.tld = %q{tj}
896
+ self.sponsoring_organization = %q{Information Technology Center}
897
+ end
898
+ class TLDTk < CC #:nodoc:
899
+ self.tld = %q{tk}
900
+ self.sponsoring_organization = %q{Telecommunication Tokelau Corporation (Teletok)}
901
+ end
902
+ class TLDTl < CC #:nodoc:
903
+ self.tld = %q{tl}
904
+ self.sponsoring_organization = %q{Ministry of Transport and Communications; National Division of Information and Technology}
905
+ end
906
+ class TLDTm < CC #:nodoc:
907
+ self.tld = %q{tm}
908
+ self.sponsoring_organization = %q{TM Domain Registry Ltd}
909
+ end
910
+ class TLDTn < CC #:nodoc:
911
+ self.tld = %q{tn}
912
+ self.sponsoring_organization = %q{Agence Tunisienne d'Internet}
913
+ end
914
+ class TLDTo < CC #:nodoc:
915
+ self.tld = %q{to}
916
+ self.sponsoring_organization = %q{Government of the Kingdom of TongaH.R.H. Crown Prince Tupouto'ac/o Consulate of Tonga}
917
+ end
918
+ class TLDTp < CC #:nodoc:
919
+ self.tld = %q{tp}
920
+ self.sponsoring_organization = %q{-}
921
+ end
922
+ class TLDTr < CC #:nodoc:
923
+ self.tld = %q{tr}
924
+ self.sponsoring_organization = %q{Middle East Technical UniversityDepartment of Computer Engineering}
925
+ end
926
+ class TLDTt < CC #:nodoc:
927
+ self.tld = %q{tt}
928
+ self.sponsoring_organization = %q{University of the West IndiesFaculty of Engineering}
929
+ end
930
+ class TLDTv < CC #:nodoc:
931
+ self.tld = %q{tv}
932
+ self.sponsoring_organization = %q{Ministry of Finance and Tourism}
933
+ end
934
+ class TLDTw < CC #:nodoc:
935
+ self.tld = %q{tw}
936
+ self.sponsoring_organization = %q{Taiwan Network Information Center (TWNIC)}
937
+ end
938
+ class TLDTz < CC #:nodoc:
939
+ self.tld = %q{tz}
940
+ self.sponsoring_organization = %q{Tanzania Network Information Centre (tzNIC)}
941
+ end
942
+ class TLDUa < CC #:nodoc:
943
+ self.tld = %q{ua}
944
+ self.sponsoring_organization = %q{Hostmaster Ltd.}
945
+ end
946
+ class TLDUg < CC #:nodoc:
947
+ self.tld = %q{ug}
948
+ self.sponsoring_organization = %q{Uganda Online Ltd.}
949
+ end
950
+ class TLDUk < CC #:nodoc:
951
+ self.tld = %q{uk}
952
+ self.sponsoring_organization = %q{Nominet UK}
953
+ end
954
+ class TLDUm < CC #:nodoc:
955
+ self.tld = %q{um}
956
+ self.sponsoring_organization = %q{Not assigned}
957
+ end
958
+ class TLDUs < CC #:nodoc:
959
+ self.tld = %q{us}
960
+ self.sponsoring_organization = %q{NeuStar, Inc.}
961
+ end
962
+ class TLDUy < CC #:nodoc:
963
+ self.tld = %q{uy}
964
+ self.sponsoring_organization = %q{SeCIU - Universidad de la Republica}
965
+ end
966
+ class TLDUz < CC #:nodoc:
967
+ self.tld = %q{uz}
968
+ self.sponsoring_organization = %q{Computerization and Information Technologies Developing CenterUZINFOCOM}
969
+ end
970
+ class TLDVa < CC #:nodoc:
971
+ self.tld = %q{va}
972
+ self.sponsoring_organization = %q{Holy See Secretariat of State Department of Telecommunications}
973
+ end
974
+ class TLDVc < CC #:nodoc:
975
+ self.tld = %q{vc}
976
+ self.sponsoring_organization = %q{Ministry of Telecommunications, Science, Technology and Industry}
977
+ end
978
+ class TLDVe < CC #:nodoc:
979
+ self.tld = %q{ve}
980
+ self.sponsoring_organization = %q{Comisión Nacional de Telecomunicaciones (CONATEL)}
981
+ end
982
+ class TLDVg < CC #:nodoc:
983
+ self.tld = %q{vg}
984
+ self.sponsoring_organization = %q{Telecommunications Regulatory Commission of the Virgin Islands}
985
+ end
986
+ class TLDVi < CC #:nodoc:
987
+ self.tld = %q{vi}
988
+ self.sponsoring_organization = %q{Virgin Islands Public Telcommunications Systemc/o COBEX Internet Services}
989
+ end
990
+ class TLDVn < CC #:nodoc:
991
+ self.tld = %q{vn}
992
+ self.sponsoring_organization = %q{Ministry of Information and Communications of Socialist Republic of Viet Nam}
993
+ end
994
+ class TLDVu < CC #:nodoc:
995
+ self.tld = %q{vu}
996
+ self.sponsoring_organization = %q{Telecom Vanuatu Limited}
997
+ end
998
+ class TLDWf < CC #:nodoc:
999
+ self.tld = %q{wf}
1000
+ self.sponsoring_organization = %q{Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)}
1001
+ end
1002
+ class TLDWs < CC #:nodoc:
1003
+ self.tld = %q{ws}
1004
+ self.sponsoring_organization = %q{Government of Samoa Ministry of Foreign Affairs & Trade}
1005
+ end
1006
+ class TLD한국 < CC #:nodoc:
1007
+ self.tld = %q{한국}
1008
+ self.sponsoring_organization = %q{KISA (Korea Internet & Security Agency)}
1009
+ end
1010
+ class TLDভারত < CC #:nodoc:
1011
+ self.tld = %q{ভারত}
1012
+ self.sponsoring_organization = %q{National Internet Exchange of India}
1013
+ end
1014
+ class TLDবাংলা < CC #:nodoc:
1015
+ self.tld = %q{বাংলা}
1016
+ self.sponsoring_organization = %q{Not assigned}
1017
+ end
1018
+ class TLDқаз < CC #:nodoc:
1019
+ self.tld = %q{қаз}
1020
+ self.sponsoring_organization = %q{Association of IT Companies of Kazakhstan}
1021
+ end
1022
+ class TLDсрб < CC #:nodoc:
1023
+ self.tld = %q{срб}
1024
+ self.sponsoring_organization = %q{Serbian National Internet Domain Registry (RNIDS)}
1025
+ end
1026
+ class TLDбел < CC #:nodoc:
1027
+ self.tld = %q{бел}
1028
+ self.sponsoring_organization = %q{Not assigned}
1029
+ end
1030
+ class TLDசிங்கப்பூர் < CC #:nodoc:
1031
+ self.tld = %q{சிங்கப்பூர்}
1032
+ self.sponsoring_organization = %q{Singapore Network Information Centre (SGNIC) Pte Ltd}
1033
+ end
1034
+ class TLDмкд < CC #:nodoc:
1035
+ self.tld = %q{мкд}
1036
+ self.sponsoring_organization = %q{Macedonian Academic Research Network Skopje}
1037
+ end
1038
+ class TLD中国 < CC #:nodoc:
1039
+ self.tld = %q{中国}
1040
+ self.sponsoring_organization = %q{China Internet Network Information Center}
1041
+ end
1042
+ class TLD中國 < CC #:nodoc:
1043
+ self.tld = %q{中國}
1044
+ self.sponsoring_organization = %q{China Internet Network Information Center}
1045
+ end
1046
+ class TLDభారత్ < CC #:nodoc:
1047
+ self.tld = %q{భారత్}
1048
+ self.sponsoring_organization = %q{National Internet Exchange of India}
1049
+ end
1050
+ class TLDලංකා < CC #:nodoc:
1051
+ self.tld = %q{ලංකා}
1052
+ self.sponsoring_organization = %q{LK Domain Registry}
1053
+ end
1054
+ class TLDભારત < CC #:nodoc:
1055
+ self.tld = %q{ભારત}
1056
+ self.sponsoring_organization = %q{National Internet Exchange of India}
1057
+ end
1058
+ class TLDभारत < CC #:nodoc:
1059
+ self.tld = %q{भारत}
1060
+ self.sponsoring_organization = %q{National Internet Exchange of India}
1061
+ end
1062
+ class TLDукр < CC #:nodoc:
1063
+ self.tld = %q{укр}
1064
+ self.sponsoring_organization = %q{Ukrainian Network Information Centre (UANIC), Inc.}
1065
+ end
1066
+ class TLD香港 < CC #:nodoc:
1067
+ self.tld = %q{香港}
1068
+ self.sponsoring_organization = %q{Hong Kong Internet Registration Corporation Ltd.}
1069
+ end
1070
+ class TLD台湾 < CC #:nodoc:
1071
+ self.tld = %q{台湾}
1072
+ self.sponsoring_organization = %q{Taiwan Network Information Center (TWNIC)}
1073
+ end
1074
+ class TLD台灣 < CC #:nodoc:
1075
+ self.tld = %q{台灣}
1076
+ self.sponsoring_organization = %q{Taiwan Network Information Center (TWNIC)}
1077
+ end
1078
+ class TLDмон < CC #:nodoc:
1079
+ self.tld = %q{мон}
1080
+ self.sponsoring_organization = %q{Datacom Co.,Ltd}
1081
+ end
1082
+ class TLDالجزائر < CC #:nodoc:
1083
+ self.tld = %q{الجزائر}
1084
+ self.sponsoring_organization = %q{CERIST}
1085
+ end
1086
+ class TLDعمان < CC #:nodoc:
1087
+ self.tld = %q{عمان}
1088
+ self.sponsoring_organization = %q{Telecommunications Regulatory Authority (TRA)}
1089
+ end
1090
+ class TLDایران < CC #:nodoc:
1091
+ self.tld = %q{ایران}
1092
+ self.sponsoring_organization = %q{Institute for Research in Fundamental Sciences (IPM)}
1093
+ end
1094
+ class TLDامارات < CC #:nodoc:
1095
+ self.tld = %q{امارات}
1096
+ self.sponsoring_organization = %q{Telecommunications Regulatory Authority (TRA)}
1097
+ end
1098
+ class TLDپاکستان < CC #:nodoc:
1099
+ self.tld = %q{پاکستان}
1100
+ self.sponsoring_organization = %q{Not assigned}
1101
+ end
1102
+ class TLDالاردن < CC #:nodoc:
1103
+ self.tld = %q{الاردن}
1104
+ self.sponsoring_organization = %q{National Information Technology Center (NITC)}
1105
+ end
1106
+ class TLDبھارت < CC #:nodoc:
1107
+ self.tld = %q{بھارت}
1108
+ self.sponsoring_organization = %q{National Internet Exchange of India}
1109
+ end
1110
+ class TLDالمغرب < CC #:nodoc:
1111
+ self.tld = %q{المغرب}
1112
+ self.sponsoring_organization = %q{Agence Nationale de Réglementation des Télécommunications (ANRT)}
1113
+ end
1114
+ class TLDالسعودية < CC #:nodoc:
1115
+ self.tld = %q{السعودية}
1116
+ self.sponsoring_organization = %q{Communications and Information Technology Commission}
1117
+ end
1118
+ class TLDسودان < CC #:nodoc:
1119
+ self.tld = %q{سودان}
1120
+ self.sponsoring_organization = %q{Not assigned}
1121
+ end
1122
+ class TLDعراق < CC #:nodoc:
1123
+ self.tld = %q{عراق}
1124
+ self.sponsoring_organization = %q{Not assigned}
1125
+ end
1126
+ class TLDمليسيا < CC #:nodoc:
1127
+ self.tld = %q{مليسيا}
1128
+ self.sponsoring_organization = %q{MYNIC Berhad}
1129
+ end
1130
+ class TLDგე < CC #:nodoc:
1131
+ self.tld = %q{გე}
1132
+ self.sponsoring_organization = %q{Information Technologies Development Center (ITDC)}
1133
+ end
1134
+ class TLDไทย < CC #:nodoc:
1135
+ self.tld = %q{ไทย}
1136
+ self.sponsoring_organization = %q{Thai Network Information Center Foundation}
1137
+ end
1138
+ class TLDسورية < CC #:nodoc:
1139
+ self.tld = %q{سورية}
1140
+ self.sponsoring_organization = %q{National Agency for Network Services (NANS)}
1141
+ end
1142
+ class TLDрф < CC #:nodoc:
1143
+ self.tld = %q{рф}
1144
+ self.sponsoring_organization = %q{Coordination Center for TLD RU}
1145
+ end
1146
+ class TLDتونس < CC #:nodoc:
1147
+ self.tld = %q{تونس}
1148
+ self.sponsoring_organization = %q{Agence Tunisienne d'Internet}
1149
+ end
1150
+ class TLDਭਾਰਤ < CC #:nodoc:
1151
+ self.tld = %q{ਭਾਰਤ}
1152
+ self.sponsoring_organization = %q{National Internet Exchange of India}
1153
+ end
1154
+ class TLDمصر < CC #:nodoc:
1155
+ self.tld = %q{مصر}
1156
+ self.sponsoring_organization = %q{National Telecommunication Regulatory Authority - NTRA}
1157
+ end
1158
+ class TLDقطر < CC #:nodoc:
1159
+ self.tld = %q{قطر}
1160
+ self.sponsoring_organization = %q{Communications Regulatory Authority}
1161
+ end
1162
+ class TLDஇலங்கை < CC #:nodoc:
1163
+ self.tld = %q{இலங்கை}
1164
+ self.sponsoring_organization = %q{LK Domain Registry}
1165
+ end
1166
+ class TLDஇந்தியா < CC #:nodoc:
1167
+ self.tld = %q{இந்தியா}
1168
+ self.sponsoring_organization = %q{National Internet Exchange of India}
1169
+ end
1170
+ class TLDհայ < CC #:nodoc:
1171
+ self.tld = %q{հայ}
1172
+ self.sponsoring_organization = %q{Not assigned}
1173
+ end
1174
+ class TLD新加坡 < CC #:nodoc:
1175
+ self.tld = %q{新加坡}
1176
+ self.sponsoring_organization = %q{Singapore Network Information Centre (SGNIC) Pte Ltd}
1177
+ end
1178
+ class TLDفلسطين < CC #:nodoc:
1179
+ self.tld = %q{فلسطين}
1180
+ self.sponsoring_organization = %q{Ministry of Telecom & Information Technology (MTIT)}
1181
+ end
1182
+ class TLDYe < CC #:nodoc:
1183
+ self.tld = %q{ye}
1184
+ self.sponsoring_organization = %q{TeleYemen}
1185
+ end
1186
+ class TLDYt < CC #:nodoc:
1187
+ self.tld = %q{yt}
1188
+ self.sponsoring_organization = %q{Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)}
1189
+ end
1190
+ class TLDZa < CC #:nodoc:
1191
+ self.tld = %q{za}
1192
+ self.sponsoring_organization = %q{ZA Domain Name Authority}
1193
+ end
1194
+ class TLDZm < CC #:nodoc:
1195
+ self.tld = %q{zm}
1196
+ self.sponsoring_organization = %q{Zambia Information and Communications Technology Authority (ZICTA)}
1197
+ end
1198
+ class TLDZw < CC #:nodoc:
1199
+ self.tld = %q{zw}
1200
+ self.sponsoring_organization = %q{Postal and Telecommunications Regulatory Authority of Zimbabwe (POTRAZ)}
1201
+ end
1202
+ end # end CC
1203
+ end # end TLD