Skip to content

Commit e9d8c21

Browse files
authored
Merge pull request #79 from ericherman/core-files-copyright-2026
Update (or add) copyright to core files
2 parents d87c9f2 + 3e219fe commit e9d8c21

7 files changed

Lines changed: 18 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: CC0-1.0
2+
# SPDX-FileCopyrightText: 2025-2026 Standard for Public Code Authors, https://www.standardforpubliccode.org/AUTHORS; 2021-2024 The Foundation for Public Code <info@publiccode.net>
3+
14
Gemfile.lock
25
_site
36
_build_pdf

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Community translations of the Standard for Public Code
22

3+
<!-- SPDX-License-Identifier: CC0-1.0 -->
4+
<!-- SPDX-FileCopyrightText: 2025-2026 Standard for Public Code Authors, https://www.standardforpubliccode.org/AUTHORS; 2021-2024 The Foundation for Public Code <info@publiccode.net>, https://www.standardforpubliccode.org/AUTHORS -->
5+
36
This is a repository for unofficial translations of the [Standard for Public Code](https://standard.publiccode.net), provided by the community.
47

58
[![pages-build-deployment](https://github.com/publiccodenet/community-translations-standard/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/publiccodenet/community-translations-standard/actions/workflows/pages/pages-build-deployment)

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: CC0-1.0
2+
# SPDX-FileCopyrightText: 2025-2026 Standard for Public Code Authors, https://www.standardforpubliccode.org/AUTHORS; 2022-2024 The Foundation for Public Code <info@publiccode.net>, https://www.standardforpubliccode.org/AUTHORS
3+
14
title: Community Translations of the Standard for Public Code
25
version: 0.2.2
36

index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Contents
22

3+
<!-- SPDX-License-Identifier: CC0-1.0 -->
4+
<!-- SPDX-FileCopyrightText: 2025-2026 Standard for Public Code Authors, https://www.standardforpubliccode.org/AUTHORS; 2022-2024 The Foundation for Public Code <info@publiccode.net>, https://www.standardforpubliccode.org/AUTHORS -->
5+
36
Welcome to the community provided courtesy translations of the Standard for Public Code.
47
The authoritative language for the standard is English, and the current version is published at [www.standardforpubliccode.org](https://www.standardforpubliccode.org).
58

script/new-translation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
# SPDX-License-Identifier: CC0-1.0
3-
# SPDX-FileCopyrightText: 2023 The Foundation for Public Code <info@publiccode.net>
3+
# SPDX-FileCopyrightText: 2025-2026 Standard for Public Code Authors, https://www.standardforpubliccode.org/AUTHORS; 2023-2024 The Foundation for Public Code <info@publiccode.net>
44

55
# $ help set
66
# -e Exit immediately if a command exits with a non-zero status.

script/serve.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/sh
2+
# SPDX-License-Identifier: CC0-1.0
3+
# SPDX-FileCopyrightText: 2025-2026 Standard for Public Code Authors, https://www.standardforpubliccode.org/AUTHORS; 2022-2024 The Foundation for Public Code <info@publiccode.net>
24

35
PAGES_REPO_NWO=publiccodenet/standard \
46
bundle exec jekyll serve --livereload

script/test-without-link-check.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env bash
2+
# SPDX-License-Identifier: CC0-1.0
3+
# SPDX-FileCopyrightText: 2025-2026 Standard for Public Code Authors, https://www.standardforpubliccode.org/AUTHORS; 2023-2024 The Foundation for Public Code <info@publiccode.net>
4+
25
set -e # halt script on error
36

47
export PAGES_REPO_NWO=publiccodenet/standard

0 commit comments

Comments
 (0)