You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2020/09/24 02:16:41 UTC

[sling-org-apache-sling-app-cms] branch master updated: Adding license header

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 864a735  Adding license header
864a735 is described below

commit 864a73594ab03ad3d9f30f17620e3652b81e4717
Author: Dan Klco <dk...@apache.org>
AuthorDate: Wed Sep 23 22:16:28 2020 -0400

    Adding license header
---
 .../internal/filters/CMSSecurityConfigInstanceTest.java  | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/core/src/test/java/org/apache/sling/cms/core/internal/filters/CMSSecurityConfigInstanceTest.java b/core/src/test/java/org/apache/sling/cms/core/internal/filters/CMSSecurityConfigInstanceTest.java
index 065ba65..060ba9d 100644
--- a/core/src/test/java/org/apache/sling/cms/core/internal/filters/CMSSecurityConfigInstanceTest.java
+++ b/core/src/test/java/org/apache/sling/cms/core/internal/filters/CMSSecurityConfigInstanceTest.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.sling.cms.core.internal.filters;
 
 import static org.junit.Assert.assertFalse;