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 715b9aa034b159725870a86928885590677fb803 Author: James Fredley <[email protected]> AuthorDate: Mon Jun 9 14:36:14 2025 -0400 Add license header to .xml files --- .../redis-demo/grails-app/conf/logback-spring.xml | 20 ++++++++++++++++++++ plugin/grails-app/conf/logback-spring.xml | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/examples/redis-demo/grails-app/conf/logback-spring.xml b/examples/redis-demo/grails-app/conf/logback-spring.xml index 725d75e..c795757 100644 --- a/examples/redis-demo/grails-app/conf/logback-spring.xml +++ b/examples/redis-demo/grails-app/conf/logback-spring.xml @@ -1,4 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + 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. + +--> <configuration> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder"> diff --git a/plugin/grails-app/conf/logback-spring.xml b/plugin/grails-app/conf/logback-spring.xml index 725d75e..c795757 100644 --- a/plugin/grails-app/conf/logback-spring.xml +++ b/plugin/grails-app/conf/logback-spring.xml @@ -1,4 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + 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. + +--> <configuration> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
