We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a88786 commit 788a4b0Copy full SHA for 788a4b0
REUSE.toml
@@ -7,6 +7,7 @@ path = [
7
"**.json",
8
"**.md",
9
"**.png",
10
+ "**.sigil",
11
"**.svg",
12
"**.txt",
13
"**.vm",
@@ -23,10 +24,14 @@ path = [
23
24
"**/.gitignore",
25
"**/.pdd",
26
"**/CNAME",
27
+ "**/MANIFEST.MF",
28
+ "**/Procfile",
29
".DS_Store",
30
".gitattributes",
31
".gitignore",
32
".pdd",
33
+ "MANIFEST.MF",
34
+ "Procfile",
35
"README.md",
36
"renovate.json",
37
]
system.properties
@@ -1 +1,4 @@
1
+# SPDX-FileCopyrightText: Copyright (c) 2016-2025 Yegor Bugayenko
2
+# SPDX-License-Identifier: MIT
3
+
4
java.runtime.version=11
0 commit comments