Improve file headers

This commit is contained in:
Cooper Dalrymple
2025-11-18 17:14:00 -06:00
parent b76a6ecb3b
commit f8edba6f60
3 changed files with 29 additions and 12 deletions

View File

@@ -2,6 +2,8 @@
/** /**
* @package ogre-sort * @package ogre-sort
* @author cleverogre * @author cleverogre
* @copyright 2025 CleverOgre
* @license GLP-3.0-or-later
* @version 1.0.0 * @version 1.0.0
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@@ -2,6 +2,8 @@
/** /**
* @package ogre-sort * @package ogre-sort
* @author cleverogre * @author cleverogre
* @copyright 2025 CleverOgre
* @license GLP-3.0-or-later
* @version 1.0.0 * @version 1.0.0
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@@ -1,16 +1,29 @@
<?php <?php
/* /**
Plugin Name: Ogre Sort * Ogre Sort
Plugin URI: https://plugins.cleverogre.com/plugin/ogre-sort/ *
Description: WordPress plugin which enables drag-and-drop sorting within the admin area for posts, terms, and posts within terms. * @package ogre-sort
Version: 1.0.0 * @author cleverogre
Author: CleverOgre * @copyright 2025 CleverOgre
Author URI: http://cleverogre.com/ * @license GLP-3.0-or-later
Text Domain: ogre-sort * @version 1.0.0
License: GPLv3 or later * @since 1.0.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html *
Copyright: CleverOgre, Inc. * @wordpress-plugin
*/ * Plugin Name: Ogre Sort
* Plugin URI: https://plugins.cleverogre.com/plugin/ogre-sort/
* Description: WordPress plugin which enables drag-and-drop sorting within the admin area for posts, terms, and posts within terms.
* Version: 1.0.0
* Requires at least: 5.0
* Requires PHP: 8.0
* Author: CleverOgre
* Author URI: https://cleverogre.com/
* Text Domain: ogre-sort
* License: GPLv3 or later
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Update URI: https://git.cleverogre.com/cleverogre/ogre-sort
* Domain Path: /lang
*/
namespace Ogre; namespace Ogre;