Repository: freemarker Updated Branches: refs/heads/2.3 b750776b4 -> 8ee391d10
Missing copyright header Project: http://git-wip-us.apache.org/repos/asf/freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/freemarker/commit/8c8fb4c0 Tree: http://git-wip-us.apache.org/repos/asf/freemarker/tree/8c8fb4c0 Diff: http://git-wip-us.apache.org/repos/asf/freemarker/diff/8c8fb4c0 Branch: refs/heads/2.3 Commit: 8c8fb4c02d63141bd2cee9630cc27a9340d0f94c Parents: e6ba498 Author: ddekany <[email protected]> Authored: Fri Mar 30 23:03:10 2018 +0200 Committer: ddekany <[email protected]> Committed: Fri Mar 30 23:03:10 2018 +0200 ---------------------------------------------------------------------- .../freemarker/core/InterpolationSyntaxTest.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/freemarker/blob/8c8fb4c0/src/test/java/freemarker/core/InterpolationSyntaxTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/freemarker/core/InterpolationSyntaxTest.java b/src/test/java/freemarker/core/InterpolationSyntaxTest.java index 9a56f13..a9dce68 100644 --- a/src/test/java/freemarker/core/InterpolationSyntaxTest.java +++ b/src/test/java/freemarker/core/InterpolationSyntaxTest.java @@ -1,3 +1,22 @@ +/* + * 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 freemarker.core; import static freemarker.template.Configuration.*;
