From notifications-return-5380-archive-asf-public=cust-asf.ponee.io@freemarker.apache.org Fri Mar 30 23:03:20 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5EA86180647 for ; Fri, 30 Mar 2018 23:03:20 +0200 (CEST) Received: (qmail 442 invoked by uid 500); 30 Mar 2018 21:03:19 -0000 Mailing-List: contact notifications-help@freemarker.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@freemarker.apache.org Delivered-To: mailing list notifications@freemarker.apache.org Received: (qmail 433 invoked by uid 99); 30 Mar 2018 21:03:19 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Mar 2018 21:03:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 05829EF458; Fri, 30 Mar 2018 21:03:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ddekany@apache.org To: notifications@freemarker.apache.org Message-Id: <5be1e80181914613bbeda653eb7440e9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: freemarker git commit: Missing copyright header Date: Fri, 30 Mar 2018 21:03:19 +0000 (UTC) Repository: freemarker Updated Branches: refs/heads/2.3-gae e6ba498a2 -> 8c8fb4c02 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-gae Commit: 8c8fb4c02d63141bd2cee9630cc27a9340d0f94c Parents: e6ba498 Author: ddekany Authored: Fri Mar 30 23:03:10 2018 +0200 Committer: ddekany 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.*;