From ee90d1ecc9c9b33ce9b04d8897ed745348782001 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Thu, 1 Jan 2026 11:25:27 -0800
Subject: [PATCH] Updated copyright for 2026
---
LICENSE.txt | 2 +-
build-scripts/wikiheaders.pl | 2 +-
include/SDL3_net/SDL_net.h | 2 +-
src/SDL_net.c | 2 +-
src/genexports.py | 2 +-
src/version.rc | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/LICENSE.txt b/LICENSE.txt
index 23abb73..e9adee4 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/build-scripts/wikiheaders.pl b/build-scripts/wikiheaders.pl
index 6e46547..f4673fe 100755
--- a/build-scripts/wikiheaders.pl
+++ b/build-scripts/wikiheaders.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
# Simple DirectMedia Layer
-# Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+# Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
#
# This software is provided 'as-is', without any express or implied
# warranty. In no event will the authors be held liable for any damages
diff --git a/include/SDL3_net/SDL_net.h b/include/SDL3_net/SDL_net.h
index f244690..a7a2ca8 100644
--- a/include/SDL3_net/SDL_net.h
+++ b/include/SDL3_net/SDL_net.h
@@ -1,6 +1,6 @@
/*
SDL_net: A simple networking library for use with SDL
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/src/SDL_net.c b/src/SDL_net.c
index cd1e008..46aae63 100644
--- a/src/SDL_net.c
+++ b/src/SDL_net.c
@@ -1,6 +1,6 @@
/*
SDL_net: A simple networking library for use with SDL
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/src/genexports.py b/src/genexports.py
index 0f48f6d..d20ab78 100755
--- a/src/genexports.py
+++ b/src/genexports.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# Simple DirectMedia Layer
-# Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+# Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
#
# This software is provided 'as-is', without any express or implied
# warranty. In no event will the authors be held liable for any damages
diff --git a/src/version.rc b/src/version.rc
index d051a49..40c66d3 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -25,7 +25,7 @@ BEGIN
VALUE "FileDescription", "SDL_net\0"
VALUE "FileVersion", "3, 0, 0, 0\0"
VALUE "InternalName", "SDL_net\0"
- VALUE "LegalCopyright", "Copyright (C) 2025 Sam Lantinga\0"
+ VALUE "LegalCopyright", "Copyright (C) 2026 Sam Lantinga\0"
VALUE "OriginalFilename", "SDL3_net.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0"
VALUE "ProductVersion", "3, 0, 0, 0\0"