diff options
Diffstat (limited to 'crates/rocie-server/tests/recipe_parents')
| -rw-r--r-- | crates/rocie-server/tests/recipe_parents/mod.rs | 10 | ||||
| -rw-r--r-- | crates/rocie-server/tests/recipe_parents/query.rs | 10 | ||||
| -rw-r--r-- | crates/rocie-server/tests/recipe_parents/register.rs | 10 |
3 files changed, 30 insertions, 0 deletions
diff --git a/crates/rocie-server/tests/recipe_parents/mod.rs b/crates/rocie-server/tests/recipe_parents/mod.rs index d3799a7..a18950b 100644 --- a/crates/rocie-server/tests/recipe_parents/mod.rs +++ b/crates/rocie-server/tests/recipe_parents/mod.rs @@ -1,2 +1,12 @@ +// rocie - An enterprise grocery management system +// +// Copyright (C) 2026 Benedikt Peetz <benedikt.peetz@b-peetz.de> +// 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 <https://www.gnu.org/licenses/gpl-3.0.txt>. + mod query; mod register; diff --git a/crates/rocie-server/tests/recipe_parents/query.rs b/crates/rocie-server/tests/recipe_parents/query.rs index bcbf00b..438fcf1 100644 --- a/crates/rocie-server/tests/recipe_parents/query.rs +++ b/crates/rocie-server/tests/recipe_parents/query.rs @@ -1,3 +1,13 @@ +// rocie - An enterprise grocery management system +// +// Copyright (C) 2026 Benedikt Peetz <benedikt.peetz@b-peetz.de> +// 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 <https://www.gnu.org/licenses/gpl-3.0.txt>. + use rocie_client::{ apis::{ api_get_auth_recipe_api::{ diff --git a/crates/rocie-server/tests/recipe_parents/register.rs b/crates/rocie-server/tests/recipe_parents/register.rs index a113bd3..f525ae9 100644 --- a/crates/rocie-server/tests/recipe_parents/register.rs +++ b/crates/rocie-server/tests/recipe_parents/register.rs @@ -1,3 +1,13 @@ +// rocie - An enterprise grocery management system +// +// Copyright (C) 2026 Benedikt Peetz <benedikt.peetz@b-peetz.de> +// 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 <https://www.gnu.org/licenses/gpl-3.0.txt>. + use rocie_client::{ apis::{ api_get_auth_recipe_api::recipe_by_id, api_set_auth_recipe_api::add_recipe, |
