shithub: moonfish

Download patch

ref: 761b4b57cd11806bc500c0330012f445589c710e
parent: 67d3ac8d4a497a6b51d11b5848f964797fd098b8
author: zamfofex <zamfofex@twdb.moe>
date: Wed Jan 1 05:41:14 EST 2025

update copyright dates

--- a/.build.yml
+++ b/.build.yml
@@ -1,5 +1,5 @@
 # moonfish is licensed under the AGPL (v3 or later)
-# copyright 2023, 2024 zamfofex
+# copyright 2025 zamfofex
 
 image: alpine/latest
 
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
 # moonfish is licensed under the AGPL (v3 or later)
-# copyright 2023, 2024 zamfofex
+# copyright 2025 zamfofex
 
 *
 !/.gitignore
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 <!-- moonfish is licensed under the AGPL (v3 or later) -->
-<!-- copyright 2023, 2024 zamfofex -->
+<!-- copyright 2025 zamfofex -->
 
 moonfish
 ===
@@ -202,7 +202,7 @@
 license
 ---
 
-[AGPL] ([v3 or later]) © zamfofex 2023, 2024
+[AGPL] ([v3 or later]) © zamfofex 2025
 
 [AGPL]: <https://gnu.org/licenses/agpl-3.0>
 [v3 or later]: <https://gnu.org/licenses/gpl-faq.html#VersionThreeOrLater>
--- a/chess.c
+++ b/chess.c
@@ -1,5 +1,5 @@
 /* moonfish is licensed under the AGPL (v3 or later) */
-/* copyright 2023, 2024 zamfofex */
+/* copyright 2025 zamfofex */
 
 #include <string.h>
 
--- a/index.html
+++ b/index.html
@@ -1,5 +1,5 @@
 <!-- moonfish is licensed under the AGPL (v3 or later) -->
-<!-- copyright 2024 zamfofex -->
+<!-- copyright 2025 zamfofex -->
 
 <!doctype html>
 <html lang="en">
--- a/main.c
+++ b/main.c
@@ -1,5 +1,5 @@
 /* moonfish is licensed under the AGPL (v3 or later) */
-/* copyright 2023, 2024 zamfofex */
+/* copyright 2025 zamfofex */
 
 #include <stdlib.h>
 #include <errno.h>
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
 # moonfish is licensed under the AGPL (v3 or later)
-# copyright 2023, 2024 zamfofex
+# copyright 2025 zamfofex
 
 CFLAGS ?= -O3 -Wall -Wextra -Wpedantic
 PREFIX ?= /usr/local
--- a/mini.c
+++ b/mini.c
@@ -1,5 +1,5 @@
 /* moonfish is licensed under the AGPL (v3 or later) */
-/* copyright 2023, 2024 zamfofex */
+/* copyright 2025 zamfofex */
 
 #include <stdlib.h>
 #include <string.h>
--- a/moonfish.h
+++ b/moonfish.h
@@ -1,5 +1,5 @@
 /* moonfish is licensed under the AGPL (v3 or later) */
-/* copyright 2023, 2024 zamfofex */
+/* copyright 2025 zamfofex */
 
 #ifndef MOONFISH
 #define MOONFISH
--- a/moonfish.vcxproj
+++ b/moonfish.vcxproj
@@ -1,5 +1,5 @@
 <!-- moonfish is licensed under the AGPL (v3 or later) -->
-<!-- copyright 2023, 2024 zamfofex -->
+<!-- copyright 2025 zamfofex -->
 
 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 	<ItemGroup Label="ProjectConfigurations">
--- a/scripts/compare.sh
+++ b/scripts/compare.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 
 # moonfish is licensed under the AGPL (v3 or later)
-# copyright 2024 zamfofex
+# copyright 2025 zamfofex
 
 set -ex
 set -o shwordsplit || :
--- a/scripts/minify.sh
+++ b/scripts/minify.sh
@@ -1,7 +1,7 @@
 #!/bin/sh -e
 
 # moonfish is licensed under the AGPL (v3 or later)
-# copyright 2023, 2024 zamfofex
+# copyright 2025 zamfofex
 
 cc="${HOST_CC:-gcc}"
 
--- a/scripts/offload.sh
+++ b/scripts/offload.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 
 # moonfish is licensed under the AGPL (v3 or later)
-# copyright 2024 zamfofex
+# copyright 2025 zamfofex
 
 set -ex
 set -o shwordsplit || :
--- a/scripts/rename.sh
+++ b/scripts/rename.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 
 # moonfish is licensed under the AGPL (v3 or later)
-# copyright 2023, 2024 zamfofex
+# copyright 2025 zamfofex
 
 set -e
 
--- a/search.c
+++ b/search.c
@@ -1,5 +1,5 @@
 /* moonfish is licensed under the AGPL (v3 or later) */
-/* copyright 2023, 2024 zamfofex */
+/* copyright 2025 zamfofex */
 
 #include <stdio.h>
 #include <stdlib.h>
--- a/threads.h
+++ b/threads.h
@@ -1,5 +1,5 @@
 /* moonfish is licensed under the AGPL (v3 or later) */
-/* copyright 2024 zamfofex */
+/* copyright 2025 zamfofex */
 
 #ifndef MOONFISH_THREADS
 #define MOONFISH_THREADS
--- a/tools/analyse.c
+++ b/tools/analyse.c
@@ -1,5 +1,5 @@
 /* moonfish is licensed under the AGPL (v3 or later) */
-/* copyright 2023, 2024 zamfofex */
+/* copyright 2025 zamfofex */
 
 #include <string.h>
 #include <stdlib.h>
--- a/tools/chat.c
+++ b/tools/chat.c
@@ -1,5 +1,5 @@
 /* moonfish is licensed under the AGPL (v3 or later) */
-/* copyright 2024 zamfofex */
+/* copyright 2025 zamfofex */
 
 #include <string.h>
 #include <stdlib.h>
--- a/tools/https.c
+++ b/tools/https.c
@@ -1,5 +1,5 @@
 /* moonfish is licensed under the AGPL (v3 or later) */
-/* copyright 2024 zamfofex */
+/* copyright 2025 zamfofex */
 
 #include <string.h>
 #include <stdio.h>
--- a/tools/https.h
+++ b/tools/https.h
@@ -1,5 +1,5 @@
 /* moonfish is licensed under the AGPL (v3 or later) */
-/* copyright 2024 zamfofex */
+/* copyright 2025 zamfofex */
 
 #include <tls.h>
 
--- a/tools/lichess.c
+++ b/tools/lichess.c
@@ -1,5 +1,5 @@
 /* moonfish is licensed under the AGPL (v3 or later) */
-/* copyright 2023, 2024 zamfofex */
+/* copyright 2025 zamfofex */
 
 #include <string.h>
 #include <stdlib.h>
--- a/tools/perft.c
+++ b/tools/perft.c
@@ -1,5 +1,5 @@
 /* moonfish is licensed under the AGPL (v3 or later) */
-/* copyright 2024 zamfofex */
+/* copyright 2025 zamfofex */
 
 #include <stdio.h>
 #include <stdlib.h>
--- a/tools/pgn.c
+++ b/tools/pgn.c
@@ -1,5 +1,5 @@
 /* moonfish is licensed under the AGPL (v3 or later) */
-/* copyright 2023, 2024 zamfofex */
+/* copyright 2025 zamfofex */
 
 #include <ctype.h>
 #include <string.h>
--- a/tools/tools.h
+++ b/tools/tools.h
@@ -1,5 +1,5 @@
 /* moonfish is licensed under the AGPL (v3 or later) */
-/* copyright 2023, 2024 zamfofex */
+/* copyright 2025 zamfofex */
 
 #ifndef MOONFISH_TOOLS
 #define MOONFISH_TOOLS
--- a/tools/utils.c
+++ b/tools/utils.c
@@ -1,5 +1,5 @@
 /* moonfish is licensed under the AGPL (v3 or later) */
-/* copyright 2023, 2024 zamfofex */
+/* copyright 2025 zamfofex */
 
 #include <unistd.h>
 #include <stdlib.h>
--