Skip to content

Commit 2f9389a

Browse files
committed
Update Project Licensing to Apache 2.0
1 parent a4c4158 commit 2f9389a

442 files changed

Lines changed: 494 additions & 852 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-FileCopyrightText: 2024 Gnuxie <Gnuxie@protonmail.com>
22
#
3-
# SPDX-License-Identifier: CC0-1.0
3+
# SPDX-License-Identifier: Apache-2.0
44

55
node_modules
66
config

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-FileCopyrightText: 2024 Gnuxie <Gnuxie@protonmail.com>
22
#
3-
# SPDX-License-Identifier: 0BSD
3+
# SPDX-License-Identifier: Apache-2.0
44

55
root = true
66

.git-blame-ignore-revs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2024 Gnuxie <Gnuxie@protonmail.com>
22
#
3-
# SPDX-License-Identifier: CC0-1.0
3+
# SPDX-License-Identifier: Apache-2.0
44
# The first time that we ran prettier.
55
3b2036c2db205e7f9a10a6b4fef2ec1760b8f51b

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-FileCopyrightText: 2024 Aminda Suomalainen <suomalainen+git@mikaela.info>
22
#
3-
# SPDX-License-Identifier: CC0-1.0
3+
# SPDX-License-Identifier: Apache-2.0
44

55
* text=auto eol=lf
66
*.gif filter=lfs diff=lfs merge=lfs -text

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-FileCopyrightText: 2024 Aminda Suomalainen <suomalainen@aminda.eu>
22
//
3-
// SPDX-License-Identifier: CC0-1.0
3+
// SPDX-License-Identifier: Apache-2.0
44
{
55
extends: ["github>the-draupnir-project/.github:renovate-shared"],
66
}

.github/workflows/docker-hub-develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2024 Gnuxie <Gnuxie@protonmail.com>
22
# SPDX-FileCopyrightText: 2026 Catalan Lover <catalanlover@protonmail.com>
33
#
4-
# SPDX-License-Identifier: CC0-1.0
4+
# SPDX-License-Identifier: Apache-2.0
55

66
# Copied from https://github.com/matrix-org/matrix-bifrost/blob/develop/.github/workflows/docker-hub-latest.yml
77

@@ -66,7 +66,7 @@ jobs:
6666
org.opencontainers.image.revision=${{ github.sha }}
6767
org.opencontainers.image.version=${{ github.ref_name }}-${{ github.sha }}
6868
org.opencontainers.image.ref.name=${{ github.ref_name }}
69-
org.opencontainers.image.licenses=AFL-3.0
69+
org.opencontainers.image.licenses=Apache-2.0
7070
sbom: true
7171
tags: |
7272
${{ env.DOCKER_NAMESPACE }}/draupnir:develop

.github/workflows/docker-hub-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2024 Gnuxie <Gnuxie@protonmail.com>
22
# SPDX-FileCopyrightText: 2026 Catalan Lover <catalanlover@protonmail.com>
33
#
4-
# SPDX-License-Identifier: CC0-1.0
4+
# SPDX-License-Identifier: Apache-2.0
55

66
# Copied from https://github.com/matrix-org/matrix-bifrost/blob/develop/.github/workflows/docker-hub-release.yml
77
# This is duplicated with docker-hub-release.yml the only difference is the tag and hook
@@ -66,7 +66,7 @@ jobs:
6666
org.opencontainers.image.source=${{ env.IMG_SOURCE }}
6767
org.opencontainers.image.revision=${{ github.sha }}
6868
org.opencontainers.image.version=${{ github.ref_name }}
69-
org.opencontainers.image.licenses=AFL-3.0
69+
org.opencontainers.image.licenses=Apache-2.0
7070
sbom: true
7171
tags: |
7272
${{ env.DOCKER_NAMESPACE }}/draupnir:latest

.github/workflows/docker-hub-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2024 Gnuxie <Gnuxie@protonmail.com>
22
# SPDX-FileCopyrightText: 2026 Catalan Lover <catalanlover@protonmail.com>
33
#
4-
# SPDX-License-Identifier: CC0-1.0
4+
# SPDX-License-Identifier: Apache-2.0
55

66
# Copied from https://github.com/matrix-org/matrix-bifrost/blob/develop/.github/workflows/docker-hub-release.yml
77
# This is duplicated with docker-hub-latest.yml the only difference is the tag and hook
@@ -67,7 +67,7 @@ jobs:
6767
org.opencontainers.image.source=${{ env.IMG_SOURCE }}
6868
org.opencontainers.image.revision=${{ github.sha }}
6969
org.opencontainers.image.version=${{ github.ref_name }}
70-
org.opencontainers.image.licenses=AFL-3.0
70+
org.opencontainers.image.licenses=Apache-2.0
7171
sbom: true
7272
tags: |
7373
${{ env.DOCKER_NAMESPACE }}/draupnir:${{ steps.release_version.outputs.release_version }}

.github/workflows/ghcr-all-dev-branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-FileCopyrightText: 2026 Catalan Lover <catalanlover@protonmail.com>
22
#
3-
# SPDX-License-Identifier: CC0-1.0
3+
# SPDX-License-Identifier: Apache-2.0
44
# This file is derived from the docker-hub-develop.yml workflow, but instead of pushing to Docker Hub, it pushes to GHCR. It also runs on all non excluded branches to allow easier access to development builds.
55

66
name: "GHCR - Development Branches"
@@ -85,6 +85,6 @@ jobs:
8585
org.opencontainers.image.revision=${{ github.sha }}
8686
org.opencontainers.image.version=${{ github.ref_name }}-${{ github.sha }}
8787
org.opencontainers.image.ref.name=${{ github.ref_name }}
88-
org.opencontainers.image.licenses=AFL-3.0
88+
org.opencontainers.image.licenses=Apache-2.0
8989
sbom: true
9090
tags: ${{ steps.meta.outputs.tags }}

.github/workflows/ghcr-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-FileCopyrightText: 2026 Catalan Lover <catalanlover@protonmail.com>
22
#
3-
# SPDX-License-Identifier: CC0-1.0
3+
# SPDX-License-Identifier: Apache-2.0
44

55
name: "GHCR - Latest"
66

@@ -67,7 +67,7 @@ jobs:
6767
org.opencontainers.image.source=${{ env.IMG_SOURCE }}
6868
org.opencontainers.image.revision=${{ github.sha }}
6969
org.opencontainers.image.version=${{ github.ref_name }}
70-
org.opencontainers.image.licenses=AFL-3.0
70+
org.opencontainers.image.licenses=Apache-2.0
7171
sbom: true
7272
tags: |
7373
ghcr.io/${{ steps.image_owner.outputs.image_owner }}/draupnir:latest

0 commit comments

Comments
 (0)