Closed bernhardreiter closed 8 months ago
Commit 5d8325b does "change files new with isduba to SPDX-License-Identifier: Apache-2.0"
Currently, all code fullfills these conditions
It is not done, many files still have:
// This file is Free Software under the MIT License
// without warranty, see README.md and LICENSES/MIT.txt for details.
commands like the following help testing:
grep -r "LICENSES/MIT"
grep -r "MIT License"
Commit e2f3c5c clears the other texts as well.
Commit e2f3c5c
also did unrelated changes in the YAML files (one quoting character change and one whitespace change). As those are potentially significant, e.g. using a double-quote allows different things in YAML, make sure that those changes do not happen with future edits or - if they are deliberate - mention them in the commit message.
SPDX-License-Identifier: Apache-2.0