Skip to content

Commit d8961a6

Browse files
committed
Copyright update
1 parent d5401af commit d8961a6

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

examples/AsyncSend/AsyncSend.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
This example demonstrates how to send data to a remote server asynchronously.

examples/Client/Client.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 <Arduino.h>
55
#include <AsyncTCP.h>

examples/FetchWebsite/FetchWebsite.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 <Arduino.h>
55
#include <AsyncTCP.h>

idf_component_examples/client/main/main.cpp

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 "Arduino.h"
55
#include "AsyncTCP.h"

src/AsyncTCP.cpp

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 "AsyncTCP.h"
55
#include "AsyncTCPLogging.h"

src/AsyncTCP.h

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
#ifndef ASYNCTCP_H_
55
#define ASYNCTCP_H_

src/AsyncTCPLogging.h

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
#pragma once
55

src/AsyncTCPVersion.h

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
#pragma once
55

0 commit comments

Comments
 (0)