From 5a919c05d7595ba0b881c984c342905637cdc77e Mon Sep 17 00:00:00 2001 From: Michael Wiesendanger Date: Wed, 18 Jan 2023 20:24:57 +0100 Subject: [PATCH] Update licensing year to 2023 --- LICENSE | 2 +- README.md | 2 +- src/main/java/com/ragedunicorn/tools/maven/WagoClient.java | 2 +- src/main/java/com/ragedunicorn/tools/maven/WagoReleaseMojo.java | 2 +- src/main/java/com/ragedunicorn/tools/maven/log/DefaultLog.java | 2 +- .../com/ragedunicorn/tools/maven/log/WagoReleaseLogger.java | 2 +- src/main/java/com/ragedunicorn/tools/maven/model/Errors.java | 2 +- src/main/java/com/ragedunicorn/tools/maven/model/Metadata.java | 2 +- .../com/ragedunicorn/tools/maven/model/WagoApiClientError.java | 2 +- .../com/ragedunicorn/tools/maven/service/ReleaseService.java | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/LICENSE b/LICENSE index 8883431..d174320 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2022 Michael Wiesendanger +Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index ea093f5..3748fca 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ mvn pmd:pmd ## License -Copyright (c) 2022 Michael Wiesendanger +Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/main/java/com/ragedunicorn/tools/maven/WagoClient.java b/src/main/java/com/ragedunicorn/tools/maven/WagoClient.java index 1096017..8537306 100644 --- a/src/main/java/com/ragedunicorn/tools/maven/WagoClient.java +++ b/src/main/java/com/ragedunicorn/tools/maven/WagoClient.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Michael Wiesendanger + * Copyright (c) 2023 Michael Wiesendanger * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including diff --git a/src/main/java/com/ragedunicorn/tools/maven/WagoReleaseMojo.java b/src/main/java/com/ragedunicorn/tools/maven/WagoReleaseMojo.java index 0911e75..edb483f 100644 --- a/src/main/java/com/ragedunicorn/tools/maven/WagoReleaseMojo.java +++ b/src/main/java/com/ragedunicorn/tools/maven/WagoReleaseMojo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Michael Wiesendanger + * Copyright (c) 2023 Michael Wiesendanger * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including diff --git a/src/main/java/com/ragedunicorn/tools/maven/log/DefaultLog.java b/src/main/java/com/ragedunicorn/tools/maven/log/DefaultLog.java index 75d2da0..b3f747c 100644 --- a/src/main/java/com/ragedunicorn/tools/maven/log/DefaultLog.java +++ b/src/main/java/com/ragedunicorn/tools/maven/log/DefaultLog.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Michael Wiesendanger + * Copyright (c) 2023 Michael Wiesendanger * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including diff --git a/src/main/java/com/ragedunicorn/tools/maven/log/WagoReleaseLogger.java b/src/main/java/com/ragedunicorn/tools/maven/log/WagoReleaseLogger.java index 3c47ff8..ec8a4d7 100644 --- a/src/main/java/com/ragedunicorn/tools/maven/log/WagoReleaseLogger.java +++ b/src/main/java/com/ragedunicorn/tools/maven/log/WagoReleaseLogger.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Michael Wiesendanger + * Copyright (c) 2023 Michael Wiesendanger * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including diff --git a/src/main/java/com/ragedunicorn/tools/maven/model/Errors.java b/src/main/java/com/ragedunicorn/tools/maven/model/Errors.java index 2ac1adc..2c3c8e8 100644 --- a/src/main/java/com/ragedunicorn/tools/maven/model/Errors.java +++ b/src/main/java/com/ragedunicorn/tools/maven/model/Errors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Michael Wiesendanger + * Copyright (c) 2023 Michael Wiesendanger * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including diff --git a/src/main/java/com/ragedunicorn/tools/maven/model/Metadata.java b/src/main/java/com/ragedunicorn/tools/maven/model/Metadata.java index 55f5f1b..3612abd 100644 --- a/src/main/java/com/ragedunicorn/tools/maven/model/Metadata.java +++ b/src/main/java/com/ragedunicorn/tools/maven/model/Metadata.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Michael Wiesendanger + * Copyright (c) 2023 Michael Wiesendanger * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including diff --git a/src/main/java/com/ragedunicorn/tools/maven/model/WagoApiClientError.java b/src/main/java/com/ragedunicorn/tools/maven/model/WagoApiClientError.java index d7f3799..27c8745 100644 --- a/src/main/java/com/ragedunicorn/tools/maven/model/WagoApiClientError.java +++ b/src/main/java/com/ragedunicorn/tools/maven/model/WagoApiClientError.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Michael Wiesendanger + * Copyright (c) 2023 Michael Wiesendanger * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including diff --git a/src/main/java/com/ragedunicorn/tools/maven/service/ReleaseService.java b/src/main/java/com/ragedunicorn/tools/maven/service/ReleaseService.java index a6d255b..a52a427 100644 --- a/src/main/java/com/ragedunicorn/tools/maven/service/ReleaseService.java +++ b/src/main/java/com/ragedunicorn/tools/maven/service/ReleaseService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Michael Wiesendanger + * Copyright (c) 2023 Michael Wiesendanger * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including