This is an automated email from the ASF dual-hosted git repository. pauls pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-engine.git
commit 9d0cc37171914cbed75fb20784468bdfafb21bc9 Author: Karl Pauls <[email protected]> AuthorDate: Tue Jun 4 11:24:03 2019 +0200 Add missing license header. --- .../engine/impl/filter/ServletFilterManagerTest.java | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/test/java/org/apache/sling/engine/impl/filter/ServletFilterManagerTest.java b/src/test/java/org/apache/sling/engine/impl/filter/ServletFilterManagerTest.java index 7274d2f..60f7b68 100644 --- a/src/test/java/org/apache/sling/engine/impl/filter/ServletFilterManagerTest.java +++ b/src/test/java/org/apache/sling/engine/impl/filter/ServletFilterManagerTest.java @@ -1,3 +1,21 @@ +/* + * 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.engine.impl.filter; import org.apache.commons.lang3.ArrayUtils; @@ -120,4 +138,4 @@ public class ServletFilterManagerTest { } } -} \ No newline at end of file +}
