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:
2025-09-21 23:06:17 +02:00
parent fbd844523c
commit 1f352de8c6
7 changed files with 31 additions and 14 deletions

View File

@@ -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."