From 41683edee4a2f4b03798e37a5dfdbe9f98c9b057 Mon Sep 17 00:00:00 2001 From: nytpu Date: Fri, 26 Mar 2021 11:10:04 -0600 Subject: [PATCH] relicense to AGPL 3.0 only --- README.md | 5 ++--- comitium.go | 2 +- core/core.go | 2 +- core/entries.go | 2 +- core/structs.go | 2 +- fetch/fetch.go | 2 +- fetch/gemini.go | 2 +- fetch/gopher.go | 2 +- fetch/http.go | 2 +- flags.go | 2 +- version.go | 2 +- 11 files changed, 12 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index fc6d62e..8e40f32 100644 --- a/README.md +++ b/README.md @@ -130,9 +130,8 @@ Send patches and issue reports to `comitium` is Copyright © 2021 nytpu. -`comitium` is licensed under the terms of the GNU Affero General Public -License, either version 3 of the License, or (at your option) any later -version. For more information, see [LICENSE][] or the [GNU website][agpl-3] +`comitium` is licensed under the terms of the GNU Affero General Public License, +version 3. For more information, see [LICENSE][] or the [GNU website][agpl-3] [LICENSE]: LICENSE diff --git a/comitium.go b/comitium.go index 0fffb58..2126956 100644 --- a/comitium.go +++ b/comitium.go @@ -1,5 +1,5 @@ // Copyright (C) 2021 nytpu -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0-only // For more license details, see LICENSE or . // comitium is a feed aggregator for gemini. see README.md for more details and diff --git a/core/core.go b/core/core.go index b7d1858..71738a8 100644 --- a/core/core.go +++ b/core/core.go @@ -1,5 +1,5 @@ // Copyright (C) 2021 nytpu -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0-only // For more license details, see LICENSE or . // This file incorporates code from makeworld's amfora: diff --git a/core/entries.go b/core/entries.go index 0a16d23..b1b5c05 100644 --- a/core/entries.go +++ b/core/entries.go @@ -1,5 +1,5 @@ // Copyright (C) 2021 nytpu -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0-only // For more license details, see LICENSE or . // This file incorporates code from makeworld's amfora: diff --git a/core/structs.go b/core/structs.go index fbbd169..caab676 100644 --- a/core/structs.go +++ b/core/structs.go @@ -1,5 +1,5 @@ // Copyright (C) 2021 nytpu -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0-only // For more license details, see LICENSE or . // This file incorporates code from makeworld's amfora: diff --git a/fetch/fetch.go b/fetch/fetch.go index d6d9fe6..8895fda 100644 --- a/fetch/fetch.go +++ b/fetch/fetch.go @@ -1,5 +1,5 @@ // Copyright (C) 2021 nytpu -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0-only // For more license details, see LICENSE or . // package fetch implements routines for fetching gemini, gopher, and http diff --git a/fetch/gemini.go b/fetch/gemini.go index 0fbb3ec..df4d490 100644 --- a/fetch/gemini.go +++ b/fetch/gemini.go @@ -1,5 +1,5 @@ // Copyright (C) 2021 nytpu -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0-only // For more license details, see LICENSE or . // This file incorporates code from Drew DeVault's gemreader: diff --git a/fetch/gopher.go b/fetch/gopher.go index 9fe425a..6c50be5 100644 --- a/fetch/gopher.go +++ b/fetch/gopher.go @@ -1,5 +1,5 @@ // Copyright (C) 2021 nytpu -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0-only // For more license details, see LICENSE or . package fetch diff --git a/fetch/http.go b/fetch/http.go index db84759..bd2ff7a 100644 --- a/fetch/http.go +++ b/fetch/http.go @@ -1,5 +1,5 @@ // Copyright (C) 2021 nytpu -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0-only // For more license details, see LICENSE or . // This file incorporates code from Drew DeVault's gemreader: diff --git a/flags.go b/flags.go index 3967da8..cac8f88 100644 --- a/flags.go +++ b/flags.go @@ -1,5 +1,5 @@ // Copyright (C) 2021 nytpu -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0-only // For more license details, see LICENSE or . package main diff --git a/version.go b/version.go index 7ea6fa6..113d5f6 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ // Copyright (C) 2021 nytpu -// SPDX-License-Identifier: AGPL-3.0-or-later +// SPDX-License-Identifier: AGPL-3.0-only // For more license details, see LICENSE or . package main