File headers: add missing copyright, add MIT to SPDX licenses

This commit is contained in:
Campbell Barton
2022-02-11 14:56:03 +11:00
parent f7bbec290d
commit 281ba8a063
42 changed files with 70 additions and 25 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0-or-later
if [ "x$1" = "x--i-really-know-what-im-doing" ] ; then
echo Proceeding as requested by command line ...

View File

@@ -1,4 +1,5 @@
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0-or-later
find ./libmv/ -type f | sed -r 's/^\.\///' | sort > files.txt
find ./third_party/ -type f | \