Skip to content

Commit ed5e765

Browse files
committed
cleanup
1 parent 28999d6 commit ed5e765

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

REUSE.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ path = [
2121
"**/.gitignore",
2222
"**/.pdd",
2323
"**/CNAME",
24+
"**/MANIFEST.MF",
2425
".DS_Store",
2526
".gitattributes",
2627
".gitignore",
2728
".pdd",
2829
"CNAME",
30+
"MANIFEST.MF",
2931
"README.md",
3032
"renovate.json",
3133
]

src/test/resources/log4j.properties

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# Copyright (c) 2014-2025, stateful.co
2+
# All rights reserved.
3+
#
4+
# Redistribution and use in source and binary forms, with or without
5+
# modification, are permitted provided that the following conditions
6+
# are met: 1) Redistributions of source code must retain the above
7+
# copyright notice, this list of conditions and the following
8+
# disclaimer. 2) Redistributions in binary form must reproduce the above
9+
# copyright notice, this list of conditions and the following
10+
# disclaimer in the documentation and/or other materials provided
11+
# with the distribution. 3) Neither the name of the stateful.co nor
12+
# the names of its contributors may be used to endorse or promote
13+
# products derived from this software without specific prior written
14+
# permission.
15+
#
16+
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17+
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
18+
# NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
19+
# FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
20+
# THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
21+
# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22+
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
23+
# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24+
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
25+
# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26+
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
27+
# OF THE POSSIBILITY OF SUCH DAMAGE.
28+
129
#
230
# SPDX-FileCopyrightText: Copyright (c) 2014-2025, stateful.co
331
# SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)