You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/06/06 15:10:07 UTC

[sling-whiteboard] 09/16: Add missing license header

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git

commit 87cf8d7d8d7884c2e31b2b77a3e6a20b48381dbe
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Jun 5 14:37:17 2019 +0200

    Add missing license header
---
 .../src/test/resources/simplelogger.properties        | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/url-connection-agent/src/test/resources/simplelogger.properties b/url-connection-agent/src/test/resources/simplelogger.properties
index 6dfc7aa..0297949 100644
--- a/url-connection-agent/src/test/resources/simplelogger.properties
+++ b/url-connection-agent/src/test/resources/simplelogger.properties
@@ -1 +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.
+#
+
 org.slf4j.simpleLogger.showDateTime=true
\ No newline at end of file