diff options
author | Nils Adermann <naderman@naderman.de> | 2011-01-16 22:26:27 +0100 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2011-01-16 22:26:27 +0100 |
commit | cde423591e90e58361b17f29f6841887573a0fa8 (patch) | |
tree | 226ac5c83f799e47644d9f11ea7d43c4ddab9ec6 /phpBB/docs/FAQ.html | |
parent | 656f18d3af1168b15648e77005345698c3a507b5 (diff) | |
parent | ba5c7d8e63d97650989c2866c20c11f16f4c1128 (diff) | |
download | forums-cde423591e90e58361b17f29f6841887573a0fa8.tar forums-cde423591e90e58361b17f29f6841887573a0fa8.tar.gz forums-cde423591e90e58361b17f29f6841887573a0fa8.tar.bz2 forums-cde423591e90e58361b17f29f6841887573a0fa8.tar.xz forums-cde423591e90e58361b17f29f6841887573a0fa8.zip |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/9859] Remove the years from the copyright statements in docs files.
[ticket/9859] Remove the year from the copyright meta tag in docs/*.html
[ticket/9859] Remove the meta copyright tag as well.
[ticket/9859] Remove the credit line comment from all html files.
[ticket/9859] Remove years in credit line from some more files.
Diffstat (limited to 'phpBB/docs/FAQ.html')
-rw-r--r-- | phpBB/docs/FAQ.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/docs/FAQ.html b/phpBB/docs/FAQ.html index f91d4bc223..83d7a342e0 100644 --- a/phpBB/docs/FAQ.html +++ b/phpBB/docs/FAQ.html @@ -8,7 +8,7 @@ <meta http-equiv="imagetoolbar" content="no" /> <meta name="resource-type" content="document" /> <meta name="distribution" content="global" /> -<meta name="copyright" content="2007 phpBB Group" /> +<meta name="copyright" content="phpBB Group" /> <meta name="keywords" content="" /> <meta name="description" content="phpBB 3.0.x frequently asked questions" /> <title>phpBB3 • FAQ</title> @@ -328,7 +328,7 @@ I want to sue you because i think you host an illegal board!</h2> <div class="content"> - <p>This application is opensource software released under the <a href="http://opensource.org/licenses/gpl-license.php">GPL</a>. Please see source code and the docs directory for more details. This package and its contents are Copyright (c) 2000, 2002, 2005, 2007 <a href="http://www.phpbb.com/">phpBB Group</a>, All Rights Reserved.</p> + <p>This application is opensource software released under the <a href="http://opensource.org/licenses/gpl-license.php">GPL</a>. Please see source code and the docs directory for more details. This package and its contents are Copyright (c) <a href="http://www.phpbb.com/">phpBB Group</a>, All Rights Reserved.</p> </div> |