This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to tag fulcrum-json-2.0.1 in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-json.git
commit 7ac61d888d8fbde24046637b4b62bf9896aeb889 Author: Jeffery Painter <[email protected]> AuthorDate: Tue Jun 22 16:29:26 2021 +0000 RAT report - missing license header in source file fixed git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-json-2.0.1@1890976 13f79535-47bb-0310-9956-ffa450edef68 --- .../fulcrum/json/jackson/DefaultServiceTest.java | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/jackson/src/test/org/apache/fulcrum/json/jackson/DefaultServiceTest.java b/jackson/src/test/org/apache/fulcrum/json/jackson/DefaultServiceTest.java index a45f624..b586532 100644 --- a/jackson/src/test/org/apache/fulcrum/json/jackson/DefaultServiceTest.java +++ b/jackson/src/test/org/apache/fulcrum/json/jackson/DefaultServiceTest.java @@ -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 BaseUnit5Test { "Serialization of preDefinedOutput failed "); } -} \ No newline at end of file +}
