Skip to content

Commit 5eb6256

Browse files
committed
remove duplicated copyright note
1 parent 84ad13f commit 5eb6256

File tree

1 file changed

+0
-4
lines changed
  • examples/color-your-leds/assets

1 file changed

+0
-4
lines changed

examples/color-your-leds/assets/app.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
//
33
// SPDX-License-Identifier: MPL-2.0
44

5-
// SPDX-FileCopyrightText: Copyright (C) ARDUINO SRL (http://www.arduino.cc)
6-
//
7-
// SPDX-License-Identifier: MPL-2.0
8-
95
const led1ColorPicker = document.getElementById('led1-color');
106
const led2ColorPicker = document.getElementById('led2-color');
117
const led3ColorPicker = document.getElementById('led3-color');

0 commit comments

Comments
 (0)