From 4c9c26f2a2eb2c55ef7721b6af6de8a687ef31b5 Mon Sep 17 00:00:00 2001
From: Samuel Gaist <samuel.gaist@idiap.ch>
Date: Thu, 24 Nov 2022 17:01:50 +0100
Subject: [PATCH] [reuse] Fix autogenerated header

---
 .flake8                    | 2 +-
 .gitignore                 | 2 +-
 .gitlab-ci.yml             | 2 +-
 .pre-commit-config.yaml    | 2 +-
 MANIFEST.in                | 2 +-
 README.md                  | 2 +-
 conda/meta.yaml            | 2 +-
 doc/api.rst                | 2 +-
 doc/click.rst              | 2 +-
 doc/conf.py                | 2 +-
 doc/config.rst             | 2 +-
 doc/data/basic_config.py   | 2 +-
 doc/data/second_config.py  | 2 +-
 doc/example_alias.py       | 2 +-
 doc/example_cli.py         | 2 +-
 doc/example_config.py      | 2 +-
 doc/example_defaults.py    | 2 +-
 doc/example_logging.py     | 2 +-
 doc/example_options.py     | 2 +-
 doc/index.rst              | 2 +-
 doc/install.rst            | 2 +-
 doc/links.rst              | 2 +-
 doc/logging.rst            | 2 +-
 doc/nitpick-exceptions.txt | 2 +-
 doc/rc.rst                 | 2 +-
 pyproject.toml             | 2 +-
 setup.py                   | 2 +-
 src/exposed/click.py       | 2 +-
 src/exposed/config.py      | 2 +-
 src/exposed/logging.py     | 2 +-
 src/exposed/rc.py          | 2 +-
 tests/conftest.py          | 2 +-
 tests/test_click.py        | 2 +-
 tests/test_config.py       | 2 +-
 tests/test_logging.py      | 2 +-
 tests/test_rc.py           | 2 +-
 36 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/.flake8 b/.flake8
index a7cb63d..789d792 100644
--- a/.flake8
+++ b/.flake8
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/.gitignore b/.gitignore
index 8016e89..01b861c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 75e18a0..275b47f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 0ac1946..b131c74 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/MANIFEST.in b/MANIFEST.in
index 89b414a..b2109a0 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/README.md b/README.md
index a3063f9..8e3c638 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 <!--
-Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 
 SPDX-License-Identifier: BSD-3-Clause
 -->
diff --git a/conda/meta.yaml b/conda/meta.yaml
index 9a4e50f..6129ab0 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/doc/api.rst b/doc/api.rst
index fd08f7b..792dced 100644
--- a/doc/api.rst
+++ b/doc/api.rst
@@ -1,4 +1,4 @@
-.. Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+.. SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 ..
 .. SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/doc/click.rst b/doc/click.rst
index b4a254e..e8d2342 100644
--- a/doc/click.rst
+++ b/doc/click.rst
@@ -1,4 +1,4 @@
-.. Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+.. SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 ..
 .. SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/doc/conf.py b/doc/conf.py
index 70f5482..762db8e 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/doc/config.rst b/doc/config.rst
index 4f5f06e..0612e36 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -1,4 +1,4 @@
-.. Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+.. SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 ..
 .. SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/doc/data/basic_config.py b/doc/data/basic_config.py
index a34ef7c..3f973a8 100644
--- a/doc/data/basic_config.py
+++ b/doc/data/basic_config.py
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/doc/data/second_config.py b/doc/data/second_config.py
index 3b0fae7..87a8957 100644
--- a/doc/data/second_config.py
+++ b/doc/data/second_config.py
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/doc/example_alias.py b/doc/example_alias.py
index a7603a3..53b299f 100644
--- a/doc/example_alias.py
+++ b/doc/example_alias.py
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/doc/example_cli.py b/doc/example_cli.py
index bad2893..199ba00 100644
--- a/doc/example_cli.py
+++ b/doc/example_cli.py
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/doc/example_config.py b/doc/example_config.py
index d80a401..4a71788 100644
--- a/doc/example_config.py
+++ b/doc/example_config.py
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/doc/example_defaults.py b/doc/example_defaults.py
index 1ea21de..5c64a81 100644
--- a/doc/example_defaults.py
+++ b/doc/example_defaults.py
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/doc/example_logging.py b/doc/example_logging.py
index 56492ff..aa363f4 100644
--- a/doc/example_logging.py
+++ b/doc/example_logging.py
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/doc/example_options.py b/doc/example_options.py
index b86df80..812063e 100644
--- a/doc/example_options.py
+++ b/doc/example_options.py
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/doc/index.rst b/doc/index.rst
index c1d358a..1e338aa 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -1,4 +1,4 @@
-.. Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+.. SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 ..
 .. SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/doc/install.rst b/doc/install.rst
index 6c5d3d9..082aec2 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -1,4 +1,4 @@
-.. Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+.. SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 ..
 .. SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/doc/links.rst b/doc/links.rst
index 2404c76..2f7e0e2 100644
--- a/doc/links.rst
+++ b/doc/links.rst
@@ -1,4 +1,4 @@
-.. Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+.. SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 ..
 .. SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/doc/logging.rst b/doc/logging.rst
index 27853f0..f77c37c 100644
--- a/doc/logging.rst
+++ b/doc/logging.rst
@@ -1,4 +1,4 @@
-.. Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+.. SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 ..
 .. SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/doc/nitpick-exceptions.txt b/doc/nitpick-exceptions.txt
index c63c7f7..05c35b4 100644
--- a/doc/nitpick-exceptions.txt
+++ b/doc/nitpick-exceptions.txt
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/doc/rc.rst b/doc/rc.rst
index b79d0d8..7b9b94d 100644
--- a/doc/rc.rst
+++ b/doc/rc.rst
@@ -1,4 +1,4 @@
-.. Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+.. SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 ..
 .. SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/pyproject.toml b/pyproject.toml
index a618ffd..8f49e8d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/setup.py b/setup.py
index 6aeeebe..1049028 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/src/exposed/click.py b/src/exposed/click.py
index a25a6ed..e95b206 100644
--- a/src/exposed/click.py
+++ b/src/exposed/click.py
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/src/exposed/config.py b/src/exposed/config.py
index aae933e..ec8cdb7 100644
--- a/src/exposed/config.py
+++ b/src/exposed/config.py
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/src/exposed/logging.py b/src/exposed/logging.py
index efffbca..e45f4e8 100644
--- a/src/exposed/logging.py
+++ b/src/exposed/logging.py
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/src/exposed/rc.py b/src/exposed/rc.py
index f0b1e29..923a7f0 100644
--- a/src/exposed/rc.py
+++ b/src/exposed/rc.py
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/tests/conftest.py b/tests/conftest.py
index 0018c01..b38c83d 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/tests/test_click.py b/tests/test_click.py
index b25c957..251a5ab 100644
--- a/tests/test_click.py
+++ b/tests/test_click.py
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/tests/test_config.py b/tests/test_config.py
index 7f191be..5e33e1a 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/tests/test_logging.py b/tests/test_logging.py
index 007fafa..4813fd8 100644
--- a/tests/test_logging.py
+++ b/tests/test_logging.py
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
diff --git a/tests/test_rc.py b/tests/test_rc.py
index 02f7aab..bb1384a 100644
--- a/tests/test_rc.py
+++ b/tests/test_rc.py
@@ -1,4 +1,4 @@
-# Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
+# SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 #
 # SPDX-License-Identifier: BSD-3-Clause
 
-- 
GitLab