You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2017/08/02 07:20:49 UTC

svn commit: r1803767 - /sling/whiteboard/cziegeler/feature-support/src/test/java/org/apache/sling/feature/support/util/CapabilityMatcherTest.java

Author: cziegeler
Date: Wed Aug  2 07:20:49 2017
New Revision: 1803767

URL: http://svn.apache.org/viewvc?rev=1803767&view=rev
Log:
Add missing license header

Modified:
    sling/whiteboard/cziegeler/feature-support/src/test/java/org/apache/sling/feature/support/util/CapabilityMatcherTest.java

Modified: sling/whiteboard/cziegeler/feature-support/src/test/java/org/apache/sling/feature/support/util/CapabilityMatcherTest.java
URL: http://svn.apache.org/viewvc/sling/whiteboard/cziegeler/feature-support/src/test/java/org/apache/sling/feature/support/util/CapabilityMatcherTest.java?rev=1803767&r1=1803766&r2=1803767&view=diff
==============================================================================
--- sling/whiteboard/cziegeler/feature-support/src/test/java/org/apache/sling/feature/support/util/CapabilityMatcherTest.java (original)
+++ sling/whiteboard/cziegeler/feature-support/src/test/java/org/apache/sling/feature/support/util/CapabilityMatcherTest.java Wed Aug  2 07:20:49 2017
@@ -1,12 +1,28 @@
+/*
+ * 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.feature.support.util;
 
+import static junit.framework.TestCase.assertTrue;
+
 import org.apache.sling.feature.Feature;
 import org.apache.sling.feature.Requirement;
 import org.apache.sling.feature.support.json.U;
 import org.junit.Test;
 
-import static junit.framework.TestCase.assertTrue;
-
 public class CapabilityMatcherTest {
     @Test public void testCapabilityMatching() throws Exception {
         Feature feature = U.readFeature("test");