diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-23 16:49:58 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-23 16:49:58 +0200 |
| commit | b7f2ff4d991ae068f7834bf8e565f6261bf7fff1 (patch) | |
| tree | 652e356bd8c4f37d4ac643b662a1e5ae442b4df4 /ci | |
| parent | 5d8f799a1171f92054d4b45ba130cd7fdad0bd01 (diff) | |
| download | turns-b7f2ff4d991ae068f7834bf8e565f6261bf7fff1.tar.xz turns-b7f2ff4d991ae068f7834bf8e565f6261bf7fff1.zip | |
license: add more license headers
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/Containerfile | 3 | ||||
| -rw-r--r-- | ci/etc/locale.gen | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ci/Containerfile b/ci/Containerfile index b6c465c..029c948 100644 --- a/ci/Containerfile +++ b/ci/Containerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2025 Felix Morgner <felix.morgner@gmail.com> +# SPDX-License-Identifier: CC0-1.0 + FROM docker.io/archlinux:base-devel LABEL org.opencontainers.image.title="turns CI image" diff --git a/ci/etc/locale.gen b/ci/etc/locale.gen index c7e71f4..f08356c 100644 --- a/ci/etc/locale.gen +++ b/ci/etc/locale.gen @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2025 Felix Morgner <felix.morgner@gmail.com> +# SPDX-License-Identifier: CC0-1.0 + de_AT.UTF-8 UTF-8 de_CH.UTF-8 UTF-8 de_DE.UTF-8 UTF-8 |
