You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2022/03/10 12:40:30 UTC

[rocketmq-mqtt] branch main updated: fix apache license header in files.

This is an automated email from the ASF dual-hosted git repository.

dinglei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-mqtt.git


The following commit(s) were added to refs/heads/main by this push:
     new e64af3c  fix apache license header in files.
e64af3c is described below

commit e64af3c2d22e34b0b40e12a040a247b499a73dd2
Author: dinglei <li...@163.com>
AuthorDate: Thu Mar 10 20:40:26 2022 +0800

    fix apache license header in files.
    
    link #13
---
 conf/logback.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/conf/logback.xml b/conf/logback.xml
index b43d147..19e7fc4 100644
--- a/conf/logback.xml
+++ b/conf/logback.xml
@@ -1,4 +1,20 @@
 <?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="MainAppender"
               class="ch.qos.logback.core.rolling.RollingFileAppender">