From 34ab1e0c3573aa9b79fc02f934fdf82c0acd9c9b Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 6 Jul 2025 06:38:20 +0200 Subject: feat: a license --- countries.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'countries.ts') diff --git a/countries.ts b/countries.ts index 6da9618..ca005f3 100644 --- a/countries.ts +++ b/countries.ts @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2025 memdmp + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * + * Some data herein may be under other licenses, although in most juristictions said data would most likely not qualify to be a creative work. The author is not a lawyer and is not providing legal advice with that sentence. + */ + export type Digit = '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' export class UICCountry { public constructor( -- cgit v1.2.3