Skip to content

Commit 67ca171

Browse files
committed
Cleaning up plugin details. Adding license text.
1 parent 5dfe02e commit 67ca171

File tree

2 files changed

+27
-10
lines changed

2 files changed

+27
-10
lines changed

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== Plugin Details ===
22
Plugin Name: Rescue Shortcodes
33
Contributors: rescuethemes
4-
Donate link: http://rescuethemes.com
4+
Donate link: https://rescuethemes.com
55
Tags: plugin, widget, shortcodes
66
Requires at least: 3.0
77
Tested up to: 4.0

rescue-shortcodes.php

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,30 @@
11
<?php
2-
/*
3-
Plugin Name: Rescue Shortcodes
4-
Plugin URI: https://github.com/RescueThemes/rescue-shortcodes
5-
Description: A lightweight shortcodes plugin for themes developed by <a href="http://themeforest.net/user/RescueThemes">Rescue Themes</a>
6-
Author: Rescue Themes
7-
Author URI: http://themeforest.net/user/RescueThemes
8-
Version: 1.6
9-
License: GNU General Public License version 2.0
10-
License URI: http://www.gnu.org/licenses/gpl-2.0.html
2+
/**
3+
* Plugin Name: Rescue Shortcodes
4+
* Plugin URI: https://rescuethemes.com/plugins/rescue-shortcodes-plugin/
5+
* Description: A lightweight shortcodes plugin.
6+
* Version: 1.6
7+
* Author: Rescue Themes
8+
* Author URI: https://rescuethemes.com
9+
* Text Domain: rescue-shortcodes
10+
* License: GPL-2.0+
11+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
12+
*/
13+
14+
/* Copyright 2015 Rescue Themes ( email : hello@rescuethemes.com )
15+
16+
This program is free software; you can redistribute it and/or modify
17+
it under the terms of the GNU General Public License, version 2, as
18+
published by the Free Software Foundation.
19+
20+
This program is distributed in the hope that it will be useful,
21+
but WITHOUT ANY WARRANTY; without even the implied warranty of
22+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23+
GNU General Public License for more details.
24+
25+
You should have received a copy of the GNU General Public License
26+
along with this program; if not, write to the Free Software
27+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1128
*/
1229

1330
/*----------------------------------------------------*/

0 commit comments

Comments
 (0)