summaryrefslogtreecommitdiff
path: root/test-client
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-07-13 14:43:43 +0200
committermetamuffin <metamuffin@noreply.codeberg.org>2025-07-13 21:09:40 +0200
commitfd9a27d54af80f96ef2b9e808ffa3d35adcf755e (patch)
treeaa3424afe3010cbcc3e9d11c36fda84d4a44dd4a /test-client
parent6e39c1c51aeb5caced079cd21f378298fc80d511 (diff)
downloadhurrycurry-fd9a27d54af80f96ef2b9e808ffa3d35adcf755e.tar
hurrycurry-fd9a27d54af80f96ef2b9e808ffa3d35adcf755e.tar.bz2
hurrycurry-fd9a27d54af80f96ef2b9e808ffa3d35adcf755e.tar.zst
Replace copyright notices to not include individual author names
Diffstat (limited to 'test-client')
-rw-r--r--test-client/index.html2
-rw-r--r--test-client/main.ts2
-rw-r--r--test-client/makefile2
-rw-r--r--test-client/movement.ts3
-rw-r--r--test-client/protocol.ts2
-rw-r--r--test-client/tiles.ts2
-rw-r--r--test-client/util.ts2
-rw-r--r--test-client/visual.ts2
8 files changed, 8 insertions, 9 deletions
diff --git a/test-client/index.html b/test-client/index.html
index dfabbf59..fecde427 100644
--- a/test-client/index.html
+++ b/test-client/index.html
@@ -1,6 +1,6 @@
<!--
Hurry Curry! - a game about cooking
- Copyright 2024 metamuffin
+ Copyright (C) 2025 Hurry Curry! Contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
diff --git a/test-client/main.ts b/test-client/main.ts
index 18382b04..90991c45 100644
--- a/test-client/main.ts
+++ b/test-client/main.ts
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright 2024 metamuffin
+ Copyright (C) 2025 Hurry Curry! Contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
diff --git a/test-client/makefile b/test-client/makefile
index 4836b309..bfc80a23 100644
--- a/test-client/makefile
+++ b/test-client/makefile
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 metamuffin
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/test-client/movement.ts b/test-client/movement.ts
index 7d395396..501f8558 100644
--- a/test-client/movement.ts
+++ b/test-client/movement.ts
@@ -1,7 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright 2024 metamuffin
- Copyright 2024 tpart
+ Copyright (C) 2025 Hurry Curry! Contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
diff --git a/test-client/protocol.ts b/test-client/protocol.ts
index 5e226c98..878f344c 100644
--- a/test-client/protocol.ts
+++ b/test-client/protocol.ts
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright 2024 metamuffin
+ Copyright (C) 2025 Hurry Curry! Contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
diff --git a/test-client/tiles.ts b/test-client/tiles.ts
index d890212f..780af73f 100644
--- a/test-client/tiles.ts
+++ b/test-client/tiles.ts
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright 2024 metamuffin
+ Copyright (C) 2025 Hurry Curry! Contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
diff --git a/test-client/util.ts b/test-client/util.ts
index 7e1989fc..e435b2c3 100644
--- a/test-client/util.ts
+++ b/test-client/util.ts
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright 2024 metamuffin
+ Copyright (C) 2025 Hurry Curry! Contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
diff --git a/test-client/visual.ts b/test-client/visual.ts
index 80c36da2..9373a092 100644
--- a/test-client/visual.ts
+++ b/test-client/visual.ts
@@ -1,6 +1,6 @@
/*
Hurry Curry! - a game about cooking
- Copyright 2024 metamuffin
+ Copyright (C) 2025 Hurry Curry! Contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by