Jeremy Newman : use the current year for copyrights

Jeremy Newman jnewman at winehq.org
Thu Jun 11 11:11:37 CDT 2009


Module: website
Branch: master
Commit: c4031fa47c1be7d5dc9d418a9730366d9db7c105
URL:    http://source.winehq.org/git/website.git/?a=commit;h=c4031fa47c1be7d5dc9d418a9730366d9db7c105

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Thu Jun 11 11:11:11 2009 -0500

use the current year for copyrights

---

 include/themes/winehq/content.template       |    2 +-
 include/themes/winehq/content_nobox.template |    2 +-
 templates/en/license.template                |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/themes/winehq/content.template b/include/themes/winehq/content.template
index d2a8d27..272ae0a 100644
--- a/include/themes/winehq/content.template
+++ b/include/themes/winehq/content.template
@@ -8,7 +8,7 @@
     <meta name="description" content="Open Source Software for running Windows applications on other operating systems.">
     <meta name="keywords" content="windows, linux, macintosh, solaris, freebsd">
     <meta name="robots" content="index, follow">
-    <meta name="copyright" content="Copyright 2008. WineHQ.org All Rights Reserved.">
+    <meta name="copyright" content="Copyright {$curtime_year}. WineHQ.org All Rights Reserved.">
     <meta name="author" content="Jeremy Newman">
     <meta name="language" content="English">
     <meta name="revisit-after" content="1">
diff --git a/include/themes/winehq/content_nobox.template b/include/themes/winehq/content_nobox.template
index 4099cd6..78f4285 100644
--- a/include/themes/winehq/content_nobox.template
+++ b/include/themes/winehq/content_nobox.template
@@ -8,7 +8,7 @@
     <meta name="description" content="Open Source Software for running Windows applications on other operating systems.">
     <meta name="keywords" content="windows, linux, macintosh, solaris, freebsd">
     <meta name="robots" content="index, follow">
-    <meta name="copyright" content="Copyright 2008. WineHQ.org All Rights Reserved.">
+    <meta name="copyright" content="Copyright {$curtime_year}. WineHQ.org All Rights Reserved.">
     <meta name="author" content="Jeremy Newman">
     <meta name="language" content="English">
     <meta name="revisit-after" content="1">
diff --git a/templates/en/license.template b/templates/en/license.template
index bf5a7e3..122c986 100644
--- a/templates/en/license.template
+++ b/templates/en/license.template
@@ -3,7 +3,7 @@
 
 <h1 class="title">Wine License</h1>
 
-<p>Copyright (c) 1993-2005 the Wine project authors (see the file
+<p>Copyright (c) 1993-{$curtime_year} the Wine project authors (see the file
 <a href="http://source.winehq.org/source/AUTHORS">AUTHORS</a>
 for a complete list)</p>
 




More information about the wine-cvs mailing list