Skip to content

Commit 6586a12

Browse files
committed
reuse
1 parent e1f4d7c commit 6586a12

File tree

17 files changed

+38
-467
lines changed

17 files changed

+38
-467
lines changed

REUSE.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ path = [
2222
"**/.gitignore",
2323
"**/.pdd",
2424
"**/CNAME",
25+
"**/*.fml",
26+
"qulice-checkstyle/src/test/resources/**.java",
27+
"qulice-maven-plugin/src/it/**.java",
2528
".DS_Store",
2629
".gitattributes",
2730
".gitignore",

qulice-checkstyle/src/test/resources/log4j.properties

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

334
# Set root logger level to DEBUG and its only appender to CONSOLE
345
log4j.rootLogger=WARN, CONSOLE

qulice-maven-plugin/src/it/checkstyle-newlines/invoker.properties

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,9 @@
1-
#
2-
# Copyright (c) 2011-2025 Yegor Bugayenko
1+
# SPDX-FileCopyrightText: Copyright (c) 2011-2025 Yegor Bugayenko
2+
# SPDX-License-Identifier: MIT
3+
4+
# SPDX-FileCopyrightText: Copyright (c) 2011-2025 Yegor Bugayenko
5+
# SPDX-License-Identifier: MIT
36

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

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

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

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

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

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

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

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

314
invoker.goals = clean verify

0 commit comments

Comments
 (0)