From ec7162d6b1dafbb9303095b4ae4d35b027f62cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cliuhongming=E2=80=9D?= Date: Sun, 7 Jan 2024 22:14:12 -0800 Subject: [PATCH] Add CopyRight Profile. --- .../SmartThings/zigbee-button/src/aqara/init.lua | 14 ++++++++++++++ .../zigbee-button/src/test/test_aqara_button.lua | 1 - 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/drivers/SmartThings/zigbee-button/src/aqara/init.lua b/drivers/SmartThings/zigbee-button/src/aqara/init.lua index 8c5d50271b..7b2da01c4e 100644 --- a/drivers/SmartThings/zigbee-button/src/aqara/init.lua +++ b/drivers/SmartThings/zigbee-button/src/aqara/init.lua @@ -1,3 +1,17 @@ +-- Copyright 2024 SmartThings +-- +-- 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. + local battery_defaults = require "st.zigbee.defaults.battery_defaults" local clusters = require "st.zigbee.zcl.clusters" local cluster_base = require "st.zigbee.cluster_base" diff --git a/drivers/SmartThings/zigbee-button/src/test/test_aqara_button.lua b/drivers/SmartThings/zigbee-button/src/test/test_aqara_button.lua index 2cb97853c3..0f23b3167f 100644 --- a/drivers/SmartThings/zigbee-button/src/test/test_aqara_button.lua +++ b/drivers/SmartThings/zigbee-button/src/test/test_aqara_button.lua @@ -1,4 +1,3 @@ ----@diagnostic disable: param-type-mismatch, missing-parameter -- Copyright 2024 SmartThings -- -- Licensed under the Apache License, Version 2.0 (the "License");