Projects STRLCPY cfonts Commits c8a1c6e9
🤬
  • ■ ■ ■ ■
    README.md
    skipped 471 lines
    472 472   
    473 473  ## License
    474 474  Copyright (c) 2022 Dominik Wilkowski.
    475  -Licensed under the [GNU GPLv3](https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE).
     475 +Licensed under the [GNU GPL-3.0-or-later](https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE).
    476 476   
  • ■ ■ ■ ■
    nodejs/README.md
    skipped 228 lines
    229 229  ## License
    230 230   
    231 231  Copyright (c) 2022 Dominik Wilkowski.
    232  -Licensed under the [GNU GPLv3](https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE).
     232 +Licensed under the [GNU GPL-3.0-or-later](https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE).
    233 233   
  • ■ ■ ■ ■ ■ ■
    nodejs/package.json
    skipped 124 lines
    125 125   },
    126 126   "licenses": [
    127 127   {
    128  - "type": "GPL-3.0",
     128 + "type": "GPL-3.0-or-later",
    129 129   "url": "https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE"
    130 130   }
    131 131   ],
    132  - "license": "GPL-3.0"
     132 + "license": "GPL-3.0-or-later"
    133 133  }
    134 134   
  • ■ ■ ■ ■
    nodejs/src/AddChar.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 41 lines
  • ■ ■ ■ ■
    nodejs/src/AddLetterSpacing.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 48 lines
  • ■ ■ ■ ■
    nodejs/src/AddLine.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 46 lines
  • ■ ■ ■ ■
    nodejs/src/AddShortcuts.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 29 lines
  • ■ ■ ■ ■
    nodejs/src/AlignText.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 60 lines
  • ■ ■ ■ ■
    nodejs/src/CharLength.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 44 lines
  • ■ ■ ■ ■
    nodejs/src/CheckInput.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 178 lines
  • ■ ■ ■ ■
    nodejs/src/CleanInput.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 34 lines
  • ■ ■ ■ ■
    nodejs/src/Color.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 617 lines
  • ■ ■ ■ ■
    nodejs/src/Colorize.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 55 lines
  • ■ ■ ■ ■
    nodejs/src/Debugging.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 102 lines
  • ■ ■ ■ ■
    nodejs/src/DisplayHelp.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 45 lines
  • ■ ■ ■ ■
    nodejs/src/DisplayVersion.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 20 lines
  • ■ ■ ■ ■
    nodejs/src/GetFirstCharacterPosition.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 30 lines
  • ■ ■ ■ ■
    nodejs/src/GetFont.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 39 lines
  • ■ ■ ■ ■
    nodejs/src/GetLongestLine.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 21 lines
  • ■ ■ ■ ■
    nodejs/src/Gradient.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 315 lines
  • ■ ■ ■ ■
    nodejs/src/Log.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 31 lines
  • ■ ■ ■ ■
    nodejs/src/Options.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 136 lines
  • ■ ■ ■ ■
    nodejs/src/ParseArgs.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 69 lines
  • ■ ■ ■ ■
    nodejs/src/Render.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 246 lines
  • ■ ■ ■ ■
    nodejs/src/Say.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 39 lines
  • ■ ■ ■ ■
    nodejs/src/Size.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 23 lines
  • ■ ■ ■ ■
    nodejs/src/UpperCaseFirst.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 22 lines
  • ■ ■ ■ ■
    nodejs/src/bin.js
    skipped 4 lines
    5 5   *
    6 6   * Sexy fonts for the console. (CLI output)
    7 7   *
    8  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     8 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    9 9   * @author Dominik Wilkowski [email protected]
    10 10   * @repository https://github.com/dominikwilkowski/cfonts
    11 11   *
    skipped 6 lines
  • ■ ■ ■ ■
    nodejs/src/constants.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 293 lines
  • ■ ■ ■ ■
    nodejs/src/index.js
    skipped 3 lines
    4 4   *
    5 5   * Sexy fonts for the console. (CLI output)
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 93 lines
  • ■ ■ ■ ■
    nodejs/test/examples.js
    skipped 3 lines
    4 4   *
    5 5   * Testing the API side of things.
    6 6   *
    7  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     7 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    8 8   * @author Dominik Wilkowski [email protected]
    9 9   * @repository https://github.com/dominikwilkowski/cfonts
    10 10   *
    skipped 143 lines
  • ■ ■ ■ ■
    nodejs/test/fonttest.js
    skipped 7 lines
    8 8   * - All characters have the correct width?
    9 9   * - All characters have consistent lines?
    10 10   *
    11  - * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPLv3
     11 + * @license https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE GNU GPL-3.0-or-later
    12 12   * @author Dominik Wilkowski [email protected]
    13 13   * @repository https://github.com/dominikwilkowski/cfonts
    14 14   *
    skipped 388 lines
  • ■ ■ ■ ■
    rust/Cargo.toml
    skipped 2 lines
    3 3  version = "1.0.0"
    4 4  edition = "2021"
    5 5  authors = ["Dominik Wilkowski <[email protected]>"]
    6  -license = "GPL-3.0"
     6 +license = "GPL-3.0-or-later"
    7 7  description = "Sexy fonts for the console"
    8 8  readme = "../README.md"
    9 9  homepage = "https://github.com/dominikwilkowski/cfonts"
    skipped 20 lines
  • ■ ■ ■ ■
    rust/README.md
    skipped 140 lines
    141 141  ## License
    142 142   
    143 143  Copyright (c) 2022 Dominik Wilkowski.
    144  -Licensed under the [GNU GPLv3](https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE).
     144 +Licensed under the [GNU GPL-3.0-or-later](https://github.com/dominikwilkowski/cfonts/blob/released/LICENSE).
    145 145   
Please wait...
Page is in error, reload to recover