Return-Path: X-Original-To: apmail-freemarker-notifications-archive@minotaur.apache.org Delivered-To: apmail-freemarker-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8C57019420 for ; Sun, 20 Mar 2016 18:43:13 +0000 (UTC) Received: (qmail 69273 invoked by uid 500); 20 Mar 2016 18:43:13 -0000 Delivered-To: apmail-freemarker-notifications-archive@freemarker.apache.org Received: (qmail 69254 invoked by uid 500); 20 Mar 2016 18:43:13 -0000 Mailing-List: contact notifications-help@freemarker.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@freemarker.incubator.apache.org Delivered-To: mailing list notifications@freemarker.incubator.apache.org Received: (qmail 69245 invoked by uid 99); 20 Mar 2016 18:43:13 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Mar 2016 18:43:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id F22B9C070B for ; Sun, 20 Mar 2016 18:43:12 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.221 X-Spam-Level: X-Spam-Status: No, score=-3.221 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id OvpmNT6MeKE9 for ; Sun, 20 Mar 2016 18:43:12 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id C267F5FB08 for ; Sun, 20 Mar 2016 18:43:11 +0000 (UTC) Received: (qmail 69238 invoked by uid 99); 20 Mar 2016 18:43:11 -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; Sun, 20 Mar 2016 18:43:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 11131DFA43; Sun, 20 Mar 2016 18:43:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ddekany@apache.org To: notifications@freemarker.incubator.apache.org Message-Id: <6995dc619ae84dccb543722b978ac617@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-freemarker git commit: Missing copyright header. Date: Sun, 20 Mar 2016 18:43:11 +0000 (UTC) Repository: incubator-freemarker Updated Branches: refs/heads/2.3.24-gae-stabilization 3f9de1c19 -> 677cdf942 Missing copyright header. Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/677cdf94 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/677cdf94 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/677cdf94 Branch: refs/heads/2.3.24-gae-stabilization Commit: 677cdf94231a4b8bb9ca864f50f75ce8aae0340e Parents: 3f9de1c Author: ddekany Authored: Sun Mar 20 19:42:54 2016 +0100 Committer: ddekany Committed: Sun Mar 20 19:42:54 2016 +0100 ---------------------------------------------------------------------- .../freemarker/cache/MultiTemplateLoaderTest.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/677cdf94/src/test/java/freemarker/cache/MultiTemplateLoaderTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/freemarker/cache/MultiTemplateLoaderTest.java b/src/test/java/freemarker/cache/MultiTemplateLoaderTest.java index c67ca76..e4b14f3 100644 --- a/src/test/java/freemarker/cache/MultiTemplateLoaderTest.java +++ b/src/test/java/freemarker/cache/MultiTemplateLoaderTest.java @@ -1,3 +1,21 @@ +/* + * 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.cache; import static org.junit.Assert.*;