diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2021-04-14 20:00:27 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2021-04-14 20:00:27 +0200 |
commit | bd8662b691e8b64ae15965bc154f810195faa53a (patch) | |
tree | dd5950758304e29aa530d1488a5220d683ec36c0 /includes/public/shortcodes | |
parent | 1467d177c950617c290cec2193c690da7fa6a4e9 (diff) | |
download | gigologadmin-bd8662b691e8b64ae15965bc154f810195faa53a.tar.gz gigologadmin-bd8662b691e8b64ae15965bc154f810195faa53a.tar.bz2 gigologadmin-bd8662b691e8b64ae15965bc154f810195faa53a.zip |
Switch to Reuse for license handling.
Run `reuse lint` to verify that all material is licensed.
Diffstat (limited to 'includes/public/shortcodes')
4 files changed, 20 insertions, 0 deletions
diff --git a/includes/public/shortcodes/giglog_bands.php b/includes/public/shortcodes/giglog_bands.php index b299644..dc0d8a1 100644 --- a/includes/public/shortcodes/giglog_bands.php +++ b/includes/public/shortcodes/giglog_bands.php @@ -1,3 +1,8 @@ +// SPDX-FileCopyrightText: 2021 Andrea Chirulescu <andrea.chirulescu@gmail.com> +// SPDX-FileCopyrightText: 2021 Harald Eilertsen <haraldei@anduin.net> +// +// SPDX-License-Identifier: AGPL-3.0-or-later + <?php /* * code used for giglogadmin for the open page where everyone sees the list of diff --git a/includes/public/shortcodes/giglog_display_unprocessed.php b/includes/public/shortcodes/giglog_display_unprocessed.php index dad05f2..6c61e34 100644 --- a/includes/public/shortcodes/giglog_display_unprocessed.php +++ b/includes/public/shortcodes/giglog_display_unprocessed.php @@ -1,3 +1,8 @@ +// SPDX-FileCopyrightText: 2021 Andrea Chirulescu <andrea.chirulescu@gmail.com> +// SPDX-FileCopyrightText: 2021 Harald Eilertsen <haraldei@anduin.net> +// +// SPDX-License-Identifier: AGPL-3.0-or-later + <?php /* * I kinda overloaded this snippet. Added comments for each function. But this diff --git a/includes/public/shortcodes/giglog_photographers.php b/includes/public/shortcodes/giglog_photographers.php index c26eb84..0c36817 100644 --- a/includes/public/shortcodes/giglog_photographers.php +++ b/includes/public/shortcodes/giglog_photographers.php @@ -1,3 +1,8 @@ +// SPDX-FileCopyrightText: 2021 Andrea Chirulescu <andrea.chirulescu@gmail.com> +// SPDX-FileCopyrightText: 2021 Harald Eilertsen <haraldei@anduin.net> +// +// SPDX-License-Identifier: AGPL-3.0-or-later + <?php /* * code used for giglogadmin for the page where users such as photographers/concert reviewers diff --git a/includes/public/shortcodes/giglog_process_files.php b/includes/public/shortcodes/giglog_process_files.php index 69a9a26..9919a51 100644 --- a/includes/public/shortcodes/giglog_process_files.php +++ b/includes/public/shortcodes/giglog_process_files.php @@ -1,3 +1,8 @@ +// SPDX-FileCopyrightText: 2021 Andrea Chirulescu <andrea.chirulescu@gmail.com> +// SPDX-FileCopyrightText: 2021 Harald Eilertsen <haraldei@anduin.net> +// +// SPDX-License-Identifier: AGPL-3.0-or-later + <?php /* * snippet used to upload files with concerts. File is tab delimited file. |