diff options
Diffstat (limited to 'crates/rocie-server/src/storage/txn_log.rs')
| -rw-r--r-- | crates/rocie-server/src/storage/txn_log.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/crates/rocie-server/src/storage/txn_log.rs b/crates/rocie-server/src/storage/txn_log.rs index d07b514..7fba1cf 100644 --- a/crates/rocie-server/src/storage/txn_log.rs +++ b/crates/rocie-server/src/storage/txn_log.rs @@ -1,9 +1,10 @@ -// yt - A fully featured command line YouTube client +// rocie - An enterprise grocery management system // // Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de> +// Copyright (C) 2026 Benedikt Peetz <benedikt.peetz@b-peetz.de> // SPDX-License-Identifier: GPL-3.0-or-later // -// This file is part of Yt. +// This file is part of Rocie. // // You should have received a copy of the License along with this program. // If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. |
