Repository: incubator-freemarker Updated Branches: refs/heads/3 6dc991876 -> 4e60f9e50
(Missing copyright headers) Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/4e60f9e5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/4e60f9e5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/4e60f9e5 Branch: refs/heads/3 Commit: 4e60f9e501a0c4bdd264687dea92c2a29243b334 Parents: 6dc9918 Author: ddekany <[email protected]> Authored: Sun Feb 26 02:36:42 2017 +0100 Committer: ddekany <[email protected]> Committed: Sun Feb 26 02:36:42 2017 +0100 ---------------------------------------------------------------------- .../org/apache/freemarker/core/ASTDirective.java | 18 ++++++++++++++++++ .../java/org/apache/freemarker/core/_Debug.java | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/4e60f9e5/src/main/java/org/apache/freemarker/core/ASTDirective.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/freemarker/core/ASTDirective.java b/src/main/java/org/apache/freemarker/core/ASTDirective.java index b622dd2..929a7f9 100644 --- a/src/main/java/org/apache/freemarker/core/ASTDirective.java +++ b/src/main/java/org/apache/freemarker/core/ASTDirective.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 org.apache.freemarker.core; import java.util.Collections; http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/4e60f9e5/src/main/java/org/apache/freemarker/core/_Debug.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/freemarker/core/_Debug.java b/src/main/java/org/apache/freemarker/core/_Debug.java index d712693..5975b33 100644 --- a/src/main/java/org/apache/freemarker/core/_Debug.java +++ b/src/main/java/org/apache/freemarker/core/_Debug.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 org.apache.freemarker.core; import java.util.ArrayList;
