diff --git a/LICENSE.txt b/LICENSE.txt index 1d8c0dd..75e61da 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright 2020-2024 Erik C. Thauvin (erik@thauvin.net) +Copyright 2020-2025 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/bld/java/net/thauvin/erik/bitly/BitlyShortenBuild.java b/src/bld/java/net/thauvin/erik/bitly/BitlyShortenBuild.java index 7e9c809..679abb2 100644 --- a/src/bld/java/net/thauvin/erik/bitly/BitlyShortenBuild.java +++ b/src/bld/java/net/thauvin/erik/bitly/BitlyShortenBuild.java @@ -1,7 +1,7 @@ /* * BitlyShortenBuild.java * - * Copyright 2020-2024 Erik C. Thauvin (erik@thauvin.net) + * Copyright 2020-2025 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/bitly/Bitlinks.kt b/src/main/kotlin/net/thauvin/erik/bitly/Bitlinks.kt index bc84eb2..78ec984 100644 --- a/src/main/kotlin/net/thauvin/erik/bitly/Bitlinks.kt +++ b/src/main/kotlin/net/thauvin/erik/bitly/Bitlinks.kt @@ -1,7 +1,7 @@ /* * Bitlinks.kt * - * Copyright 2020-2024 Erik C. Thauvin (erik@thauvin.net) + * Copyright 2020-2025 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/bitly/Bitly.kt b/src/main/kotlin/net/thauvin/erik/bitly/Bitly.kt index 49da858..d939c14 100644 --- a/src/main/kotlin/net/thauvin/erik/bitly/Bitly.kt +++ b/src/main/kotlin/net/thauvin/erik/bitly/Bitly.kt @@ -1,7 +1,7 @@ /* * Bitly.kt * - * Copyright 2020-2024 Erik C. Thauvin (erik@thauvin.net) + * Copyright 2020-2025 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/bitly/CallResponse.kt b/src/main/kotlin/net/thauvin/erik/bitly/CallResponse.kt index b314da0..020f555 100644 --- a/src/main/kotlin/net/thauvin/erik/bitly/CallResponse.kt +++ b/src/main/kotlin/net/thauvin/erik/bitly/CallResponse.kt @@ -1,7 +1,7 @@ /* * CallResponse.kt * - * Copyright 2020-2024 Erik C. Thauvin (erik@thauvin.net) + * Copyright 2020-2025 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/bitly/Constants.kt b/src/main/kotlin/net/thauvin/erik/bitly/Constants.kt index a94aba3..d86bacd 100644 --- a/src/main/kotlin/net/thauvin/erik/bitly/Constants.kt +++ b/src/main/kotlin/net/thauvin/erik/bitly/Constants.kt @@ -1,7 +1,7 @@ /* * Constants.kt * - * Copyright 2020-2024 Erik C. Thauvin (erik@thauvin.net) + * Copyright 2020-2025 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/bitly/Methods.kt b/src/main/kotlin/net/thauvin/erik/bitly/Methods.kt index d7b08b0..6b3ef3e 100644 --- a/src/main/kotlin/net/thauvin/erik/bitly/Methods.kt +++ b/src/main/kotlin/net/thauvin/erik/bitly/Methods.kt @@ -1,7 +1,7 @@ /* * Methods.kt * - * Copyright 2020-2024 Erik C. Thauvin (erik@thauvin.net) + * Copyright 2020-2025 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/bitly/Units.kt b/src/main/kotlin/net/thauvin/erik/bitly/Units.kt index dc5509b..7494075 100644 --- a/src/main/kotlin/net/thauvin/erik/bitly/Units.kt +++ b/src/main/kotlin/net/thauvin/erik/bitly/Units.kt @@ -1,7 +1,7 @@ /* * Units.kt * - * Copyright 2020-2024 Erik C. Thauvin (erik@thauvin.net) + * Copyright 2020-2025 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/bitly/Utils.kt b/src/main/kotlin/net/thauvin/erik/bitly/Utils.kt index c969cf5..17441e0 100644 --- a/src/main/kotlin/net/thauvin/erik/bitly/Utils.kt +++ b/src/main/kotlin/net/thauvin/erik/bitly/Utils.kt @@ -1,7 +1,7 @@ /* * Utils.kt * - * Copyright 2020-2024 Erik C. Thauvin (erik@thauvin.net) + * Copyright 2020-2025 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/bitly/config/CreateConfig.kt b/src/main/kotlin/net/thauvin/erik/bitly/config/CreateConfig.kt index bf822b5..25503b7 100644 --- a/src/main/kotlin/net/thauvin/erik/bitly/config/CreateConfig.kt +++ b/src/main/kotlin/net/thauvin/erik/bitly/config/CreateConfig.kt @@ -1,7 +1,7 @@ /* * CreateConfig.kt * - * Copyright 2020-2024 Erik C. Thauvin (erik@thauvin.net) + * Copyright 2020-2025 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/bitly/config/UpdateConfig.kt b/src/main/kotlin/net/thauvin/erik/bitly/config/UpdateConfig.kt index bf18ca3..d531d1b 100644 --- a/src/main/kotlin/net/thauvin/erik/bitly/config/UpdateConfig.kt +++ b/src/main/kotlin/net/thauvin/erik/bitly/config/UpdateConfig.kt @@ -1,7 +1,7 @@ /* * UpdateConfig.kt * - * Copyright 2020-2024 Erik C. Thauvin (erik@thauvin.net) + * Copyright 2020-2025 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/bitly/config/deeplinks/CreateDeeplinks.kt b/src/main/kotlin/net/thauvin/erik/bitly/config/deeplinks/CreateDeeplinks.kt index a17da51..b5276a5 100644 --- a/src/main/kotlin/net/thauvin/erik/bitly/config/deeplinks/CreateDeeplinks.kt +++ b/src/main/kotlin/net/thauvin/erik/bitly/config/deeplinks/CreateDeeplinks.kt @@ -1,7 +1,7 @@ /* * CreateDeeplinks.kt * - * Copyright 2020-2024 Erik C. Thauvin (erik@thauvin.net) + * Copyright 2020-2025 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/bitly/config/deeplinks/UpdateDeeplinks.kt b/src/main/kotlin/net/thauvin/erik/bitly/config/deeplinks/UpdateDeeplinks.kt index 5820e09..245497a 100644 --- a/src/main/kotlin/net/thauvin/erik/bitly/config/deeplinks/UpdateDeeplinks.kt +++ b/src/main/kotlin/net/thauvin/erik/bitly/config/deeplinks/UpdateDeeplinks.kt @@ -1,7 +1,7 @@ /* * UpdateDeeplinks.kt * - * Copyright 2020-2024 Erik C. Thauvin (erik@thauvin.net) + * Copyright 2020-2025 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/bitly/config/deeplinks/enums/InstallType.kt b/src/main/kotlin/net/thauvin/erik/bitly/config/deeplinks/enums/InstallType.kt index 27b524d..8e7dcc1 100644 --- a/src/main/kotlin/net/thauvin/erik/bitly/config/deeplinks/enums/InstallType.kt +++ b/src/main/kotlin/net/thauvin/erik/bitly/config/deeplinks/enums/InstallType.kt @@ -1,7 +1,7 @@ /* * InstallType.kt * - * Copyright 2020-2024 Erik C. Thauvin (erik@thauvin.net) + * Copyright 2020-2025 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/bitly/config/deeplinks/enums/Os.kt b/src/main/kotlin/net/thauvin/erik/bitly/config/deeplinks/enums/Os.kt index 69e1a1a..59bb9f9 100644 --- a/src/main/kotlin/net/thauvin/erik/bitly/config/deeplinks/enums/Os.kt +++ b/src/main/kotlin/net/thauvin/erik/bitly/config/deeplinks/enums/Os.kt @@ -1,7 +1,7 @@ /* - * InstallType.kt + * Os.kt * - * Copyright 2020-2024 Erik C. Thauvin (erik@thauvin.net) + * Copyright 2020-2025 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/DisableOnCi.kt b/src/test/kotlin/DisableOnCi.kt index d713d9c..d3d02f3 100644 --- a/src/test/kotlin/DisableOnCi.kt +++ b/src/test/kotlin/DisableOnCi.kt @@ -1,7 +1,7 @@ /* * DisableOnCi.kt * - * Copyright 2020-2024 Erik C. Thauvin (erik@thauvin.net) + * Copyright 2020-2025 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/DisableOnCiCondition.kt b/src/test/kotlin/DisableOnCiCondition.kt index 13548a0..d83cac6 100644 --- a/src/test/kotlin/DisableOnCiCondition.kt +++ b/src/test/kotlin/DisableOnCiCondition.kt @@ -1,7 +1,7 @@ /* * DisableOnCiCondition.kt * - * Copyright 2020-2024 Erik C. Thauvin (erik@thauvin.net) + * Copyright 2020-2025 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/bitly/BitlyTest.kt b/src/test/kotlin/net/thauvin/erik/bitly/BitlyTest.kt index 9ad25af..2af5f86 100644 --- a/src/test/kotlin/net/thauvin/erik/bitly/BitlyTest.kt +++ b/src/test/kotlin/net/thauvin/erik/bitly/BitlyTest.kt @@ -1,7 +1,7 @@ /* * BitlyTest.kt * - * Copyright 2020-2024 Erik C. Thauvin (erik@thauvin.net) + * Copyright 2020-2025 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/bitly/config/ConfigTest.kt b/src/test/kotlin/net/thauvin/erik/bitly/config/ConfigTest.kt index 57a7ae3..1472d1e 100644 --- a/src/test/kotlin/net/thauvin/erik/bitly/config/ConfigTest.kt +++ b/src/test/kotlin/net/thauvin/erik/bitly/config/ConfigTest.kt @@ -1,7 +1,7 @@ /* * ConfigTest.kt * - * Copyright 2020-2024 Erik C. Thauvin (erik@thauvin.net) + * Copyright 2020-2025 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/bitly/config/deeplinks/DeeplinksTest.kt b/src/test/kotlin/net/thauvin/erik/bitly/config/deeplinks/DeeplinksTest.kt index cdb78df..c5dff39 100644 --- a/src/test/kotlin/net/thauvin/erik/bitly/config/deeplinks/DeeplinksTest.kt +++ b/src/test/kotlin/net/thauvin/erik/bitly/config/deeplinks/DeeplinksTest.kt @@ -1,7 +1,7 @@ /* * DeeplinksTest.kt * - * Copyright 2020-2024 Erik C. Thauvin (erik@thauvin.net) + * Copyright 2020-2025 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: