Skip to content

Commit 2e6ff9a

Browse files
committed
reuse
1 parent 5b0bee1 commit 2e6ff9a

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

REUSE.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
version = 1
55
[[annotations]]
66
path = [
7+
"**.json",
8+
"**.md",
9+
"**.svg",
10+
"**.txt",
11+
"**.vm",
712
"**/*.csv",
813
"**/*.jpg",
914
"**/*.json",
@@ -13,14 +18,15 @@ path = [
1318
"**/*.svg",
1419
"**/*.txt",
1520
"**/*.vm",
21+
"**/.DS_Store",
1622
"**/.gitignore",
23+
"**/.pdd",
1724
"**/CNAME",
25+
".DS_Store",
1826
".gitattributes",
1927
".gitignore",
20-
".gitleaksignore",
2128
".pdd",
22-
".xcop",
23-
"Gemfile.lock",
29+
"CNAME",
2430
"README.md",
2531
"renovate.json",
2632
]

qulice-maven-plugin/src/it/pmd-violations/src/main/util/some.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
% SPDX-FileCopyrightText: Copyright (c) 2011-2025 Yegor Bugayenko
2+
% SPDX-License-Identifier: MIT
3+
14
\usepackage{setspace}
25
\linespread{1.2}
36
\usepackage{xcolor}

0 commit comments

Comments
 (0)