Skip to content

Commit ede2cfb

Browse files
committed
Update licensing year to 2022
1 parent 727e56a commit ede2cfb

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

MIT.LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2021 Michael Wiesendanger
1+
Copyright (c) 2022 Michael Wiesendanger
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

src/main/java/com/ragedunicorn/tools/maven/CurseForgeClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021 Michael Wiesendanger
2+
* Copyright (c) 2022 Michael Wiesendanger
33
* Permission is hereby granted, free of charge, to any person obtaining
44
* a copy of this software and associated documentation files (the
55
* "Software"), to deal in the Software without restriction, including

src/main/java/com/ragedunicorn/tools/maven/CurseForgeReleaseMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021 Michael Wiesendanger
2+
* Copyright (c) 2022 Michael Wiesendanger
33
* Permission is hereby granted, free of charge, to any person obtaining
44
* a copy of this software and associated documentation files (the
55
* "Software"), to deal in the Software without restriction, including

src/main/java/com/ragedunicorn/tools/maven/log/CurseForgeReleaseLogger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021 Michael Wiesendanger
2+
* Copyright (c) 2022 Michael Wiesendanger
33
* Permission is hereby granted, free of charge, to any person obtaining
44
* a copy of this software and associated documentation files (the
55
* "Software"), to deal in the Software without restriction, including

src/main/java/com/ragedunicorn/tools/maven/log/DefaultLog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021 Michael Wiesendanger
2+
* Copyright (c) 2022 Michael Wiesendanger
33
* Permission is hereby granted, free of charge, to any person obtaining
44
* a copy of this software and associated documentation files (the
55
* "Software"), to deal in the Software without restriction, including

src/main/java/com/ragedunicorn/tools/maven/model/CurseForgeApiClientError.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021 Michael Wiesendanger
2+
* Copyright (c) 2022 Michael Wiesendanger
33
* Permission is hereby granted, free of charge, to any person obtaining
44
* a copy of this software and associated documentation files (the
55
* "Software"), to deal in the Software without restriction, including

src/main/java/com/ragedunicorn/tools/maven/model/CurseForgeApiRelease.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021 Michael Wiesendanger
2+
* Copyright (c) 2022 Michael Wiesendanger
33
* Permission is hereby granted, free of charge, to any person obtaining
44
* a copy of this software and associated documentation files (the
55
* "Software"), to deal in the Software without restriction, including

src/main/java/com/ragedunicorn/tools/maven/model/Metadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021 Michael Wiesendanger
2+
* Copyright (c) 2022 Michael Wiesendanger
33
* Permission is hereby granted, free of charge, to any person obtaining
44
* a copy of this software and associated documentation files (the
55
* "Software"), to deal in the Software without restriction, including

src/main/java/com/ragedunicorn/tools/maven/service/ReleaseService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021 Michael Wiesendanger
2+
* Copyright (c) 2022 Michael Wiesendanger
33
* Permission is hereby granted, free of charge, to any person obtaining
44
* a copy of this software and associated documentation files (the
55
* "Software"), to deal in the Software without restriction, including

0 commit comments

Comments
 (0)