Skip to content

Commit 53740bb

Browse files
committed
Copyright update
1 parent c26cbad commit 53740bb

File tree

68 files changed

+68
-68
lines changed

Some content is hidden

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

68 files changed

+68
-68
lines changed

examples/AsyncResponseStream/AsyncResponseStream.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: LGPL-3.0-or-later
2-
// Copyright 2016-2025 Hristo Gochkov, Mathieu Carbou, Emil Muratov
2+
// Copyright 2016-2026 Hristo Gochkov, Mathieu Carbou, Emil Muratov, Will Miles
33

44
#include <DNSServer.h>
55
#if defined(ESP32) || defined(LIBRETINY)

examples/AsyncTunnel/AsyncTunnel.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: LGPL-3.0-or-later
2-
// Copyright 2016-2025 Hristo Gochkov, Mathieu Carbou, Emil Muratov
2+
// Copyright 2016-2026 Hristo Gochkov, Mathieu Carbou, Emil Muratov, Will Miles
33

44
//
55
// Shows how to trigger an async client request from a browser request and send the client response back to the browser through websocket

examples/Auth/Auth.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: LGPL-3.0-or-later
2-
// Copyright 2016-2025 Hristo Gochkov, Mathieu Carbou, Emil Muratov
2+
// Copyright 2016-2026 Hristo Gochkov, Mathieu Carbou, Emil Muratov, Will Miles
33

44
//
55
// Authentication and authorization middlewares

examples/CORS/CORS.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: LGPL-3.0-or-later
2-
// Copyright 2016-2025 Hristo Gochkov, Mathieu Carbou, Emil Muratov
2+
// Copyright 2016-2026 Hristo Gochkov, Mathieu Carbou, Emil Muratov, Will Miles
33

44
//
55
// How to use CORS middleware

examples/CaptivePortal/CaptivePortal.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: LGPL-3.0-or-later
2-
// Copyright 2016-2025 Hristo Gochkov, Mathieu Carbou, Emil Muratov
2+
// Copyright 2016-2026 Hristo Gochkov, Mathieu Carbou, Emil Muratov, Will Miles
33

44
#include <DNSServer.h>
55
#if defined(ESP32) || defined(LIBRETINY)

examples/CatchAllHandler/CatchAllHandler.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: LGPL-3.0-or-later
2-
// Copyright 2016-2025 Hristo Gochkov, Mathieu Carbou, Emil Muratov
2+
// Copyright 2016-2026 Hristo Gochkov, Mathieu Carbou, Emil Muratov, Will Miles
33

44
//
55
// Shows how to catch all requests and send a 404 Not Found response

examples/ChunkResponse/ChunkResponse.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: LGPL-3.0-or-later
2-
// Copyright 2016-2025 Hristo Gochkov, Mathieu Carbou, Emil Muratov
2+
// Copyright 2016-2026 Hristo Gochkov, Mathieu Carbou, Emil Muratov, Will Miles
33

44
//
55
// Chunk response with caching example

examples/ChunkRetryResponse/ChunkRetryResponse.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: LGPL-3.0-or-later
2-
// Copyright 2016-2025 Hristo Gochkov, Mathieu Carbou, Emil Muratov
2+
// Copyright 2016-2026 Hristo Gochkov, Mathieu Carbou, Emil Muratov, Will Miles
33

44
//
55
// Shows how to wait in a chunk response for incoming data

examples/EndBegin/EndBegin.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: LGPL-3.0-or-later
2-
// Copyright 2016-2025 Hristo Gochkov, Mathieu Carbou, Emil Muratov
2+
// Copyright 2016-2026 Hristo Gochkov, Mathieu Carbou, Emil Muratov, Will Miles
33

44
//
55
// https://github.com/ESP32Async/ESPAsyncWebServer/discussions/23

examples/Filters/Filters.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: LGPL-3.0-or-later
2-
// Copyright 2016-2025 Hristo Gochkov, Mathieu Carbou, Emil Muratov
2+
// Copyright 2016-2026 Hristo Gochkov, Mathieu Carbou, Emil Muratov, Will Miles
33

44
//
55
// Shows how to use setFilter to route requests to different handlers based on WiFi mode

0 commit comments

Comments
 (0)