diff --git a/api/toot.js b/api/toot.js index 8e186f2..1f26b43 100644 --- a/api/toot.js +++ b/api/toot.js @@ -1,6 +1,6 @@ /*! - toot - Cross-instance share page for Mastodon - Copyright (C) 2020-2022 Nikita Karamov + share2fedi - Instance-agnostic share page for the Fediverse. + Copyright (C) 2020-2023 Nikita Karamov This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL-3.0-or-later */ const http = require("http"); diff --git a/src/index.html b/src/index.html index 6f6261a..faa2ba4 100644 --- a/src/index.html +++ b/src/index.html @@ -1,8 +1,8 @@