diff --git a/.github/workflows/docker-hub-develop.yml b/.github/workflows/docker-hub-develop.yml index 0eb1cbd5..990e90e6 100644 --- a/.github/workflows/docker-hub-develop.yml +++ b/.github/workflows/docker-hub-develop.yml @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2024 Gnuxie # SPDX-FileCopyrightText: 2026 Catalan Lover # -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: Apache-2.0 # Copied from https://github.com/matrix-org/matrix-bifrost/blob/develop/.github/workflows/docker-hub-latest.yml diff --git a/.github/workflows/docker-hub-latest.yml b/.github/workflows/docker-hub-latest.yml index 185386bc..7289d0fb 100644 --- a/.github/workflows/docker-hub-latest.yml +++ b/.github/workflows/docker-hub-latest.yml @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2024 Gnuxie # SPDX-FileCopyrightText: 2026 Catalan Lover # -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: Apache-2.0 # Copied from https://github.com/matrix-org/matrix-bifrost/blob/develop/.github/workflows/docker-hub-release.yml # This is duplicated with docker-hub-release.yml the only difference is the tag and hook diff --git a/.github/workflows/docker-hub-release.yml b/.github/workflows/docker-hub-release.yml index f8f67050..7d780f81 100644 --- a/.github/workflows/docker-hub-release.yml +++ b/.github/workflows/docker-hub-release.yml @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2024 Gnuxie # SPDX-FileCopyrightText: 2026 Catalan Lover # -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: Apache-2.0 # Copied from https://github.com/matrix-org/matrix-bifrost/blob/develop/.github/workflows/docker-hub-release.yml # This is duplicated with docker-hub-latest.yml the only difference is the tag and hook diff --git a/.github/workflows/ghcr-all-dev-branches.yml b/.github/workflows/ghcr-all-dev-branches.yml index 3baded4a..671e558f 100644 --- a/.github/workflows/ghcr-all-dev-branches.yml +++ b/.github/workflows/ghcr-all-dev-branches.yml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2026 Catalan Lover # -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: Apache-2.0 # 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. name: "GHCR - Development Branches" diff --git a/.github/workflows/ghcr-latest.yml b/.github/workflows/ghcr-latest.yml index 0552dc3a..72c85dfe 100644 --- a/.github/workflows/ghcr-latest.yml +++ b/.github/workflows/ghcr-latest.yml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2026 Catalan Lover # -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: Apache-2.0 name: "GHCR - Latest" diff --git a/.github/workflows/ghcr-release.yml b/.github/workflows/ghcr-release.yml index 27b68f02..9c854f37 100644 --- a/.github/workflows/ghcr-release.yml +++ b/.github/workflows/ghcr-release.yml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2026 Catalan Lover # -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: Apache-2.0 name: "GHCR - Release" diff --git a/.github/workflows/mjolnir.yml b/.github/workflows/mjolnir.yml index 3b1cd5ed..d1092cce 100644 --- a/.github/workflows/mjolnir.yml +++ b/.github/workflows/mjolnir.yml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2024 Gnuxie # -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: Apache-2.0 name: Tests