Skip to content

Commit 1dcc5ed

Browse files
committed
spdx
1 parent 730cff8 commit 1dcc5ed

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

ESP32S2_TFT_AdBlocker/AdBlockerDNSServer.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2022 s60sc with changes by ladyada
2+
// SPDX-License-Identifier: GPL
3+
14
#include "AdBlockerDNSServer.h"
25
#include <lwip/def.h>
36
#include <Arduino.h>

ESP32S2_TFT_AdBlocker/AdBlockerDNSServer.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2022 s60sc with changes by ladyada
2+
// SPDX-License-Identifier: GPL
3+
14
#ifndef DNSServer_h
25
#define DNSServer_h
36
#include <WiFiUdp.h>

ESP32S2_TFT_AdBlocker/ESP32S2_TFT_AdBlocker.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2022 s60sc with changes by ladyada
2+
// SPDX-License-Identifier: GPL
3+
14
/*
25
ESP32_AdBlocker acts as a DNS Sinkhole by returning 0.0.0.0 for any domain names in its blocked list,
36
else forwards to an external DNS server to resolve IP addresses. This prevents content being retrieved

ESP32S2_TFT_AdBlocker/config.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2022 s60sc with changes by ladyada
2+
// SPDX-License-Identifier: GPL
3+
14
#include <Arduino.h>
25

36
#define DEFAULT_SSID "MY_SSID"

ESP32S2_TFT_AdBlocker/filesystem.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2022 ladyada
2+
// SPDX-License-Identifier: GPL
3+
14
#include "config.h"
25
#include "SdFat.h"
36
#include "Adafruit_SPIFlash.h"

0 commit comments

Comments
 (0)