Updated license text in IBAN and UUID generators to be in line with new ones
Update .gitignore, iban-generator.yml, uuid-generator.yml, and 4 more files
This commit is contained in:
@@ -21,8 +21,7 @@ option.human.format.none: "No formatting"
|
||||
option.human.format.standard: "Use recommended spacing"
|
||||
option.human.format.4by4: "Use 4 character-wide spacing"
|
||||
|
||||
license.1: "The code for this project is released in the public domain."
|
||||
license.2: "The original source code can be found on <a href=\"https://github.com/aziascreations/Web-NibblePoker\">GitHub</a>."
|
||||
license.3: "Data from Swift's
|
||||
license.1: "The code for this project is released in the <a href=\"https://github.com/aziascreations/Web-NibblePoker\">public domain</a>."
|
||||
license.2: "Data from Swift's
|
||||
<a href=\"https://www.swift.com/standards/data-standards/iban-international-bank-account-number\">IBAN Registry</a>
|
||||
was also used and may be licensed under different terms."
|
||||
|
@@ -17,3 +17,5 @@ generate: "Generate"
|
||||
download.raw: "Raw"
|
||||
download.json: "JSON"
|
||||
download.yaml: "YAML"
|
||||
|
||||
license.1: "This tool and its code are released in the <a href=\"https://github.com/aziascreations/Web-NibblePoker\">public domain</a>."
|
||||
|
@@ -21,8 +21,7 @@ option.human.format.none: "Aucun formatage"
|
||||
option.human.format.standard: "Utiliser le format standard des pays"
|
||||
option.human.format.4by4: "Formater en segments de 4 caractères"
|
||||
|
||||
license.1: "Le code de ce projet est publié dans le domaine public."
|
||||
license.2: "Le code source original peut être trouvé sur <a href=\"https://github.com/aziascreations/Web-NibblePoker\">GitHub</a>."
|
||||
license.3: "Les données du
|
||||
license.1: "Le code de ce projet est publié dans le <a href=\"https://github.com/aziascreations/Web-NibblePoker\">domaine public</a>."
|
||||
license.2: "Les données du
|
||||
<a href=\"https://www.swift.com/standards/data-standards/iban-international-bank-account-number\">Registre IBAN</a>
|
||||
de Swift ont également été utilisées et peuvent être soumises à des conditions de licence différentes."
|
||||
|
@@ -17,3 +17,5 @@ generate: "Générer"
|
||||
download.raw: "Brut"
|
||||
download.json: "JSON"
|
||||
download.yaml: "YAML"
|
||||
|
||||
license.1: "Cet outil et son code-source sont publié dans le <a href=\"https://github.com/aziascreations/Web-NibblePoker\">domaine public</a>."
|
||||
|
Reference in New Issue
Block a user