From 6ff6c5af6510b321bf54b384d1263c50f1a122c0 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 19 Mar 2026 05:38:42 +0100 Subject: chore(treewide): Add missing license headers --- crates/rocie-server/tests/_testenv/init.rs | 5 +++-- crates/rocie-server/tests/_testenv/log.rs | 10 ++++++++++ crates/rocie-server/tests/_testenv/mod.rs | 10 ++++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) (limited to 'crates/rocie-server/tests/_testenv') diff --git a/crates/rocie-server/tests/_testenv/init.rs b/crates/rocie-server/tests/_testenv/init.rs index 89384a5..1918595 100644 --- a/crates/rocie-server/tests/_testenv/init.rs +++ b/crates/rocie-server/tests/_testenv/init.rs @@ -1,9 +1,10 @@ -// yt - A fully featured command line YouTube client +// rocie - An enterprise grocery management system // // Copyright (C) 2025 Benedikt Peetz +// Copyright (C) 2026 Benedikt Peetz // 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 . diff --git a/crates/rocie-server/tests/_testenv/log.rs b/crates/rocie-server/tests/_testenv/log.rs index 837ccdd..05a5a62 100644 --- a/crates/rocie-server/tests/_testenv/log.rs +++ b/crates/rocie-server/tests/_testenv/log.rs @@ -1,3 +1,13 @@ +// rocie - An enterprise grocery management system +// +// Copyright (C) 2026 Benedikt Peetz +// SPDX-License-Identifier: GPL-3.0-or-later +// +// This file is part of Rocie. +// +// You should have received a copy of the License along with this program. +// If not, see . + use crate::testenv::TestEnv; macro_rules! request { diff --git a/crates/rocie-server/tests/_testenv/mod.rs b/crates/rocie-server/tests/_testenv/mod.rs index 56cea71..58acaa5 100644 --- a/crates/rocie-server/tests/_testenv/mod.rs +++ b/crates/rocie-server/tests/_testenv/mod.rs @@ -1,3 +1,13 @@ +// rocie - An enterprise grocery management system +// +// Copyright (C) 2026 Benedikt Peetz +// SPDX-License-Identifier: GPL-3.0-or-later +// +// This file is part of Rocie. +// +// You should have received a copy of the License along with this program. +// If not, see . + //! This code was taken from *fd* at 30-06-2025. use std::{path::PathBuf, process}; -- cgit 1.4.1