Repository: incubator-freemarker Updated Branches: refs/heads/master 2648d9ecd -> 991e284f3
http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/c0a231d3/src/test/java/freemarker/test/utility/UnsupportedParameterException.java ---------------------------------------------------------------------- diff --git a/src/test/java/freemarker/test/utility/UnsupportedParameterException.java b/src/test/java/freemarker/test/utility/UnsupportedParameterException.java index cbd916e..a16bdf0 100644 --- a/src/test/java/freemarker/test/utility/UnsupportedParameterException.java +++ b/src/test/java/freemarker/test/utility/UnsupportedParameterException.java @@ -1,17 +1,20 @@ /* - * Copyright 2014 Attila Szegedi, Daniel Dekany, Jonathan Revusky + * 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 * - * Licensed 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 * - * 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. + * 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.test.utility; http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/c0a231d3/src/test/resources/freemarker/ext/jsp/TLDParsingTest.tld ---------------------------------------------------------------------- diff --git a/src/test/resources/freemarker/ext/jsp/TLDParsingTest.tld b/src/test/resources/freemarker/ext/jsp/TLDParsingTest.tld index 2ec3800..34bbde2 100644 --- a/src/test/resources/freemarker/ext/jsp/TLDParsingTest.tld +++ b/src/test/resources/freemarker/ext/jsp/TLDParsingTest.tld @@ -1,18 +1,21 @@ <?xml version="1.0" ?> <!-- - Copyright 2014 Attila Szegedi, Daniel Dekany, Jonathan Revusky - - Licensed 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. + 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. --> <taglib xmlns="http://java.sun.com/xml/ns/javaee" version="2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/c0a231d3/src/test/resources/freemarker/template/SimpleObjectWrapperTest.java ---------------------------------------------------------------------- diff --git a/src/test/resources/freemarker/template/SimpleObjectWrapperTest.java b/src/test/resources/freemarker/template/SimpleObjectWrapperTest.java index 6b6c8b2..b4b6dfd 100644 --- a/src/test/resources/freemarker/template/SimpleObjectWrapperTest.java +++ b/src/test/resources/freemarker/template/SimpleObjectWrapperTest.java @@ -1,17 +1,20 @@ /* - * Copyright 2014 Attila Szegedi, Daniel Dekany, Jonathan Revusky + * 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 * - * Licensed 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 * - * 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. + * 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.template;
