Add missing license header to new test class
Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/47a47a4a Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/47a47a4a Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/47a47a4a Branch: refs/heads/master Commit: 47a47a4aca286e85faa1e23c38aedbc6b73d107a Parents: 82922e3 Author: Thomas Reifenberger <[email protected]> Authored: Sat Aug 19 11:59:15 2017 +0200 Committer: John Wagenleitner <[email protected]> Committed: Thu Aug 24 17:52:16 2017 -0700 ---------------------------------------------------------------------- .../groovy/servlet/TemplateServletTest.groovy | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/47a47a4a/subprojects/groovy-servlet/src/test/groovy/groovy/servlet/TemplateServletTest.groovy ---------------------------------------------------------------------- diff --git a/subprojects/groovy-servlet/src/test/groovy/groovy/servlet/TemplateServletTest.groovy b/subprojects/groovy-servlet/src/test/groovy/groovy/servlet/TemplateServletTest.groovy index ae05e6d..a7b8322 100644 --- a/subprojects/groovy-servlet/src/test/groovy/groovy/servlet/TemplateServletTest.groovy +++ b/subprojects/groovy-servlet/src/test/groovy/groovy/servlet/TemplateServletTest.groovy @@ -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 groovy.servlet import org.junit.Before
