diff options
author | Mark Thomas <markt@apache.org> | 2007-01-15 23:06:53 +0000 |
---|---|---|
committer | Mark Thomas <markt@apache.org> | 2007-01-15 23:06:53 +0000 |
commit | bf7eb7b9416a651cd9e1520c81976671cc14496c (patch) | |
tree | e0c897422710c8fe7c5e0edacb441277ad5ede08 /src/documentation/skins/poi-site/css | |
parent | 34d3f2cec858d13c0260210db53a9581f414c193 (diff) | |
download | poi-bf7eb7b9416a651cd9e1520c81976671cc14496c.tar.gz poi-bf7eb7b9416a651cd9e1520c81976671cc14496c.zip |
Add standard licence header for src/documentation/skins directory
Add XML declaration where not present
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496534 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/skins/poi-site/css')
-rw-r--r-- | src/documentation/skins/poi-site/css/mysite.css | 16 | ||||
-rw-r--r-- | src/documentation/skins/poi-site/css/print.css | 16 | ||||
-rw-r--r-- | src/documentation/skins/poi-site/css/site.css | 16 | ||||
-rw-r--r-- | src/documentation/skins/poi-site/css/tigris.css | 16 |
4 files changed, 64 insertions, 0 deletions
diff --git a/src/documentation/skins/poi-site/css/mysite.css b/src/documentation/skins/poi-site/css/mysite.css index 68b373d93b..e2fef30032 100644 --- a/src/documentation/skins/poi-site/css/mysite.css +++ b/src/documentation/skins/poi-site/css/mysite.css @@ -1,4 +1,20 @@ /* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You 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. +*/ +/* * Other colors: * - dark blue: #036 * - bluish: #269 diff --git a/src/documentation/skins/poi-site/css/print.css b/src/documentation/skins/poi-site/css/print.css index 059fd686ca..3f914431a7 100644 --- a/src/documentation/skins/poi-site/css/print.css +++ b/src/documentation/skins/poi-site/css/print.css @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You 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. +*/ #banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks { display: none; } diff --git a/src/documentation/skins/poi-site/css/site.css b/src/documentation/skins/poi-site/css/site.css index 5b41ef74f9..fe2eaf2985 100644 --- a/src/documentation/skins/poi-site/css/site.css +++ b/src/documentation/skins/poi-site/css/site.css @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You 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. +*/ div#banner { border-top: 1px solid #fff; border-bottom: 1px solid #aaa; diff --git a/src/documentation/skins/poi-site/css/tigris.css b/src/documentation/skins/poi-site/css/tigris.css index 2fc461c4b0..dc8f9cf494 100644 --- a/src/documentation/skins/poi-site/css/tigris.css +++ b/src/documentation/skins/poi-site/css/tigris.css @@ -1,3 +1,19 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You 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. +*/ /* contains rules unsuitable for Netscape 4.x; simpler rules are in ns4_only.css. see <http://style.tigris.org/> */ /* colors, backgrounds, borders, link indication */ |