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 4E02B181BE for ; Wed, 30 Dec 2015 18:11:29 +0000 (UTC) Received: (qmail 30286 invoked by uid 500); 30 Dec 2015 18:11:29 -0000 Delivered-To: apmail-freemarker-notifications-archive@freemarker.apache.org Received: (qmail 30244 invoked by uid 500); 30 Dec 2015 18:11:29 -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 30230 invoked by uid 99); 30 Dec 2015 18:11:29 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Dec 2015 18:11:29 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id B87341804FB for ; Wed, 30 Dec 2015 18:11:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.226 X-Spam-Level: * X-Spam-Status: No, score=1.226 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.554] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id krQYuNs1UZzz for ; Wed, 30 Dec 2015 18:11:25 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id BC08A439E2 for ; Wed, 30 Dec 2015 18:11:22 +0000 (UTC) Received: (qmail 29365 invoked by uid 99); 30 Dec 2015 18:11:22 -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; Wed, 30 Dec 2015 18:11:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0E35AE020A; Wed, 30 Dec 2015 18:11:22 +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 Date: Wed, 30 Dec 2015 18:11:45 -0000 Message-Id: In-Reply-To: <5bc2e3812f964818b5fa5a690376afc9@git.apache.org> References: <5bc2e3812f964818b5fa5a690376afc9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [25/35] incubator-freemarker git commit: Added missing copyright comments to some new files. Added missing copyright comments to some new files. Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/177b6a19 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/177b6a19 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/177b6a19 Branch: refs/heads/2.3 Commit: 177b6a19fe611d866da0b5772a020c75b76a6678 Parents: 0245962 Author: ddekany Authored: Mon Dec 28 22:37:19 2015 +0100 Committer: ddekany Committed: Mon Dec 28 22:37:19 2015 +0100 ---------------------------------------------------------------------- .../java/freemarker/core/CSSOutputFormat.java | 18 ++++++++++++++++++ .../java/freemarker/core/JSONOutputFormat.java | 18 ++++++++++++++++++ .../freemarker/core/JavaScriptOutputFormat.java | 18 ++++++++++++++++++ .../java/freemarker/core/LocalContextStack.java | 18 ++++++++++++++++++ .../freemarker/core/StackTraceVisibility.java | 18 ++++++++++++++++++ .../core/TemplateElementArrayBuilder.java | 18 ++++++++++++++++++ .../freemarker/core/TemplateElementsToVisit.java | 18 ++++++++++++++++++ .../freemarker/core/CoercionToTextualTest.java | 18 ++++++++++++++++++ .../freemarker/core/IncludeAndImportTest.java | 18 ++++++++++++++++++ .../java/freemarker/core/IteratorIssuesTest.java | 18 ++++++++++++++++++ src/test/java/freemarker/ext/dom/DOMTest.java | 18 ++++++++++++++++++ .../freemarker/manual/CustomFormatsExample.java | 18 ++++++++++++++++++ .../UnitAwareTemplateNumberFormatFactory.java | 18 ++++++++++++++++++ .../manual/UnitAwareTemplateNumberModel.java | 18 ++++++++++++++++++ 14 files changed, 252 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/177b6a19/src/main/java/freemarker/core/CSSOutputFormat.java ---------------------------------------------------------------------- diff --git a/src/main/java/freemarker/core/CSSOutputFormat.java b/src/main/java/freemarker/core/CSSOutputFormat.java index e60e1c5..6b2cf3c 100644 --- a/src/main/java/freemarker/core/CSSOutputFormat.java +++ b/src/main/java/freemarker/core/CSSOutputFormat.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.core; /** http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/177b6a19/src/main/java/freemarker/core/JSONOutputFormat.java ---------------------------------------------------------------------- diff --git a/src/main/java/freemarker/core/JSONOutputFormat.java b/src/main/java/freemarker/core/JSONOutputFormat.java index 7b0d9fe..8577198 100644 --- a/src/main/java/freemarker/core/JSONOutputFormat.java +++ b/src/main/java/freemarker/core/JSONOutputFormat.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.core; /** http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/177b6a19/src/main/java/freemarker/core/JavaScriptOutputFormat.java ---------------------------------------------------------------------- diff --git a/src/main/java/freemarker/core/JavaScriptOutputFormat.java b/src/main/java/freemarker/core/JavaScriptOutputFormat.java index a6375af..c766af9 100644 --- a/src/main/java/freemarker/core/JavaScriptOutputFormat.java +++ b/src/main/java/freemarker/core/JavaScriptOutputFormat.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.core; /** http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/177b6a19/src/main/java/freemarker/core/LocalContextStack.java ---------------------------------------------------------------------- diff --git a/src/main/java/freemarker/core/LocalContextStack.java b/src/main/java/freemarker/core/LocalContextStack.java index 5f556bf..c22a09f 100644 --- a/src/main/java/freemarker/core/LocalContextStack.java +++ b/src/main/java/freemarker/core/LocalContextStack.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.core; /** http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/177b6a19/src/main/java/freemarker/core/StackTraceVisibility.java ---------------------------------------------------------------------- diff --git a/src/main/java/freemarker/core/StackTraceVisibility.java b/src/main/java/freemarker/core/StackTraceVisibility.java index 6fcd877..7083246 100644 --- a/src/main/java/freemarker/core/StackTraceVisibility.java +++ b/src/main/java/freemarker/core/StackTraceVisibility.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.core; http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/177b6a19/src/main/java/freemarker/core/TemplateElementArrayBuilder.java ---------------------------------------------------------------------- diff --git a/src/main/java/freemarker/core/TemplateElementArrayBuilder.java b/src/main/java/freemarker/core/TemplateElementArrayBuilder.java index e44f12e..0126c19 100644 --- a/src/main/java/freemarker/core/TemplateElementArrayBuilder.java +++ b/src/main/java/freemarker/core/TemplateElementArrayBuilder.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.core; import freemarker.template.utility.CollectionUtils; http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/177b6a19/src/main/java/freemarker/core/TemplateElementsToVisit.java ---------------------------------------------------------------------- diff --git a/src/main/java/freemarker/core/TemplateElementsToVisit.java b/src/main/java/freemarker/core/TemplateElementsToVisit.java index 6159f13..0b96988 100644 --- a/src/main/java/freemarker/core/TemplateElementsToVisit.java +++ b/src/main/java/freemarker/core/TemplateElementsToVisit.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.core; import java.util.Collection; http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/177b6a19/src/test/java/freemarker/core/CoercionToTextualTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/freemarker/core/CoercionToTextualTest.java b/src/test/java/freemarker/core/CoercionToTextualTest.java index c35ace6..7b5b23b 100644 --- a/src/test/java/freemarker/core/CoercionToTextualTest.java +++ b/src/test/java/freemarker/core/CoercionToTextualTest.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.core; import java.io.IOException; http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/177b6a19/src/test/java/freemarker/core/IncludeAndImportTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/freemarker/core/IncludeAndImportTest.java b/src/test/java/freemarker/core/IncludeAndImportTest.java index 6cd9d32..6123e9a 100644 --- a/src/test/java/freemarker/core/IncludeAndImportTest.java +++ b/src/test/java/freemarker/core/IncludeAndImportTest.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.core; import java.io.IOException; http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/177b6a19/src/test/java/freemarker/core/IteratorIssuesTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/freemarker/core/IteratorIssuesTest.java b/src/test/java/freemarker/core/IteratorIssuesTest.java index 453da4a..0c43158 100644 --- a/src/test/java/freemarker/core/IteratorIssuesTest.java +++ b/src/test/java/freemarker/core/IteratorIssuesTest.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.core; import java.util.Arrays; http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/177b6a19/src/test/java/freemarker/ext/dom/DOMTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/freemarker/ext/dom/DOMTest.java b/src/test/java/freemarker/ext/dom/DOMTest.java index 59f1392..4a96a83 100644 --- a/src/test/java/freemarker/ext/dom/DOMTest.java +++ b/src/test/java/freemarker/ext/dom/DOMTest.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.ext.dom; import static org.hamcrest.Matchers.*; http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/177b6a19/src/test/java/freemarker/manual/CustomFormatsExample.java ---------------------------------------------------------------------- diff --git a/src/test/java/freemarker/manual/CustomFormatsExample.java b/src/test/java/freemarker/manual/CustomFormatsExample.java index 31de217..e438b54 100644 --- a/src/test/java/freemarker/manual/CustomFormatsExample.java +++ b/src/test/java/freemarker/manual/CustomFormatsExample.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.manual; import java.io.IOException; http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/177b6a19/src/test/java/freemarker/manual/UnitAwareTemplateNumberFormatFactory.java ---------------------------------------------------------------------- diff --git a/src/test/java/freemarker/manual/UnitAwareTemplateNumberFormatFactory.java b/src/test/java/freemarker/manual/UnitAwareTemplateNumberFormatFactory.java index df179d4..c737653 100644 --- a/src/test/java/freemarker/manual/UnitAwareTemplateNumberFormatFactory.java +++ b/src/test/java/freemarker/manual/UnitAwareTemplateNumberFormatFactory.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.manual; import java.util.Locale; http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/177b6a19/src/test/java/freemarker/manual/UnitAwareTemplateNumberModel.java ---------------------------------------------------------------------- diff --git a/src/test/java/freemarker/manual/UnitAwareTemplateNumberModel.java b/src/test/java/freemarker/manual/UnitAwareTemplateNumberModel.java index fc58431..99a453d 100644 --- a/src/test/java/freemarker/manual/UnitAwareTemplateNumberModel.java +++ b/src/test/java/freemarker/manual/UnitAwareTemplateNumberModel.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.manual; import freemarker.template.TemplateModelException;