From f8edba6f60c47ebf4e53c2481c458278fbe9875b Mon Sep 17 00:00:00 2001 From: Cooper Dalrymple Date: Tue, 18 Nov 2025 17:14:00 -0600 Subject: [PATCH] Improve file headers --- inc/class-settings.php | 2 ++ inc/class-sort.php | 2 ++ ogre-sort.php | 37 +++++++++++++++++++++++++------------ 3 files changed, 29 insertions(+), 12 deletions(-) diff --git a/inc/class-settings.php b/inc/class-settings.php index 7ce7879..c620310 100644 --- a/inc/class-settings.php +++ b/inc/class-settings.php @@ -2,6 +2,8 @@ /** * @package ogre-sort * @author cleverogre + * @copyright 2025 CleverOgre + * @license GLP-3.0-or-later * @version 1.0.0 * @since 1.0.0 */ diff --git a/inc/class-sort.php b/inc/class-sort.php index 369a91a..e5b54bb 100644 --- a/inc/class-sort.php +++ b/inc/class-sort.php @@ -2,6 +2,8 @@ /** * @package ogre-sort * @author cleverogre + * @copyright 2025 CleverOgre + * @license GLP-3.0-or-later * @version 1.0.0 * @since 1.0.0 */ diff --git a/ogre-sort.php b/ogre-sort.php index 5d402e8..40eef69 100644 --- a/ogre-sort.php +++ b/ogre-sort.php @@ -1,16 +1,29 @@