This is an automated email from the ASF dual-hosted git repository. yuanbo pushed a commit to branch TUBEMQ-469 in repository https://gitbox.apache.org/repos/asf/incubator-tubemq.git
commit c7ab12a4cb212eec99b38d256d069a5a1118fda5 Author: gosonzhang <[email protected]> AuthorDate: Thu Jan 28 14:15:50 2021 +0800 [TUBEMQ-544]Adjust the LICENSE statement in the client.conf files of Python and C/C++ SDK --- .../tubemq-client-cpp/conf/client.conf | 22 +++++++++++----------- .../src/python/tubemq/client.conf | 22 +++++++++++----------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/tubemq-client-twins/tubemq-client-cpp/conf/client.conf b/tubemq-client-twins/tubemq-client-cpp/conf/client.conf index 018dd5e..4591d0a 100644 --- a/tubemq-client-twins/tubemq-client-cpp/conf/client.conf +++ b/tubemq-client-twins/tubemq-client-cpp/conf/client.conf @@ -1,18 +1,18 @@ ; -; Tencent is pleased to support the open source community by making TubeMQ available. +; 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 ; -; Copyright (C) 2012-2019 Tencent. All Rights Reserved. -; -; 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 -; -; https://opensource.org/licenses/Apache-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 OF ANY KIND, either express or implied. See the License for the -; specific language governing permissions and limitations under the License. +; 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. ; [TubeMQ] diff --git a/tubemq-client-twins/tubemq-client-python/src/python/tubemq/client.conf b/tubemq-client-twins/tubemq-client-python/src/python/tubemq/client.conf index 237927d..e3f38ba 100644 --- a/tubemq-client-twins/tubemq-client-python/src/python/tubemq/client.conf +++ b/tubemq-client-twins/tubemq-client-python/src/python/tubemq/client.conf @@ -1,18 +1,18 @@ ; -; Tencent is pleased to support the open source community by making TubeMQ available. +; 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 ; -; Copyright (C) 2012-2019 Tencent. All Rights Reserved. -; -; 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 -; -; https://opensource.org/licenses/Apache-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 OF ANY KIND, either express or implied. See the License for the -; specific language governing permissions and limitations under the License. +; 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. ; [TubeMQ]
