From e4aa3db1eb291cbe13dd158163c1a94272ca0bc8 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Tue, 28 Jul 2026 16:57:54 +0200 Subject: [PATCH] chore(licenses): add license headers to setup scripts --- scripts/setup.ps1 | 14 ++++++++++++++ scripts/setup.sh | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/scripts/setup.ps1 b/scripts/setup.ps1 index e45b876..f000d1e 100755 --- a/scripts/setup.ps1 +++ b/scripts/setup.ps1 @@ -1,3 +1,17 @@ #!/usr/bin/env pwsh +# Copyright 2026 Seekra + +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 + +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + git config --local commit.template .gitmessage \ No newline at end of file diff --git a/scripts/setup.sh b/scripts/setup.sh index edb81af..599f7f0 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -1,3 +1,17 @@ #!/usr/bin/bash +# Copyright 2026 Seekra + +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 + +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + git config --local commit.template .gitmessage \ No newline at end of file