1I need to switch our license stuff from the old .reuse/dep5 file to the new REUSE.toml format. basically same info, just different format. here's what's in the old file:
2
3project name: abap-cheat-sheets
4contact: daniel reger's email
5repo link
6that long SAP API disclaimer
7copyright: SAP + contributors, 2022
8license: Apache-2.0
9need to:
10
11delete the old .reuse/dep5 file
12make a new REUSE.toml with:
13same project info (name, contact, repo)
14same exact API disclaimer text
15SPDX-style copyright & license fields
16apply to all files (** glob) with aggregate precedence
17not changing any actual license terms, just updating the format. can you give me the exact REUSE.toml file we need?