From 558544fcef3335216d225bb587129a424db8d7af Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 14 Apr 2021 20:27:43 +0200 Subject: Add license comment _after_ the php opening tag. --- giglogadmin.php | 12 ++++++------ includes/admin/register_db_tables.php | 2 +- includes/public/shortcodes/giglog_bands.php | 2 +- includes/public/shortcodes/giglog_display_unprocessed.php | 2 +- includes/public/shortcodes/giglog_photographers.php | 2 +- includes/public/shortcodes/giglog_process_files.php | 2 +- tests/VenueTest.php | 2 +- tests/stubs/wpdb_stub.php | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/giglogadmin.php b/giglogadmin.php index af1d90c..0e8b399 100644 --- a/giglogadmin.php +++ b/giglogadmin.php @@ -1,8 +1,3 @@ -// SPDX-FileCopyrightText: 2021 Andrea Chirulescu -// SPDX-FileCopyrightText: 2021 Harald Eilertsen -// -// SPDX-License-Identifier: AGPL-3.0-or-later - +// SPDX-FileCopyrightText: 2021 Harald Eilertsen +// +// SPDX-License-Identifier: AGPL-3.0-or-later + if ( !class_exists( 'GiglogAdmin_Plugin' ) ) { require_once __DIR__ . '/includes/public/shortcodes/giglog_bands.php'; diff --git a/includes/admin/register_db_tables.php b/includes/admin/register_db_tables.php index 7f00ac0..1121253 100644 --- a/includes/admin/register_db_tables.php +++ b/includes/admin/register_db_tables.php @@ -1,9 +1,9 @@ + // SPDX-FileCopyrightText: 2021 Harald Eilertsen // // SPDX-License-Identifier: AGPL-3.0-or-later - // SPDX-FileCopyrightText: 2021 Harald Eilertsen // // SPDX-License-Identifier: AGPL-3.0-or-later - // SPDX-FileCopyrightText: 2021 Harald Eilertsen // // SPDX-License-Identifier: AGPL-3.0-or-later - // SPDX-FileCopyrightText: 2021 Harald Eilertsen // // SPDX-License-Identifier: AGPL-3.0-or-later - // SPDX-FileCopyrightText: 2021 Harald Eilertsen // // SPDX-License-Identifier: AGPL-3.0-or-later - // SPDX-FileCopyrightText: 2021 Harald Eilertsen // // SPDX-License-Identifier: AGPL-3.0-or-later - // SPDX-FileCopyrightText: 2021 Harald Eilertsen // // SPDX-License-Identifier: AGPL-3.0-or-later -insert_id = 1; } -- cgit v1.2.3