diff --git a/readme.txt b/readme.txt index dc54265b9ff8a2a48cb8bf85ba9a8abb1181d36c..bd7530cb264bbc2ecfffde8a867d8cf19f945fe7 100644 --- a/readme.txt +++ b/readme.txt @@ -5,6 +5,8 @@ Tags: view all, pages, paged, paged post, multipage, single view, single page, w Requires at least: 3.2.1 Tested up to: 3.4 Stable tag: 0.6.1 +License: GPLv2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html Provides a "view all" (single page) option for content paged using WordPress' <!--nextpage--> Quicktag (multipage posts). == Description == diff --git a/view-all-posts-pages.php b/view-all-posts-pages.php index a89434df3cb9823d8618c44345cd65da75994dc8..91f17dbd634fb6f398643b0ccdf5a46c5441672a 100644 --- a/view-all-posts-pages.php +++ b/view-all-posts-pages.php @@ -6,6 +6,20 @@ Description: Provides a "view all" (single page) option for posts, pages, and cu Author: Erick Hitter (Oomph, Inc.) Version: 0.6.1 Author URI: http://www.thinkoomph.com/ + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ class view_all_posts_pages {