From 26db9fff271d3f50e690455b08361d32001da3f6 Mon Sep 17 00:00:00 2001
From: mdipierro
Date: Mon, 6 Aug 2012 07:25:24 -0500
Subject: [PATCH] fixed copyright year, where possible
---
VERSION | 2 +-
applications/admin/views/default.mobile/layout.html | 2 +-
applications/admin/views/layout.html | 2 +-
applications/admin/views/plugin_jqmobile/layout.html | 2 +-
applications/examples/views/default/download.html | 2 +-
applications/examples/views/layout.html | 2 +-
applications/welcome/models/menu.py | 2 +-
applications/welcome/views/layout.html | 2 +-
gluon/contrib/login_methods/browserid_account.py | 2 +-
gluon/contrib/login_methods/dropbox_account.py | 2 +-
10 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/VERSION b/VERSION
index 26ad0f36..10e39c69 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-Version 2.00.0 (2012-08-06 07:15:58) dev
+Version 2.00.0 (2012-08-06 07:25:20) dev
diff --git a/applications/admin/views/default.mobile/layout.html b/applications/admin/views/default.mobile/layout.html
index 441f2645..4cbfd9be 100644
--- a/applications/admin/views/default.mobile/layout.html
+++ b/applications/admin/views/default.mobile/layout.html
@@ -102,7 +102,7 @@ $(document).bind("mobileinit", function(){
{{block footer}}
- powered by web2py - @2011
+ powered by web2py - @{{=request.now.year}}
{{end}}
diff --git a/applications/admin/views/layout.html b/applications/admin/views/layout.html
index 79f0efa3..d6a29b59 100644
--- a/applications/admin/views/layout.html
+++ b/applications/admin/views/layout.html
@@ -28,7 +28,7 @@
{{block footer}}
- powered by web2py - @2011
+ powered by web2py - @{{=request.now.year}}
{{end}}
diff --git a/applications/examples/views/default/download.html b/applications/examples/views/default/download.html
index 8d91635e..17c7f307 100644
--- a/applications/examples/views/default/download.html
+++ b/applications/examples/views/default/download.html
@@ -90,7 +90,7 @@
Download WEB2PY artwork pack in editable .png format
- Logo, Stickers and Layout developed by José V. Sousa and Bruno Rocha (at Blouweb) All rights reserved by Massimo Di Pierro © 2010
+ Logo, Stickers and Layout developed by José V. Sousa and Bruno Rocha (at Blouweb) All rights reserved by Massimo Di Pierro © {{=request.now.year}}
Favicon and HTML5 compatibility by Martin Mulone
diff --git a/applications/examples/views/layout.html b/applications/examples/views/layout.html
index 8903b09b..e08c8e11 100644
--- a/applications/examples/views/layout.html
+++ b/applications/examples/views/layout.html
@@ -122,7 +122,7 @@
{{block footer}}