aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libidn/tlds.c
diff options
context:
space:
mode:
authordenplusplus <denplusplus@yandex-team.ru>2022-02-10 16:47:34 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:34 +0300
commitaddb3626ed629a8c7d9c8c30e87365b478a8c266 (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /contrib/libs/libidn/tlds.c
parent57c20d143e8a438cd76b9fdc3ca2e8ee3ac1f32a (diff)
downloadydb-addb3626ed629a8c7d9c8c30e87365b478a8c266.tar.gz
Restoring authorship annotation for <denplusplus@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/libidn/tlds.c')
-rw-r--r--contrib/libs/libidn/tlds.c126
1 files changed, 63 insertions, 63 deletions
diff --git a/contrib/libs/libidn/tlds.c b/contrib/libs/libidn/tlds.c
index ab1725394a..14263a4480 100644
--- a/contrib/libs/libidn/tlds.c
+++ b/contrib/libs/libidn/tlds.c
@@ -1,63 +1,63 @@
-/* This file is automatically generated. DO NOT EDIT!
- Instead, edit gen-tld-tables.pl and re-run. */
-
-#include "tld.h"
-
-/* TLD fr */
-static const Tld_table_element _tld_fr_valid[] =
-{
- { 0x2d, 0x2d },
- { 0x30, 0x39 },
- { 0x61, 0x7a },
- { 0xe0, 0xe0 },
- { 0xe2, 0xe2 },
- { 0xe6, 0xeb },
- { 0xee, 0xef },
- { 0xf4, 0xf4 },
- { 0xf9, 0xf9 },
- { 0xfb, 0xfc },
- { 0xff, 0xff },
- { 0x153, 0x153 }
-};
-
-static const Tld_table _tld_fr =
-{
- "fr",
- "1.0",
- 12,
- &_tld_fr_valid[0]
-};
-
-/* TLD no */
-static const Tld_table_element _tld_no_valid[] =
-{
- { 0xe0, 0xe1 },
- { 0xe4, 0xea },
- { 0xf1, 0xf4 },
- { 0xf6, 0xf6 },
- { 0xf8, 0xf8 },
- { 0xfc, 0xfc },
- { 0x10d, 0x10d },
- { 0x111, 0x111 },
- { 0x144, 0x144 },
- { 0x14b, 0x14b },
- { 0x161, 0x161 },
- { 0x167, 0x167 },
- { 0x17e, 0x17e }
-};
-
-static const Tld_table _tld_no =
-{
- "no",
- "1.0",
- 13,
- &_tld_no_valid[0]
-};
-
-/* Main array */
-const Tld_table * _tld_tables[] =
-{
- &_tld_fr,
- &_tld_no,
- NULL
-};
+/* This file is automatically generated. DO NOT EDIT!
+ Instead, edit gen-tld-tables.pl and re-run. */
+
+#include "tld.h"
+
+/* TLD fr */
+static const Tld_table_element _tld_fr_valid[] =
+{
+ { 0x2d, 0x2d },
+ { 0x30, 0x39 },
+ { 0x61, 0x7a },
+ { 0xe0, 0xe0 },
+ { 0xe2, 0xe2 },
+ { 0xe6, 0xeb },
+ { 0xee, 0xef },
+ { 0xf4, 0xf4 },
+ { 0xf9, 0xf9 },
+ { 0xfb, 0xfc },
+ { 0xff, 0xff },
+ { 0x153, 0x153 }
+};
+
+static const Tld_table _tld_fr =
+{
+ "fr",
+ "1.0",
+ 12,
+ &_tld_fr_valid[0]
+};
+
+/* TLD no */
+static const Tld_table_element _tld_no_valid[] =
+{
+ { 0xe0, 0xe1 },
+ { 0xe4, 0xea },
+ { 0xf1, 0xf4 },
+ { 0xf6, 0xf6 },
+ { 0xf8, 0xf8 },
+ { 0xfc, 0xfc },
+ { 0x10d, 0x10d },
+ { 0x111, 0x111 },
+ { 0x144, 0x144 },
+ { 0x14b, 0x14b },
+ { 0x161, 0x161 },
+ { 0x167, 0x167 },
+ { 0x17e, 0x17e }
+};
+
+static const Tld_table _tld_no =
+{
+ "no",
+ "1.0",
+ 13,
+ &_tld_no_valid[0]
+};
+
+/* Main array */
+const Tld_table * _tld_tables[] =
+{
+ &_tld_fr,
+ &_tld_no,
+ NULL
+};