Repository: logging-log4j2 Updated Branches: refs/heads/master 88853d4e8 -> 1e2db826f
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/1e2db826 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/1e2db826 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/1e2db826 Branch: refs/heads/master Commit: 1e2db826fb9663321e063017370221bb8fca1ac5 Parents: 88853d4 Author: Ralph Goers <[email protected]> Authored: Sun Feb 26 12:44:33 2017 -0700 Committer: Ralph Goers <[email protected]> Committed: Sun Feb 26 12:44:33 2017 -0700 ---------------------------------------------------------------------- .mvn/wrapper/maven-wrapper.properties | 15 +++++++++++++++ doap_log4j2.rdf | 18 +++++++++++++++++- .../logging/log4j/core/pattern/NotANumber.java | 16 ++++++++++++++++ 3 files changed, 48 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1e2db826/.mvn/wrapper/maven-wrapper.properties ---------------------------------------------------------------------- diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index 6637ced..d183696 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -1 +1,16 @@ +# 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. + distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.3.9/apache-maven-3.3.9-bin.zip \ No newline at end of file http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1e2db826/doap_log4j2.rdf ---------------------------------------------------------------------- diff --git a/doap_log4j2.rdf b/doap_log4j2.rdf index 8ff13a8..aefe389 100644 --- a/doap_log4j2.rdf +++ b/doap_log4j2.rdf @@ -1,5 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> - +<!-- + 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. + +--> <!-- ====================================================================== --> <!-- ===================== - DO NOT EDIT THIS FILE! - ===================== --> <!-- ====================================================================== --> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1e2db826/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/NotANumber.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/NotANumber.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/NotANumber.java index 2e2fa35..1468075 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/NotANumber.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/NotANumber.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.pattern; /**
