Skip to content

Commit

Permalink
license changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Locke committed Feb 19, 2024
1 parent 17b2604 commit 9d4d177
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 23 deletions.
8 changes: 3 additions & 5 deletions supersearch-admin.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/**
* WordPress plugin "SuperSearch" admin javascript file.
* @package SuperSearch
* @author Hi-Orbit
* @version 1.0.9
* @copyright Copyright (C) 2024, Hi-Orbit
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License, version 3 or higher
* Copyright (C) 2024, Hi-Orbit
* License: GPLv3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
jQuery(document).ready(function($) {

Expand Down
10 changes: 3 additions & 7 deletions supersearch-frontend.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<?php
/**
* WordPress plugin "SuperSearch" front-end file, responsible for initiating the front-end website code.
*
* @package SuperSearch
* @author Hi-Orbit
* @version 1.0.9
* @copyright Copyright (C) 2024, Hi-Orbit
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License, version 3 or higher
* @see supersearch.php for further information
* Copyright (C) 2024, Hi-Orbit
* License: GPLv3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
8 changes: 3 additions & 5 deletions supersearch.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/**
* WordPress plugin "SuperSearch" admin javascript file.
* @package SuperSearch
* @author Hi-Orbit
* @version 1.0.9
* @copyright Copyright (C) 2024, Hi-Orbit
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License, version 3 or higher
* Copyright (C) 2024, Hi-Orbit
* License: GPLv3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
const SUPERSEARCH_SEARCH_URL = 'https://supersearch.hi-orbit.com';

Expand Down
7 changes: 1 addition & 6 deletions supersearch.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
<?php
/**
* WordPress plugin "SuperSearch" main file, responsible for initiating the plugin.
*
* @package SuperSearch
* @author Hi-Orbit
* @version 1.0.9
* @copyright Copyright (C) 2024, Hi-Orbit
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License, version 3 or higher
*
* Plugin Name: SuperSearch
* Description: SuperSearch provides a hyperfast search solution for your WordPress site.
Expand All @@ -18,6 +12,7 @@
* Author email: hello@hi-orbit.com
* License: GPLv3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Copyright (C) 2024, Hi-Orbit
*
* SuperSearch for WordPress is a free plugin and you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 3, as published by
Expand Down

0 comments on commit 9d4d177

Please sign in to comment.