Skip to content

Commit 3419848

Browse files
committed
Convert to TOML for Reuse.
Also added `.github/*` and `package-lock.json` and renamed `.eslintrc.js` to `eslint.config.js` in the copyright annotations.
1 parent 593abec commit 3419848

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.reuse/dep5

Lines changed: 0 additions & 6 deletions
This file was deleted.

REUSE.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version = 1
2+
SPDX-PackageSupplier = "Digital Bazaar, Inc. <support@digitalbazaar.com>"
3+
4+
[[annotations]]
5+
path = ["**.md", ".editorconfig", ".github/**", ".gitignore", "eslint.config.js", "package.json", "package-lock.json"]
6+
precedence = "aggregate"
7+
SPDX-FileCopyrightText = "2012-2024 Digital Bazaar, Inc."
8+
SPDX-License-Identifier = "BSD-3-Clause"

0 commit comments

Comments
 (0)