diff --git a/.idea/copyright/BSD_3.xml b/.idea/copyright/BSD_3.xml
new file mode 100644
index 0000000..dcac8a6
--- /dev/null
+++ b/.idea/copyright/BSD_3.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml
new file mode 100644
index 0000000..3203074
--- /dev/null
+++ b/.idea/copyright/profiles_settings.xml
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 542659b..ac02b5a 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,6 +1,16 @@
+
diff --git a/README.md b/README.md
index 87ba179..ce12848 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
[](https://central.sonatype.com/artifact/net.thauvin.erik/isgd-shorten)
[](https://sonarcloud.io/dashboard?id=ethauvin_isgd-shorten)
-[](https://github.com/ethauvin/isgd-shorten/actions/workflows/gradle.yml)
+[](https://github.com/ethauvin/isgd-shorten/actions/workflows/bld.yml)
[](https://circleci.com/gh/ethauvin/isgd-shorten/tree/master)
# [is.gd](https://is.gd/developers.php) Shortener for Kotlin, Java & Android
diff --git a/examples/gradle/build.gradle.kts b/examples/gradle/build.gradle.kts
index 74dc1d0..1fb034b 100644
--- a/examples/gradle/build.gradle.kts
+++ b/examples/gradle/build.gradle.kts
@@ -2,8 +2,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
id("application")
- id("com.github.ben-manes.versions") version "0.48.0"
- kotlin("jvm") version "1.9.10"
+ id("com.github.ben-manes.versions") version "0.49.0"
+ kotlin("jvm") version "1.9.20"
}
repositories {
diff --git a/src/bld/java/net/thauvin/erik/IsgdShortenBuild.java b/src/bld/java/net/thauvin/erik/IsgdShortenBuild.java
index 7b03690..c19ea66 100644
--- a/src/bld/java/net/thauvin/erik/IsgdShortenBuild.java
+++ b/src/bld/java/net/thauvin/erik/IsgdShortenBuild.java
@@ -1,3 +1,34 @@
+/*
+ * IsgdShortenBuild.java
+ *
+ * Copyright 2020-2023 Erik C. Thauvin (erik@thauvin.net)
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ *
+ * Redistributions of source code must retain the above copyright notice, this
+ * list of conditions and the following disclaimer.
+ *
+ * Redistributions in binary form must reproduce the above copyright notice,
+ * this list of conditions and the following disclaimer in the documentation
+ * and/or other materials provided with the distribution.
+ *
+ * Neither the name of this project nor the names of its contributors may be
+ * used to endorse or promote products derived from this software without
+ * specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
package net.thauvin.erik;
import rife.bld.BuildCommand;
diff --git a/src/main/kotlin/net/thauvin/erik/isgd/Config.kt b/src/main/kotlin/net/thauvin/erik/isgd/Config.kt
index 3c132cf..1e0cd92 100644
--- a/src/main/kotlin/net/thauvin/erik/isgd/Config.kt
+++ b/src/main/kotlin/net/thauvin/erik/isgd/Config.kt
@@ -1,7 +1,7 @@
/*
* Config.kt
*
- * Copyright 2023 Erik C. Thauvin (erik@thauvin.net)
+ * Copyright 2020-2023 Erik C. Thauvin (erik@thauvin.net)
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/src/main/kotlin/net/thauvin/erik/isgd/Isgd.kt b/src/main/kotlin/net/thauvin/erik/isgd/Isgd.kt
index 4c6728c..0be6d13 100644
--- a/src/main/kotlin/net/thauvin/erik/isgd/Isgd.kt
+++ b/src/main/kotlin/net/thauvin/erik/isgd/Isgd.kt
@@ -1,7 +1,7 @@
/*
* Isgd.kt
*
- * Copyright 2023 Erik C. Thauvin (erik@thauvin.net)
+ * Copyright 2020-2023 Erik C. Thauvin (erik@thauvin.net)
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/src/main/kotlin/net/thauvin/erik/isgd/IsgdException.kt b/src/main/kotlin/net/thauvin/erik/isgd/IsgdException.kt
index ebafb24..c67b4d6 100644
--- a/src/main/kotlin/net/thauvin/erik/isgd/IsgdException.kt
+++ b/src/main/kotlin/net/thauvin/erik/isgd/IsgdException.kt
@@ -1,7 +1,7 @@
/*
* IsgdException.kt
*
- * Copyright 2023 Erik C. Thauvin (erik@thauvin.net)
+ * Copyright 2020-2023 Erik C. Thauvin (erik@thauvin.net)
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/src/test/kotlin/net/thauvin/erik/isgd/IsgdTest.kt b/src/test/kotlin/net/thauvin/erik/isgd/IsgdTest.kt
index 9ec930a..3d59e1b 100644
--- a/src/test/kotlin/net/thauvin/erik/isgd/IsgdTest.kt
+++ b/src/test/kotlin/net/thauvin/erik/isgd/IsgdTest.kt
@@ -1,7 +1,7 @@
/*
* IsgdTest.kt
*
- * Copyright 2023 Erik C. Thauvin (erik@thauvin.net)
+ * Copyright 2020-2023 Erik C. Thauvin (erik@thauvin.net)
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: