diff options
author | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-07-04 15:37:50 -0300 |
---|---|---|
committer | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-07-04 15:37:50 -0300 |
commit | 011c4266ccbf3ff66d92e223b2fafd291127c102 (patch) | |
tree | 8de8ed25817de784a866d8ba010ddfb7a106388c /src/components/CopyrightNotice.astro | |
parent | 2598c9ef0b945f13e94dba8f36c5fbb5cba58feb (diff) |
style: deno fmt
Signed-off-by: João Augusto Costa Branco Marado Torres <torres.dev@disroot.org>
Diffstat (limited to 'src/components/CopyrightNotice.astro')
-rw-r--r-- | src/components/CopyrightNotice.astro | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/src/components/CopyrightNotice.astro b/src/components/CopyrightNotice.astro index 6b3bd48..8a5ebc6 100644 --- a/src/components/CopyrightNotice.astro +++ b/src/components/CopyrightNotice.astro @@ -31,39 +31,39 @@ if (license === "WTFPL") { { /* -https://spdx.org/licenses/WTFPL.html -https://spdx.org/licenses/GFDL-1.3-or-later.html -https://spdx.org/licenses/FSFAP.html -https://artlibre.org/licence/lal/en/ -https://harmful.cat-v.org/software/ + https://spdx.org/licenses/WTFPL.html + https://spdx.org/licenses/GFDL-1.3-or-later.html + https://spdx.org/licenses/FSFAP.html + https://artlibre.org/licence/lal/en/ + https://harmful.cat-v.org/software/ -IPL-1.0 -IPA -Intel -HPND -EUPL-1.2 -EUPL-1.1 -EUDatagrid -EPL-2.0 -EPL-1.0 -EFL-2.0 -ECL-2.0 -CPL-1.0 -CPAL-1.0 -CDDL-1.0 -BSL-1.0 -BSD-3-Clause -BSD-2-Clause -Artistic-2.0 -APSL-2.0 -Apache-2.0 -Apache-1.1 -AGPL-3.0-or-later -AGPL-3.0-only -AFL-3.0 -AFL-2.1 -AFL-2.0 -AFL-1.2 -AFL-1.1 - */ + IPL-1.0 + IPA + Intel + HPND + EUPL-1.2 + EUPL-1.1 + EUDatagrid + EPL-2.0 + EPL-1.0 + EFL-2.0 + ECL-2.0 + CPL-1.0 + CPAL-1.0 + CDDL-1.0 + BSL-1.0 + BSD-3-Clause + BSD-2-Clause + Artistic-2.0 + APSL-2.0 + Apache-2.0 + Apache-1.1 + AGPL-3.0-or-later + AGPL-3.0-only + AFL-3.0 + AFL-2.1 + AFL-2.0 + AFL-1.2 + AFL-1.1 + */ } |