aboutsummaryrefslogtreecommitdiff
path: root/base/src
diff options
context:
space:
mode:
Diffstat (limited to 'base/src')
-rw-r--r--base/src/cache.rs2
-rw-r--r--base/src/database.rs2
-rw-r--r--base/src/federation.rs2
-rw-r--r--base/src/lib.rs2
-rw-r--r--base/src/permission.rs2
5 files changed, 5 insertions, 5 deletions
diff --git a/base/src/cache.rs b/base/src/cache.rs
index 5ded6f8..7888042 100644
--- a/base/src/cache.rs
+++ b/base/src/cache.rs
@@ -1,7 +1,7 @@
/*
This file is part of jellything (https://codeberg.org/metamuffin/jellything)
which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
- Copyright (C) 2024 metamuffin <metamuffin.org>
+ Copyright (C) 2025 metamuffin <metamuffin.org>
*/
use crate::CONF;
use anyhow::{anyhow, Context};
diff --git a/base/src/database.rs b/base/src/database.rs
index a6bcdf7..0195209 100644
--- a/base/src/database.rs
+++ b/base/src/database.rs
@@ -1,7 +1,7 @@
/*
This file is part of jellything (https://codeberg.org/metamuffin/jellything)
which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
- Copyright (C) 2024 metamuffin <metamuffin.org>
+ Copyright (C) 2025 metamuffin <metamuffin.org>
*/
use anyhow::Context;
use bincode::{Decode, Encode};
diff --git a/base/src/federation.rs b/base/src/federation.rs
index 662a7ac..879ce96 100644
--- a/base/src/federation.rs
+++ b/base/src/federation.rs
@@ -1,7 +1,7 @@
/*
This file is part of jellything (https://codeberg.org/metamuffin/jellything)
which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
- Copyright (C) 2024 metamuffin <metamuffin.org>
+ Copyright (C) 2025 metamuffin <metamuffin.org>
*/
use crate::SECRETS;
use anyhow::anyhow;
diff --git a/base/src/lib.rs b/base/src/lib.rs
index 1ffaa10..cf28d85 100644
--- a/base/src/lib.rs
+++ b/base/src/lib.rs
@@ -1,7 +1,7 @@
/*
This file is part of jellything (https://codeberg.org/metamuffin/jellything)
which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
- Copyright (C) 2024 metamuffin <metamuffin.org>
+ Copyright (C) 2025 metamuffin <metamuffin.org>
*/
pub mod assetfed;
pub mod cache;
diff --git a/base/src/permission.rs b/base/src/permission.rs
index 11668a2..9dc8ffe 100644
--- a/base/src/permission.rs
+++ b/base/src/permission.rs
@@ -1,7 +1,7 @@
/*
This file is part of jellything (https://codeberg.org/metamuffin/jellything)
which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
- Copyright (C) 2024 metamuffin <metamuffin.org>
+ Copyright (C) 2025 metamuffin <metamuffin.org>
*/
use crate::CONF;
use anyhow::anyhow;