Skip to content

Commit cf57088

Browse files
It's 2022 guys!
1 parent bbadb07 commit cf57088

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2021 AlexProgrammerDE
189+
Copyright 2022 AlexProgrammerDE
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<name>PistonQueue</name>
1010
<description>Best queue plugin out there!</description>
1111

12+
<inceptionYear>2022</inceptionYear>
13+
1214
<properties>
1315
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1416
</properties>
@@ -102,11 +104,8 @@
102104
<addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
103105
<useJavaNoReformatCommentStartTag>false</useJavaNoReformatCommentStartTag>
104106
<licenseName>apache_v2</licenseName>
105-
<roots>
106-
<root>src/main/java/net/pistonmaster</root>
107-
</roots>
108107
<organizationName>AlexProgrammerDE</organizationName>
109-
<inceptionYear>2021</inceptionYear>
108+
<inceptionYear>2022</inceptionYear>
110109
</configuration>
111110
<executions>
112111
<execution>

src/main/java-templates/net/pistonmaster/pistonqueue/data/PluginData.java

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* #%L
3+
* PistonQueue
4+
* %%
5+
* Copyright (C) 2022 AlexProgrammerDE
6+
* %%
7+
* Licensed under the Apache License, Version 2.0 (the "License");
8+
* you may not use this file except in compliance with the License.
9+
* You may obtain a copy of the License at
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
13+
* Unless required by applicable law or agreed to in writing, software
14+
* distributed under the License is distributed on an "AS IS" BASIS,
15+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
* See the License for the specific language governing permissions and
17+
* limitations under the License.
18+
* #L%
19+
*/
120
package net.pistonmaster.pistonqueue.data;
221

322
public class PluginData {

0 commit comments

Comments
 (0)