aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-01-29 16:15:23 +0100
committermetamuffin <metamuffin@disroot.org>2025-01-29 16:15:23 +0100
commit82e8a55a1496ae9132e13e7286fe1c0d57d586d3 (patch)
tree78b8186f0d83ef0c7c876a6ce161cfb9b04b7701 /base
parente7ba3274e27fad755f15465581f5b403c82ab4d2 (diff)
downloadjellything-82e8a55a1496ae9132e13e7286fe1c0d57d586d3.tar
jellything-82e8a55a1496ae9132e13e7286fe1c0d57d586d3.tar.bz2
jellything-82e8a55a1496ae9132e13e7286fe1c0d57d586d3.tar.zst
copyright year
Diffstat (limited to 'base')
-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;