aboutsummaryrefslogtreecommitdiff
path: root/server/src/network
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 /server/src/network
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 'server/src/network')
-rw-r--r--server/src/network/mdns.rs2
-rw-r--r--server/src/network/mod.rs2
-rw-r--r--server/src/network/register.rs2
-rw-r--r--server/src/network/upnp.rs2
4 files changed, 4 insertions, 4 deletions
diff --git a/server/src/network/mdns.rs b/server/src/network/mdns.rs
index 5bd71c60..018de4b3 100644
--- a/server/src/network/mdns.rs
+++ b/server/src/network/mdns.rs
@@ -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/server/src/network/mod.rs b/server/src/network/mod.rs
index ce11082d..5eadc6b1 100644
--- a/server/src/network/mod.rs
+++ b/server/src/network/mod.rs
@@ -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/server/src/network/register.rs b/server/src/network/register.rs
index eccdf22b..7d924a76 100644
--- a/server/src/network/register.rs
+++ b/server/src/network/register.rs
@@ -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/server/src/network/upnp.rs b/server/src/network/upnp.rs
index a16e9684..8ad79588 100644
--- a/server/src/network/upnp.rs
+++ b/server/src/network/upnp.rs
@@ -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