From e1a0281e4cab484aed54196e21de65b4558bd9d7 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Wed, 8 Jun 2022 09:07:32 -0500 Subject: [PATCH] Fixing github link in copyright --- checkstyle.xml | 2 +- pom.xml | 2 +- .../kingsrook/qqq/backend/javalin/QJavalinImplementation.java | 2 +- .../qqq/backend/javalin/QJavalinImplementationTest.java | 2 +- src/test/java/com/kingsrook/qqq/backend/javalin/TestUtils.java | 2 +- src/test/resources/prime-test-database.sql | 2 +- 6 files changed, 6 insertions(+), 6 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 fb894d38..50839179 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/qqq/backend/javalin/QJavalinImplementation.java b/src/main/java/com/kingsrook/qqq/backend/javalin/QJavalinImplementation.java index 74326d82..ca33f553 100644 --- a/src/main/java/com/kingsrook/qqq/backend/javalin/QJavalinImplementation.java +++ b/src/main/java/com/kingsrook/qqq/backend/javalin/QJavalinImplementation.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/test/java/com/kingsrook/qqq/backend/javalin/QJavalinImplementationTest.java b/src/test/java/com/kingsrook/qqq/backend/javalin/QJavalinImplementationTest.java index c36fbaa7..5f17251a 100644 --- a/src/test/java/com/kingsrook/qqq/backend/javalin/QJavalinImplementationTest.java +++ b/src/test/java/com/kingsrook/qqq/backend/javalin/QJavalinImplementationTest.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/test/java/com/kingsrook/qqq/backend/javalin/TestUtils.java b/src/test/java/com/kingsrook/qqq/backend/javalin/TestUtils.java index 924cf2f9..6d3c4e8f 100644 --- a/src/test/java/com/kingsrook/qqq/backend/javalin/TestUtils.java +++ b/src/test/java/com/kingsrook/qqq/backend/javalin/TestUtils.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/test/resources/prime-test-database.sql b/src/test/resources/prime-test-database.sql index 96a050d7..6227f249 100644 --- a/src/test/resources/prime-test-database.sql +++ b/src/test/resources/prime-test-database.sql @@ -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