diff options
author | André Malo <nd@apache.org> | 2004-02-07 16:41:45 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2004-02-07 16:41:45 +0100 |
commit | 9581e49861a14ae09a3e26e6471a1fb29c7027bb (patch) | |
tree | 54e0e8b7d6caaad0c196514ac0069c9686e72a97 /docs/manual/style | |
parent | apply Apache License, Version 2.0 (diff) | |
download | apache2-9581e49861a14ae09a3e26e6471a1fb29c7027bb.tar.xz apache2-9581e49861a14ae09a3e26e6471a1fb29c7027bb.zip |
apply Apache License, Version 2.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102535 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/style')
-rw-r--r-- | docs/manual/style/css/manual-chm.css | 17 | ||||
-rw-r--r-- | docs/manual/style/css/manual-loose-100pc.css | 15 | ||||
-rw-r--r-- | docs/manual/style/css/manual-print.css | 15 | ||||
-rw-r--r-- | docs/manual/style/css/manual-zip-100pc.css | 17 | ||||
-rw-r--r-- | docs/manual/style/css/manual-zip.css | 18 | ||||
-rw-r--r-- | docs/manual/style/css/manual.css | 15 | ||||
-rw-r--r-- | docs/manual/style/lang/de.xml | 16 | ||||
-rw-r--r-- | docs/manual/style/lang/en.xml | 16 | ||||
-rw-r--r-- | docs/manual/style/lang/ja.xml | 16 | ||||
-rw-r--r-- | docs/manual/style/lang/ko.xml | 16 | ||||
-rw-r--r-- | docs/manual/style/lang/ru.xml | 16 | ||||
-rw-r--r-- | docs/manual/style/lang/sv.xml | 18 |
12 files changed, 191 insertions, 4 deletions
diff --git a/docs/manual/style/css/manual-chm.css b/docs/manual/style/css/manual-chm.css index 4f9a853e16..b4c4b3e7b4 100644 --- a/docs/manual/style/css/manual-chm.css +++ b/docs/manual/style/css/manual-chm.css @@ -1,5 +1,20 @@ @import url(manual-loose-100pc.css); +/* Copyright 2003-2004 Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + html { font-size: 95%; } @@ -8,4 +23,4 @@ h1 { margin: 0 0 0.5em 0; } -/* the end */
\ No newline at end of file +/* the end */ diff --git a/docs/manual/style/css/manual-loose-100pc.css b/docs/manual/style/css/manual-loose-100pc.css index 5687737120..fb26597a62 100644 --- a/docs/manual/style/css/manual-loose-100pc.css +++ b/docs/manual/style/css/manual-loose-100pc.css @@ -2,6 +2,21 @@ * manual.css - no sidebar, 100% normal font height * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +/* Copyright 2002-2004 Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + /* import the main CSS, so we * have to adjust only a few things */ diff --git a/docs/manual/style/css/manual-print.css b/docs/manual/style/css/manual-print.css index 54c299f9b6..4fe4229bbc 100644 --- a/docs/manual/style/css/manual-print.css +++ b/docs/manual/style/css/manual-print.css @@ -2,6 +2,21 @@ * manual.css for printers * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +/* Copyright 2002-2004 Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * mainframe ;-) * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-zip-100pc.css b/docs/manual/style/css/manual-zip-100pc.css index 443d9a051d..291f20b6e3 100644 --- a/docs/manual/style/css/manual-zip-100pc.css +++ b/docs/manual/style/css/manual-zip-100pc.css @@ -1,7 +1,22 @@ @import url(manual-loose-100pc.css); +/* Copyright 2003-2004 Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + h1 { margin: 0 0 0.5em 0; } -/* the end */
\ No newline at end of file +/* the end */ diff --git a/docs/manual/style/css/manual-zip.css b/docs/manual/style/css/manual-zip.css index 33ac897946..00a8591863 100644 --- a/docs/manual/style/css/manual-zip.css +++ b/docs/manual/style/css/manual-zip.css @@ -1,7 +1,23 @@ @import url(manual.css); +/* Copyright 2003-2004 Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + + h1 { margin: 0 0 0.5em 0; } -/* the end */
\ No newline at end of file +/* the end */ diff --git a/docs/manual/style/css/manual.css b/docs/manual/style/css/manual.css index 2d42795b3f..00c803beee 100644 --- a/docs/manual/style/css/manual.css +++ b/docs/manual/style/css/manual.css @@ -2,6 +2,21 @@ * manual.css * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +/* Copyright 2002-2004 Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * mainframe ;-) * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/lang/de.xml b/docs/manual/style/lang/de.xml index 5debbe06fb..d989394444 100644 --- a/docs/manual/style/lang/de.xml +++ b/docs/manual/style/lang/de.xml @@ -2,6 +2,22 @@ <!DOCTYPE messages [ <!ENTITY nbsp " "> ]> <!-- English Revision: 1.9 --> +<!-- + Copyright 2002-2004 Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + <!-- --> <!-- Language: German --> <!-- --> diff --git a/docs/manual/style/lang/en.xml b/docs/manual/style/lang/en.xml index 73fa69d7eb..ea90f49d4f 100644 --- a/docs/manual/style/lang/en.xml +++ b/docs/manual/style/lang/en.xml @@ -1,6 +1,22 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE messages [ <!ENTITY nbsp " "> ]> +<!-- + Copyright 2002-2004 Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + <!-- --> <!-- Language: English --> <!-- --> diff --git a/docs/manual/style/lang/ja.xml b/docs/manual/style/lang/ja.xml index 291b57a4fc..cca5ea8ef9 100644 --- a/docs/manual/style/lang/ja.xml +++ b/docs/manual/style/lang/ja.xml @@ -2,6 +2,22 @@ <!DOCTYPE messages [ <!ENTITY nbsp " "> ]> <!-- English revision: 1.5 --> +<!-- + Copyright 2002-2004 Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + <!-- --> <!-- Language: Japanese --> <!-- --> diff --git a/docs/manual/style/lang/ko.xml b/docs/manual/style/lang/ko.xml index dbd82f8f27..38df00e0d3 100644 --- a/docs/manual/style/lang/ko.xml +++ b/docs/manual/style/lang/ko.xml @@ -2,6 +2,22 @@ <!-- English revision: 1.11 --> <!DOCTYPE messages [ <!ENTITY nbsp " "> ]> +<!-- + Copyright 2003-2004 Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + <!-- --> <!-- Language: Korean --> <!-- --> diff --git a/docs/manual/style/lang/ru.xml b/docs/manual/style/lang/ru.xml index 4a3e72152c..e6bbdcb5ee 100644 --- a/docs/manual/style/lang/ru.xml +++ b/docs/manual/style/lang/ru.xml @@ -2,6 +2,22 @@ <!DOCTYPE messages [ <!ENTITY nbsp " "> ]> <!-- English revision: 1.4 --> +<!-- + Copyright 2002-2004 Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + <!-- --> <!-- Language: Russian --> <!-- --> diff --git a/docs/manual/style/lang/sv.xml b/docs/manual/style/lang/sv.xml index 7addd8043a..fd210fe1c0 100644 --- a/docs/manual/style/lang/sv.xml +++ b/docs/manual/style/lang/sv.xml @@ -1,5 +1,21 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + Copyright 2002-2004 Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + <!-- Swedish --> <messages> <message name="seealso">Se även</message> @@ -21,4 +37,4 @@ <message name="home">Hem</message> <message name="directives">Directives</message> <message name="directive">Directive</message> -</messages>
\ No newline at end of file +</messages> |