You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2020/02/16 17:35:49 UTC

[freemarker] branch 2.3-gae updated: Added missing license header to test data file

This is an automated email from the ASF dual-hosted git repository.

ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git


The following commit(s) were added to refs/heads/2.3-gae by this push:
     new cfeb8c9  Added missing license header to test data file
cfeb8c9 is described below

commit cfeb8c9307334cbaae6e34bb95ec4b9b134c97c3
Author: ddekany <dd...@apache.org>
AuthorDate: Sun Feb 16 18:35:43 2020 +0100

    Added missing license header to test data file
---
 src/test/resources/freemarker/core/ast-lambda.ast | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/src/test/resources/freemarker/core/ast-lambda.ast b/src/test/resources/freemarker/core/ast-lambda.ast
index 2b02f53..c65df26 100644
--- a/src/test/resources/freemarker/core/ast-lambda.ast
+++ b/src/test/resources/freemarker/core/ast-lambda.ast
@@ -1,4 +1,22 @@
-#mixed_content  // f.c.MixedContent
+/*
+ * 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.
+ */
+ #mixed_content  // f.c.MixedContent
     #text  // f.c.TextBlock
         - content: "1 "  // String
     ${...}  // f.c.DollarVariable