Skip to content

Commit

Permalink
Add license and license URI to plugin header
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansechrest committed Apr 29, 2024
1 parent 7eca38f commit 3e229c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion github-updater-demo.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace RYSE\GitHubUpdaterDemo;

/*
/**
* Plugin Name: GitHub Updater Demo
* Plugin URI: https://ryansechrest.github.io/github-updater-demo
* Version: 1.0.3
Expand All @@ -13,6 +13,8 @@
* Requires at least: 6.5
* Requires PHP: 8.2
* Update URI: https://github.com/ryansechrest/github-updater-demo
* License: GPLv2
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

if (!defined('ABSPATH')) exit;
Expand Down

0 comments on commit 3e229c1

Please sign in to comment.