File tree Expand file tree Collapse file tree 3 files changed +23
-5
lines changed
src/main/java-templates/net/pistonmaster/pistonqueue/data Expand file tree Collapse file tree 3 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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+ */
120package net .pistonmaster .pistonqueue .data ;
221
322public class PluginData {
You can’t perform that action at this time.
0 commit comments