Title: [opsview] [12961] Updated a couple of missing copyright year strings
Revision
12961
Author
tvoon
Date
2013-07-16 17:03:28 +0100 (Tue, 16 Jul 2013)

Log Message

Updated a couple of missing copyright year strings

Modified Paths


Modified: trunk/opsview-core/nagios-plugins/check_snmp_vmware_cpu
===================================================================
--- trunk/opsview-core/nagios-plugins/check_snmp_vmware_cpu	2013-07-16 15:57:40 UTC (rev 12960)
+++ trunk/opsview-core/nagios-plugins/check_snmp_vmware_cpu	2013-07-16 16:03:28 UTC (rev 12961)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # AUTHORS:
-#	Copyright (C) 2003-2012 Opsview Limited. All rights reserved
+#	Copyright (C) 2003-2013 Opsview Limited. All rights reserved
 #	Written by Neil Ferguson
 #
 #    This file is part of Opsview

Modified: trunk/opsview-core/nagios-plugins/check_snmp_vmware_gueststatus
===================================================================
--- trunk/opsview-core/nagios-plugins/check_snmp_vmware_gueststatus	2013-07-16 15:57:40 UTC (rev 12960)
+++ trunk/opsview-core/nagios-plugins/check_snmp_vmware_gueststatus	2013-07-16 16:03:28 UTC (rev 12961)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # AUTHORS:
-#	Copyright (C) 2003-2012 Opsview Limited. All rights reserved
+#	Copyright (C) 2003-2013 Opsview Limited. All rights reserved
 #
 #    This file is part of Opsview
 #

Modified: trunk/opsview-core/utils/update_copyrights
===================================================================
--- trunk/opsview-core/utils/update_copyrights	2013-07-16 15:57:40 UTC (rev 12960)
+++ trunk/opsview-core/utils/update_copyrights	2013-07-16 16:03:28 UTC (rev 12961)
@@ -59,6 +59,7 @@
           += s%((?i:Opsera|Opsview) Limited</a> )20\d\d( All Rights Reserved)%$1$YEAR$2%g;
         $changes += s%Opsera (LTD|Limited)%Opsview Limited%g;
         $changes += s%www\.opsera\.com%www.opsview.com%g;
+        $changes += s%<p>&copy; \d{4} <a%<p>&copy; $YEAR <a%g;
         $_
     } @array;
     if ($changes) {

Modified: trunk/opsview-web/root/wrapper_footer
===================================================================
--- trunk/opsview-web/root/wrapper_footer	2013-07-16 15:57:40 UTC (rev 12960)
+++ trunk/opsview-web/root/wrapper_footer	2013-07-16 16:03:28 UTC (rev 12961)
@@ -23,5 +23,5 @@
 </p>
 </div>
 <p>[% support_text %]</p>
-<p>&copy; 2012 <a href="" c.track_back_querystring %]">Opsview Limited</a>. [% c.loc("ui.footer.allRightsReserved") | html %]</p>
+<p>&copy; 2013 <a href="" c.track_back_querystring %]">Opsview Limited</a>. [% c.loc("ui.footer.allRightsReserved") | html %]</p>
 </div>

_______________________________________________
Opsview-checkins mailing list
Opsview-checkins@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to