aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-01-24 18:12:41 +0100
committermetamuffin <metamuffin@disroot.org>2024-01-24 18:47:29 +0100
commit27f4c3ff8f21282eac98583e2e1c41f7fec1f946 (patch)
tree0bfe258313bdbf7efa901e384d28c14b8805e866 /base
parent7323709537c6ff14136cd79fb07606cd79391758 (diff)
downloadjellything-27f4c3ff8f21282eac98583e2e1c41f7fec1f946.tar
jellything-27f4c3ff8f21282eac98583e2e1c41f7fec1f946.tar.bz2
jellything-27f4c3ff8f21282eac98583e2e1c41f7fec1f946.tar.zst
update 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 3c4ae81..f42df84 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) 2023 metamuffin <metamuffin.org>
+ Copyright (C) 2024 metamuffin <metamuffin.org>
*/
use crate::CONF;
use anyhow::{anyhow, Context};
diff --git a/base/src/database.rs b/base/src/database.rs
index 49645bc..ca9360f 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) 2023 metamuffin <metamuffin.org>
+ Copyright (C) 2024 metamuffin <metamuffin.org>
*/
use bincode::{Decode, Encode};
use jellycommon::{
diff --git a/base/src/federation.rs b/base/src/federation.rs
index 542c535..75c16e7 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) 2023 metamuffin <metamuffin.org>
+ Copyright (C) 2024 metamuffin <metamuffin.org>
*/
use crate::SECRETS;
use anyhow::anyhow;
diff --git a/base/src/lib.rs b/base/src/lib.rs
index 90ac27b..71fa300 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) 2023 metamuffin <metamuffin.org>
+ Copyright (C) 2024 metamuffin <metamuffin.org>
*/
#![feature(lazy_cell)]
pub mod cache;
diff --git a/base/src/permission.rs b/base/src/permission.rs
index a5a40ce..15b24a9 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) 2023 metamuffin <metamuffin.org>
+ Copyright (C) 2024 metamuffin <metamuffin.org>
*/
use crate::CONF;
use anyhow::anyhow;