From e662c68eb008d44c8bf0f9e827a031de51aacf84 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Wed, 8 Jun 2022 09:08:07 -0500 Subject: [PATCH] Fixing github link in copyright --- checkstyle.xml | 2 +- pom.xml | 2 +- src/main/java/com/kingsrook/sampleapp/SampleCli.java | 2 +- src/main/java/com/kingsrook/sampleapp/SampleJavalinServer.java | 2 +- .../java/com/kingsrook/sampleapp/SampleMetaDataProvider.java | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/checkstyle.xml b/checkstyle.xml index a6a0d052..dbaa3479 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -4,7 +4,7 @@ ~ Copyright (C) 2021-2022. Kingsrook, LLC ~ 651 N Broad St Ste 205 # 6917 | Middletown DE 19709 | United States ~ contact@kingsrook.com - ~ https://github.com/Kingsrook/intellij-commentator-plugin + ~ https://github.com/Kingsrook/ ~ ~ This program is free software: you can redistribute it and/or modify ~ it under the terms of the GNU Affero General Public License as diff --git a/pom.xml b/pom.xml index c0c7730c..aed9a15d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ ~ Copyright (C) 2021-2022. Kingsrook, LLC ~ 651 N Broad St Ste 205 # 6917 | Middletown DE 19709 | United States ~ contact@kingsrook.com - ~ https://github.com/Kingsrook/intellij-commentator-plugin + ~ https://github.com/Kingsrook/ ~ ~ This program is free software: you can redistribute it and/or modify ~ it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/com/kingsrook/sampleapp/SampleCli.java b/src/main/java/com/kingsrook/sampleapp/SampleCli.java index 47693c13..8f2bece8 100644 --- a/src/main/java/com/kingsrook/sampleapp/SampleCli.java +++ b/src/main/java/com/kingsrook/sampleapp/SampleCli.java @@ -3,7 +3,7 @@ * Copyright (C) 2021-2022. Kingsrook, LLC * 651 N Broad St Ste 205 # 6917 | Middletown DE 19709 | United States * contact@kingsrook.com - * https://github.com/Kingsrook/intellij-commentator-plugin + * https://github.com/Kingsrook/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/com/kingsrook/sampleapp/SampleJavalinServer.java b/src/main/java/com/kingsrook/sampleapp/SampleJavalinServer.java index 5764545a..afe0fb8c 100644 --- a/src/main/java/com/kingsrook/sampleapp/SampleJavalinServer.java +++ b/src/main/java/com/kingsrook/sampleapp/SampleJavalinServer.java @@ -3,7 +3,7 @@ * Copyright (C) 2021-2022. Kingsrook, LLC * 651 N Broad St Ste 205 # 6917 | Middletown DE 19709 | United States * contact@kingsrook.com - * https://github.com/Kingsrook/intellij-commentator-plugin + * https://github.com/Kingsrook/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/main/java/com/kingsrook/sampleapp/SampleMetaDataProvider.java b/src/main/java/com/kingsrook/sampleapp/SampleMetaDataProvider.java index e2dae0fe..3e61d425 100644 --- a/src/main/java/com/kingsrook/sampleapp/SampleMetaDataProvider.java +++ b/src/main/java/com/kingsrook/sampleapp/SampleMetaDataProvider.java @@ -3,7 +3,7 @@ * Copyright (C) 2021-2022. Kingsrook, LLC * 651 N Broad St Ste 205 # 6917 | Middletown DE 19709 | United States * contact@kingsrook.com - * https://github.com/Kingsrook/intellij-commentator-plugin + * https://github.com/Kingsrook/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as