Skip to content

Commit 3dec028

Browse files
committed
CHAD-17042: Updated files with copyright and newlines if needed
1 parent 993cfb0 commit 3dec028

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+127
-498
lines changed

drivers/SmartThings/zigbee-motion-sensor/src/aqara/aqara_utils.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
-- Copyright 2025 SmartThings, Inc.
2+
-- Licensed under the Apache License, Version 2.0
3+
14
local capabilities = require "st.capabilities"
25

36
local aqara_utils = {}

drivers/SmartThings/zigbee-motion-sensor/src/aqara/high-precision-motion/init.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
-- Copyright 2025 SmartThings, Inc.
2+
-- Licensed under the Apache License, Version 2.0
3+
14
local capabilities = require "st.capabilities"
25
local clusters = require "st.zigbee.zcl.clusters"
36
local cluster_base = require "st.zigbee.cluster_base"

drivers/SmartThings/zigbee-motion-sensor/src/aqara/init.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
-- Copyright 2025 SmartThings, Inc.
2+
-- Licensed under the Apache License, Version 2.0
3+
14
local capabilities = require "st.capabilities"
25
local zcl_commands = require "st.zigbee.zcl.global_commands"
36
local clusters = require "st.zigbee.zcl.clusters"

drivers/SmartThings/zigbee-motion-sensor/src/aqara/sub_drivers.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
-- Copyright 2025 SmartThings, Inc.
32
-- Licensed under the Apache License, Version 2.0
43

drivers/SmartThings/zigbee-motion-sensor/src/aurora/init.lua

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
1-
-- Copyright 2022 SmartThings
2-
--
3-
-- Licensed under the Apache License, Version 2.0 (the "License");
4-
-- you may not use this file except in compliance with the License.
5-
-- You may obtain a copy of the License at
6-
--
7-
-- http://www.apache.org/licenses/LICENSE-2.0
8-
--
9-
-- Unless required by applicable law or agreed to in writing, software
10-
-- distributed under the License is distributed on an "AS IS" BASIS,
11-
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
-- See the License for the specific language governing permissions and
13-
-- limitations under the License.
1+
-- Copyright 2025 SmartThings, Inc.
2+
-- Licensed under the Apache License, Version 2.0
3+
144
local capabilities = require "st.capabilities"
155

166
local function added_handler(self, device)

drivers/SmartThings/zigbee-motion-sensor/src/battery-voltage/fingerprints.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ local DEVICES_REPORTING_BATTERY_VOLTAGE = {
99
{ mfr = "AduroSmart Eria", model = "VMS_ADUROLIGHT" }
1010
}
1111

12-
return DEVICES_REPORTING_BATTERY_VOLTAGE
12+
return DEVICES_REPORTING_BATTERY_VOLTAGE

drivers/SmartThings/zigbee-motion-sensor/src/battery-voltage/init.lua

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
1-
-- Copyright 2022 SmartThings
2-
--
3-
-- Licensed under the Apache License, Version 2.0 (the "License");
4-
-- you may not use this file except in compliance with the License.
5-
-- You may obtain a copy of the License at
6-
--
7-
-- http://www.apache.org/licenses/LICENSE-2.0
8-
--
9-
-- Unless required by applicable law or agreed to in writing, software
10-
-- distributed under the License is distributed on an "AS IS" BASIS,
11-
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
-- See the License for the specific language governing permissions and
13-
-- limitations under the License.
1+
-- Copyright 2025 SmartThings, Inc.
2+
-- Licensed under the Apache License, Version 2.0
3+
144

155
local battery_defaults = require "st.zigbee.defaults.battery_defaults"
166

drivers/SmartThings/zigbee-motion-sensor/src/centralite/init.lua

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
1-
-- Copyright 2022 SmartThings
2-
--
3-
-- Licensed under the Apache License, Version 2.0 (the "License");
4-
-- you may not use this file except in compliance with the License.
5-
-- You may obtain a copy of the License at
6-
--
7-
-- http://www.apache.org/licenses/LICENSE-2.0
8-
--
9-
-- Unless required by applicable law or agreed to in writing, software
10-
-- distributed under the License is distributed on an "AS IS" BASIS,
11-
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
-- See the License for the specific language governing permissions and
13-
-- limitations under the License.
1+
-- Copyright 2025 SmartThings, Inc.
2+
-- Licensed under the Apache License, Version 2.0
3+
144

155
local battery_defaults = require "st.zigbee.defaults.battery_defaults"
166
local zcl_clusters = require "st.zigbee.zcl.clusters"

drivers/SmartThings/zigbee-motion-sensor/src/compacta/init.lua

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
1-
-- Copyright 2022 SmartThings
2-
--
3-
-- Licensed under the Apache License, Version 2.0 (the "License");
4-
-- you may not use this file except in compliance with the License.
5-
-- You may obtain a copy of the License at
6-
--
7-
-- http://www.apache.org/licenses/LICENSE-2.0
8-
--
9-
-- Unless required by applicable law or agreed to in writing, software
10-
-- distributed under the License is distributed on an "AS IS" BASIS,
11-
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
-- See the License for the specific language governing permissions and
13-
-- limitations under the License.
1+
-- Copyright 2025 SmartThings, Inc.
2+
-- Licensed under the Apache License, Version 2.0
3+
144

155
-- ZCL
166
local zcl_clusters = require "st.zigbee.zcl.clusters"

drivers/SmartThings/zigbee-motion-sensor/src/frient/init.lua

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
1-
-- Copyright 2022 SmartThings
2-
--
3-
-- Licensed under the Apache License, Version 2.0 (the "License");
4-
-- you may not use this file except in compliance with the License.
5-
-- You may obtain a copy of the License at
6-
--
7-
-- http://www.apache.org/licenses/LICENSE-2.0
8-
--
9-
-- Unless required by applicable law or agreed to in writing, software
10-
-- distributed under the License is distributed on an "AS IS" BASIS,
11-
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
-- See the License for the specific language governing permissions and
13-
-- limitations under the License.
1+
-- Copyright 2025 SmartThings, Inc.
2+
-- Licensed under the Apache License, Version 2.0
143

154
local battery_defaults = require "st.zigbee.defaults.battery_defaults"
165
local capabilities = require "st.capabilities"
@@ -203,4 +192,4 @@ local frient_motion_driver = {
203192
},
204193
can_handle = require("frient.can_handle"),
205194
}
206-
return frient_motion_driver
195+
return frient_motion_driver

0 commit comments

Comments
 (0)