I'll fix that when I get home tonight. Gary
On Sep 25, 2016 1:38 PM, "Ralph Goers" <[email protected]> wrote: > Yeah, I fixed those but your hadoop tests in the 1.2 module are creating > trash in the source directory. That needs to be fixed as my rat check is > failing. > > Ralph > > On Sep 25, 2016, at 11:37 AM, Gary Gregory <[email protected]> wrote: > > My bad, thanks for the catch. > > I think there is a way to make RAT fail a build when this happens. > > Gary > > ---------- Forwarded message ---------- > From: <[email protected]> > Date: Sun, Sep 25, 2016 at 11:32 AM > Subject: logging-log4j2 git commit: Add missing license headers > To: [email protected] > > > Repository: logging-log4j2 > Updated Branches: > refs/heads/master 6592b82d5 -> ac8ba111e > > > Add missing license headers > > > Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo > Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit > /ac8ba111 > Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ac8ba111 > Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ac8ba111 > > Branch: refs/heads/master > Commit: ac8ba111ebe47edd225662d359f841d7ab9180c2 > Parents: 6592b82 > Author: Ralph Goers <[email protected]> > Authored: Sun Sep 25 11:32:25 2016 -0700 > Committer: Ralph Goers <[email protected]> > Committed: Sun Sep 25 11:32:25 2016 -0700 > > ---------------------------------------------------------------------- > .../logging/log4j/core/appender/NullAppender.java | 16 ++++++++++++++++ > .../log4j/core/util/InetAddressConverter.java | 16 ++++++++++++++++ > 2 files changed, 32 insertions(+) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a > c8ba111/log4j-core/src/main/java/org/apache/logging/log4j/co > re/appender/NullAppender.java > ---------------------------------------------------------------------- > diff --git > a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/NullAppender.java > b/log4j-core/src/main/java/org/apache/logging/log4j/core/app > ender/NullAppender.java > index 9cd1115..47c2389 100644 > --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/app > ender/NullAppender.java > +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/app > ender/NullAppender.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.logging.log4j.core.appender; > > import org.apache.logging.log4j.core.LogEvent; > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a > c8ba111/log4j-core/src/main/java/org/apache/logging/log4j/co > re/util/InetAddressConverter.java > ---------------------------------------------------------------------- > diff --git > a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/InetAddressConverter.java > b/log4j-core/src/main/java/org/apache/logging/log4j/core/uti > l/InetAddressConverter.java > index e14f512..ad93175 100644 > --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/uti > l/InetAddressConverter.java > +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/uti > l/InetAddressConverter.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.logging.log4j.core.util; > > import java.net.InetAddress; > > > > > -- > E-Mail: [email protected] | [email protected] > Java Persistence with Hibernate, Second Edition > <http://www.manning.com/bauer3/> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > Spring Batch in Action <http://www.manning.com/templier/> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory > > >
