diff mbox series

[1/7] Rename Licenses to LICENSES for REUSE compliance

Message ID 20210403180221.7442-2-toertel@gmail.com
State Accepted
Headers show
Series Start making SWUpdate REUSE-compliant | expand

Commit Message

Mark Jonas April 3, 2021, 6:02 p.m. UTC
REUSE specification requrires that the license files are stored in a
LICENSES directory. Additionally, the file names have to exactly match
the declared names plus a .txt suffix.

https://reuse.software/spec/#license-files

Signed-off-by: Mark Jonas <toertel@gmail.com>
---
 Licenses/bsd-1-clause.txt => LICENSES/BSD-1-Clause.txt | 0
 Licenses/bsd-2-clause.txt => LICENSES/BSD-2-Clause.txt | 0
 Licenses/bsd-3-clause.txt => LICENSES/BSD-3-Clause.txt | 0
 {Licenses => LICENSES}/Exceptions                      | 0
 Licenses/gpl-2.0.txt => LICENSES/GPL-2.0.txt           | 0
 Licenses/isc.txt => LICENSES/ISC.txt                   | 0
 Licenses/lgpl-2.1.txt => LICENSES/LGPL-2.1.txt         | 0
 Licenses/mit.txt => LICENSES/MIT.txt                   | 0
 8 files changed, 0 insertions(+), 0 deletions(-)
 rename Licenses/bsd-1-clause.txt => LICENSES/BSD-1-Clause.txt (100%)
 rename Licenses/bsd-2-clause.txt => LICENSES/BSD-2-Clause.txt (100%)
 rename Licenses/bsd-3-clause.txt => LICENSES/BSD-3-Clause.txt (100%)
 rename {Licenses => LICENSES}/Exceptions (100%)
 rename Licenses/gpl-2.0.txt => LICENSES/GPL-2.0.txt (100%)
 rename Licenses/isc.txt => LICENSES/ISC.txt (100%)
 rename Licenses/lgpl-2.1.txt => LICENSES/LGPL-2.1.txt (100%)
 rename Licenses/mit.txt => LICENSES/MIT.txt (100%)
diff mbox series

Patch

diff --git a/Licenses/bsd-1-clause.txt b/LICENSES/BSD-1-Clause.txt
similarity index 100%
rename from Licenses/bsd-1-clause.txt
rename to LICENSES/BSD-1-Clause.txt
diff --git a/Licenses/bsd-2-clause.txt b/LICENSES/BSD-2-Clause.txt
similarity index 100%
rename from Licenses/bsd-2-clause.txt
rename to LICENSES/BSD-2-Clause.txt
diff --git a/Licenses/bsd-3-clause.txt b/LICENSES/BSD-3-Clause.txt
similarity index 100%
rename from Licenses/bsd-3-clause.txt
rename to LICENSES/BSD-3-Clause.txt
diff --git a/Licenses/Exceptions b/LICENSES/Exceptions
similarity index 100%
rename from Licenses/Exceptions
rename to LICENSES/Exceptions
diff --git a/Licenses/gpl-2.0.txt b/LICENSES/GPL-2.0.txt
similarity index 100%
rename from Licenses/gpl-2.0.txt
rename to LICENSES/GPL-2.0.txt
diff --git a/Licenses/isc.txt b/LICENSES/ISC.txt
similarity index 100%
rename from Licenses/isc.txt
rename to LICENSES/ISC.txt
diff --git a/Licenses/lgpl-2.1.txt b/LICENSES/LGPL-2.1.txt
similarity index 100%
rename from Licenses/lgpl-2.1.txt
rename to LICENSES/LGPL-2.1.txt
diff --git a/Licenses/mit.txt b/LICENSES/MIT.txt
similarity index 100%
rename from Licenses/mit.txt
rename to LICENSES/MIT.txt