From 45f2c206b7b4a7553c7a5f903973508264c6df5a Mon Sep 17 00:00:00 2001 From: Gio Gutierrez Date: Wed, 6 Mar 2024 09:41:05 -0500 Subject: [PATCH] chore: Include license for new mqtt_common file --- src/connector/src/mqtt_common.rs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/connector/src/mqtt_common.rs b/src/connector/src/mqtt_common.rs index d66f534a2e16f..1c9a83f6787f6 100644 --- a/src/connector/src/mqtt_common.rs +++ b/src/connector/src/mqtt_common.rs @@ -1,3 +1,17 @@ +// Copyright 2024 RisingWave Labs +// +// 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. + use rumqttc::v5::mqttbytes::QoS; use rumqttc::v5::{AsyncClient, EventLoop, MqttOptions}; use serde_derive::Deserialize;