You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2021/12/30 15:36:46 UTC

[logging-log4j2] branch master updated: Add license header.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new b5d209f  Add license header.
b5d209f is described below

commit b5d209fea9cafd2c6a2f47d240375009c95a7571
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 30 10:30:06 2021 -0500

    Add license header.
---
 .../logging/log4j/core/lookup/Base64StrLookup.java      | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/Base64StrLookup.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/Base64StrLookup.java
index 24308cb..1c254a2 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/Base64StrLookup.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/Base64StrLookup.java
@@ -1,3 +1,20 @@
+/*
+ * 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.lookup;
 
 import java.util.Base64;