aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
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;