chore: explicitly mark licenses for script files part 1 (#6699)

This commit is contained in:
pajlada
2025-12-30 19:15:25 +01:00
committed by GitHub
parent b49fb258ce
commit 68d5a739a7
11 changed files with 46 additions and 3 deletions
+5
View File
@@ -1,5 +1,10 @@
#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2018 Rasmus Karlsson <rasmus.karlsson@pajlada.com>
# SPDX-FileContributor: Leon Richardt <git@leon.dev>
#
# SPDX-License-Identifier: CC0-1.0
read -p "Are you sure you want to run clang-format on all source files? (y/n) " -n 1 -r
echo
if [[ $REPLY =~ ^[Yy]$ ]]; then