From 9ed57ba49308a2745ffae86f3bd91a774e4eb5d7 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 9 May 2023 12:05:05 +0300 Subject: [PATCH] reuse compatibility --- .editorconfig | 4 ++++ .gitattributes | 4 ++++ .gitignore | 4 ++++ .pre-commit-config.yaml | 4 ++++ LICENSE => LICENSES/CC0-1.0.txt | 0 README.md | 6 ++++++ finnish/README.md | 6 ++++++ finnish/silly-techvoc.tsv.license | 3 +++ german/random.tsv.license | 3 +++ russian/.gitignore | 4 ++++ russian/novosti.tsv.license | 3 +++ 11 files changed, 41 insertions(+) rename LICENSE => LICENSES/CC0-1.0.txt (100%) create mode 100644 finnish/silly-techvoc.tsv.license create mode 100644 german/random.tsv.license create mode 100644 russian/novosti.tsv.license diff --git a/.editorconfig b/.editorconfig index b1cbd9e..5d366e4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2023 Aminda Suomalainen +# +# SPDX-License-Identifier: CC0-1.0 + root = true [*] diff --git a/.gitattributes b/.gitattributes index 50023d5..4d5e2ea 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,5 @@ +# SPDX-FileCopyrightText: 2023 Aminda Suomalainen +# +# SPDX-License-Identifier: CC0-1.0 + * text=auto eol=lf linguist-detectable diff --git a/.gitignore b/.gitignore index 09259e1..c23dd5c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ +# SPDX-FileCopyrightText: 2023 Aminda Suomalainen +# +# SPDX-License-Identifier: CC0-1.0 + .~lock*# diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8bc9282..de947a2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2023 Aminda Suomalainen +# +# SPDX-License-Identifier: CC0-1.0 + ci: # Forĝejo/Gitea mirrors will autoclose pull requests. This should decrease # the frequency of unnecessary PRs. diff --git a/LICENSE b/LICENSES/CC0-1.0.txt similarity index 100% rename from LICENSE rename to LICENSES/CC0-1.0.txt diff --git a/README.md b/README.md index 34c6346..ae72a0d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ + + # language-resources Resources that may be helpful for learning a language or deepening diff --git a/finnish/README.md b/finnish/README.md index e4904ea..faca345 100644 --- a/finnish/README.md +++ b/finnish/README.md @@ -1,3 +1,9 @@ + + # Finnish resources I am a native speaker so I am uncertain of the quality of these. diff --git a/finnish/silly-techvoc.tsv.license b/finnish/silly-techvoc.tsv.license new file mode 100644 index 0000000..1f7af0a --- /dev/null +++ b/finnish/silly-techvoc.tsv.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2023 Aminda Suomalainen + +SPDX-License-Identifier: CC0-1.0 diff --git a/german/random.tsv.license b/german/random.tsv.license new file mode 100644 index 0000000..1f7af0a --- /dev/null +++ b/german/random.tsv.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2023 Aminda Suomalainen + +SPDX-License-Identifier: CC0-1.0 diff --git a/russian/.gitignore b/russian/.gitignore index 0a253d2..731d879 100644 --- a/russian/.gitignore +++ b/russian/.gitignore @@ -1 +1,5 @@ +# SPDX-FileCopyrightText: 2023 Aminda Suomalainen +# +# SPDX-License-Identifier: CC0-1.0 + novosti.csv diff --git a/russian/novosti.tsv.license b/russian/novosti.tsv.license new file mode 100644 index 0000000..1f7af0a --- /dev/null +++ b/russian/novosti.tsv.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2023 Aminda Suomalainen + +SPDX-License-Identifier: CC0-1.0