From 7bc2164fbb60e21441cb0c18e345d30caa1da045 Mon Sep 17 00:00:00 2001
From: Erick Hitter <ehitter@gmail.com>
Date: Mon, 4 Jun 2012 22:20:31 -0400
Subject: [PATCH] License

---
 readme.txt               |  2 ++
 view-all-posts-pages.php | 14 ++++++++++++++
 2 files changed, 16 insertions(+)

diff --git a/readme.txt b/readme.txt
index dc54265..bd7530c 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' &lt;!--nextpage--&gt; Quicktag (multipage posts).
 == Description ==
diff --git a/view-all-posts-pages.php b/view-all-posts-pages.php
index a89434d..91f17db 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 {
-- 
GitLab