You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2008/07/05 20:19:16 UTC

svn commit: r674217 - in /commons/sandbox/compress/trunk: pom.xml src/java/org/apache/commons/compress/archivers/zip/package.html src/java/org/apache/commons/compress/compressors/bzip2/package.html src/site/site.xml src/site/xdoc/index.xml

Author: bayard
Date: Sat Jul  5 11:19:15 2008
New Revision: 674217

URL: http://svn.apache.org/viewvc?rev=674217&view=rev
Log:
Adding license headers. Cleaning up package.htmls a touch

Modified:
    commons/sandbox/compress/trunk/pom.xml
    commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/archivers/zip/package.html
    commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/compressors/bzip2/package.html
    commons/sandbox/compress/trunk/src/site/site.xml
    commons/sandbox/compress/trunk/src/site/xdoc/index.xml

Modified: commons/sandbox/compress/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/compress/trunk/pom.xml?rev=674217&r1=674216&r2=674217&view=diff
==============================================================================
--- commons/sandbox/compress/trunk/pom.xml (original)
+++ commons/sandbox/compress/trunk/pom.xml Sat Jul  5 11:19:15 2008
@@ -1,3 +1,20 @@
+<?xml version="1.0"?>
+<!--
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>

Modified: commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/archivers/zip/package.html
URL: http://svn.apache.org/viewvc/commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/archivers/zip/package.html?rev=674217&r1=674216&r2=674217&view=diff
==============================================================================
--- commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/archivers/zip/package.html (original)
+++ commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/archivers/zip/package.html Sat Jul  5 11:19:15 2008
@@ -1,8 +1,21 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!--
+   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.
+-->
 <html>
-<head>
-  <title></title>
-</head>
        <body>
 <p>         Zip Utilities that extend JDK zip classes by adding better  
       handling of extra fields. The utility classes also provide        

Modified: commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/compressors/bzip2/package.html
URL: http://svn.apache.org/viewvc/commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/compressors/bzip2/package.html?rev=674217&r1=674216&r2=674217&view=diff
==============================================================================
--- commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/compressors/bzip2/package.html (original)
+++ commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/compressors/bzip2/package.html Sat Jul  5 11:19:15 2008
@@ -1,6 +1,21 @@
+<!--
+   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.
+-->
 <html>
-  <head></head>
-  <body bgcolor="white">
+  <body>
       <p>
         Streams that compress and decompress the BZip2 format (without the
         file header chars). Originally derived from code in the ant project.

Modified: commons/sandbox/compress/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/compress/trunk/src/site/site.xml?rev=674217&r1=674216&r2=674217&view=diff
==============================================================================
--- commons/sandbox/compress/trunk/src/site/site.xml (original)
+++ commons/sandbox/compress/trunk/src/site/site.xml Sat Jul  5 11:19:15 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+   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.
+-->
 <project name="Commons Compress">
 
   <bannerRight>

Modified: commons/sandbox/compress/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/compress/trunk/src/site/xdoc/index.xml?rev=674217&r1=674216&r2=674217&view=diff
==============================================================================
--- commons/sandbox/compress/trunk/src/site/xdoc/index.xml (original)
+++ commons/sandbox/compress/trunk/src/site/xdoc/index.xml Sat Jul  5 11:19:15 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   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.
+-->
 
 <document>