Author: felixk Date: Thu Oct 13 13:23:02 2011 New Revision: 1182839 URL: http://svn.apache.org/viewvc?rev=1182839&view=rev Log: Add missing license headers
Modified: james/project/trunk/maven-skin/src/main/resources/META-INF/maven/site.vm james/project/trunk/maven-skin/src/main/resources/css/maven-base.css james/project/trunk/maven-skin/src/main/resources/css/print.css Modified: james/project/trunk/maven-skin/src/main/resources/META-INF/maven/site.vm URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/META-INF/maven/site.vm?rev=1182839&r1=1182838&r2=1182839&view=diff ============================================================================== --- james/project/trunk/maven-skin/src/main/resources/META-INF/maven/site.vm (original) +++ james/project/trunk/maven-skin/src/main/resources/META-INF/maven/site.vm Thu Oct 13 13:23:02 2011 @@ -1,3 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Generated by Apache Maven Doxia at $dateFormat.format( $currentDate ) --> #macro ( link $href $name $target $img $position $alt $border $width $height $noExternalLink) Modified: james/project/trunk/maven-skin/src/main/resources/css/maven-base.css URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/css/maven-base.css?rev=1182839&r1=1182838&r2=1182839&view=diff ============================================================================== --- james/project/trunk/maven-skin/src/main/resources/css/maven-base.css (original) +++ james/project/trunk/maven-skin/src/main/resources/css/maven-base.css Thu Oct 13 13:23:02 2011 @@ -1,3 +1,22 @@ +/* + 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. +*/ + body { margin: 0px; padding: 0px; Modified: james/project/trunk/maven-skin/src/main/resources/css/print.css URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/css/print.css?rev=1182839&r1=1182838&r2=1182839&view=diff ============================================================================== --- james/project/trunk/maven-skin/src/main/resources/css/print.css (original) +++ james/project/trunk/maven-skin/src/main/resources/css/print.css Thu Oct 13 13:23:02 2011 @@ -1,3 +1,22 @@ +/* + 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, #leftColumn, #navColumn { display: none !important; } --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org