From f097e207e1652d2c99a81ff9f03e22c8a3dd5169 Mon Sep 17 00:00:00 2001 From: Emmie Maeda Date: Mon, 30 Dec 2024 19:03:55 -0500 Subject: [PATCH] Update copyright years to 2025. --- README.md | 2 +- deepwell/misc/header.txt | 2 +- deepwell/src/api.rs | 2 +- deepwell/src/cache.rs | 2 +- deepwell/src/config/args.rs | 2 +- deepwell/src/config/file.rs | 2 +- deepwell/src/config/mod.rs | 2 +- deepwell/src/config/object.rs | 2 +- deepwell/src/config/secrets.rs | 2 +- deepwell/src/config/special_action.rs | 2 +- deepwell/src/constants.rs | 2 +- deepwell/src/database/mod.rs | 2 +- deepwell/src/database/seeder/data.rs | 2 +- deepwell/src/database/seeder/mod.rs | 2 +- deepwell/src/endpoints/auth.rs | 2 +- deepwell/src/endpoints/blob.rs | 2 +- deepwell/src/endpoints/category.rs | 2 +- deepwell/src/endpoints/domain.rs | 2 +- deepwell/src/endpoints/email.rs | 2 +- deepwell/src/endpoints/file.rs | 2 +- deepwell/src/endpoints/file_revision.rs | 2 +- deepwell/src/endpoints/info.rs | 2 +- deepwell/src/endpoints/link.rs | 2 +- deepwell/src/endpoints/locale.rs | 2 +- deepwell/src/endpoints/message.rs | 2 +- deepwell/src/endpoints/misc.rs | 2 +- deepwell/src/endpoints/mod.rs | 2 +- deepwell/src/endpoints/page.rs | 2 +- deepwell/src/endpoints/page_revision.rs | 2 +- deepwell/src/endpoints/parent.rs | 2 +- deepwell/src/endpoints/site.rs | 2 +- deepwell/src/endpoints/site_member.rs | 2 +- deepwell/src/endpoints/text.rs | 2 +- deepwell/src/endpoints/user.rs | 2 +- deepwell/src/endpoints/user_bot.rs | 2 +- deepwell/src/endpoints/view.rs | 2 +- deepwell/src/endpoints/vote.rs | 2 +- deepwell/src/hash/blob.rs | 2 +- deepwell/src/hash/mod.rs | 2 +- deepwell/src/hash/text.rs | 2 +- deepwell/src/info.rs | 2 +- deepwell/src/locales/arguments.rs | 2 +- deepwell/src/locales/error.rs | 2 +- deepwell/src/locales/fallback.rs | 2 +- deepwell/src/locales/fluent.rs | 2 +- deepwell/src/locales/mod.rs | 2 +- deepwell/src/macros.rs | 2 +- deepwell/src/main.rs | 2 +- deepwell/src/redis.rs | 2 +- deepwell/src/services/alias/mod.rs | 2 +- deepwell/src/services/alias/service.rs | 2 +- deepwell/src/services/alias/structs.rs | 2 +- deepwell/src/services/authentication/mod.rs | 2 +- deepwell/src/services/authentication/service.rs | 2 +- deepwell/src/services/authentication/structs.rs | 2 +- deepwell/src/services/blob/mime.rs | 2 +- deepwell/src/services/blob/mod.rs | 2 +- deepwell/src/services/blob/service.rs | 2 +- deepwell/src/services/blob/structs.rs | 2 +- deepwell/src/services/category/mod.rs | 2 +- deepwell/src/services/category/service.rs | 2 +- deepwell/src/services/category/structs.rs | 2 +- deepwell/src/services/context.rs | 2 +- deepwell/src/services/domain/mod.rs | 2 +- deepwell/src/services/domain/service.rs | 2 +- deepwell/src/services/domain/structs.rs | 2 +- deepwell/src/services/email/mod.rs | 2 +- deepwell/src/services/email/service.rs | 2 +- deepwell/src/services/email/structs.rs | 2 +- deepwell/src/services/error.rs | 2 +- deepwell/src/services/file/mod.rs | 2 +- deepwell/src/services/file/service.rs | 2 +- deepwell/src/services/file/structs.rs | 2 +- deepwell/src/services/file_revision/mod.rs | 2 +- deepwell/src/services/file_revision/service.rs | 2 +- deepwell/src/services/file_revision/structs.rs | 2 +- deepwell/src/services/filter/matcher.rs | 2 +- deepwell/src/services/filter/mod.rs | 2 +- deepwell/src/services/filter/service.rs | 2 +- deepwell/src/services/filter/structs.rs | 2 +- deepwell/src/services/import/mod.rs | 2 +- deepwell/src/services/import/service.rs | 2 +- deepwell/src/services/import/structs.rs | 2 +- deepwell/src/services/job/mod.rs | 2 +- deepwell/src/services/job/service.rs | 2 +- deepwell/src/services/job/structs.rs | 2 +- deepwell/src/services/job/worker.rs | 2 +- deepwell/src/services/link/macros.rs | 2 +- deepwell/src/services/link/mod.rs | 2 +- deepwell/src/services/link/service.rs | 2 +- deepwell/src/services/link/structs.rs | 2 +- deepwell/src/services/macros.rs | 2 +- deepwell/src/services/message/mod.rs | 2 +- deepwell/src/services/message/service.rs | 2 +- deepwell/src/services/message/structs.rs | 2 +- deepwell/src/services/message_report/mod.rs | 2 +- deepwell/src/services/message_report/service.rs | 2 +- deepwell/src/services/message_report/structs.rs | 2 +- deepwell/src/services/mfa/mod.rs | 2 +- deepwell/src/services/mfa/service.rs | 2 +- deepwell/src/services/mfa/structs.rs | 2 +- deepwell/src/services/mod.rs | 2 +- deepwell/src/services/outdate.rs | 2 +- deepwell/src/services/page/mod.rs | 2 +- deepwell/src/services/page/service.rs | 2 +- deepwell/src/services/page/structs.rs | 2 +- deepwell/src/services/page_query/mod.rs | 2 +- deepwell/src/services/page_query/service.rs | 2 +- deepwell/src/services/page_query/structs.rs | 2 +- deepwell/src/services/page_revision/mod.rs | 2 +- deepwell/src/services/page_revision/service.rs | 2 +- deepwell/src/services/page_revision/structs.rs | 2 +- deepwell/src/services/page_revision/tasks.rs | 2 +- deepwell/src/services/parent/mod.rs | 2 +- deepwell/src/services/parent/service.rs | 2 +- deepwell/src/services/parent/structs.rs | 2 +- deepwell/src/services/password.rs | 2 +- deepwell/src/services/relation/macros.rs | 2 +- deepwell/src/services/relation/mod.rs | 2 +- deepwell/src/services/relation/page_star.rs | 2 +- deepwell/src/services/relation/page_watch.rs | 2 +- deepwell/src/services/relation/site_ban.rs | 2 +- deepwell/src/services/relation/site_member.rs | 2 +- deepwell/src/services/relation/site_user.rs | 2 +- deepwell/src/services/relation/structs.rs | 2 +- deepwell/src/services/relation/user_block.rs | 2 +- deepwell/src/services/relation/user_contact.rs | 2 +- deepwell/src/services/relation/user_follow.rs | 2 +- deepwell/src/services/render/mod.rs | 2 +- deepwell/src/services/render/service.rs | 2 +- deepwell/src/services/render/structs.rs | 2 +- deepwell/src/services/score/impls/mean.rs | 2 +- deepwell/src/services/score/impls/mod.rs | 2 +- deepwell/src/services/score/impls/null.rs | 2 +- deepwell/src/services/score/impls/percent.rs | 2 +- deepwell/src/services/score/impls/sum.rs | 2 +- deepwell/src/services/score/impls/test.rs | 2 +- deepwell/src/services/score/mean.rs | 2 +- deepwell/src/services/score/mod.rs | 2 +- deepwell/src/services/score/scorer.rs | 2 +- deepwell/src/services/score/service.rs | 2 +- deepwell/src/services/score/structs.rs | 2 +- deepwell/src/services/session/mod.rs | 2 +- deepwell/src/services/session/service.rs | 2 +- deepwell/src/services/session/structs.rs | 2 +- deepwell/src/services/settings/mod.rs | 2 +- deepwell/src/services/settings/service.rs | 2 +- deepwell/src/services/settings/structs.rs | 2 +- deepwell/src/services/site/mod.rs | 2 +- deepwell/src/services/site/service.rs | 2 +- deepwell/src/services/site/structs.rs | 2 +- deepwell/src/services/special_page/mod.rs | 2 +- deepwell/src/services/special_page/service.rs | 2 +- deepwell/src/services/special_page/structs.rs | 2 +- deepwell/src/services/text.rs | 2 +- deepwell/src/services/user/mod.rs | 2 +- deepwell/src/services/user/service.rs | 2 +- deepwell/src/services/user/structs.rs | 2 +- deepwell/src/services/user_bot_owner/mod.rs | 2 +- deepwell/src/services/user_bot_owner/service.rs | 2 +- deepwell/src/services/user_bot_owner/structs.rs | 2 +- deepwell/src/services/view/mod.rs | 2 +- deepwell/src/services/view/options.rs | 2 +- deepwell/src/services/view/service.rs | 2 +- deepwell/src/services/view/structs.rs | 2 +- deepwell/src/services/vote/mod.rs | 2 +- deepwell/src/services/vote/service.rs | 2 +- deepwell/src/services/vote/structs.rs | 2 +- deepwell/src/types/bytes.rs | 2 +- deepwell/src/types/connection_type.rs | 2 +- deepwell/src/types/fetch_direction.rs | 2 +- deepwell/src/types/file_details.rs | 2 +- deepwell/src/types/file_order.rs | 2 +- deepwell/src/types/maybe.rs | 2 +- deepwell/src/types/mod.rs | 2 +- deepwell/src/types/page_details.rs | 2 +- deepwell/src/types/page_order.rs | 2 +- deepwell/src/types/reference.rs | 2 +- deepwell/src/utils/category.rs | 2 +- deepwell/src/utils/crypto.rs | 2 +- deepwell/src/utils/debug.rs | 2 +- deepwell/src/utils/locale.rs | 2 +- deepwell/src/utils/mod.rs | 2 +- deepwell/src/utils/slug.rs | 2 +- deepwell/src/utils/string.rs | 2 +- deepwell/src/utils/time.rs | 2 +- deepwell/src/watch.rs | 2 +- 187 files changed, 187 insertions(+), 187 deletions(-) diff --git a/README.md b/README.md index f0cb7b18d3..9ed623b5cb 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Wikijump is available under the same license as Wikidot, the [GNU Affero General ``` Wikijump - FOSS Wiki Software for Writing Communities -Copyright (c) 2019-2024, Wikijump Team +Copyright (c) 2019-2025, Wikijump Team Based on Wikidot - free wiki collaboration software Copyright (c) 2008, Wikidot Inc. diff --git a/deepwell/misc/header.txt b/deepwell/misc/header.txt index db00deca55..c27b892222 100644 --- a/deepwell/misc/header.txt +++ b/deepwell/misc/header.txt @@ -2,7 +2,7 @@ * (FILENAME) * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/api.rs b/deepwell/src/api.rs index 4415f5883d..8317f2c7bb 100644 --- a/deepwell/src/api.rs +++ b/deepwell/src/api.rs @@ -2,7 +2,7 @@ * api.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/cache.rs b/deepwell/src/cache.rs index 89b923da26..bba2ceab28 100644 --- a/deepwell/src/cache.rs +++ b/deepwell/src/cache.rs @@ -2,7 +2,7 @@ * cache.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/config/args.rs b/deepwell/src/config/args.rs index 1e155e5cb2..f388bb927f 100644 --- a/deepwell/src/config/args.rs +++ b/deepwell/src/config/args.rs @@ -2,7 +2,7 @@ * config/args.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/config/file.rs b/deepwell/src/config/file.rs index 7f357697bc..3d29ef1e7e 100644 --- a/deepwell/src/config/file.rs +++ b/deepwell/src/config/file.rs @@ -2,7 +2,7 @@ * config/file.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/config/mod.rs b/deepwell/src/config/mod.rs index 54b8d48a42..95ce22a09e 100644 --- a/deepwell/src/config/mod.rs +++ b/deepwell/src/config/mod.rs @@ -2,7 +2,7 @@ * config/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/config/object.rs b/deepwell/src/config/object.rs index d92a4ecf2e..48ff4574d6 100644 --- a/deepwell/src/config/object.rs +++ b/deepwell/src/config/object.rs @@ -2,7 +2,7 @@ * config/object.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/config/secrets.rs b/deepwell/src/config/secrets.rs index d54e81e780..be2eb47f4d 100644 --- a/deepwell/src/config/secrets.rs +++ b/deepwell/src/config/secrets.rs @@ -2,7 +2,7 @@ * config/secrets.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/config/special_action.rs b/deepwell/src/config/special_action.rs index 268328fb93..4215e0430e 100644 --- a/deepwell/src/config/special_action.rs +++ b/deepwell/src/config/special_action.rs @@ -2,7 +2,7 @@ * config/special_action.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/constants.rs b/deepwell/src/constants.rs index f1b85ac8fa..31601a4788 100644 --- a/deepwell/src/constants.rs +++ b/deepwell/src/constants.rs @@ -2,7 +2,7 @@ * constants.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/database/mod.rs b/deepwell/src/database/mod.rs index 21e575ad56..87322609d6 100644 --- a/deepwell/src/database/mod.rs +++ b/deepwell/src/database/mod.rs @@ -2,7 +2,7 @@ * database/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/database/seeder/data.rs b/deepwell/src/database/seeder/data.rs index 757715dc9c..1282993af5 100644 --- a/deepwell/src/database/seeder/data.rs +++ b/deepwell/src/database/seeder/data.rs @@ -2,7 +2,7 @@ * database/seeder/data.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/database/seeder/mod.rs b/deepwell/src/database/seeder/mod.rs index 28fd1db7d5..521cf89b6a 100644 --- a/deepwell/src/database/seeder/mod.rs +++ b/deepwell/src/database/seeder/mod.rs @@ -2,7 +2,7 @@ * database/seeder/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/endpoints/auth.rs b/deepwell/src/endpoints/auth.rs index 61260e0f28..a763fc8553 100644 --- a/deepwell/src/endpoints/auth.rs +++ b/deepwell/src/endpoints/auth.rs @@ -2,7 +2,7 @@ * endpoints/auth.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/endpoints/blob.rs b/deepwell/src/endpoints/blob.rs index 2aeacfe72d..2ef36d0ef3 100644 --- a/deepwell/src/endpoints/blob.rs +++ b/deepwell/src/endpoints/blob.rs @@ -2,7 +2,7 @@ * endpoints/blob.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/endpoints/category.rs b/deepwell/src/endpoints/category.rs index 36c98a5e80..d1f3d6bfd1 100644 --- a/deepwell/src/endpoints/category.rs +++ b/deepwell/src/endpoints/category.rs @@ -2,7 +2,7 @@ * endpoints/category.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/endpoints/domain.rs b/deepwell/src/endpoints/domain.rs index 7bea91cb9f..16c2c51453 100644 --- a/deepwell/src/endpoints/domain.rs +++ b/deepwell/src/endpoints/domain.rs @@ -2,7 +2,7 @@ * endpoints/domain.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/endpoints/email.rs b/deepwell/src/endpoints/email.rs index 68284b12a5..97046af7a3 100644 --- a/deepwell/src/endpoints/email.rs +++ b/deepwell/src/endpoints/email.rs @@ -2,7 +2,7 @@ * endpoints/email.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/endpoints/file.rs b/deepwell/src/endpoints/file.rs index 81e45a188a..a082091fa1 100644 --- a/deepwell/src/endpoints/file.rs +++ b/deepwell/src/endpoints/file.rs @@ -2,7 +2,7 @@ * endpoints/file.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/endpoints/file_revision.rs b/deepwell/src/endpoints/file_revision.rs index cf69218375..87b198308d 100644 --- a/deepwell/src/endpoints/file_revision.rs +++ b/deepwell/src/endpoints/file_revision.rs @@ -2,7 +2,7 @@ * endpoints/file_revision.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/endpoints/info.rs b/deepwell/src/endpoints/info.rs index db39b51d55..a38050a450 100644 --- a/deepwell/src/endpoints/info.rs +++ b/deepwell/src/endpoints/info.rs @@ -2,7 +2,7 @@ * endpoints/info.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/endpoints/link.rs b/deepwell/src/endpoints/link.rs index 569ad30d2f..2f9148fe6b 100644 --- a/deepwell/src/endpoints/link.rs +++ b/deepwell/src/endpoints/link.rs @@ -2,7 +2,7 @@ * endpoints/link.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/endpoints/locale.rs b/deepwell/src/endpoints/locale.rs index b55f553478..0ea44ee430 100644 --- a/deepwell/src/endpoints/locale.rs +++ b/deepwell/src/endpoints/locale.rs @@ -2,7 +2,7 @@ * endpoints/locales.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/endpoints/message.rs b/deepwell/src/endpoints/message.rs index 140801ab5b..7abf0eedfd 100644 --- a/deepwell/src/endpoints/message.rs +++ b/deepwell/src/endpoints/message.rs @@ -2,7 +2,7 @@ * endpoints/message.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/endpoints/misc.rs b/deepwell/src/endpoints/misc.rs index 972eb617aa..e1bc226c53 100644 --- a/deepwell/src/endpoints/misc.rs +++ b/deepwell/src/endpoints/misc.rs @@ -2,7 +2,7 @@ * endpoints/misc.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/endpoints/mod.rs b/deepwell/src/endpoints/mod.rs index 684b848967..61a8b9a43e 100644 --- a/deepwell/src/endpoints/mod.rs +++ b/deepwell/src/endpoints/mod.rs @@ -2,7 +2,7 @@ * endpoints/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/endpoints/page.rs b/deepwell/src/endpoints/page.rs index 3b993f47c6..5aa30dfa57 100644 --- a/deepwell/src/endpoints/page.rs +++ b/deepwell/src/endpoints/page.rs @@ -2,7 +2,7 @@ * endpoints/page.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/endpoints/page_revision.rs b/deepwell/src/endpoints/page_revision.rs index b0c34a76d4..fe1621b89d 100644 --- a/deepwell/src/endpoints/page_revision.rs +++ b/deepwell/src/endpoints/page_revision.rs @@ -2,7 +2,7 @@ * endpoints/page_revision.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/endpoints/parent.rs b/deepwell/src/endpoints/parent.rs index ef2db9b640..294517b5ad 100644 --- a/deepwell/src/endpoints/parent.rs +++ b/deepwell/src/endpoints/parent.rs @@ -2,7 +2,7 @@ * endpoints/parent.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/endpoints/site.rs b/deepwell/src/endpoints/site.rs index 86e11c5a57..baa70be3ea 100644 --- a/deepwell/src/endpoints/site.rs +++ b/deepwell/src/endpoints/site.rs @@ -2,7 +2,7 @@ * endpoints/site.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/endpoints/site_member.rs b/deepwell/src/endpoints/site_member.rs index fcabb39555..c12502c9df 100644 --- a/deepwell/src/endpoints/site_member.rs +++ b/deepwell/src/endpoints/site_member.rs @@ -2,7 +2,7 @@ * endpoints/site_member.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/endpoints/text.rs b/deepwell/src/endpoints/text.rs index 3ecb055d90..d8737c1458 100644 --- a/deepwell/src/endpoints/text.rs +++ b/deepwell/src/endpoints/text.rs @@ -2,7 +2,7 @@ * endpoints/text.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/endpoints/user.rs b/deepwell/src/endpoints/user.rs index f02b3bfb78..f3b11138ca 100644 --- a/deepwell/src/endpoints/user.rs +++ b/deepwell/src/endpoints/user.rs @@ -2,7 +2,7 @@ * endpoints/user.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/endpoints/user_bot.rs b/deepwell/src/endpoints/user_bot.rs index f7b12b443b..57820636ab 100644 --- a/deepwell/src/endpoints/user_bot.rs +++ b/deepwell/src/endpoints/user_bot.rs @@ -2,7 +2,7 @@ * endpoints/user_bot.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/endpoints/view.rs b/deepwell/src/endpoints/view.rs index 734b2f0b90..6c86fd16d2 100644 --- a/deepwell/src/endpoints/view.rs +++ b/deepwell/src/endpoints/view.rs @@ -2,7 +2,7 @@ * endpoints/view.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/endpoints/vote.rs b/deepwell/src/endpoints/vote.rs index 5c6a5aba08..2c955db2f5 100644 --- a/deepwell/src/endpoints/vote.rs +++ b/deepwell/src/endpoints/vote.rs @@ -2,7 +2,7 @@ * endpoints/vote.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/hash/blob.rs b/deepwell/src/hash/blob.rs index 47fed4a720..061aa930f6 100644 --- a/deepwell/src/hash/blob.rs +++ b/deepwell/src/hash/blob.rs @@ -2,7 +2,7 @@ * hash/blo .rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/hash/mod.rs b/deepwell/src/hash/mod.rs index 9dcd881b3c..73b5d748d5 100644 --- a/deepwell/src/hash/mod.rs +++ b/deepwell/src/hash/mod.rs @@ -2,7 +2,7 @@ * hash/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/hash/text.rs b/deepwell/src/hash/text.rs index fcdadbf4a5..aa5759edc1 100644 --- a/deepwell/src/hash/text.rs +++ b/deepwell/src/hash/text.rs @@ -2,7 +2,7 @@ * hash/text.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/info.rs b/deepwell/src/info.rs index 4bf08cbba1..54a87d5295 100644 --- a/deepwell/src/info.rs +++ b/deepwell/src/info.rs @@ -2,7 +2,7 @@ * info.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/locales/arguments.rs b/deepwell/src/locales/arguments.rs index f939bdf722..3d8cdb625f 100644 --- a/deepwell/src/locales/arguments.rs +++ b/deepwell/src/locales/arguments.rs @@ -2,7 +2,7 @@ * locales/arguments.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/locales/error.rs b/deepwell/src/locales/error.rs index 6068beaffe..4d06281b88 100644 --- a/deepwell/src/locales/error.rs +++ b/deepwell/src/locales/error.rs @@ -2,7 +2,7 @@ * locales/error.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/locales/fallback.rs b/deepwell/src/locales/fallback.rs index f9583cfdfd..ae37e84842 100644 --- a/deepwell/src/locales/fallback.rs +++ b/deepwell/src/locales/fallback.rs @@ -2,7 +2,7 @@ * locales/fallback.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/locales/fluent.rs b/deepwell/src/locales/fluent.rs index 6d7957cd7b..39edeeb658 100644 --- a/deepwell/src/locales/fluent.rs +++ b/deepwell/src/locales/fluent.rs @@ -2,7 +2,7 @@ * locales/fluent.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/locales/mod.rs b/deepwell/src/locales/mod.rs index 8668483980..f907951a0c 100644 --- a/deepwell/src/locales/mod.rs +++ b/deepwell/src/locales/mod.rs @@ -2,7 +2,7 @@ * locales/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/macros.rs b/deepwell/src/macros.rs index cbd428a1d3..f2aac99622 100644 --- a/deepwell/src/macros.rs +++ b/deepwell/src/macros.rs @@ -2,7 +2,7 @@ * macros.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/main.rs b/deepwell/src/main.rs index fb8f2c31b4..79d75f2483 100644 --- a/deepwell/src/main.rs +++ b/deepwell/src/main.rs @@ -2,7 +2,7 @@ * main.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/redis.rs b/deepwell/src/redis.rs index 7343a924b0..00f1ba0302 100644 --- a/deepwell/src/redis.rs +++ b/deepwell/src/redis.rs @@ -2,7 +2,7 @@ * redis.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/alias/mod.rs b/deepwell/src/services/alias/mod.rs index 7e067f76e2..17123edd44 100644 --- a/deepwell/src/services/alias/mod.rs +++ b/deepwell/src/services/alias/mod.rs @@ -2,7 +2,7 @@ * services/alias/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/alias/service.rs b/deepwell/src/services/alias/service.rs index 869c28a10a..1ab56d56d3 100644 --- a/deepwell/src/services/alias/service.rs +++ b/deepwell/src/services/alias/service.rs @@ -2,7 +2,7 @@ * services/alias/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/alias/structs.rs b/deepwell/src/services/alias/structs.rs index 75debdc56b..9e23f15938 100644 --- a/deepwell/src/services/alias/structs.rs +++ b/deepwell/src/services/alias/structs.rs @@ -2,7 +2,7 @@ * services/alias/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/authentication/mod.rs b/deepwell/src/services/authentication/mod.rs index f00c93ad6e..755a1acee4 100644 --- a/deepwell/src/services/authentication/mod.rs +++ b/deepwell/src/services/authentication/mod.rs @@ -2,7 +2,7 @@ * services/authentication/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/authentication/service.rs b/deepwell/src/services/authentication/service.rs index fcb338f5d4..d547cc875e 100644 --- a/deepwell/src/services/authentication/service.rs +++ b/deepwell/src/services/authentication/service.rs @@ -2,7 +2,7 @@ * services/authentication/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/authentication/structs.rs b/deepwell/src/services/authentication/structs.rs index aa0ac86b4e..11d76a4c83 100644 --- a/deepwell/src/services/authentication/structs.rs +++ b/deepwell/src/services/authentication/structs.rs @@ -2,7 +2,7 @@ * services/authentication/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/blob/mime.rs b/deepwell/src/services/blob/mime.rs index d06360c284..7d631c713a 100644 --- a/deepwell/src/services/blob/mime.rs +++ b/deepwell/src/services/blob/mime.rs @@ -2,7 +2,7 @@ * services/blob/mime.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/blob/mod.rs b/deepwell/src/services/blob/mod.rs index 31986dee0c..6d39094038 100644 --- a/deepwell/src/services/blob/mod.rs +++ b/deepwell/src/services/blob/mod.rs @@ -2,7 +2,7 @@ * services/blob/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/blob/service.rs b/deepwell/src/services/blob/service.rs index 62607bd9dd..4ade8b5363 100644 --- a/deepwell/src/services/blob/service.rs +++ b/deepwell/src/services/blob/service.rs @@ -2,7 +2,7 @@ * services/blob/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/blob/structs.rs b/deepwell/src/services/blob/structs.rs index a2231e309f..17b935c231 100644 --- a/deepwell/src/services/blob/structs.rs +++ b/deepwell/src/services/blob/structs.rs @@ -2,7 +2,7 @@ * services/blob/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/category/mod.rs b/deepwell/src/services/category/mod.rs index 98b618e7f6..73d13bd311 100644 --- a/deepwell/src/services/category/mod.rs +++ b/deepwell/src/services/category/mod.rs @@ -2,7 +2,7 @@ * services/category/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/category/service.rs b/deepwell/src/services/category/service.rs index 13e3ec851b..ef90dddaec 100644 --- a/deepwell/src/services/category/service.rs +++ b/deepwell/src/services/category/service.rs @@ -2,7 +2,7 @@ * services/category/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/category/structs.rs b/deepwell/src/services/category/structs.rs index bd15fcbd3a..3cf7c324c4 100644 --- a/deepwell/src/services/category/structs.rs +++ b/deepwell/src/services/category/structs.rs @@ -2,7 +2,7 @@ * services/category/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/context.rs b/deepwell/src/services/context.rs index cdb55d4a48..dc9e748796 100644 --- a/deepwell/src/services/context.rs +++ b/deepwell/src/services/context.rs @@ -2,7 +2,7 @@ * services/context.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/domain/mod.rs b/deepwell/src/services/domain/mod.rs index 83201562b7..e65fc20ffc 100644 --- a/deepwell/src/services/domain/mod.rs +++ b/deepwell/src/services/domain/mod.rs @@ -2,7 +2,7 @@ * services/domain/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/domain/service.rs b/deepwell/src/services/domain/service.rs index 9ef5d3488b..f6c5b3d1f9 100644 --- a/deepwell/src/services/domain/service.rs +++ b/deepwell/src/services/domain/service.rs @@ -2,7 +2,7 @@ * services/domain/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/domain/structs.rs b/deepwell/src/services/domain/structs.rs index d5e7444265..f26255a6eb 100644 --- a/deepwell/src/services/domain/structs.rs +++ b/deepwell/src/services/domain/structs.rs @@ -2,7 +2,7 @@ * services/domain/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/email/mod.rs b/deepwell/src/services/email/mod.rs index 213c6fd58b..f9169963a3 100644 --- a/deepwell/src/services/email/mod.rs +++ b/deepwell/src/services/email/mod.rs @@ -2,7 +2,7 @@ * services/email/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/email/service.rs b/deepwell/src/services/email/service.rs index fc732427a8..f5c7eb53f9 100644 --- a/deepwell/src/services/email/service.rs +++ b/deepwell/src/services/email/service.rs @@ -2,7 +2,7 @@ * services/email/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/email/structs.rs b/deepwell/src/services/email/structs.rs index 37eef2775a..38328e65dc 100644 --- a/deepwell/src/services/email/structs.rs +++ b/deepwell/src/services/email/structs.rs @@ -2,7 +2,7 @@ * services/email/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/error.rs b/deepwell/src/services/error.rs index f0c85eccd2..20ef2dda2f 100644 --- a/deepwell/src/services/error.rs +++ b/deepwell/src/services/error.rs @@ -2,7 +2,7 @@ * services/error.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/file/mod.rs b/deepwell/src/services/file/mod.rs index 8cb2d50890..a62e329d45 100644 --- a/deepwell/src/services/file/mod.rs +++ b/deepwell/src/services/file/mod.rs @@ -2,7 +2,7 @@ * services/file/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/file/service.rs b/deepwell/src/services/file/service.rs index d7e9a6ab3f..705d0fd58e 100644 --- a/deepwell/src/services/file/service.rs +++ b/deepwell/src/services/file/service.rs @@ -2,7 +2,7 @@ * services/file/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/file/structs.rs b/deepwell/src/services/file/structs.rs index e7d9c4793a..941c90547d 100644 --- a/deepwell/src/services/file/structs.rs +++ b/deepwell/src/services/file/structs.rs @@ -2,7 +2,7 @@ * services/file/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/file_revision/mod.rs b/deepwell/src/services/file_revision/mod.rs index 20093ce751..439b6014e4 100644 --- a/deepwell/src/services/file_revision/mod.rs +++ b/deepwell/src/services/file_revision/mod.rs @@ -2,7 +2,7 @@ * services/file_revision/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/file_revision/service.rs b/deepwell/src/services/file_revision/service.rs index a7a1920f5e..b652f1775b 100644 --- a/deepwell/src/services/file_revision/service.rs +++ b/deepwell/src/services/file_revision/service.rs @@ -2,7 +2,7 @@ * services/file_revision/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/file_revision/structs.rs b/deepwell/src/services/file_revision/structs.rs index c0a3dcf672..7fb1934182 100644 --- a/deepwell/src/services/file_revision/structs.rs +++ b/deepwell/src/services/file_revision/structs.rs @@ -2,7 +2,7 @@ * services/file_revision/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/filter/matcher.rs b/deepwell/src/services/filter/matcher.rs index 6340d8fdd7..9e7f0867f2 100644 --- a/deepwell/src/services/filter/matcher.rs +++ b/deepwell/src/services/filter/matcher.rs @@ -2,7 +2,7 @@ * services/filter/matcher.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/filter/mod.rs b/deepwell/src/services/filter/mod.rs index 35eebf465e..be7026e16b 100644 --- a/deepwell/src/services/filter/mod.rs +++ b/deepwell/src/services/filter/mod.rs @@ -2,7 +2,7 @@ * services/filter/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/filter/service.rs b/deepwell/src/services/filter/service.rs index c326bf75e0..156f2ae38a 100644 --- a/deepwell/src/services/filter/service.rs +++ b/deepwell/src/services/filter/service.rs @@ -2,7 +2,7 @@ * services/filter/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/filter/structs.rs b/deepwell/src/services/filter/structs.rs index 25a8750db9..72a8dc4ca6 100644 --- a/deepwell/src/services/filter/structs.rs +++ b/deepwell/src/services/filter/structs.rs @@ -2,7 +2,7 @@ * services/filter/struct.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/import/mod.rs b/deepwell/src/services/import/mod.rs index 784a1a2ccb..c3c3450721 100644 --- a/deepwell/src/services/import/mod.rs +++ b/deepwell/src/services/import/mod.rs @@ -2,7 +2,7 @@ * services/import/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/import/service.rs b/deepwell/src/services/import/service.rs index 22835d0c71..27afd32f4e 100644 --- a/deepwell/src/services/import/service.rs +++ b/deepwell/src/services/import/service.rs @@ -2,7 +2,7 @@ * services/import/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/import/structs.rs b/deepwell/src/services/import/structs.rs index 29fea78dbd..0bd6937800 100644 --- a/deepwell/src/services/import/structs.rs +++ b/deepwell/src/services/import/structs.rs @@ -2,7 +2,7 @@ * services/import/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/job/mod.rs b/deepwell/src/services/job/mod.rs index 1af6eced6a..fefc93ffa5 100644 --- a/deepwell/src/services/job/mod.rs +++ b/deepwell/src/services/job/mod.rs @@ -2,7 +2,7 @@ * services/job/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/job/service.rs b/deepwell/src/services/job/service.rs index a51a89005b..66c6a5604b 100644 --- a/deepwell/src/services/job/service.rs +++ b/deepwell/src/services/job/service.rs @@ -2,7 +2,7 @@ * services/job/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/job/structs.rs b/deepwell/src/services/job/structs.rs index c21917108f..37b480e4d6 100644 --- a/deepwell/src/services/job/structs.rs +++ b/deepwell/src/services/job/structs.rs @@ -2,7 +2,7 @@ * services/job/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/job/worker.rs b/deepwell/src/services/job/worker.rs index bbe1cd45d6..c3caf7d5e4 100644 --- a/deepwell/src/services/job/worker.rs +++ b/deepwell/src/services/job/worker.rs @@ -2,7 +2,7 @@ * services/job/worker.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/link/macros.rs b/deepwell/src/services/link/macros.rs index f0b5bea92c..d032078e9c 100644 --- a/deepwell/src/services/link/macros.rs +++ b/deepwell/src/services/link/macros.rs @@ -2,7 +2,7 @@ * services/link/macros.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/link/mod.rs b/deepwell/src/services/link/mod.rs index 828e3d8c2d..c53a0a5855 100644 --- a/deepwell/src/services/link/mod.rs +++ b/deepwell/src/services/link/mod.rs @@ -2,7 +2,7 @@ * services/link/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/link/service.rs b/deepwell/src/services/link/service.rs index a2410a8916..ae8ef75259 100644 --- a/deepwell/src/services/link/service.rs +++ b/deepwell/src/services/link/service.rs @@ -2,7 +2,7 @@ * services/link/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/link/structs.rs b/deepwell/src/services/link/structs.rs index 26ef3b3748..c4bb78c40a 100644 --- a/deepwell/src/services/link/structs.rs +++ b/deepwell/src/services/link/structs.rs @@ -2,7 +2,7 @@ * services/link/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/macros.rs b/deepwell/src/services/macros.rs index f85ce854ed..f4150910db 100644 --- a/deepwell/src/services/macros.rs +++ b/deepwell/src/services/macros.rs @@ -2,7 +2,7 @@ * services/macros.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/message/mod.rs b/deepwell/src/services/message/mod.rs index 88fe463ef8..4a3df2adab 100644 --- a/deepwell/src/services/message/mod.rs +++ b/deepwell/src/services/message/mod.rs @@ -2,7 +2,7 @@ * services/message/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/message/service.rs b/deepwell/src/services/message/service.rs index 395936d190..d190fe5dac 100644 --- a/deepwell/src/services/message/service.rs +++ b/deepwell/src/services/message/service.rs @@ -2,7 +2,7 @@ * services/message/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/message/structs.rs b/deepwell/src/services/message/structs.rs index b8f36d4a9d..e7034e1c2e 100644 --- a/deepwell/src/services/message/structs.rs +++ b/deepwell/src/services/message/structs.rs @@ -2,7 +2,7 @@ * services/message/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/message_report/mod.rs b/deepwell/src/services/message_report/mod.rs index 96b7788de8..d6e742f99a 100644 --- a/deepwell/src/services/message_report/mod.rs +++ b/deepwell/src/services/message_report/mod.rs @@ -2,7 +2,7 @@ * services/message_report/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/message_report/service.rs b/deepwell/src/services/message_report/service.rs index 66df967352..15153624d5 100644 --- a/deepwell/src/services/message_report/service.rs +++ b/deepwell/src/services/message_report/service.rs @@ -2,7 +2,7 @@ * services/message_report/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/message_report/structs.rs b/deepwell/src/services/message_report/structs.rs index 28acea6bd9..169ad33481 100644 --- a/deepwell/src/services/message_report/structs.rs +++ b/deepwell/src/services/message_report/structs.rs @@ -2,7 +2,7 @@ * services/message_report/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/mfa/mod.rs b/deepwell/src/services/mfa/mod.rs index a1c3581350..f895a7d698 100644 --- a/deepwell/src/services/mfa/mod.rs +++ b/deepwell/src/services/mfa/mod.rs @@ -2,7 +2,7 @@ * services/mfa/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/mfa/service.rs b/deepwell/src/services/mfa/service.rs index c14fbc46b2..44e21b76db 100644 --- a/deepwell/src/services/mfa/service.rs +++ b/deepwell/src/services/mfa/service.rs @@ -2,7 +2,7 @@ * services/mfa/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/mfa/structs.rs b/deepwell/src/services/mfa/structs.rs index 7b6e8af561..d54a06a756 100644 --- a/deepwell/src/services/mfa/structs.rs +++ b/deepwell/src/services/mfa/structs.rs @@ -2,7 +2,7 @@ * services/mfa/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/mod.rs b/deepwell/src/services/mod.rs index 2c689aa7b2..840c5c5e21 100644 --- a/deepwell/src/services/mod.rs +++ b/deepwell/src/services/mod.rs @@ -2,7 +2,7 @@ * services/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/outdate.rs b/deepwell/src/services/outdate.rs index 33c94b24c9..817f1a0a96 100644 --- a/deepwell/src/services/outdate.rs +++ b/deepwell/src/services/outdate.rs @@ -2,7 +2,7 @@ * services/outdate.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/page/mod.rs b/deepwell/src/services/page/mod.rs index 5aa4ccbf2b..cc4aff4e57 100644 --- a/deepwell/src/services/page/mod.rs +++ b/deepwell/src/services/page/mod.rs @@ -2,7 +2,7 @@ * services/page/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/page/service.rs b/deepwell/src/services/page/service.rs index c0ae873d26..60d00c3dd7 100644 --- a/deepwell/src/services/page/service.rs +++ b/deepwell/src/services/page/service.rs @@ -2,7 +2,7 @@ * services/page/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/page/structs.rs b/deepwell/src/services/page/structs.rs index 9a1854f604..f94082a4db 100644 --- a/deepwell/src/services/page/structs.rs +++ b/deepwell/src/services/page/structs.rs @@ -2,7 +2,7 @@ * services/page/struct.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/page_query/mod.rs b/deepwell/src/services/page_query/mod.rs index 196ce6f82f..6cb118e833 100644 --- a/deepwell/src/services/page_query/mod.rs +++ b/deepwell/src/services/page_query/mod.rs @@ -2,7 +2,7 @@ * services/page_query/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/page_query/service.rs b/deepwell/src/services/page_query/service.rs index 3506f1bcf4..10c2df2a4f 100644 --- a/deepwell/src/services/page_query/service.rs +++ b/deepwell/src/services/page_query/service.rs @@ -2,7 +2,7 @@ * services/page_query/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/page_query/structs.rs b/deepwell/src/services/page_query/structs.rs index 2fc063eb46..2ebfea9081 100644 --- a/deepwell/src/services/page_query/structs.rs +++ b/deepwell/src/services/page_query/structs.rs @@ -2,7 +2,7 @@ * services/page_query/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/page_revision/mod.rs b/deepwell/src/services/page_revision/mod.rs index 3e24b6de7a..d2e9c80a53 100644 --- a/deepwell/src/services/page_revision/mod.rs +++ b/deepwell/src/services/page_revision/mod.rs @@ -2,7 +2,7 @@ * services/page_revision/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/page_revision/service.rs b/deepwell/src/services/page_revision/service.rs index 22e65f74ff..1ad09a272c 100644 --- a/deepwell/src/services/page_revision/service.rs +++ b/deepwell/src/services/page_revision/service.rs @@ -2,7 +2,7 @@ * services/page_revision/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/page_revision/structs.rs b/deepwell/src/services/page_revision/structs.rs index c6d42567e1..4ff7e42093 100644 --- a/deepwell/src/services/page_revision/structs.rs +++ b/deepwell/src/services/page_revision/structs.rs @@ -2,7 +2,7 @@ * services/page_revision/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/page_revision/tasks.rs b/deepwell/src/services/page_revision/tasks.rs index 86b15ab18e..4b40aafa93 100644 --- a/deepwell/src/services/page_revision/tasks.rs +++ b/deepwell/src/services/page_revision/tasks.rs @@ -2,7 +2,7 @@ * services/page_revision/tasks.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/parent/mod.rs b/deepwell/src/services/parent/mod.rs index 05bb9c751e..9e1fc13eb6 100644 --- a/deepwell/src/services/parent/mod.rs +++ b/deepwell/src/services/parent/mod.rs @@ -2,7 +2,7 @@ * services/parent/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/parent/service.rs b/deepwell/src/services/parent/service.rs index 392df3552d..4742b5e733 100644 --- a/deepwell/src/services/parent/service.rs +++ b/deepwell/src/services/parent/service.rs @@ -2,7 +2,7 @@ * services/parent/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/parent/structs.rs b/deepwell/src/services/parent/structs.rs index 6209e09cbb..1e2a46c09f 100644 --- a/deepwell/src/services/parent/structs.rs +++ b/deepwell/src/services/parent/structs.rs @@ -2,7 +2,7 @@ * services/parent/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/password.rs b/deepwell/src/services/password.rs index cab006a4e5..24e8513cd2 100644 --- a/deepwell/src/services/password.rs +++ b/deepwell/src/services/password.rs @@ -2,7 +2,7 @@ * services/password.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/relation/macros.rs b/deepwell/src/services/relation/macros.rs index f5db5fa60c..80134f82d5 100644 --- a/deepwell/src/services/relation/macros.rs +++ b/deepwell/src/services/relation/macros.rs @@ -2,7 +2,7 @@ * services/relation/macros.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/relation/mod.rs b/deepwell/src/services/relation/mod.rs index 0377d025e5..3509fbabf9 100644 --- a/deepwell/src/services/relation/mod.rs +++ b/deepwell/src/services/relation/mod.rs @@ -2,7 +2,7 @@ * services/relation/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/relation/page_star.rs b/deepwell/src/services/relation/page_star.rs index 5fe98655cc..d82ae0234c 100644 --- a/deepwell/src/services/relation/page_star.rs +++ b/deepwell/src/services/relation/page_star.rs @@ -2,7 +2,7 @@ * services/relation/page_star.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/relation/page_watch.rs b/deepwell/src/services/relation/page_watch.rs index 82baad148b..65379ceca1 100644 --- a/deepwell/src/services/relation/page_watch.rs +++ b/deepwell/src/services/relation/page_watch.rs @@ -2,7 +2,7 @@ * services/relation/page_watch.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/relation/site_ban.rs b/deepwell/src/services/relation/site_ban.rs index 4ea3db5fb1..8a0b694498 100644 --- a/deepwell/src/services/relation/site_ban.rs +++ b/deepwell/src/services/relation/site_ban.rs @@ -2,7 +2,7 @@ * services/relation/site_ban.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/relation/site_member.rs b/deepwell/src/services/relation/site_member.rs index b432196c6d..9244cc506d 100644 --- a/deepwell/src/services/relation/site_member.rs +++ b/deepwell/src/services/relation/site_member.rs @@ -2,7 +2,7 @@ * services/relation/site_member.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/relation/site_user.rs b/deepwell/src/services/relation/site_user.rs index 188709ecc8..accca04f38 100644 --- a/deepwell/src/services/relation/site_user.rs +++ b/deepwell/src/services/relation/site_user.rs @@ -2,7 +2,7 @@ * services/relation/site_user.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/relation/structs.rs b/deepwell/src/services/relation/structs.rs index e3bc6bdc9b..8641c9bf4a 100644 --- a/deepwell/src/services/relation/structs.rs +++ b/deepwell/src/services/relation/structs.rs @@ -2,7 +2,7 @@ * services/relation/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/relation/user_block.rs b/deepwell/src/services/relation/user_block.rs index 5e9563edff..fd0cb430d6 100644 --- a/deepwell/src/services/relation/user_block.rs +++ b/deepwell/src/services/relation/user_block.rs @@ -2,7 +2,7 @@ * services/relation/user_block.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/relation/user_contact.rs b/deepwell/src/services/relation/user_contact.rs index 6032c16884..fb9ab64280 100644 --- a/deepwell/src/services/relation/user_contact.rs +++ b/deepwell/src/services/relation/user_contact.rs @@ -2,7 +2,7 @@ * services/relation/user_contact.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/relation/user_follow.rs b/deepwell/src/services/relation/user_follow.rs index 49b3896514..d69bf47b58 100644 --- a/deepwell/src/services/relation/user_follow.rs +++ b/deepwell/src/services/relation/user_follow.rs @@ -2,7 +2,7 @@ * services/relation/user_follow.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/render/mod.rs b/deepwell/src/services/render/mod.rs index 0e9bf921cd..b0c9b7a57c 100644 --- a/deepwell/src/services/render/mod.rs +++ b/deepwell/src/services/render/mod.rs @@ -2,7 +2,7 @@ * services/render/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/render/service.rs b/deepwell/src/services/render/service.rs index b2ecc29f76..daf8c7d28e 100644 --- a/deepwell/src/services/render/service.rs +++ b/deepwell/src/services/render/service.rs @@ -2,7 +2,7 @@ * services/render/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/render/structs.rs b/deepwell/src/services/render/structs.rs index aee9ce19e9..c9fb436a96 100644 --- a/deepwell/src/services/render/structs.rs +++ b/deepwell/src/services/render/structs.rs @@ -2,7 +2,7 @@ * services/render/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/score/impls/mean.rs b/deepwell/src/services/score/impls/mean.rs index 7a26386880..ab7e305604 100644 --- a/deepwell/src/services/score/impls/mean.rs +++ b/deepwell/src/services/score/impls/mean.rs @@ -2,7 +2,7 @@ * services/score/impls/mean.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/score/impls/mod.rs b/deepwell/src/services/score/impls/mod.rs index 19473bb6aa..241d533273 100644 --- a/deepwell/src/services/score/impls/mod.rs +++ b/deepwell/src/services/score/impls/mod.rs @@ -2,7 +2,7 @@ * services/score/impls/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/score/impls/null.rs b/deepwell/src/services/score/impls/null.rs index e3a5a186bd..8ff0ce3d44 100644 --- a/deepwell/src/services/score/impls/null.rs +++ b/deepwell/src/services/score/impls/null.rs @@ -2,7 +2,7 @@ * services/score/impls/null.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/score/impls/percent.rs b/deepwell/src/services/score/impls/percent.rs index f2d5a089bf..ec356fa84a 100644 --- a/deepwell/src/services/score/impls/percent.rs +++ b/deepwell/src/services/score/impls/percent.rs @@ -2,7 +2,7 @@ * services/score/impls/percent.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/score/impls/sum.rs b/deepwell/src/services/score/impls/sum.rs index ce40b750bc..0aa103a524 100644 --- a/deepwell/src/services/score/impls/sum.rs +++ b/deepwell/src/services/score/impls/sum.rs @@ -2,7 +2,7 @@ * services/score/impls/sum.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/score/impls/test.rs b/deepwell/src/services/score/impls/test.rs index d6c542bfaa..d9e6535ff7 100644 --- a/deepwell/src/services/score/impls/test.rs +++ b/deepwell/src/services/score/impls/test.rs @@ -2,7 +2,7 @@ * services/score/impls/test.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/score/mean.rs b/deepwell/src/services/score/mean.rs index 4de7958d68..8b3a6ad72a 100644 --- a/deepwell/src/services/score/mean.rs +++ b/deepwell/src/services/score/mean.rs @@ -2,7 +2,7 @@ * services/score/impls/mean.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/score/mod.rs b/deepwell/src/services/score/mod.rs index 3dfb5aaad5..b33090bed4 100644 --- a/deepwell/src/services/score/mod.rs +++ b/deepwell/src/services/score/mod.rs @@ -2,7 +2,7 @@ * services/score/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/score/scorer.rs b/deepwell/src/services/score/scorer.rs index bc94906bd6..895f5c3fc7 100644 --- a/deepwell/src/services/score/scorer.rs +++ b/deepwell/src/services/score/scorer.rs @@ -2,7 +2,7 @@ * services/score/scorer.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/score/service.rs b/deepwell/src/services/score/service.rs index 38bdeba12f..994de6a3b4 100644 --- a/deepwell/src/services/score/service.rs +++ b/deepwell/src/services/score/service.rs @@ -2,7 +2,7 @@ * services/score/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/score/structs.rs b/deepwell/src/services/score/structs.rs index f02076502f..5b15397f4e 100644 --- a/deepwell/src/services/score/structs.rs +++ b/deepwell/src/services/score/structs.rs @@ -2,7 +2,7 @@ * services/score/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/session/mod.rs b/deepwell/src/services/session/mod.rs index 0e8c7f8a76..a623badd26 100644 --- a/deepwell/src/services/session/mod.rs +++ b/deepwell/src/services/session/mod.rs @@ -2,7 +2,7 @@ * services/session/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/session/service.rs b/deepwell/src/services/session/service.rs index e4ab8386c2..e32b0f4379 100644 --- a/deepwell/src/services/session/service.rs +++ b/deepwell/src/services/session/service.rs @@ -2,7 +2,7 @@ * services/session/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/session/structs.rs b/deepwell/src/services/session/structs.rs index 5671846894..dae8c34cdd 100644 --- a/deepwell/src/services/session/structs.rs +++ b/deepwell/src/services/session/structs.rs @@ -2,7 +2,7 @@ * services/session/struct.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/settings/mod.rs b/deepwell/src/services/settings/mod.rs index 1d6a973052..b8bd39f3c2 100644 --- a/deepwell/src/services/settings/mod.rs +++ b/deepwell/src/services/settings/mod.rs @@ -2,7 +2,7 @@ * services/settings/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/settings/service.rs b/deepwell/src/services/settings/service.rs index 9e2b4a97ec..bf9e248d01 100644 --- a/deepwell/src/services/settings/service.rs +++ b/deepwell/src/services/settings/service.rs @@ -2,7 +2,7 @@ * services/settings/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/settings/structs.rs b/deepwell/src/services/settings/structs.rs index ac46f354d4..02392272c7 100644 --- a/deepwell/src/services/settings/structs.rs +++ b/deepwell/src/services/settings/structs.rs @@ -2,7 +2,7 @@ * services/settings/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/site/mod.rs b/deepwell/src/services/site/mod.rs index cbc24ec4a4..9a66a4d879 100644 --- a/deepwell/src/services/site/mod.rs +++ b/deepwell/src/services/site/mod.rs @@ -2,7 +2,7 @@ * services/site/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/site/service.rs b/deepwell/src/services/site/service.rs index c4d01dad4c..b06298c5c5 100644 --- a/deepwell/src/services/site/service.rs +++ b/deepwell/src/services/site/service.rs @@ -2,7 +2,7 @@ * services/site/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/site/structs.rs b/deepwell/src/services/site/structs.rs index 931c4c6b3e..c019ac3599 100644 --- a/deepwell/src/services/site/structs.rs +++ b/deepwell/src/services/site/structs.rs @@ -2,7 +2,7 @@ * services/site/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/special_page/mod.rs b/deepwell/src/services/special_page/mod.rs index 716459d566..252b787309 100644 --- a/deepwell/src/services/special_page/mod.rs +++ b/deepwell/src/services/special_page/mod.rs @@ -2,7 +2,7 @@ * services/special_page/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/special_page/service.rs b/deepwell/src/services/special_page/service.rs index 2ba8e31b95..455355a881 100644 --- a/deepwell/src/services/special_page/service.rs +++ b/deepwell/src/services/special_page/service.rs @@ -2,7 +2,7 @@ * services/special_page/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/special_page/structs.rs b/deepwell/src/services/special_page/structs.rs index 0c089c56d8..62f542a702 100644 --- a/deepwell/src/services/special_page/structs.rs +++ b/deepwell/src/services/special_page/structs.rs @@ -2,7 +2,7 @@ * services/special_page/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/text.rs b/deepwell/src/services/text.rs index dc3cb973eb..d16876f375 100644 --- a/deepwell/src/services/text.rs +++ b/deepwell/src/services/text.rs @@ -2,7 +2,7 @@ * services/text.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/user/mod.rs b/deepwell/src/services/user/mod.rs index 14149cf48a..51874fdccb 100644 --- a/deepwell/src/services/user/mod.rs +++ b/deepwell/src/services/user/mod.rs @@ -2,7 +2,7 @@ * services/user/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/user/service.rs b/deepwell/src/services/user/service.rs index 930a494bb8..e6e7930c83 100644 --- a/deepwell/src/services/user/service.rs +++ b/deepwell/src/services/user/service.rs @@ -2,7 +2,7 @@ * services/user/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/user/structs.rs b/deepwell/src/services/user/structs.rs index 3617efa5ec..e11a3184b2 100644 --- a/deepwell/src/services/user/structs.rs +++ b/deepwell/src/services/user/structs.rs @@ -2,7 +2,7 @@ * services/user/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/user_bot_owner/mod.rs b/deepwell/src/services/user_bot_owner/mod.rs index c327dbd787..efdbe5a726 100644 --- a/deepwell/src/services/user_bot_owner/mod.rs +++ b/deepwell/src/services/user_bot_owner/mod.rs @@ -2,7 +2,7 @@ * services/user_bot_owner/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/user_bot_owner/service.rs b/deepwell/src/services/user_bot_owner/service.rs index 8781861df2..7b9f6f4222 100644 --- a/deepwell/src/services/user_bot_owner/service.rs +++ b/deepwell/src/services/user_bot_owner/service.rs @@ -2,7 +2,7 @@ * services/user_bot_owner/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/user_bot_owner/structs.rs b/deepwell/src/services/user_bot_owner/structs.rs index c7858087ad..d4c86a8c03 100644 --- a/deepwell/src/services/user_bot_owner/structs.rs +++ b/deepwell/src/services/user_bot_owner/structs.rs @@ -2,7 +2,7 @@ * services/user_bot_owner/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/view/mod.rs b/deepwell/src/services/view/mod.rs index 3496364681..f89276f400 100644 --- a/deepwell/src/services/view/mod.rs +++ b/deepwell/src/services/view/mod.rs @@ -2,7 +2,7 @@ * services/view/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/view/options.rs b/deepwell/src/services/view/options.rs index cda57f53f2..9a0a63687a 100644 --- a/deepwell/src/services/view/options.rs +++ b/deepwell/src/services/view/options.rs @@ -2,7 +2,7 @@ * services/view/options.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/view/service.rs b/deepwell/src/services/view/service.rs index 2ca953ef4c..f1acf5401a 100644 --- a/deepwell/src/services/view/service.rs +++ b/deepwell/src/services/view/service.rs @@ -2,7 +2,7 @@ * services/view/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/view/structs.rs b/deepwell/src/services/view/structs.rs index 9f9acae146..6db59c787a 100644 --- a/deepwell/src/services/view/structs.rs +++ b/deepwell/src/services/view/structs.rs @@ -2,7 +2,7 @@ * services/view/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/vote/mod.rs b/deepwell/src/services/vote/mod.rs index 31e0e14e6c..5a2afd8ca3 100644 --- a/deepwell/src/services/vote/mod.rs +++ b/deepwell/src/services/vote/mod.rs @@ -2,7 +2,7 @@ * services/vote/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/vote/service.rs b/deepwell/src/services/vote/service.rs index b5e16c99fb..2baeeab7b1 100644 --- a/deepwell/src/services/vote/service.rs +++ b/deepwell/src/services/vote/service.rs @@ -3,7 +3,7 @@ * services/vote/service.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/services/vote/structs.rs b/deepwell/src/services/vote/structs.rs index 7aa46a0b6f..55fd3e4620 100644 --- a/deepwell/src/services/vote/structs.rs +++ b/deepwell/src/services/vote/structs.rs @@ -2,7 +2,7 @@ * services/vote/structs.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/types/bytes.rs b/deepwell/src/types/bytes.rs index 5a553302f1..d89e64ca23 100644 --- a/deepwell/src/types/bytes.rs +++ b/deepwell/src/types/bytes.rs @@ -2,7 +2,7 @@ * types/bytes.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/types/connection_type.rs b/deepwell/src/types/connection_type.rs index 49b41dcaf0..6cc82a80d4 100644 --- a/deepwell/src/types/connection_type.rs +++ b/deepwell/src/types/connection_type.rs @@ -2,7 +2,7 @@ * types/connection_type.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/types/fetch_direction.rs b/deepwell/src/types/fetch_direction.rs index 7dcf3cf4da..7f4eb461d2 100644 --- a/deepwell/src/types/fetch_direction.rs +++ b/deepwell/src/types/fetch_direction.rs @@ -2,7 +2,7 @@ * types/fetch_direction.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/types/file_details.rs b/deepwell/src/types/file_details.rs index f6d547fe3d..1ecd769403 100644 --- a/deepwell/src/types/file_details.rs +++ b/deepwell/src/types/file_details.rs @@ -2,7 +2,7 @@ * types/file_details.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/types/file_order.rs b/deepwell/src/types/file_order.rs index 76f6fccd86..a0de9020da 100644 --- a/deepwell/src/types/file_order.rs +++ b/deepwell/src/types/file_order.rs @@ -2,7 +2,7 @@ * types/file_order.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/types/maybe.rs b/deepwell/src/types/maybe.rs index c755c602ed..43b7e3518c 100644 --- a/deepwell/src/types/maybe.rs +++ b/deepwell/src/types/maybe.rs @@ -2,7 +2,7 @@ * types/maybe.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/types/mod.rs b/deepwell/src/types/mod.rs index f9a2d0a2ce..24ce593129 100644 --- a/deepwell/src/types/mod.rs +++ b/deepwell/src/types/mod.rs @@ -2,7 +2,7 @@ * types/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/types/page_details.rs b/deepwell/src/types/page_details.rs index ba62aaa9c4..ea09e1b4bb 100644 --- a/deepwell/src/types/page_details.rs +++ b/deepwell/src/types/page_details.rs @@ -2,7 +2,7 @@ * types/page_details.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/types/page_order.rs b/deepwell/src/types/page_order.rs index e280c7c223..0a93fdf99c 100644 --- a/deepwell/src/types/page_order.rs +++ b/deepwell/src/types/page_order.rs @@ -2,7 +2,7 @@ * types/page_order.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/types/reference.rs b/deepwell/src/types/reference.rs index b4f9e965bc..a580585ee2 100644 --- a/deepwell/src/types/reference.rs +++ b/deepwell/src/types/reference.rs @@ -2,7 +2,7 @@ * types/reference/id.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/utils/category.rs b/deepwell/src/utils/category.rs index fe31853aa7..4c281a807c 100644 --- a/deepwell/src/utils/category.rs +++ b/deepwell/src/utils/category.rs @@ -2,7 +2,7 @@ * utils/category.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/utils/crypto.rs b/deepwell/src/utils/crypto.rs index 8abbb78f59..0a9347be1f 100644 --- a/deepwell/src/utils/crypto.rs +++ b/deepwell/src/utils/crypto.rs @@ -2,7 +2,7 @@ * utils/crypto.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/utils/debug.rs b/deepwell/src/utils/debug.rs index 3763a9f310..c86249ba6c 100644 --- a/deepwell/src/utils/debug.rs +++ b/deepwell/src/utils/debug.rs @@ -2,7 +2,7 @@ * utils/debug.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/utils/locale.rs b/deepwell/src/utils/locale.rs index b72f6ee444..941c0e4984 100644 --- a/deepwell/src/utils/locale.rs +++ b/deepwell/src/utils/locale.rs @@ -2,7 +2,7 @@ * utils/locale.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/utils/mod.rs b/deepwell/src/utils/mod.rs index 7e911dd225..2cf4452016 100644 --- a/deepwell/src/utils/mod.rs +++ b/deepwell/src/utils/mod.rs @@ -2,7 +2,7 @@ * utils/mod.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/utils/slug.rs b/deepwell/src/utils/slug.rs index 5902d69cc2..9a28e690e9 100644 --- a/deepwell/src/utils/slug.rs +++ b/deepwell/src/utils/slug.rs @@ -2,7 +2,7 @@ * utils/slug.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/utils/string.rs b/deepwell/src/utils/string.rs index 7ff4db7239..fd08eb768d 100644 --- a/deepwell/src/utils/string.rs +++ b/deepwell/src/utils/string.rs @@ -2,7 +2,7 @@ * utils/string.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/utils/time.rs b/deepwell/src/utils/time.rs index f53b01ed57..31d00fe36e 100644 --- a/deepwell/src/utils/time.rs +++ b/deepwell/src/utils/time.rs @@ -2,7 +2,7 @@ * utils/time.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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/deepwell/src/watch.rs b/deepwell/src/watch.rs index 6a8d245dd7..9d17259509 100644 --- a/deepwell/src/watch.rs +++ b/deepwell/src/watch.rs @@ -2,7 +2,7 @@ * watch.rs * * DEEPWELL - Wikijump API provider and database manager - * Copyright (C) 2019-2024 Wikijump Team + * Copyright (C) 2019-2025 Wikijump Team * * 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