From 36742f327afd6c5f54f9045f5cbcdb0d9e88ef43 Mon Sep 17 00:00:00 2001 From: Chad Warren Date: Thu, 2 Jan 2014 16:44:06 -0500 Subject: [PATCH] Update @copyright date to reflect new year --- plugin-name/uninstall.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin-name/uninstall.php b/plugin-name/uninstall.php index 3448372..ac1add1 100644 --- a/plugin-name/uninstall.php +++ b/plugin-name/uninstall.php @@ -6,7 +6,7 @@ * @author Your Name * @license GPL-2.0+ * @link http://example.com - * @copyright 2013 Your Name or Company Name + * @copyright 2014 Your Name or Company Name */ // If uninstall not called from WordPress, then exit @@ -14,4 +14,4 @@ if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; } -// @TODO: Define uninstall functionality here \ No newline at end of file +// @TODO: Define uninstall functionality here