Skip to content

Commit cd8146e

Browse files
committed
Fix: Missing Copyright information
1 parent b9d1eac commit cd8146e

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

docs/examples.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This is the same example as above, but it uses the ``settings.toml`` file to con
2121

2222
.. literalinclude:: ../examples/settings.toml
2323
:caption: settings.toml
24+
:lines: 5-
2425
:linenos:
2526

2627
Note that we still need to import ``socketpool`` and ``wifi`` modules.
@@ -54,6 +55,7 @@ By default ``Response.send_file()`` looks for the file in the server's ``root_pa
5455
.. literalinclude:: ../examples/home.html
5556
:language: html
5657
:caption: www/home.html
58+
:lines: 5-
5759
:linenos:
5860

5961
Tasks in the background

examples/home.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2022 Dan Halbert for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: Unlicense
4+
15
<html lang="en">
26
<head>
37
<meta charset="UTF-8">

examples/settings.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2022 Dan Halbert for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: Unlicense
4+
15
# Setting these variables will automatically connect board to WiFi on boot
26
CIRCUITPY_WIFI_SSID="Your WiFi SSID Here"
37
CIRCUITPY_WIFI_PASSWORD="Your WiFi Password Here"

0 commit comments

Comments
 (0)