You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by pa...@apache.org on 2021/06/22 16:29:26 UTC

svn commit: r1890976 - /turbine/fulcrum/tags/fulcrum-json-2.0.1/jackson/src/test/org/apache/fulcrum/json/jackson/DefaultServiceTest.java

Author: painter
Date: Tue Jun 22 16:29:26 2021
New Revision: 1890976

URL: http://svn.apache.org/viewvc?rev=1890976&view=rev
Log:
RAT report - missing license header in source file fixed

Modified:
    turbine/fulcrum/tags/fulcrum-json-2.0.1/jackson/src/test/org/apache/fulcrum/json/jackson/DefaultServiceTest.java

Modified: turbine/fulcrum/tags/fulcrum-json-2.0.1/jackson/src/test/org/apache/fulcrum/json/jackson/DefaultServiceTest.java
URL: http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-json-2.0.1/jackson/src/test/org/apache/fulcrum/json/jackson/DefaultServiceTest.java?rev=1890976&r1=1890975&r2=1890976&view=diff
==============================================================================
--- turbine/fulcrum/tags/fulcrum-json-2.0.1/jackson/src/test/org/apache/fulcrum/json/jackson/DefaultServiceTest.java (original)
+++ turbine/fulcrum/tags/fulcrum-json-2.0.1/jackson/src/test/org/apache/fulcrum/json/jackson/DefaultServiceTest.java Tue Jun 22 16:29:26 2021
@@ -1,5 +1,25 @@
 package org.apache.fulcrum.json.jackson;
 
+/*
+ * 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.
+ */
+
+
 import static org.junit.jupiter.api.Assertions.assertEquals;
 
 import org.apache.fulcrum.json.JsonService;
@@ -34,4 +54,4 @@ public class DefaultServiceTest extends
                 "Serialization of preDefinedOutput failed ");
     }
    
-}
\ No newline at end of file
+}