diff options
Diffstat (limited to 'core')
| -rw-r--r-- | core/core.go | 2 | ||||
| -rw-r--r-- | core/entries.go | 2 | ||||
| -rw-r--r-- | core/structs.go | 2 |
3 files changed, 3 insertions, 3 deletions
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 <https://www.gnu.org/licenses/agpl-3.0.html>. // 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 <https://www.gnu.org/licenses/agpl-3.0.html>. // 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 <https://www.gnu.org/licenses/agpl-3.0.html>. // This file incorporates code from makeworld's amfora: |
