aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2011-07-11 00:27:10 +0200
committerIgor Wiedler <igor@wiedler.ch>2011-07-11 00:27:10 +0200
commitf5947439b21353d9cda357fa41292cc95f390eab (patch)
tree5e81ace03eb3c98ee86afad23ed569cf1e91bd65 /phpBB/docs
parent70a904335f63a7b7d16164aadd48f33cad9ab4f0 (diff)
downloadforums-f5947439b21353d9cda357fa41292cc95f390eab.tar
forums-f5947439b21353d9cda357fa41292cc95f390eab.tar.gz
forums-f5947439b21353d9cda357fa41292cc95f390eab.tar.bz2
forums-f5947439b21353d9cda357fa41292cc95f390eab.tar.xz
forums-f5947439b21353d9cda357fa41292cc95f390eab.zip
[ticket/10258] Remove copyright meta tag from docs
It fails HTML5 validation and we already have a 'copyright and disclaimer' section in all of those documents. We can always represent the copyright more semantically later (such as the HTML5 <copyright> tag). PHPBB3-10258
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/CHANGELOG.html1
-rw-r--r--phpBB/docs/FAQ.html1
-rw-r--r--phpBB/docs/INSTALL.html1
-rw-r--r--phpBB/docs/README.html1
-rw-r--r--phpBB/docs/auth_api.html1
-rw-r--r--phpBB/docs/coding-guidelines.html1
-rw-r--r--phpBB/docs/hook_system.html1
7 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 2b18ba8620..d0511c0336 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -2,7 +2,6 @@
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
-<meta name="copyright" content="phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="phpBB 3.0.x Changelog" />
<title>phpBB3 &bull; Changelog</title>
diff --git a/phpBB/docs/FAQ.html b/phpBB/docs/FAQ.html
index 03d0e4c1d0..14925bd530 100644
--- a/phpBB/docs/FAQ.html
+++ b/phpBB/docs/FAQ.html
@@ -2,7 +2,6 @@
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
-<meta name="copyright" content="phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="phpBB 3.0.x frequently asked questions" />
<title>phpBB3 &bull; FAQ</title>
diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html
index 8570fff8cd..6b564ce415 100644
--- a/phpBB/docs/INSTALL.html
+++ b/phpBB/docs/INSTALL.html
@@ -2,7 +2,6 @@
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
-<meta name="copyright" content="phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="phpBB 3.0.x Installation, updating and conversion informations" />
<title>phpBB3 &bull; Install</title>
diff --git a/phpBB/docs/README.html b/phpBB/docs/README.html
index 845c12a02d..70df5deb8d 100644
--- a/phpBB/docs/README.html
+++ b/phpBB/docs/README.html
@@ -2,7 +2,6 @@
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
-<meta name="copyright" content="phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="phpBB 3.0.x Readme" />
<title>phpBB3 &bull; Readme</title>
diff --git a/phpBB/docs/auth_api.html b/phpBB/docs/auth_api.html
index d98df35632..200a8d815c 100644
--- a/phpBB/docs/auth_api.html
+++ b/phpBB/docs/auth_api.html
@@ -2,7 +2,6 @@
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
-<meta name="copyright" content="phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="This is an explanation of how to use the phpBB auth/acl API" />
<title>phpBB3 &bull; Auth API</title>
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html
index 59513cb81f..aa937d5bfb 100644
--- a/phpBB/docs/coding-guidelines.html
+++ b/phpBB/docs/coding-guidelines.html
@@ -2,7 +2,6 @@
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
-<meta name="copyright" content="phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="Olympus coding guidelines document" />
<title>phpBB3 &bull; Coding Guidelines</title>
diff --git a/phpBB/docs/hook_system.html b/phpBB/docs/hook_system.html
index a806896bd3..82dc44a082 100644
--- a/phpBB/docs/hook_system.html
+++ b/phpBB/docs/hook_system.html
@@ -2,7 +2,6 @@
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
-<meta name="copyright" content="phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="Hook System explanation" />
<title>phpBB3 &bull; Hook System</title>