diff options
author | metamuffin <metamuffin@disroot.org> | 2025-07-13 14:43:43 +0200 |
---|---|---|
committer | metamuffin <metamuffin@noreply.codeberg.org> | 2025-07-13 21:09:40 +0200 |
commit | fd9a27d54af80f96ef2b9e808ffa3d35adcf755e (patch) | |
tree | aa3424afe3010cbcc3e9d11c36fda84d4a44dd4a /server/registry | |
parent | 6e39c1c51aeb5caced079cd21f378298fc80d511 (diff) | |
download | hurrycurry-fd9a27d54af80f96ef2b9e808ffa3d35adcf755e.tar hurrycurry-fd9a27d54af80f96ef2b9e808ffa3d35adcf755e.tar.bz2 hurrycurry-fd9a27d54af80f96ef2b9e808ffa3d35adcf755e.tar.zst |
Replace copyright notices to not include individual author names
Diffstat (limited to 'server/registry')
-rw-r--r-- | server/registry/src/conn_test.rs | 2 | ||||
-rw-r--r-- | server/registry/src/list.rs | 2 | ||||
-rw-r--r-- | server/registry/src/main.rs | 2 | ||||
-rw-r--r-- | server/registry/src/register.rs | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/server/registry/src/conn_test.rs b/server/registry/src/conn_test.rs index 45eaf232..553d1fff 100644 --- a/server/registry/src/conn_test.rs +++ b/server/registry/src/conn_test.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/registry/src/list.rs b/server/registry/src/list.rs index 5684b473..06bafe3a 100644 --- a/server/registry/src/list.rs +++ b/server/registry/src/list.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/registry/src/main.rs b/server/registry/src/main.rs index 85c0f066..b9cfbfe0 100644 --- a/server/registry/src/main.rs +++ b/server/registry/src/main.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/registry/src/register.rs b/server/registry/src/register.rs index d15fb01c..893b2a1d 100644 --- a/server/registry/src/register.rs +++ b/server/registry/src/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 |