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

---
 readme.txt              |  2 ++
 tag-dropdown-widget.php | 14 ++++++++++++++
 2 files changed, 16 insertions(+)

diff --git a/readme.txt b/readme.txt
index c1cdab7..9477c27 100644
--- a/readme.txt
+++ b/readme.txt
@@ -5,6 +5,8 @@ Tags: tag, tags, taxonomy, sidebar, widget, widgets, dropdown, drop down
 Requires at least: 2.8
 Tested up to: 3.4
 Stable tag: 2.0.3
+License: GPLv2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
 
 Creates a dropdown list of non-hierarchical taxonomies as an alternative to the term (tag) cloud. Formerly known as Tag Dropdown Widget.
 
diff --git a/tag-dropdown-widget.php b/tag-dropdown-widget.php
index 3b591ef..427a1e8 100644
--- a/tag-dropdown-widget.php
+++ b/tag-dropdown-widget.php
@@ -6,6 +6,20 @@ Description: Creates a dropdown list of non-hierarchical taxonomies as an altern
 Author: Erick Hitter
 Version: 2.0.3
 Author URI: http://www.ethitter.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
 */
 
 /**
-- 
GitLab