# HG changeset patch # User Dan # Date 1262761400 18000 # Node ID 438f360134327e9adfc9aab4a893f995a005c644 # Parent 044b0062e3bfddf6c42fef737e92a787d0fc6dcb End year on Enano copyright dates is dynamic now diff -r 044b0062e3bf -r 438f36013432 language/english/core.json --- a/language/english/core.json Wed Jan 06 02:03:10 2010 -0500 +++ b/language/english/core.json Wed Jan 06 02:03:20 2010 -0500 @@ -40,7 +40,7 @@ tz: 'Time zones', plural: 's', enano_about_th: 'About the Enano Content Management System', - enano_about_poweredby: '

This website is powered by Enano, the lightweight and open source CMS that everyone can use. Enano is copyright © 2006-2009 Dan Fuhry. For legal information, along with a list of libraries that Enano uses, please see Legal Information.

The developers and maintainers of Enano strongly believe that software should not only be free to use, but free to be modified, distributed, and used to create derivative works. To help achieve this goal, we use licensing terms that require you to pass on the freedoms we give you when you share Enano. For more information about Free Software, check out the Wikipedia page or the Free Software Foundation\'s homepage.

', + enano_about_poweredby: '

This website is powered by Enano, the lightweight and open source CMS that everyone can use. Enano is copyright © 2006-%year% Dan Fuhry. For legal information, along with a list of libraries that Enano uses, please see Legal Information.

The developers and maintainers of Enano strongly believe that software should not only be free to use, but free to be modified, distributed, and used to create derivative works. To help achieve this goal, we use licensing terms that require you to pass on the freedoms we give you when you share Enano. For more information about Free Software, check out the Wikipedia page or the Free Software Foundation\'s homepage.

', enano_about_gpl: '

This program is Free Software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.

You should have received a copy of the GNU General Public License along with this program; if not, write to:

Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor
Boston, MA 02110-1301, USA

Alternatively, you can read it online.

', enano_about_lbl_enanoversion: 'Enano version:', enano_about_lbl_webserver: 'Web server:', diff -r 044b0062e3bf -r 438f36013432 plugins/SpecialPageFuncs.php --- a/plugins/SpecialPageFuncs.php Wed Jan 06 02:03:10 2010 -0500 +++ b/plugins/SpecialPageFuncs.php Wed Jan 06 02:03:20 2010 -0500 @@ -398,7 +398,9 @@ get('meta_enano_about_th'); ?> get('meta_enano_about_poweredby'); + echo $lang->get('meta_enano_about_poweredby', array( + 'year' => date('Y') + )); $subst = array( 'gpl_link' => makeUrlNS('Special', 'GNU_General_Public_License') ); @@ -410,8 +412,8 @@

(English)

This website is powered by Enano, the lightweight and open source CMS that everyone can use. - Enano is copyright © 2006-2009 Dan Fuhry. For legal information, along with a list of libraries that Enano uses, please - see Legal Information. + Enano is copyright © 2006- Dan Fuhry. For legal information, along with a list of libraries that + Enano uses, please see Legal Information.

The developers and maintainers of Enano strongly believe that software should not only be free to use, but free to be modified,