Perhaps I should upload my Java tool that I used on [io]?
Stephen

----- Original Message ----
From: Henri Yandell <[EMAIL PROTECTED]>
To: Jakarta Commons Developers List <commons-dev@jakarta.apache.org>
Sent: Wednesday, 30 August, 2006 5:51:31 AM
Subject: Re: License rework svn commit: r437567 [1/2] - in 
/jakarta/commons/proper/io/trunk: ./ src/java/org/apache/commons/io/ 
src/java/org/apache/commons/io/filefilter/ 
src/java/org/apache/commons/io/input/ src/java/org/apache/commons/io/output/ 
src/test/or

I think the script fails to hit ones of that form. It also fails to
hit when there are an unexpected number of spaces in the header. I was
fixing it by hand, so I bet the non-standard width is because I took
my header from the html on the legal page and not from the script.

Now I'm getting around things by fixing the format in the source so
the copy2license.pl script works, so it shouldn't happen with new
ones, but might exist in csv, finder, compress, lang and io. I'll go
grepping.

Hen

On 8/28/06, Stephen Colebourne <[EMAIL PROTECTED]> wrote:
> I think it happened where the copyright dates were in the format
> 2002,2004-2006
> rather than just
> 2004-2006
>
> Does the script need tweaking?
>
> Stephen
>
>
> Stephen Colebourne wrote:
> > 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]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to