remove the author name
Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/9e73d008 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/9e73d008 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/9e73d008 Branch: refs/heads/2.3-gae Commit: 9e73d008fc8e4f15453f4029e5ae30e822f1ccb2 Parents: ada5afe Author: Pradeep <[email protected]> Authored: Tue Nov 3 11:40:16 2015 +0530 Committer: Pradeep <[email protected]> Committed: Mon Jan 11 19:20:23 2016 +0530 ---------------------------------------------------------------------- src/test/java/freemarker/core/SiblingTest.java | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/9e73d008/src/test/java/freemarker/core/SiblingTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/freemarker/core/SiblingTest.java b/src/test/java/freemarker/core/SiblingTest.java index cda5430..b38cec0 100644 --- a/src/test/java/freemarker/core/SiblingTest.java +++ b/src/test/java/freemarker/core/SiblingTest.java @@ -13,8 +13,23 @@ import java.net.URL; import java.util.HashMap; import java.util.Map; -/** - * Created by Pmuruge on 10/29/2015. +/* + * 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. */ public class SiblingTest extends TemplateTest {
