Commit 9f6e4de6c08d995acc6e7e0c77e09c3565f747a4

Authored by kevin_fourie
1 parent 60497c6b

KTS-1674

"Update copyright into to 2007"
Done. Found more...

Reviewed By: Conrad


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6210 c91229c3-7414-0410-bfa2-8a42b809f60b
i18n/knowledgeTree.pot
... ... @@ -130,7 +130,7 @@ msgid "%s is not an archived document. Aborting restore."
130 130 msgstr ""
131 131  
132 132 #: i18n/templates.c:1427 i18n/templates.c:5345
133   -msgid "&copy; 2006 <a href=\"http://www.knowledgetree.com/\">The Jam Warehouse Software (Pty) Ltd.</a> All Rights Reserved"
  133 +msgid "&copy; 2007 <a href=\"http://www.knowledgetree.com/\">The Jam Warehouse Software (Pty) Ltd.</a> All Rights Reserved"
134 134 msgstr ""
135 135  
136 136 #: plugins/ktcore/folder/BulkImport.php:63
... ...
i18n/templates.c
... ... @@ -1424,7 +1424,7 @@ gettext(&quot;No items in the category.&quot;);
1424 1424 gettext("You are here");
1425 1425  
1426 1426 /* ./templates/kt3/standard_page.smarty */
1427   -gettext("&copy; 2006 <a href=\"http://www.knowledgetree.com/\">The Jam Warehouse Software (Pty) Ltd.</a> All Rights Reserved");
  1427 +gettext("&copy; 2007 <a href=\"http://www.knowledgetree.com/\">The Jam Warehouse Software (Pty) Ltd.</a> All Rights Reserved");
1428 1428  
1429 1429 /* ./templates/kt3/standard_page.smarty */
1430 1430 gettext("KnowledgeTree Version: #version#");
... ... @@ -5342,7 +5342,7 @@ gettext(&quot;login&quot;);
5342 5342 gettext("KnowledgeTree Version");
5343 5343  
5344 5344 /* ./templates/ktcore/login.smarty */
5345   -gettext("&copy; 2006 <a href=\"http://www.knowledgetree.com/\">The Jam Warehouse Software (Pty) Ltd.</a> All Rights Reserved");
  5345 +gettext("&copy; 2007 <a href=\"http://www.knowledgetree.com/\">The Jam Warehouse Software (Pty) Ltd.</a> All Rights Reserved");
5346 5346  
5347 5347 /* ./templates/ktcore/manage_permissions.smarty */
5348 5348 gettext("Existing permissions");
... ...
templates/kt3/standard_page.smarty
... ... @@ -201,7 +201,7 @@
201 201 <div id="copyrightbarRight"></div>
202 202 <div id="copyrightbarBg"></div>
203 203 <div id="copyrightbar">
204   - {i18n}&copy; 2006 <a href="http://www.ktdms.com/">The Jam Warehouse Software (Pty) Ltd.</a> All Rights Reserved{/i18n}
  204 + {i18n}&copy; 2007 <a href="http://www.ktdms.com/">The Jam Warehouse Software (Pty) Ltd.</a> All Rights Reserved{/i18n}
205 205 &mdash; {i18n arg_version="$versionname"}KnowledgeTree Version: #version#{/i18n} &mdash; {i18n arg_timing=$page->getReqTime()}Request created in #timing#s{/i18n}
206 206 {$page->getDisclaimer()}
207 207 </div>
... ...
templates/ktcore/login.smarty
... ... @@ -55,7 +55,7 @@
55 55  
56 56 <span class="descriptiveText version">
57 57 {i18n}KnowledgeTree Version{/i18n}<br />{$versionName}<br/>
58   - {i18n}&copy; 2006 <a href="http://www.knowledgetree.com/">The Jam Warehouse Software (Pty) Ltd.</a> All Rights Reserved{/i18n}
  58 + {i18n}&copy; 2007 <a href="http://www.knowledgetree.com/">The Jam Warehouse Software (Pty) Ltd.</a> All Rights Reserved{/i18n}
59 59 </span>
60 60 <div id="bottomspacer"></div>
61 61 <div id="loginboxTopLeft"></div>
... ...