From 6729d72322744498e36d2d61055687c16a08af30 Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Wed, 9 Jul 2025 10:31:36 +0200 Subject: [PATCH] Add missing copyright notice --- configure.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure.sh b/configure.sh index 3102683..a0d6a55 100755 --- a/configure.sh +++ b/configure.sh @@ -1,4 +1,10 @@ #!/bin/bash +# PROJECT: ExectOS +# LICENSE: See the COPYING.md in the top level directory +# FILE: configure.sh +# DESCRIPTION: Project configuration script for preparing the build environment +# DEVELOPERS: Rafal Kupiec + # Check XTCHain if [ "x${XTCVER}" = "x" ]; then