Skip to content

Commit 91f7502

Browse files
committed
remove extra license spec
1 parent d378c17 commit 91f7502

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

examples/ipcam2/htdocs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!--
22
SPDX-FileCopyrightText: 2023 Jeff Epler for Adafruit Industries
33
4+
SPDX-License-Identifier: MIT
45
SPDX-License-Identifier: Unlicense
56
-->
67

examples/ipcam2/htdocs/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// SPDX-FileCopyrightText: 2023 Jeff Epler for Adafruit Industries
22
//
3+
// SPDX-License-Identifier: MIT
34
// SPDX-License-Identifier: Unlicense
45

56
const html = (strings, ...values) => String.raw({ raw: strings }, ...values);

examples/ipcam2/htdocs/metadata.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// SPDX-FileCopyrightText: 2023 Jeff Epler for Adafruit Industries
22
//
3+
// SPDX-License-Identifier: MIT
34
// SPDX-License-Identifier: Unlicense
45

56
tunables = {

0 commit comments

Comments
 (0)