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 --- scripts/validate_api.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'scripts/validate_api.sh') diff --git a/scripts/validate_api.sh b/scripts/validate_api.sh index 056d550..b5803e8 100755 --- a/scripts/validate_api.sh +++ b/scripts/validate_api.sh @@ -1,5 +1,15 @@ #! /usr/bin/env sh +# 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 . + root="$(dirname "$0")/.." api_path="$root/target/api.json" -- cgit 1.4.1