ISDuBA / ISDuBA

A web based CSAF Management System as Free Software (under construction)
Other
6 stars 3 forks source link

Properly license as Free Software #16

Closed bernhardreiter closed 6 months ago

bernhardreiter commented 6 months ago
ThomasJunk commented 6 months ago

Commit 5d8325b does "change files new with isduba to SPDX-License-Identifier: Apache-2.0"

JanHoefelmeyer commented 6 months ago

Currently, all code fullfills these conditions

bernhardreiter commented 6 months ago

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"
ThomasJunk commented 6 months ago

Commit e2f3c5c clears the other texts as well.

bernhardreiter commented 6 months ago

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.