Just a few files seem to have ended up with a different header.
CopyUtils and HexDump in [io] for example. (The second half of the
license has been reformatted onto shorter lines, making it less
readable). Any idea whats going on?
Stephen
[EMAIL PROTECTED] wrote:
jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/CopyUtils.java
jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/HexDump.java
...
Modified:
jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/CopyUtils.java
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/CopyUtils.java?rev=437567&r1=437566&r2=437567&view=diff
==============================================================================
---
jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/CopyUtils.java
(original)
+++
jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/CopyUtils.java
Sun Aug 27 23:39:07 2006
@@ -1,17 +1,20 @@
/*
- * Copyright 2001-2004,2006 The Apache Software Foundation.
+ * 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
*
- * 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
*
- * 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.
+ * 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.
*/
package org.apache.commons.io;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]