Andrea, How did you catch this ? It seems org.apache.wicket.core.util.license.ApacheLicenceHeaderTest doesn't work in some cases ?!
Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sun, Oct 26, 2014 at 4:00 PM, <[email protected]> wrote: > Repository: wicket > Updated Branches: > refs/heads/master db5be6ab0 -> 71674df5c > > > Missing or malformed license header. > > Project: http://git-wip-us.apache.org/repos/asf/wicket/repo > Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/d929c3e6 > Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/d929c3e6 > Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/d929c3e6 > > Branch: refs/heads/master > Commit: d929c3e65da8b35b805c6950b9e89675d0cc5dbd > Parents: db5be6a > Author: Andrea Del Bene <[email protected]> > Authored: Sun Oct 26 14:30:51 2014 +0100 > Committer: Andrea Del Bene <[email protected]> > Committed: Sun Oct 26 14:30:51 2014 +0100 > > ---------------------------------------------------------------------- > .../convert/converter/AbstractDateConverter.java | 16 ++++++++++++++++ > .../org/apache/wicket/util/io/BOMInputStream.java | 4 ++-- > 2 files changed, 18 insertions(+), 2 deletions(-) > ---------------------------------------------------------------------- > > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/d929c3e6/wicket-util/src/main/java/org/apache/wicket/util/convert/converter/AbstractDateConverter.java > ---------------------------------------------------------------------- > diff --git > a/wicket-util/src/main/java/org/apache/wicket/util/convert/converter/AbstractDateConverter.java > b/wicket-util/src/main/java/org/apache/wicket/util/convert/converter/AbstractDateConverter.java > index ee049a9..bf93837 100644 > --- > a/wicket-util/src/main/java/org/apache/wicket/util/convert/converter/AbstractDateConverter.java > +++ > b/wicket-util/src/main/java/org/apache/wicket/util/convert/converter/AbstractDateConverter.java > @@ -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. > + */ > package org.apache.wicket.util.convert.converter; > > import java.text.DateFormat; > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/d929c3e6/wicket-util/src/main/java/org/apache/wicket/util/io/BOMInputStream.java > ---------------------------------------------------------------------- > diff --git > a/wicket-util/src/main/java/org/apache/wicket/util/io/BOMInputStream.java > b/wicket-util/src/main/java/org/apache/wicket/util/io/BOMInputStream.java > index b870278..075dc89 100644 > --- > a/wicket-util/src/main/java/org/apache/wicket/util/io/BOMInputStream.java > +++ > b/wicket-util/src/main/java/org/apache/wicket/util/io/BOMInputStream.java > @@ -5,9 +5,9 @@ > * 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. > >
