From 2cda75bc9385da199b4db5f6cc2692bfd694fcf1 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 5 Jan 2026 22:35:40 +0700 Subject: spdxconv: tool to convert license and copyright to SPDX format This is the initial implementation, work in progress, with the following functions, * loading the spdxconv.cfg file * scanning list of files to be converted * detect .git repository and exclude files ignored by .gitignore No conversion logic is implemented yet. --- testdata/scan/test.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testdata/scan/test.sh (limited to 'testdata/scan/test.sh') diff --git a/testdata/scan/test.sh b/testdata/scan/test.sh new file mode 100644 index 0000000..8fd6949 --- /dev/null +++ b/testdata/scan/test.sh @@ -0,0 +1,3 @@ +# Copyright 2022, Shulhan . All rights reserved. +# Use of this source code is governed by a BSD-style +# license that can be found in the LICENSE file. \ No newline at end of file -- cgit v1.3