diff --git a/bin/auth_ejabberd.php b/bin/auth_ejabberd.php index ca2a2ad3d87..247635b33d4 100755 --- a/bin/auth_ejabberd.php +++ b/bin/auth_ejabberd.php @@ -1,22 +1,10 @@ #!/usr/bin/env php . + * SPDX-License-Identifier: AGPL-3.0-or-later * * ejabberd extauth script for the integration with friendica * diff --git a/bin/console.php b/bin/console.php index 1c620eeb6f3..a5aeb3d83ec 100755 --- a/bin/console.php +++ b/bin/console.php @@ -1,22 +1,10 @@ #!/usr/bin/env php . + * SPDX-License-Identifier: AGPL-3.0-or-later * */ diff --git a/bin/daemon.php b/bin/daemon.php index aa983cb2589..6b62039ee76 100755 --- a/bin/daemon.php +++ b/bin/daemon.php @@ -1,23 +1,10 @@ #!/usr/bin/env php . + * Copyright (C) 2010-2024, the Friendica project + * SPDX-FileCopyrightText: 2010-2024 the Friendica project * + * SPDX-License-Identifier: AGPL-3.0-or-later */ /** diff --git a/bin/testargs.php b/bin/testargs.php index 3bcb07e1141..22db41c3ade 100644 --- a/bin/testargs.php +++ b/bin/testargs.php @@ -1,21 +1,9 @@ . + * SPDX-License-Identifier: AGPL-3.0-or-later * * During installation we need to check if register_argc_argv is * enabled for the command line PHP processor, because otherwise diff --git a/bin/worker.php b/bin/worker.php index 7c1c5917fa6..841ac3574af 100755 --- a/bin/worker.php +++ b/bin/worker.php @@ -1,22 +1,10 @@ #!/usr/bin/env php . + * SPDX-License-Identifier: AGPL-3.0-or-later * * Starts the background processing */ diff --git a/index.php b/index.php index 1b62b71c1cf..09620ab4c1d 100644 --- a/index.php +++ b/index.php @@ -1,23 +1,9 @@ . - * - */ + +// Copyright (C) 2010-2024, the Friendica project +// SPDX-FileCopyrightText: 2010-2024 the Friendica project +// +// SPDX-License-Identifier: AGPL-3.0-or-later use Dice\Dice; diff --git a/mod/item.php b/mod/item.php index d6bcd390295..445e2ebc227 100644 --- a/mod/item.php +++ b/mod/item.php @@ -1,21 +1,9 @@ . + * SPDX-License-Identifier: AGPL-3.0-or-later * * This is the POST destination for most all locally posted * text stuff. This function handles status, wall-to-wall status, diff --git a/mod/lostpass.php b/mod/lostpass.php index 51e0ba8db6a..b16a4e10ec6 100644 --- a/mod/lostpass.php +++ b/mod/lostpass.php @@ -1,21 +1,9 @@ . + * SPDX-License-Identifier: AGPL-3.0-or-later * */ diff --git a/mod/message.php b/mod/message.php index 6c1aed06258..6ee7a8745ad 100644 --- a/mod/message.php +++ b/mod/message.php @@ -1,21 +1,9 @@ . + * SPDX-License-Identifier: AGPL-3.0-or-later * */ diff --git a/mod/notes.php b/mod/notes.php index 92a0ff514ac..27e7a9dc768 100644 --- a/mod/notes.php +++ b/mod/notes.php @@ -1,21 +1,9 @@ . + * SPDX-License-Identifier: AGPL-3.0-or-later * */ diff --git a/mod/photos.php b/mod/photos.php index 5aa18f9fb91..4b8a0c62107 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -1,21 +1,9 @@ . + * SPDX-License-Identifier: AGPL-3.0-or-later * */ diff --git a/mod/update_contact.php b/mod/update_contact.php index 474b5450401..76993c0ce3b 100644 --- a/mod/update_contact.php +++ b/mod/update_contact.php @@ -1,21 +1,9 @@ . + * SPDX-License-Identifier: AGPL-3.0-or-later * * See update_profile.php for documentation * diff --git a/mod/update_notes.php b/mod/update_notes.php index 6bbd3898f93..de455f5f002 100644 --- a/mod/update_notes.php +++ b/mod/update_notes.php @@ -1,21 +1,9 @@ . + * SPDX-License-Identifier: AGPL-3.0-or-later * * AJAX synchronisation of notes page */ diff --git a/update.php b/update.php index f2f5072eba8..dbca0c37ed1 100644 --- a/update.php +++ b/update.php @@ -1,21 +1,9 @@ . + * SPDX-License-Identifier: AGPL-3.0-or-later * * Automatic post-database structure change updates *