From 2bb933456ef0dde9662766bd6de2b60ba0573a71 Mon Sep 17 00:00:00 2001 From: Tuyan Ozipek Date: Thu, 2 Jan 2014 10:17:40 -0500 Subject: [PATCH] Update copyright_years to be calculated on the fly. --- etc/inc/globals.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 58c5fec710..acbe36ac56 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -59,7 +59,7 @@ $g = array( "product_name" => "pfSense", "product_copyright" => "Electric Sheep Fencing LLC", "product_copyright_url" => "http://www.electricsheepfencing.com", - "product_copyright_years" => "2004 - 2014", + "product_copyright_years" => "2004 - ".date("Y"), "product_website" => "www.pfsense.org", "product_website_footer" => "http://www.pfsense.org/?gui21", "product_email" => "coreteam@pfsense.org",