This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch licence-updates in repository https://gitbox.apache.org/repos/asf/grails-redis.git
commit c6d78b6a998eca1afe56cb2e2d3d3e4ee37bc735 Author: James Fredley <[email protected]> AuthorDate: Mon Jun 9 14:38:54 2025 -0400 Add license header to .gsp files --- examples/redis-demo/grails-app/views/error.gsp | 18 ++++++++++++++++++ examples/redis-demo/grails-app/views/index.gsp | 18 ++++++++++++++++++ examples/redis-demo/grails-app/views/layouts/main.gsp | 18 ++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/examples/redis-demo/grails-app/views/error.gsp b/examples/redis-demo/grails-app/views/error.gsp index a101156..2fdcb9f 100644 --- a/examples/redis-demo/grails-app/views/error.gsp +++ b/examples/redis-demo/grails-app/views/error.gsp @@ -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 + ~ + ~ https://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. + --%> <!DOCTYPE html> <html> <head> diff --git a/examples/redis-demo/grails-app/views/index.gsp b/examples/redis-demo/grails-app/views/index.gsp index 4b31dce..95c4d63 100644 --- a/examples/redis-demo/grails-app/views/index.gsp +++ b/examples/redis-demo/grails-app/views/index.gsp @@ -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 + ~ + ~ https://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. + --%> <%@ page import="com.example.Book" %> <!DOCTYPE html> <html> diff --git a/examples/redis-demo/grails-app/views/layouts/main.gsp b/examples/redis-demo/grails-app/views/layouts/main.gsp index 437ea48..77037fe 100644 --- a/examples/redis-demo/grails-app/views/layouts/main.gsp +++ b/examples/redis-demo/grails-app/views/layouts/main.gsp @@ -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 + ~ + ~ https://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. + --%> <!DOCTYPE html> <!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]--> <!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
