diff --git a/.idea/runConfigurations/Build___Test.xml b/.idea/runConfigurations/Build___Test.xml index 921cefc0..7c9d5283 100644 --- a/.idea/runConfigurations/Build___Test.xml +++ b/.idea/runConfigurations/Build___Test.xml @@ -23,4 +23,4 @@ false - \ No newline at end of file + diff --git a/NOTICE.txt b/NOTICE.txt index 88a97d44..481426f7 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,5 +1,5 @@ Ashampoo Kim - Kotlin Image Metadata -Copyright 2024 Ashampoo GmbH & Co. KG +Copyright 2025 Ashampoo GmbH & Co. KG This product includes a modified portion of 'Apache Commons Imaging' developed by the Apache Software Foundation (https://www.apache.org/). diff --git a/README.md b/README.md index f6f500af..85d4e4f2 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ of Ashampoo Photo Organizer, which, in turn, is driven by user community feedbac ## Installation ``` -implementation("com.ashampoo:kim:0.20.1") +implementation("com.ashampoo:kim:0.20.2") ``` For the targets `wasmJs` & `js` you also need to specify this: diff --git a/build.gradle.kts b/build.gradle.kts index 1c56cdda..c51ce6bd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,9 +1,11 @@ +import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl +import org.jetbrains.kotlin.gradle.dsl.JvmTarget import org.jetbrains.kotlin.gradle.plugin.mpp.NativeBuildType import org.jetbrains.kotlin.gradle.plugin.mpp.apple.XCFramework plugins { - kotlin("multiplatform") version "2.0.21" + kotlin("multiplatform") version "2.0.21" // Kotlin 2.1.0 results in compile errors! id("com.android.library") version "8.5.0" id("maven-publish") id("signing") @@ -12,7 +14,7 @@ plugins { id("org.jetbrains.kotlinx.kover") version "0.6.1" id("com.asarkar.gradle.build-time-tracker") version "4.3.0" id("me.qoomon.git-versioning") version "6.4.4" - id("com.goncalossilva.resources") version "0.9.0" + id("com.goncalossilva.resources") version "0.9.0" // 0.10.0 requires Kotlin 2.1.0 id("com.github.ben-manes.versions") version "0.51.0" id("org.jetbrains.dokka") version "1.9.20" } @@ -24,7 +26,7 @@ repositories { val productName: String = "Ashampoo Kim" -val ktorVersion: String = "3.0.1" +val ktorVersion: String = "3.0.3" val xmpCoreVersion: String = "1.4.2" val dateTimeVersion: String = "0.6.1" val kotlinxIoVersion: String = "0.6.0" @@ -118,10 +120,9 @@ kotlin { androidTarget { - compilations.all { - kotlinOptions { - jvmTarget = "11" - } + @OptIn(ExperimentalKotlinGradlePluginApi::class) + compilerOptions { + jvmTarget = JvmTarget.JVM_11 } publishLibraryVariants("release") @@ -176,20 +177,13 @@ kotlin { browser { webpackTask { mainOutputFileName = "kim.js" - output.library = "kimlib" + output.library = "kimLib" } } nodejs() - binaries.library() - // binaries.executable() - - compilations.all { - compileTaskProvider.configure { - compilerOptions.freeCompilerArgs.add("-Xir-minimized-member-names=false") - } - } + binaries.executable() } @OptIn(ExperimentalWasmDsl::class) @@ -200,8 +194,7 @@ kotlin { browser() nodejs() - binaries.library() - // binaries.executable() + binaries.executable() } // WASI support is planned for kotlinx-datetime v0.7 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 21d5e095..18362b78 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/kotlin-js-store/yarn.lock b/kotlin-js-store/yarn.lock index 9b5bd3b6..1f965e54 100644 --- a/kotlin-js-store/yarn.lock +++ b/kotlin-js-store/yarn.lock @@ -57,11 +57,46 @@ resolved "https://registry.yarnpkg.com/@js-joda/core/-/core-3.2.0.tgz#3e61e21b7b2b8a6be746df1335cf91d70db2a273" integrity sha512-PMqgJ0sw5B7FKb2d5bWYIoxjri+QlW/Pys7+Rw82jSH0QN3rB05jZ/VrrsUdh1w4+i2kw9JOejXGq/KhDOX7Kg== +"@leichtgewicht/ip-codec@^2.0.1": + version "2.0.5" + resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz#4fc56c15c580b9adb7dc3c333a134e540b44bfb1" + integrity sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw== + "@socket.io/component-emitter@~3.1.0": version "3.1.2" resolved "https://registry.yarnpkg.com/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz#821f8442f4175d8f0467b9daf26e3a18e2d02af2" integrity sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA== +"@types/body-parser@*": + version "1.19.5" + resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.5.tgz#04ce9a3b677dc8bd681a17da1ab9835dc9d3ede4" + integrity sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg== + dependencies: + "@types/connect" "*" + "@types/node" "*" + +"@types/bonjour@^3.5.9": + version "3.5.13" + resolved "https://registry.yarnpkg.com/@types/bonjour/-/bonjour-3.5.13.tgz#adf90ce1a105e81dd1f9c61fdc5afda1bfb92956" + integrity sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ== + dependencies: + "@types/node" "*" + +"@types/connect-history-api-fallback@^1.3.5": + version "1.5.4" + resolved "https://registry.yarnpkg.com/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz#7de71645a103056b48ac3ce07b3520b819c1d5b3" + integrity sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw== + dependencies: + "@types/express-serve-static-core" "*" + "@types/node" "*" + +"@types/connect@*": + version "3.4.38" + resolved "https://registry.yarnpkg.com/@types/connect/-/connect-3.4.38.tgz#5ba7f3bc4fbbdeaff8dded952e5ff2cc53f8d858" + integrity sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug== + dependencies: + "@types/node" "*" + "@types/cookie@^0.4.1": version "0.4.1" resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.4.1.tgz#bfd02c1f2224567676c1545199f87c3a861d878d" @@ -95,11 +130,75 @@ resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50" integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw== -"@types/json-schema@*", "@types/json-schema@^7.0.8": +"@types/express-serve-static-core@*", "@types/express-serve-static-core@^5.0.0": + version "5.0.3" + resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-5.0.3.tgz#04174d3f0836863467b7fbcbbbcd69441d205715" + integrity sha512-JEhMNwUJt7bw728CydvYzntD0XJeTmDnvwLlbfbAhE7Tbslm/ax6bdIiUwTgeVlZTsJQPwZwKpAkyDtIjsvx3g== + dependencies: + "@types/node" "*" + "@types/qs" "*" + "@types/range-parser" "*" + "@types/send" "*" + +"@types/express-serve-static-core@^4.17.33": + version "4.19.6" + resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz#e01324c2a024ff367d92c66f48553ced0ab50267" + integrity sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A== + dependencies: + "@types/node" "*" + "@types/qs" "*" + "@types/range-parser" "*" + "@types/send" "*" + +"@types/express@*": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@types/express/-/express-5.0.0.tgz#13a7d1f75295e90d19ed6e74cab3678488eaa96c" + integrity sha512-DvZriSMehGHL1ZNLzi6MidnsDhUZM/x2pRdDIKdwbUNqqwHxMlRdkxtn6/EPKyqKpHqTl/4nRZsRNLpZxZRpPQ== + dependencies: + "@types/body-parser" "*" + "@types/express-serve-static-core" "^5.0.0" + "@types/qs" "*" + "@types/serve-static" "*" + +"@types/express@^4.17.13": + version "4.17.21" + resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d" + integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ== + dependencies: + "@types/body-parser" "*" + "@types/express-serve-static-core" "^4.17.33" + "@types/qs" "*" + "@types/serve-static" "*" + +"@types/http-errors@*": + version "2.0.4" + resolved "https://registry.yarnpkg.com/@types/http-errors/-/http-errors-2.0.4.tgz#7eb47726c391b7345a6ec35ad7f4de469cf5ba4f" + integrity sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA== + +"@types/http-proxy@^1.17.8": + version "1.17.15" + resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.15.tgz#12118141ce9775a6499ecb4c01d02f90fc839d36" + integrity sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ== + dependencies: + "@types/node" "*" + +"@types/json-schema@*", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9": version "7.0.15" resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841" integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA== +"@types/mime@^1": + version "1.3.5" + resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.5.tgz#1ef302e01cf7d2b5a0fa526790c9123bf1d06690" + integrity sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w== + +"@types/node-forge@^1.3.0": + version "1.3.11" + resolved "https://registry.yarnpkg.com/@types/node-forge/-/node-forge-1.3.11.tgz#0972ea538ddb0f4d9c2fa0ec5db5724773a604da" + integrity sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ== + dependencies: + "@types/node" "*" + "@types/node@*", "@types/node@>=10.0.0": version "22.9.1" resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.1.tgz#bdf91c36e0e7ecfb7257b2d75bf1b206b308ca71" @@ -107,6 +206,59 @@ dependencies: undici-types "~6.19.8" +"@types/qs@*": + version "6.9.17" + resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.17.tgz#fc560f60946d0aeff2f914eb41679659d3310e1a" + integrity sha512-rX4/bPcfmvxHDv0XjfJELTTr+iB+tn032nPILqHm5wbthUUUuVtNGGqzhya9XUxjTP8Fpr0qYgSZZKxGY++svQ== + +"@types/range-parser@*": + version "1.2.7" + resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.7.tgz#50ae4353eaaddc04044279812f52c8c65857dbcb" + integrity sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ== + +"@types/retry@0.12.0": + version "0.12.0" + resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d" + integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA== + +"@types/send@*": + version "0.17.4" + resolved "https://registry.yarnpkg.com/@types/send/-/send-0.17.4.tgz#6619cd24e7270793702e4e6a4b958a9010cfc57a" + integrity sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA== + dependencies: + "@types/mime" "^1" + "@types/node" "*" + +"@types/serve-index@^1.9.1": + version "1.9.4" + resolved "https://registry.yarnpkg.com/@types/serve-index/-/serve-index-1.9.4.tgz#e6ae13d5053cb06ed36392110b4f9a49ac4ec898" + integrity sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug== + dependencies: + "@types/express" "*" + +"@types/serve-static@*", "@types/serve-static@^1.13.10": + version "1.15.7" + resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.15.7.tgz#22174bbd74fb97fe303109738e9b5c2f3064f714" + integrity sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw== + dependencies: + "@types/http-errors" "*" + "@types/node" "*" + "@types/send" "*" + +"@types/sockjs@^0.3.33": + version "0.3.36" + resolved "https://registry.yarnpkg.com/@types/sockjs/-/sockjs-0.3.36.tgz#ce322cf07bcc119d4cbf7f88954f3a3bd0f67535" + integrity sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q== + dependencies: + "@types/node" "*" + +"@types/ws@^8.5.5": + version "8.5.13" + resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.13.tgz#6414c280875e2691d0d1e080b05addbf5cb91e20" + integrity sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA== + dependencies: + "@types/node" "*" + "@webassemblyjs/ast@1.14.1", "@webassemblyjs/ast@^1.12.1": version "1.14.1" resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.14.1.tgz#a9f6a07f2b03c95c8d38c4536a1fdfb521ff55b6" @@ -253,7 +405,7 @@ resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d" integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== -accepts@~1.3.4: +accepts@~1.3.4, accepts@~1.3.8: version "1.3.8" resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e" integrity sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw== @@ -271,11 +423,25 @@ acorn@^8.7.1, acorn@^8.8.2: resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0" integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA== +ajv-formats@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520" + integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA== + dependencies: + ajv "^8.0.0" + ajv-keywords@^3.5.2: version "3.5.2" resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d" integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ== +ajv-keywords@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz#69d4d385a4733cdbeab44964a1170a88f87f0e16" + integrity sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw== + dependencies: + fast-deep-equal "^3.1.3" + ajv@^6.12.5: version "6.12.6" resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" @@ -286,11 +452,26 @@ ajv@^6.12.5: json-schema-traverse "^0.4.1" uri-js "^4.2.2" +ajv@^8.0.0, ajv@^8.9.0: + version "8.17.1" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6" + integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g== + dependencies: + fast-deep-equal "^3.1.3" + fast-uri "^3.0.1" + json-schema-traverse "^1.0.0" + require-from-string "^2.0.2" + ansi-colors@^4.1.3: version "4.1.3" resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.3.tgz#37611340eb2243e70cc604cad35d63270d48781b" integrity sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw== +ansi-html-community@^0.0.8: + version "0.0.8" + resolved "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41" + integrity sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw== + ansi-regex@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" @@ -316,6 +497,11 @@ argparse@^2.0.1: resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== +array-flatten@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" + integrity sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg== + balanced-match@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" @@ -326,12 +512,17 @@ base64id@2.0.0, base64id@~2.0.0: resolved "https://registry.yarnpkg.com/base64id/-/base64id-2.0.0.tgz#2770ac6bc47d312af97a8bf9a634342e0cd25cb6" integrity sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog== +batch@0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/batch/-/batch-0.6.1.tgz#dc34314f4e679318093fc760272525f94bf25c16" + integrity sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw== + binary-extensions@^2.0.0: version "2.3.0" resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.3.0.tgz#f6e14a97858d327252200242d4ccfe522c445522" integrity sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw== -body-parser@^1.19.0: +body-parser@1.20.3, body-parser@^1.19.0: version "1.20.3" resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.3.tgz#1953431221c6fb5cd63c4b36d53fab0928e548c6" integrity sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g== @@ -349,6 +540,14 @@ body-parser@^1.19.0: type-is "~1.6.18" unpipe "1.0.0" +bonjour-service@^1.0.11: + version "1.3.0" + resolved "https://registry.yarnpkg.com/bonjour-service/-/bonjour-service-1.3.0.tgz#80d867430b5a0da64e82a8047fc1e355bdb71722" + integrity sha512-3YuAUiSkWykd+2Azjgyxei8OWf8thdn8AITIog2M4UICzoqfjlqr64WIjEXZllf/W6vK1goqleSR6brGomxQqA== + dependencies: + fast-deep-equal "^3.1.3" + multicast-dns "^7.2.5" + brace-expansion@^1.1.7: version "1.1.11" resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" @@ -364,7 +563,7 @@ brace-expansion@^2.0.1: dependencies: balanced-match "^1.0.0" -braces@^3.0.2, braces@~3.0.2: +braces@^3.0.2, braces@^3.0.3, braces@~3.0.2: version "3.0.3" resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789" integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA== @@ -475,7 +674,7 @@ color-name@~1.1.4: resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== -colorette@^2.0.14: +colorette@^2.0.10, colorette@^2.0.14: version "2.0.20" resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a" integrity sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w== @@ -490,11 +689,36 @@ commander@^2.20.0: resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== +compressible@~2.0.18: + version "2.0.18" + resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba" + integrity sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg== + dependencies: + mime-db ">= 1.43.0 < 2" + +compression@^1.7.4: + version "1.7.5" + resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.5.tgz#fdd256c0a642e39e314c478f6c2cd654edd74c93" + integrity sha512-bQJ0YRck5ak3LgtnpKkiabX5pNF7tMUh1BSy2ZBOTh0Dim0BUu6aPPwByIns6/A5Prh8PufSPerMDUklpzes2Q== + dependencies: + bytes "3.1.2" + compressible "~2.0.18" + debug "2.6.9" + negotiator "~0.6.4" + on-headers "~1.0.2" + safe-buffer "5.2.1" + vary "~1.1.2" + concat-map@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== +connect-history-api-fallback@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz#647264845251a0daf25b97ce87834cace0f5f1c8" + integrity sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA== + connect@^3.7.0: version "3.7.0" resolved "https://registry.yarnpkg.com/connect/-/connect-3.7.0.tgz#5d49348910caa5e07a01800b030d0c35f20484f8" @@ -505,16 +729,38 @@ connect@^3.7.0: parseurl "~1.3.3" utils-merge "1.0.1" -content-type@~1.0.5: +content-disposition@0.5.4: + version "0.5.4" + resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.4.tgz#8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe" + integrity sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ== + dependencies: + safe-buffer "5.2.1" + +content-type@~1.0.4, content-type@~1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918" integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA== +cookie-signature@1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" + integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ== + +cookie@0.7.1: + version "0.7.1" + resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9" + integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w== + cookie@~0.7.2: version "0.7.2" resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7" integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w== +core-util-is@~1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" + integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== + cors@~2.8.5: version "2.8.5" resolved "https://registry.yarnpkg.com/cors/-/cors-2.8.5.tgz#eac11da51592dd86b9f06f6e7ac293b3df875d29" @@ -549,6 +795,13 @@ debug@2.6.9: dependencies: ms "2.0.0" +debug@^4.1.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a" + integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA== + dependencies: + ms "^2.1.3" + debug@^4.3.4, debug@^4.3.5, debug@~4.3.1, debug@~4.3.2, debug@~4.3.4: version "4.3.7" resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52" @@ -561,6 +814,13 @@ decamelize@^4.0.0: resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-4.0.0.tgz#aa472d7bf660eb15f3494efd531cab7f2a709837" integrity sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ== +default-gateway@^6.0.3: + version "6.0.3" + resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-6.0.3.tgz#819494c888053bdb743edbf343d6cdf7f2943a71" + integrity sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg== + dependencies: + execa "^5.0.0" + define-data-property@^1.1.4: version "1.1.4" resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.4.tgz#894dc141bb7d3060ae4366f6a0107e68fbe48c5e" @@ -570,16 +830,31 @@ define-data-property@^1.1.4: es-errors "^1.3.0" gopd "^1.0.1" +define-lazy-prop@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f" + integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== + depd@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df" integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== +depd@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" + integrity sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ== + destroy@1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015" integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg== +detect-node@^2.0.4: + version "2.1.0" + resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1" + integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g== + di@^0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/di/-/di-0.0.1.tgz#806649326ceaa7caa3306d75d985ea2748ba913c" @@ -590,6 +865,13 @@ diff@^5.2.0: resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.0.tgz#26ded047cd1179b78b9537d5ef725503ce1ae531" integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A== +dns-packet@^5.2.2: + version "5.6.1" + resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-5.6.1.tgz#ae888ad425a9d1478a0674256ab866de1012cf2f" + integrity sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw== + dependencies: + "@leichtgewicht/ip-codec" "^2.0.1" + dom-serialize@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/dom-serialize/-/dom-serialize-2.2.1.tgz#562ae8999f44be5ea3076f5419dcd59eb43ac95b" @@ -620,6 +902,11 @@ encodeurl@~1.0.2: resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w== +encodeurl@~2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-2.0.0.tgz#7b8ea898077d7e409d3ac45474ea38eaf0857a58" + integrity sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg== + engine.io-parser@~5.2.1: version "5.2.3" resolved "https://registry.yarnpkg.com/engine.io-parser/-/engine.io-parser-5.2.3.tgz#00dc5b97b1f233a23c9398d0209504cf5f94d92f" @@ -718,6 +1005,11 @@ estraverse@^5.2.0: resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123" integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== +etag@~1.8.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" + integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg== + eventemitter3@^4.0.0: version "4.0.7" resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f" @@ -728,12 +1020,64 @@ events@^3.2.0: resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400" integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q== +execa@^5.0.0: + version "5.1.1" + resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd" + integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg== + dependencies: + cross-spawn "^7.0.3" + get-stream "^6.0.0" + human-signals "^2.1.0" + is-stream "^2.0.0" + merge-stream "^2.0.0" + npm-run-path "^4.0.1" + onetime "^5.1.2" + signal-exit "^3.0.3" + strip-final-newline "^2.0.0" + +express@^4.17.3: + version "4.21.2" + resolved "https://registry.yarnpkg.com/express/-/express-4.21.2.tgz#cf250e48362174ead6cea4a566abef0162c1ec32" + integrity sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA== + dependencies: + accepts "~1.3.8" + array-flatten "1.1.1" + body-parser "1.20.3" + content-disposition "0.5.4" + content-type "~1.0.4" + cookie "0.7.1" + cookie-signature "1.0.6" + debug "2.6.9" + depd "2.0.0" + encodeurl "~2.0.0" + escape-html "~1.0.3" + etag "~1.8.1" + finalhandler "1.3.1" + fresh "0.5.2" + http-errors "2.0.0" + merge-descriptors "1.0.3" + methods "~1.1.2" + on-finished "2.4.1" + parseurl "~1.3.3" + path-to-regexp "0.1.12" + proxy-addr "~2.0.7" + qs "6.13.0" + range-parser "~1.2.1" + safe-buffer "5.2.1" + send "0.19.0" + serve-static "1.16.2" + setprototypeof "1.2.0" + statuses "2.0.1" + type-is "~1.6.18" + utils-merge "1.0.1" + vary "~1.1.2" + extend@^3.0.0: version "3.0.2" resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== -fast-deep-equal@^3.1.1: +fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: version "3.1.3" resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== @@ -743,11 +1087,23 @@ fast-json-stable-stringify@^2.0.0: resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== +fast-uri@^3.0.1: + version "3.0.5" + resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.5.tgz#19f5f9691d0dab9b85861a7bb5d98fca961da9cd" + integrity sha512-5JnBCWpFlMo0a3ciDy/JckMzzv1U9coZrIhedq+HXxxUfDTAiS0LA8OKVao4G9BxmCVck/jtA5r3KAtRWEyD8Q== + fastest-levenshtein@^1.0.12: version "1.0.16" resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#210e61b6ff181de91ea9b3d1b84fdedd47e034e5" integrity sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg== +faye-websocket@^0.11.3: + version "0.11.4" + resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.11.4.tgz#7f0d9275cfdd86a1c963dc8b65fcc451edcbb1da" + integrity sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g== + dependencies: + websocket-driver ">=0.5.1" + fill-range@^7.1.1: version "7.1.1" resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292" @@ -768,6 +1124,19 @@ finalhandler@1.1.2: statuses "~1.5.0" unpipe "~1.0.0" +finalhandler@1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.3.1.tgz#0c575f1d1d324ddd1da35ad7ece3df7d19088019" + integrity sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ== + dependencies: + debug "2.6.9" + encodeurl "~2.0.0" + escape-html "~1.0.3" + on-finished "2.4.1" + parseurl "~1.3.3" + statuses "2.0.1" + unpipe "~1.0.0" + find-up@^4.0.0: version "4.1.0" resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" @@ -804,6 +1173,16 @@ format-util@^1.0.5: resolved "https://registry.yarnpkg.com/format-util/-/format-util-1.0.5.tgz#1ffb450c8a03e7bccffe40643180918cc297d271" integrity sha512-varLbTj0e0yVyRpqQhuWV+8hlePAgaoFRhNFj50BNjEIrw1/DphHSObtqwskVCPWNgzwPoQrZAbfa/SBiicNeg== +forwarded@0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811" + integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow== + +fresh@0.5.2: + version "0.5.2" + resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" + integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q== + fs-extra@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0" @@ -813,6 +1192,11 @@ fs-extra@^8.1.0: jsonfile "^4.0.0" universalify "^0.1.0" +fs-monkey@^1.0.4: + version "1.0.6" + resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.6.tgz#8ead082953e88d992cf3ff844faa907b26756da2" + integrity sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg== + fs.realpath@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" @@ -844,6 +1228,11 @@ get-intrinsic@^1.1.3, get-intrinsic@^1.2.4: has-symbols "^1.0.3" hasown "^2.0.0" +get-stream@^6.0.0: + version "6.0.1" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" + integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== + glob-parent@~5.1.2: version "5.1.2" resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" @@ -891,6 +1280,11 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.10, resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== +handle-thing@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.1.tgz#857f79ce359580c340d43081cc648970d0bb234e" + integrity sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg== + has-flag@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" @@ -925,6 +1319,26 @@ he@^1.2.0: resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== +hpack.js@^2.1.6: + version "2.1.6" + resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2" + integrity sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ== + dependencies: + inherits "^2.0.1" + obuf "^1.0.0" + readable-stream "^2.0.1" + wbuf "^1.1.0" + +html-entities@^2.3.2: + version "2.5.2" + resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.5.2.tgz#201a3cf95d3a15be7099521620d19dfb4f65359f" + integrity sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA== + +http-deceiver@^1.2.7: + version "1.2.7" + resolved "https://registry.yarnpkg.com/http-deceiver/-/http-deceiver-1.2.7.tgz#fa7168944ab9a519d337cb0bec7284dc3e723d87" + integrity sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw== + http-errors@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3" @@ -936,6 +1350,32 @@ http-errors@2.0.0: statuses "2.0.1" toidentifier "1.0.1" +http-errors@~1.6.2: + version "1.6.3" + resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.3.tgz#8b55680bb4be283a0b5bf4ea2e38580be1d9320d" + integrity sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A== + dependencies: + depd "~1.1.2" + inherits "2.0.3" + setprototypeof "1.1.0" + statuses ">= 1.4.0 < 2" + +http-parser-js@>=0.5.1: + version "0.5.8" + resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.8.tgz#af23090d9ac4e24573de6f6aecc9d84a48bf20e3" + integrity sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q== + +http-proxy-middleware@^2.0.3: + version "2.0.7" + resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz#915f236d92ae98ef48278a95dedf17e991936ec6" + integrity sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA== + dependencies: + "@types/http-proxy" "^1.17.8" + http-proxy "^1.18.1" + is-glob "^4.0.1" + is-plain-obj "^3.0.0" + micromatch "^4.0.2" + http-proxy@^1.18.1: version "1.18.1" resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549" @@ -945,6 +1385,11 @@ http-proxy@^1.18.1: follow-redirects "^1.0.0" requires-port "^1.0.0" +human-signals@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" + integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== + iconv-lite@0.4.24: version "0.4.24" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" @@ -975,16 +1420,31 @@ inflight@^1.0.4: once "^1.3.0" wrappy "1" -inherits@2, inherits@2.0.4: +inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.3: version "2.0.4" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== +inherits@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" + integrity sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw== + interpret@^3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/interpret/-/interpret-3.1.1.tgz#5be0ceed67ca79c6c4bc5cf0d7ee843dcea110c4" integrity sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ== +ipaddr.js@1.9.1: + version "1.9.1" + resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3" + integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== + +ipaddr.js@^2.0.1: + version "2.2.0" + resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-2.2.0.tgz#d33fa7bac284f4de7af949638c9d68157c6b92e8" + integrity sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA== + is-binary-path@~2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" @@ -999,6 +1459,11 @@ is-core-module@^2.13.0: dependencies: hasown "^2.0.2" +is-docker@^2.0.0, is-docker@^2.1.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" + integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== + is-extglob@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" @@ -1026,6 +1491,11 @@ is-plain-obj@^2.1.0: resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287" integrity sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA== +is-plain-obj@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz#af6f2ea14ac5a646183a5bbdb5baabbc156ad9d7" + integrity sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA== + is-plain-object@^2.0.4: version "2.0.4" resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" @@ -1033,11 +1503,28 @@ is-plain-object@^2.0.4: dependencies: isobject "^3.0.1" +is-stream@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077" + integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== + is-unicode-supported@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7" integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw== +is-wsl@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271" + integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== + dependencies: + is-docker "^2.0.0" + +isarray@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" + integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ== + isbinaryfile@^4.0.8: version "4.0.10" resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.10.tgz#0c5b5e30c2557a2f06febd37b7322946aaee42b3" @@ -1079,6 +1566,11 @@ json-schema-traverse@^0.4.1: resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== +json-schema-traverse@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2" + integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== + jsonfile@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" @@ -1151,6 +1643,14 @@ kind-of@^6.0.2: resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== +launch-editor@^2.6.0: + version "2.9.1" + resolved "https://registry.yarnpkg.com/launch-editor/-/launch-editor-2.9.1.tgz#253f173bd441e342d4344b4dae58291abb425047" + integrity sha512-Gcnl4Bd+hRO9P9icCP/RVVT2o8SFlPXofuCxvA2SaZuH45whSvf5p8x5oih5ftLiVhEI4sp5xDY+R+b3zJBh5w== + dependencies: + picocolors "^1.0.0" + shell-quote "^1.8.1" + loader-runner@^4.2.0: version "4.3.0" resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.3.0.tgz#c1b4a163b99f614830353b16755e7149ac2314e1" @@ -1199,28 +1699,73 @@ media-typer@0.3.0: resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ== +memfs@^3.4.3: + version "3.6.0" + resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.6.0.tgz#d7a2110f86f79dd950a8b6df6d57bc984aa185f6" + integrity sha512-EGowvkkgbMcIChjMTMkESFDbZeSh8xZ7kNSF0hAiAN4Jh6jgHCRS0Ga/+C8y6Au+oqpezRHCfPsmJ2+DwAgiwQ== + dependencies: + fs-monkey "^1.0.4" + +merge-descriptors@1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.3.tgz#d80319a65f3c7935351e5cfdac8f9318504dbed5" + integrity sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ== + merge-stream@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== +methods@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" + integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w== + +micromatch@^4.0.2: + version "4.0.8" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202" + integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA== + dependencies: + braces "^3.0.3" + picomatch "^2.3.1" + mime-db@1.52.0: version "1.52.0" resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70" integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== -mime-types@^2.1.27, mime-types@~2.1.24, mime-types@~2.1.34: +"mime-db@>= 1.43.0 < 2": + version "1.53.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.53.0.tgz#3cb63cd820fc29896d9d4e8c32ab4fcd74ccb447" + integrity sha512-oHlN/w+3MQ3rba9rqFr6V/ypF10LSkdwUysQL7GkXoTgIWeV+tcXGA852TBxH+gsh8UWoyhR1hKcoMJTuWflpg== + +mime-types@^2.1.27, mime-types@^2.1.31, mime-types@~2.1.17, mime-types@~2.1.24, mime-types@~2.1.34: version "2.1.35" resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a" integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== dependencies: mime-db "1.52.0" +mime@1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" + integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== + mime@^2.5.2: version "2.6.0" resolved "https://registry.yarnpkg.com/mime/-/mime-2.6.0.tgz#a2a682a95cd4d0cb1d6257e28f83da7e35800367" integrity sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg== +mimic-fn@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" + integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== + +minimalistic-assert@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" + integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== + minimatch@^3.0.4, minimatch@^3.1.1: version "3.1.2" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" @@ -1285,21 +1830,39 @@ ms@2.0.0: resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A== -ms@^2.1.3: +ms@2.1.3, ms@^2.1.3: version "2.1.3" resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== +multicast-dns@^7.2.5: + version "7.2.5" + resolved "https://registry.yarnpkg.com/multicast-dns/-/multicast-dns-7.2.5.tgz#77eb46057f4d7adbd16d9290fa7299f6fa64cced" + integrity sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg== + dependencies: + dns-packet "^5.2.2" + thunky "^1.0.2" + negotiator@0.6.3: version "0.6.3" resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd" integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== +negotiator@~0.6.4: + version "0.6.4" + resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.4.tgz#777948e2452651c570b712dd01c23e262713fff7" + integrity sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w== + neo-async@^2.6.2: version "2.6.2" resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== +node-forge@^1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3" + integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA== + node-releases@^2.0.18: version "2.0.18" resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f" @@ -1310,6 +1873,13 @@ normalize-path@^3.0.0, normalize-path@~3.0.0: resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== +npm-run-path@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea" + integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== + dependencies: + path-key "^3.0.0" + object-assign@^4: version "4.1.1" resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" @@ -1320,6 +1890,11 @@ object-inspect@^1.13.1: resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.3.tgz#f14c183de51130243d6d18ae149375ff50ea488a" integrity sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA== +obuf@^1.0.0, obuf@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e" + integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg== + on-finished@2.4.1: version "2.4.1" resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f" @@ -1334,6 +1909,11 @@ on-finished@~2.3.0: dependencies: ee-first "1.1.1" +on-headers@~1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f" + integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA== + once@^1.3.0: version "1.4.0" resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" @@ -1341,6 +1921,22 @@ once@^1.3.0: dependencies: wrappy "1" +onetime@^5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" + integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== + dependencies: + mimic-fn "^2.1.0" + +open@^8.0.9: + version "8.4.2" + resolved "https://registry.yarnpkg.com/open/-/open-8.4.2.tgz#5b5ffe2a8f793dcd2aad73e550cb87b59cb084f9" + integrity sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ== + dependencies: + define-lazy-prop "^2.0.0" + is-docker "^2.1.1" + is-wsl "^2.2.0" + p-limit@^2.2.0: version "2.3.0" resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" @@ -1369,6 +1965,14 @@ p-locate@^5.0.0: dependencies: p-limit "^3.0.2" +p-retry@^4.5.0: + version "4.6.2" + resolved "https://registry.yarnpkg.com/p-retry/-/p-retry-4.6.2.tgz#9baae7184057edd4e17231cee04264106e092a16" + integrity sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ== + dependencies: + "@types/retry" "0.12.0" + retry "^0.13.1" + p-try@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" @@ -1379,7 +1983,7 @@ pako@2.1.0: resolved "https://registry.yarnpkg.com/pako/-/pako-2.1.0.tgz#266cc37f98c7d883545d11335c00fbd4062c9a86" integrity sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug== -parseurl@~1.3.3: +parseurl@~1.3.2, parseurl@~1.3.3: version "1.3.3" resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== @@ -1394,7 +1998,7 @@ path-is-absolute@^1.0.0: resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== -path-key@^3.1.0: +path-key@^3.0.0, path-key@^3.1.0: version "3.1.1" resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== @@ -1404,12 +2008,17 @@ path-parse@^1.0.7: resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== -picocolors@^1.1.0: +path-to-regexp@0.1.12: + version "0.1.12" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7" + integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ== + +picocolors@^1.0.0, picocolors@^1.1.0: version "1.1.1" resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== -picomatch@^2.0.4, picomatch@^2.2.1: +picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1: version "2.3.1" resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== @@ -1421,6 +2030,19 @@ pkg-dir@^4.2.0: dependencies: find-up "^4.0.0" +process-nextick-args@~2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" + integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== + +proxy-addr@~2.0.7: + version "2.0.7" + resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025" + integrity sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg== + dependencies: + forwarded "0.2.0" + ipaddr.js "1.9.1" + punycode@^1.4.1: version "1.4.1" resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" @@ -1450,7 +2072,7 @@ randombytes@^2.1.0: dependencies: safe-buffer "^5.1.0" -range-parser@^1.2.1: +range-parser@^1.2.1, range-parser@~1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== @@ -1465,6 +2087,28 @@ raw-body@2.5.2: iconv-lite "0.4.24" unpipe "1.0.0" +readable-stream@^2.0.1: + version "2.3.8" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.8.tgz#91125e8042bba1b9887f49345f6277027ce8be9b" + integrity sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA== + dependencies: + core-util-is "~1.0.0" + inherits "~2.0.3" + isarray "~1.0.0" + process-nextick-args "~2.0.0" + safe-buffer "~5.1.1" + string_decoder "~1.1.1" + util-deprecate "~1.0.1" + +readable-stream@^3.0.6: + version "3.6.2" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967" + integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA== + dependencies: + inherits "^2.0.3" + string_decoder "^1.1.1" + util-deprecate "^1.0.1" + readdirp@~3.6.0: version "3.6.0" resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7" @@ -1484,6 +2128,11 @@ require-directory@^2.1.1: resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q== +require-from-string@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909" + integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== + requires-port@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" @@ -1510,6 +2159,11 @@ resolve@^1.20.0: path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" +retry@^0.13.1: + version "0.13.1" + resolved "https://registry.yarnpkg.com/retry/-/retry-0.13.1.tgz#185b1587acf67919d63b357349e03537b2484658" + integrity sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg== + rfdc@^1.3.0: version "1.4.1" resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca" @@ -1522,11 +2176,16 @@ rimraf@^3.0.2: dependencies: glob "^7.1.3" -safe-buffer@^5.1.0: +safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.1.0, safe-buffer@~5.2.0: version "5.2.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== +safe-buffer@~5.1.0, safe-buffer@~5.1.1: + version "5.1.2" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" + integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== + "safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0": version "2.1.2" resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" @@ -1541,6 +2200,48 @@ schema-utils@^3.1.1, schema-utils@^3.2.0: ajv "^6.12.5" ajv-keywords "^3.5.2" +schema-utils@^4.0.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.3.0.tgz#3b669f04f71ff2dfb5aba7ce2d5a9d79b35622c0" + integrity sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g== + dependencies: + "@types/json-schema" "^7.0.9" + ajv "^8.9.0" + ajv-formats "^2.1.1" + ajv-keywords "^5.1.0" + +select-hose@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca" + integrity sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg== + +selfsigned@^2.1.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-2.4.1.tgz#560d90565442a3ed35b674034cec4e95dceb4ae0" + integrity sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q== + dependencies: + "@types/node-forge" "^1.3.0" + node-forge "^1" + +send@0.19.0: + version "0.19.0" + resolved "https://registry.yarnpkg.com/send/-/send-0.19.0.tgz#bbc5a388c8ea6c048967049dbeac0e4a3f09d7f8" + integrity sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw== + dependencies: + debug "2.6.9" + depd "2.0.0" + destroy "1.2.0" + encodeurl "~1.0.2" + escape-html "~1.0.3" + etag "~1.8.1" + fresh "0.5.2" + http-errors "2.0.0" + mime "1.6.0" + ms "2.1.3" + on-finished "2.4.1" + range-parser "~1.2.1" + statuses "2.0.1" + serialize-javascript@^6.0.1, serialize-javascript@^6.0.2: version "6.0.2" resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz#defa1e055c83bf6d59ea805d8da862254eb6a6c2" @@ -1548,6 +2249,29 @@ serialize-javascript@^6.0.1, serialize-javascript@^6.0.2: dependencies: randombytes "^2.1.0" +serve-index@^1.9.1: + version "1.9.1" + resolved "https://registry.yarnpkg.com/serve-index/-/serve-index-1.9.1.tgz#d3768d69b1e7d82e5ce050fff5b453bea12a9239" + integrity sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw== + dependencies: + accepts "~1.3.4" + batch "0.6.1" + debug "2.6.9" + escape-html "~1.0.3" + http-errors "~1.6.2" + mime-types "~2.1.17" + parseurl "~1.3.2" + +serve-static@1.16.2: + version "1.16.2" + resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.16.2.tgz#b6a5343da47f6bdd2673848bf45754941e803296" + integrity sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw== + dependencies: + encodeurl "~2.0.0" + escape-html "~1.0.3" + parseurl "~1.3.3" + send "0.19.0" + set-function-length@^1.2.1: version "1.2.2" resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449" @@ -1560,6 +2284,11 @@ set-function-length@^1.2.1: gopd "^1.0.1" has-property-descriptors "^1.0.2" +setprototypeof@1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656" + integrity sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ== + setprototypeof@1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" @@ -1584,6 +2313,11 @@ shebang-regex@^3.0.0: resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== +shell-quote@^1.8.1: + version "1.8.2" + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.2.tgz#d2d83e057959d53ec261311e9e9b8f51dcb2934a" + integrity sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA== + side-channel@^1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.6.tgz#abd25fb7cd24baf45466406b1096b7831c9215f2" @@ -1594,6 +2328,11 @@ side-channel@^1.0.6: get-intrinsic "^1.2.4" object-inspect "^1.13.1" +signal-exit@^3.0.3: + version "3.0.7" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" + integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== + socket.io-adapter@~2.5.2: version "2.5.5" resolved "https://registry.yarnpkg.com/socket.io-adapter/-/socket.io-adapter-2.5.5.tgz#c7a1f9c703d7756844751b6ff9abfc1780664082" @@ -1623,6 +2362,15 @@ socket.io@^4.7.2: socket.io-adapter "~2.5.2" socket.io-parser "~4.2.4" +sockjs@^0.3.24: + version "0.3.24" + resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.24.tgz#c9bc8995f33a111bea0395ec30aa3206bdb5ccce" + integrity sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ== + dependencies: + faye-websocket "^0.11.3" + uuid "^8.3.2" + websocket-driver "^0.7.4" + source-map-js@^1.0.2: version "1.2.1" resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46" @@ -1649,12 +2397,35 @@ source-map@^0.6.0, source-map@^0.6.1: resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== +spdy-transport@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/spdy-transport/-/spdy-transport-3.0.0.tgz#00d4863a6400ad75df93361a1608605e5dcdcf31" + integrity sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw== + dependencies: + debug "^4.1.0" + detect-node "^2.0.4" + hpack.js "^2.1.6" + obuf "^1.1.2" + readable-stream "^3.0.6" + wbuf "^1.7.3" + +spdy@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/spdy/-/spdy-4.0.2.tgz#b74f466203a3eda452c02492b91fb9e84a27677b" + integrity sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA== + dependencies: + debug "^4.1.0" + handle-thing "^2.0.0" + http-deceiver "^1.2.7" + select-hose "^2.0.0" + spdy-transport "^3.0.0" + statuses@2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63" integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ== -statuses@~1.5.0: +"statuses@>= 1.4.0 < 2", statuses@~1.5.0: version "1.5.0" resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA== @@ -1677,6 +2448,20 @@ string-width@^4.1.0, string-width@^4.2.0: is-fullwidth-code-point "^3.0.0" strip-ansi "^6.0.1" +string_decoder@^1.1.1: + version "1.3.0" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" + integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== + dependencies: + safe-buffer "~5.2.0" + +string_decoder@~1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" + integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== + dependencies: + safe-buffer "~5.1.0" + strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" @@ -1684,6 +2469,11 @@ strip-ansi@^6.0.0, strip-ansi@^6.0.1: dependencies: ansi-regex "^5.0.1" +strip-final-newline@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" + integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== + strip-json-comments@^3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" @@ -1734,6 +2524,11 @@ terser@^5.26.0: commander "^2.20.0" source-map-support "~0.5.20" +thunky@^1.0.2: + version "1.1.0" + resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d" + integrity sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA== + tmp@^0.2.1: version "0.2.3" resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae" @@ -1799,12 +2594,22 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" +util-deprecate@^1.0.1, util-deprecate@~1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== + utils-merge@1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA== -vary@^1: +uuid@^8.3.2: + version "8.3.2" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" + integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== + +vary@^1, vary@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg== @@ -1822,6 +2627,13 @@ watchpack@^2.4.1: glob-to-regexp "^0.4.1" graceful-fs "^4.1.2" +wbuf@^1.1.0, wbuf@^1.7.3: + version "1.7.3" + resolved "https://registry.yarnpkg.com/wbuf/-/wbuf-1.7.3.tgz#c1d8d149316d3ea852848895cb6a0bfe887b87df" + integrity sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA== + dependencies: + minimalistic-assert "^1.0.0" + webpack-cli@5.1.4: version "5.1.4" resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-5.1.4.tgz#c8e046ba7eaae4911d7e71e2b25b776fcc35759b" @@ -1841,6 +2653,53 @@ webpack-cli@5.1.4: rechoir "^0.8.0" webpack-merge "^5.7.3" +webpack-dev-middleware@^5.3.4: + version "5.3.4" + resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz#eb7b39281cbce10e104eb2b8bf2b63fce49a3517" + integrity sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q== + dependencies: + colorette "^2.0.10" + memfs "^3.4.3" + mime-types "^2.1.31" + range-parser "^1.2.1" + schema-utils "^4.0.0" + +webpack-dev-server@4.15.2: + version "4.15.2" + resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.15.2.tgz#9e0c70a42a012560860adb186986da1248333173" + integrity sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g== + dependencies: + "@types/bonjour" "^3.5.9" + "@types/connect-history-api-fallback" "^1.3.5" + "@types/express" "^4.17.13" + "@types/serve-index" "^1.9.1" + "@types/serve-static" "^1.13.10" + "@types/sockjs" "^0.3.33" + "@types/ws" "^8.5.5" + ansi-html-community "^0.0.8" + bonjour-service "^1.0.11" + chokidar "^3.5.3" + colorette "^2.0.10" + compression "^1.7.4" + connect-history-api-fallback "^2.0.0" + default-gateway "^6.0.3" + express "^4.17.3" + graceful-fs "^4.2.6" + html-entities "^2.3.2" + http-proxy-middleware "^2.0.3" + ipaddr.js "^2.0.1" + launch-editor "^2.6.0" + open "^8.0.9" + p-retry "^4.5.0" + rimraf "^3.0.2" + schema-utils "^4.0.0" + selfsigned "^2.1.1" + serve-index "^1.9.1" + sockjs "^0.3.24" + spdy "^4.0.2" + webpack-dev-middleware "^5.3.4" + ws "^8.13.0" + webpack-merge@^4.1.5: version "4.2.2" resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-4.2.2.tgz#a27c52ea783d1398afd2087f547d7b9d2f43634d" @@ -1892,6 +2751,20 @@ webpack@5.93.0: watchpack "^2.4.1" webpack-sources "^3.2.3" +websocket-driver@>=0.5.1, websocket-driver@^0.7.4: + version "0.7.4" + resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.4.tgz#89ad5295bbf64b480abcba31e4953aca706f5760" + integrity sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg== + dependencies: + http-parser-js ">=0.5.1" + safe-buffer ">=5.1.0" + websocket-extensions ">=0.1.1" + +websocket-extensions@>=0.1.1: + version "0.1.4" + resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42" + integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg== + which@^1.2.1: version "1.3.1" resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" @@ -1930,6 +2803,11 @@ wrappy@1: resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== +ws@^8.13.0: + version "8.18.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc" + integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw== + ws@~8.17.1: version "8.17.1" resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b" diff --git a/src/androidMain/kotlin/com/ashampoo/kim/android/KimAndroid.kt b/src/androidMain/kotlin/com/ashampoo/kim/android/KimAndroid.kt index 6212920e..5832d331 100644 --- a/src/androidMain/kotlin/com/ashampoo/kim/android/KimAndroid.kt +++ b/src/androidMain/kotlin/com/ashampoo/kim/android/KimAndroid.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/androidMain/kotlin/com/ashampoo/kim/common/ZLib.android.kt b/src/androidMain/kotlin/com/ashampoo/kim/common/ZLib.android.kt index 101ed60e..3f71f198 100644 --- a/src/androidMain/kotlin/com/ashampoo/kim/common/ZLib.android.kt +++ b/src/androidMain/kotlin/com/ashampoo/kim/common/ZLib.android.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/androidMain/kotlin/com/ashampoo/kim/input/AndroidInputStreamByteReader.kt b/src/androidMain/kotlin/com/ashampoo/kim/input/AndroidInputStreamByteReader.kt index 4c418afc..d89965d0 100644 --- a/src/androidMain/kotlin/com/ashampoo/kim/input/AndroidInputStreamByteReader.kt +++ b/src/androidMain/kotlin/com/ashampoo/kim/input/AndroidInputStreamByteReader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/androidUnitTest/kotlin/com/ashampoo/kim/ResourcePath.android.kt b/src/androidUnitTest/kotlin/com/ashampoo/kim/ResourcePath.android.kt index 7e6377d9..067606ef 100644 --- a/src/androidUnitTest/kotlin/com/ashampoo/kim/ResourcePath.android.kt +++ b/src/androidUnitTest/kotlin/com/ashampoo/kim/ResourcePath.android.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/appleMain/kotlin/com/ashampoo/kim/apple/KimApple.kt b/src/appleMain/kotlin/com/ashampoo/kim/apple/KimApple.kt index 5e434226..19417fc6 100644 --- a/src/appleMain/kotlin/com/ashampoo/kim/apple/KimApple.kt +++ b/src/appleMain/kotlin/com/ashampoo/kim/apple/KimApple.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/appleTest/kotlin/com/ashampoo/kim/ResourcePath.apple.kt b/src/appleTest/kotlin/com/ashampoo/kim/ResourcePath.apple.kt index fb9719d5..8d31b7b5 100644 --- a/src/appleTest/kotlin/com/ashampoo/kim/ResourcePath.apple.kt +++ b/src/appleTest/kotlin/com/ashampoo/kim/ResourcePath.apple.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/Kim.kt b/src/commonMain/kotlin/com/ashampoo/kim/Kim.kt index 6f7e9e0c..887232f8 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/Kim.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/Kim.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/common/ByteArrayExtensions.kt b/src/commonMain/kotlin/com/ashampoo/kim/common/ByteArrayExtensions.kt index 225154d2..88f6433f 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/common/ByteArrayExtensions.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/common/ByteArrayExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/common/ByteConversions.kt b/src/commonMain/kotlin/com/ashampoo/kim/common/ByteConversions.kt index b939b1aa..53743c32 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/common/ByteConversions.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/common/ByteConversions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/common/ByteOrder.kt b/src/commonMain/kotlin/com/ashampoo/kim/common/ByteOrder.kt index 9a92f3e8..95cd7e36 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/common/ByteOrder.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/common/ByteOrder.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/common/Exceptions.kt b/src/commonMain/kotlin/com/ashampoo/kim/common/Exceptions.kt index a88d55b8..887291fe 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/common/Exceptions.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/common/Exceptions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/common/ExifDateUtil.kt b/src/commonMain/kotlin/com/ashampoo/kim/common/ExifDateUtil.kt index cd794f1e..3507be05 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/common/ExifDateUtil.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/common/ExifDateUtil.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/common/FourCC.kt b/src/commonMain/kotlin/com/ashampoo/kim/common/FourCC.kt index 9dfa606f..386d3c94 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/common/FourCC.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/common/FourCC.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/common/GpsUtil.kt b/src/commonMain/kotlin/com/ashampoo/kim/common/GpsUtil.kt index a1c41df8..f996c639 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/common/GpsUtil.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/common/GpsUtil.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/common/Latin1EncodingExtensions.kt b/src/commonMain/kotlin/com/ashampoo/kim/common/Latin1EncodingExtensions.kt index b67724bf..d04d10d3 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/common/Latin1EncodingExtensions.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/common/Latin1EncodingExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/common/LocalDateTimeExtensions.kt b/src/commonMain/kotlin/com/ashampoo/kim/common/LocalDateTimeExtensions.kt index 2d1702c5..36105b34 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/common/LocalDateTimeExtensions.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/common/LocalDateTimeExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/common/MetadataOffset.kt b/src/commonMain/kotlin/com/ashampoo/kim/common/MetadataOffset.kt index 106861a3..ac9c7136 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/common/MetadataOffset.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/common/MetadataOffset.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/common/MetadataType.kt b/src/commonMain/kotlin/com/ashampoo/kim/common/MetadataType.kt index c8aebe28..6fd5dd6f 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/common/MetadataType.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/common/MetadataType.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/common/PhotoMetadataConverter.kt b/src/commonMain/kotlin/com/ashampoo/kim/common/PhotoMetadataConverter.kt index 6e6cbe7e..4f0b9bdd 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/common/PhotoMetadataConverter.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/common/PhotoMetadataConverter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/common/PhotoValueFormatter.kt b/src/commonMain/kotlin/com/ashampoo/kim/common/PhotoValueFormatter.kt index d6bca685..e980f451 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/common/PhotoValueFormatter.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/common/PhotoValueFormatter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/common/RationalNumber.kt b/src/commonMain/kotlin/com/ashampoo/kim/common/RationalNumber.kt index cd407b2c..de798dcd 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/common/RationalNumber.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/common/RationalNumber.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/common/RationalNumbers.kt b/src/commonMain/kotlin/com/ashampoo/kim/common/RationalNumbers.kt index 435cdc88..0a5d8ced 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/common/RationalNumbers.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/common/RationalNumbers.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/common/ZLib.kt b/src/commonMain/kotlin/com/ashampoo/kim/common/ZLib.kt index 5fe72257..f5e28c30 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/common/ZLib.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/common/ZLib.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/ImageFormatMagicNumbers.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/ImageFormatMagicNumbers.kt index e82ac431..0ae9311b 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/ImageFormatMagicNumbers.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/ImageFormatMagicNumbers.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/ImageMetadata.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/ImageMetadata.kt index 9370e9ce..97e93fc6 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/ImageMetadata.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/ImageMetadata.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/ImageParser.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/ImageParser.kt index 12374f87..04e4c26e 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/ImageParser.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/ImageParser.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/MetadataExtractor.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/MetadataExtractor.kt index 478183fc..1ef51207 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/MetadataExtractor.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/MetadataExtractor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/MetadataUpdater.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/MetadataUpdater.kt index fc972cb4..874c8d77 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/MetadataUpdater.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/MetadataUpdater.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/TiffPreviewExtractor.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/TiffPreviewExtractor.kt index 7edaacee..4f99d137 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/TiffPreviewExtractor.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/TiffPreviewExtractor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/arw/ArwPreviewExtractor.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/arw/ArwPreviewExtractor.kt index ef4ff789..abbbe39c 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/arw/ArwPreviewExtractor.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/arw/ArwPreviewExtractor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/BMFFConstants.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/BMFFConstants.kt index 2e5629e6..2b22e05b 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/BMFFConstants.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/BMFFConstants.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/BaseMediaFileFormatImageParser.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/BaseMediaFileFormatImageParser.kt index ecacc923..e991bc42 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/BaseMediaFileFormatImageParser.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/BaseMediaFileFormatImageParser.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/BoxReader.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/BoxReader.kt index e4dba21f..b15cf3b7 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/BoxReader.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/BoxReader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2002-2023 Drew Noakes and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/BoxType.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/BoxType.kt index a2940fca..9168d59f 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/BoxType.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/BoxType.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/CopyByteReader.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/CopyByteReader.kt index 203048b3..48b471ba 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/CopyByteReader.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/CopyByteReader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/Extent.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/Extent.kt index 62594a61..082f60a9 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/Extent.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/Extent.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2002-2023 Drew Noakes and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/Box.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/Box.kt index a3fe51a2..3324163e 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/Box.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/Box.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2002-2023 Drew Noakes and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/BoxContainer.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/BoxContainer.kt index d1628ae0..8c895682 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/BoxContainer.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/BoxContainer.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2002-2023 Drew Noakes and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/FileTypeBox.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/FileTypeBox.kt index 0e417cf8..3dc2bba4 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/FileTypeBox.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/FileTypeBox.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2002-2023 Drew Noakes and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/HandlerReferenceBox.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/HandlerReferenceBox.kt index f352cb28..e623aa06 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/HandlerReferenceBox.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/HandlerReferenceBox.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2002-2023 Drew Noakes and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/ItemInfoEntryBox.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/ItemInfoEntryBox.kt index beaf8427..7f20d2e4 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/ItemInfoEntryBox.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/ItemInfoEntryBox.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2002-2023 Drew Noakes and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/ItemInformationBox.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/ItemInformationBox.kt index 2fe749bd..fb07745f 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/ItemInformationBox.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/ItemInformationBox.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2002-2023 Drew Noakes and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/ItemLocationBox.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/ItemLocationBox.kt index de13b4cf..585fa33a 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/ItemLocationBox.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/ItemLocationBox.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2002-2023 Drew Noakes and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/MediaBox.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/MediaBox.kt index 033c8a43..d7674f3e 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/MediaBox.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/MediaBox.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2002-2023 Drew Noakes and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/MediaDataBox.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/MediaDataBox.kt index 2d46f48a..0ad1d414 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/MediaDataBox.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/MediaDataBox.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2002-2023 Drew Noakes and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/MetaBox.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/MetaBox.kt index 293b1cef..7d7a5425 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/MetaBox.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/MetaBox.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2002-2023 Drew Noakes and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/MovieBox.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/MovieBox.kt index 3820386e..38d4d5eb 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/MovieBox.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/MovieBox.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2002-2023 Drew Noakes and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/PrimaryItemBox.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/PrimaryItemBox.kt index c979ad3b..96294599 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/PrimaryItemBox.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/PrimaryItemBox.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2002-2023 Drew Noakes and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/TrackBox.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/TrackBox.kt index 972b682c..aa70386a 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/TrackBox.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/TrackBox.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2002-2023 Drew Noakes and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/UuidBox.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/UuidBox.kt index d4c63e75..24a4cd3d 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/UuidBox.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/bmff/box/UuidBox.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2002-2023 Drew Noakes and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/cr2/Cr2PreviewExtractor.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/cr2/Cr2PreviewExtractor.kt index 950d27ed..a06c8ba1 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/cr2/Cr2PreviewExtractor.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/cr2/Cr2PreviewExtractor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/cr3/Cr3PreviewExtractor.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/cr3/Cr3PreviewExtractor.kt index 2b2783a4..5dc749c5 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/cr3/Cr3PreviewExtractor.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/cr3/Cr3PreviewExtractor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/cr3/Cr3Reader.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/cr3/Cr3Reader.kt index b9239334..b6256272 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/cr3/Cr3Reader.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/cr3/Cr3Reader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/dng/DngPreviewExtractor.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/dng/DngPreviewExtractor.kt index e90790a4..8e4822aa 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/dng/DngPreviewExtractor.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/dng/DngPreviewExtractor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegConstants.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegConstants.kt index c479142e..96dec45b 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegConstants.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegConstants.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegImageParser.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegImageParser.kt index 9abb66f9..b251ba3c 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegImageParser.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegImageParser.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegMetadataExtractor.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegMetadataExtractor.kt index d3ada92a..3f951be9 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegMetadataExtractor.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegMetadataExtractor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegOrientationOffsetFinder.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegOrientationOffsetFinder.kt index b30df880..4ae8b860 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegOrientationOffsetFinder.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegOrientationOffsetFinder.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegRewriter.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegRewriter.kt index 62d9bc58..a46f613d 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegRewriter.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegRewriter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegSegmentAnalyzer.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegSegmentAnalyzer.kt index 387e3db1..b288c1ff 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegSegmentAnalyzer.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegSegmentAnalyzer.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegUpdater.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegUpdater.kt index 40cf4747..6db78a54 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegUpdater.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegUpdater.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegUtils.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegUtils.kt index 0312b9c2..76b85e1d 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegUtils.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegUtils.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegVisitor.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegVisitor.kt index 688d4519..0eef5371 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegVisitor.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/JpegVisitor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcBlock.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcBlock.kt index 3ee6a2b4..f2d1e89a 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcBlock.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcBlock.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcConstants.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcConstants.kt index 2d93fbac..0871b3d6 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcConstants.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcConstants.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcMetadata.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcMetadata.kt index 1595b73c..d6dd05db 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcMetadata.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcMetadata.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcParser.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcParser.kt index 56dbea36..7c379b82 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcParser.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcParser.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcRecord.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcRecord.kt index fac07e77..e9feae34 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcRecord.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcRecord.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcType.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcType.kt index 65d2889c..2917e9e1 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcType.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcType.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcTypes.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcTypes.kt index c0d4ada9..b8290593 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcTypes.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcTypes.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcWriter.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcWriter.kt index 243eda06..a630a945 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcWriter.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcWriter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/jfif/JFIFPiece.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/jfif/JFIFPiece.kt index 6b55a419..2b650e5f 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/jfif/JFIFPiece.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/jfif/JFIFPiece.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/jfif/JFIFPieceImageData.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/jfif/JFIFPieceImageData.kt index 721e1f3e..dd5144e6 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/jfif/JFIFPieceImageData.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/jfif/JFIFPieceImageData.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/jfif/JFIFPieceSegment.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/jfif/JFIFPieceSegment.kt index 916d4d8e..c275525a 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/jfif/JFIFPieceSegment.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/jfif/JFIFPieceSegment.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/jfif/JFIFPieceSegmentExif.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/jfif/JFIFPieceSegmentExif.kt index fe4887cf..fe775d2c 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/jfif/JFIFPieceSegmentExif.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/jfif/JFIFPieceSegmentExif.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/App13Segment.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/App13Segment.kt index 10abe131..4c8ffe11 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/App13Segment.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/App13Segment.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/AppnSegment.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/AppnSegment.kt index 7dbbb2db..28c5517c 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/AppnSegment.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/AppnSegment.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/GenericSegment.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/GenericSegment.kt index 51b47315..b36f4839 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/GenericSegment.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/GenericSegment.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/JfifSegment.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/JfifSegment.kt index 2da30dd3..400b1987 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/JfifSegment.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/JfifSegment.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/Segment.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/Segment.kt index 8b405ff9..45a4e8f6 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/Segment.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/Segment.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/SofnSegment.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/SofnSegment.kt index c0bd27af..1b45f3eb 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/SofnSegment.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/SofnSegment.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/UnknownSegment.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/UnknownSegment.kt index 2ee23d55..36fd7863 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/UnknownSegment.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/segment/UnknownSegment.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/xmp/JpegXmpParser.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/xmp/JpegXmpParser.kt index ddf84594..bbbdf758 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/xmp/JpegXmpParser.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jpeg/xmp/JpegXmpParser.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/JxlReader.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/JxlReader.kt index 20f3f818..9315be8f 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/JxlReader.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/JxlReader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/JxlUpdater.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/JxlUpdater.kt index 63c817e6..93e6401a 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/JxlUpdater.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/JxlUpdater.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/JxlWriter.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/JxlWriter.kt index 1df3f07e..abb30589 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/JxlWriter.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/JxlWriter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/box/CompressedBox.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/box/CompressedBox.kt index 38a6b994..606072e0 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/box/CompressedBox.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/box/CompressedBox.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/box/ExifBox.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/box/ExifBox.kt index 2a3d672a..2594bf31 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/box/ExifBox.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/box/ExifBox.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/box/JxlParticalCodestreamBox.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/box/JxlParticalCodestreamBox.kt index bcd663f3..549d4f21 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/box/JxlParticalCodestreamBox.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/box/JxlParticalCodestreamBox.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/box/XmlBox.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/box/XmlBox.kt index cb9cbfca..4134fe6a 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/box/XmlBox.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/jxl/box/XmlBox.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/nef/NefPreviewExtractor.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/nef/NefPreviewExtractor.kt index 4f744454..17b0d24c 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/nef/NefPreviewExtractor.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/nef/NefPreviewExtractor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngChunkType.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngChunkType.kt index aab15797..50eb9ac1 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngChunkType.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngChunkType.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngConstants.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngConstants.kt index 31a85084..8d1dd004 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngConstants.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngConstants.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngCrc.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngCrc.kt index 5d42eac4..32b9fa43 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngCrc.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngCrc.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngImageParser.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngImageParser.kt index 81e1e763..7103dfc8 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngImageParser.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngImageParser.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngMetadataExtractor.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngMetadataExtractor.kt index 05d3664d..d8be9b19 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngMetadataExtractor.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngMetadataExtractor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngUpdater.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngUpdater.kt index 80840eb5..d2b33893 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngUpdater.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngUpdater.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngWriter.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngWriter.kt index e2ff9342..35dfc51a 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngWriter.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/png/PngWriter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngChunk.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngChunk.kt index 3699e980..404a59c5 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngChunk.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngChunk.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngChunkExif.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngChunkExif.kt index 00b78d5a..0fdb7377 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngChunkExif.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngChunkExif.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngChunkIhdr.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngChunkIhdr.kt index 0963c7c0..a4045833 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngChunkIhdr.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngChunkIhdr.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngChunkItxt.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngChunkItxt.kt index 76cfa736..7ddebff5 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngChunkItxt.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngChunkItxt.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngChunkText.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngChunkText.kt index 75769651..22b20fa9 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngChunkText.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngChunkText.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngChunkZtxt.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngChunkZtxt.kt index a2842f64..a5564784 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngChunkZtxt.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngChunkZtxt.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngTextChunk.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngTextChunk.kt index 71f3e0eb..1d1c29e1 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngTextChunk.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/png/chunk/PngTextChunk.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/raf/RafImageParser.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/raf/RafImageParser.kt index f0dedb56..a3134221 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/raf/RafImageParser.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/raf/RafImageParser.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/raf/RafMetadataExtractor.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/raf/RafMetadataExtractor.kt index 17473bb6..7604c1b8 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/raf/RafMetadataExtractor.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/raf/RafMetadataExtractor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/raf/RafPreviewExtractor.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/raf/RafPreviewExtractor.kt index bc3acea4..7e962c10 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/raf/RafPreviewExtractor.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/raf/RafPreviewExtractor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/rw2/Rw2PreviewExtractor.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/rw2/Rw2PreviewExtractor.kt index 62654fa9..f0209c0a 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/rw2/Rw2PreviewExtractor.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/rw2/Rw2PreviewExtractor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/GPSInfo.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/GPSInfo.kt index c3d01362..802a4ba0 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/GPSInfo.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/GPSInfo.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/ImageDataElement.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/ImageDataElement.kt index 6b9be15f..83f53661 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/ImageDataElement.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/ImageDataElement.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffContents.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffContents.kt index b309a7bb..fe2059f9 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffContents.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffContents.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffDirectory.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffDirectory.kt index be6f66ff..f2db8e8e 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffDirectory.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffDirectory.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffElement.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffElement.kt index a804d725..1d2da4d3 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffElement.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffElement.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffField.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffField.kt index 9512ff0c..f7ad7591 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffField.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffField.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffHeader.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffHeader.kt index a7ea37ef..8e09684a 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffHeader.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffHeader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffImageParser.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffImageParser.kt index f9a96f0c..fbbf0d06 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffImageParser.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffImageParser.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffReader.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffReader.kt index 67d4302e..dff43d24 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffReader.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffReader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffTags.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffTags.kt index 94c0e5e1..e1643f25 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffTags.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/TiffTags.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/CanonTag.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/CanonTag.kt index f7be8761..e8f59027 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/CanonTag.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/CanonTag.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/ExifTag.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/ExifTag.kt index b565d990..e71548c9 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/ExifTag.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/ExifTag.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/GeoTiffTag.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/GeoTiffTag.kt index 48339d18..a6787a53 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/GeoTiffTag.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/GeoTiffTag.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/GpsTag.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/GpsTag.kt index b7510d4d..ed33e682 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/GpsTag.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/GpsTag.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/NikonTag.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/NikonTag.kt index 9fec3d45..7c32325e 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/NikonTag.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/NikonTag.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/TiffConstants.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/TiffConstants.kt index 701c3718..09b19d40 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/TiffConstants.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/TiffConstants.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/TiffDirectoryType.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/TiffDirectoryType.kt index 16f85962..3a60d21f 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/TiffDirectoryType.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/TiffDirectoryType.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/TiffTag.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/TiffTag.kt index 4ce98d78..8dd6fbef 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/TiffTag.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/constant/TiffTag.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldType.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldType.kt index db770245..5c57a74f 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldType.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldType.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeAscii.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeAscii.kt index d78e2893..f12928f0 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeAscii.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeAscii.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeByte.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeByte.kt index 4f624f8a..8bb2da0c 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeByte.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeByte.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeDouble.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeDouble.kt index 3f7f79e0..093733e5 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeDouble.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeDouble.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeFloat.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeFloat.kt index 4fe8aace..8d3e9062 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeFloat.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeFloat.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeIfd.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeIfd.kt index 831d0543..89fce83b 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeIfd.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeIfd.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeLong.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeLong.kt index 5bc104ae..9e26b422 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeLong.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeLong.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeRational.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeRational.kt index 46c8b9cd..864e3d88 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeRational.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeRational.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeSByte.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeSByte.kt index b2314a8c..cdc86d6b 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeSByte.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeSByte.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeSLong.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeSLong.kt index 92fe0b45..a1cda7ea 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeSLong.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeSLong.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeSRational.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeSRational.kt index 029e0a33..bf8234fc 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeSRational.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeSRational.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeSShort.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeSShort.kt index 0a04ac09..8be4d19f 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeSShort.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeSShort.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeShort.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeShort.kt index 8bda1023..1e8c6af5 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeShort.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeShort.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeUndefined.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeUndefined.kt index e6715142..6d242192 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeUndefined.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/fieldtype/FieldTypeUndefined.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/geotiff/GeoKey.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/geotiff/GeoKey.kt index f8db1f8d..a8526758 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/geotiff/GeoKey.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/geotiff/GeoKey.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/geotiff/GeoTiffDirectory.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/geotiff/GeoTiffDirectory.kt index 240d3dff..2233be28 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/geotiff/GeoTiffDirectory.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/geotiff/GeoTiffDirectory.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/geotiff/GeoTiffGeographicType.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/geotiff/GeoTiffGeographicType.kt index a4a2f0d5..764c61e2 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/geotiff/GeoTiffGeographicType.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/geotiff/GeoTiffGeographicType.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/geotiff/GeoTiffModelType.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/geotiff/GeoTiffModelType.kt index 11976e53..6fb7f4f0 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/geotiff/GeoTiffModelType.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/geotiff/GeoTiffModelType.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/geotiff/GeoTiffRasterType.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/geotiff/GeoTiffRasterType.kt index 1cfbf7e5..dc6b445d 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/geotiff/GeoTiffRasterType.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/geotiff/GeoTiffRasterType.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfo.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfo.kt index b0c73a3d..69dad563 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfo.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfo.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoAscii.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoAscii.kt index 2cc2f97d..6b499823 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoAscii.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoAscii.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoByte.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoByte.kt index 80d859df..45d21ed7 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoByte.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoByte.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoBytes.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoBytes.kt index f8246b1c..01e8b312 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoBytes.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoBytes.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoDouble.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoDouble.kt index 697315e6..0287dbfd 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoDouble.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoDouble.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoDoubles.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoDoubles.kt index f74552d2..de81f1d3 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoDoubles.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoDoubles.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoFloat.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoFloat.kt index 03fd4a23..e6048a0c 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoFloat.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoFloat.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoFloats.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoFloats.kt index ade928f8..5667beb7 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoFloats.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoFloats.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoGpsText.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoGpsText.kt index 47449d63..a2461096 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoGpsText.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoGpsText.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoLong.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoLong.kt index 2cc03ada..96f105d2 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoLong.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoLong.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoLongs.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoLongs.kt index 6fb0cbd4..1128ff4e 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoLongs.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoLongs.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoRational.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoRational.kt index 51fb04ee..3a25e9ae 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoRational.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoRational.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoRationals.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoRationals.kt index f03b759f..afe95d89 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoRationals.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoRationals.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSByte.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSByte.kt index 59b11b04..b4b4f4c2 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSByte.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSByte.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSBytes.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSBytes.kt index fb1bcada..cd8e6645 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSBytes.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSBytes.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSLong.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSLong.kt index b0b9cd14..18f5b335 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSLong.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSLong.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSLongs.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSLongs.kt index cf37b86a..e2147dd8 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSLongs.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSLongs.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSRational.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSRational.kt index 7b3bf544..59043f18 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSRational.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSRational.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSRationals.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSRationals.kt index 45fecbbe..e0df0f08 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSRationals.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSRationals.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSShort.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSShort.kt index c289de48..2074079d 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSShort.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSShort.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSShorts.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSShorts.kt index a5529114..5732f460 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSShorts.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoSShorts.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoShort.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoShort.kt index dd842189..0b6f94b7 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoShort.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoShort.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoShorts.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoShorts.kt index b7364631..ee03f40b 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoShorts.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoShorts.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoUndefined.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoUndefined.kt index 5838ab4c..898ab6a6 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoUndefined.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoUndefined.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoUndefineds.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoUndefineds.kt index 07d947e1..733a0a40 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoUndefineds.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/taginfo/TagInfoUndefineds.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/RewritableSpaceRange.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/RewritableSpaceRange.kt index 1843e2cc..0ff7d16e 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/RewritableSpaceRange.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/RewritableSpaceRange.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOffsetItem.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOffsetItem.kt index 49309a3f..924ba2a2 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOffsetItem.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOffsetItem.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOffsetItems.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOffsetItems.kt index f8d54cee..6b043690 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOffsetItems.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOffsetItems.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOutputDirectory.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOutputDirectory.kt index 9977e5c6..1a0bd537 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOutputDirectory.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOutputDirectory.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOutputField.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOutputField.kt index 1bf72634..aabba063 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOutputField.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOutputField.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOutputItem.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOutputItem.kt index faf8d006..22a8462f 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOutputItem.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOutputItem.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOutputSet.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOutputSet.kt index 1728e847..4fe4abe1 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOutputSet.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOutputSet.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOutputValue.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOutputValue.kt index 6156a79b..004cd344 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOutputValue.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffOutputValue.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffWriterBase.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffWriterBase.kt index d5f443fa..1e91d673 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffWriterBase.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffWriterBase.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffWriterLossless.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffWriterLossless.kt index 0c55a996..0909862e 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffWriterLossless.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffWriterLossless.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffWriterLossy.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffWriterLossy.kt index 76407831..1a8b9d9f 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffWriterLossy.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/tiff/write/TiffWriterLossy.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/webp/WebPChunkType.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/webp/WebPChunkType.kt index 98903a95..997cb7ae 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/webp/WebPChunkType.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/webp/WebPChunkType.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/webp/WebPConstants.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/webp/WebPConstants.kt index 8ace985c..1b468286 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/webp/WebPConstants.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/webp/WebPConstants.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/webp/WebPImageParser.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/webp/WebPImageParser.kt index 4a254485..6e2f5187 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/webp/WebPImageParser.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/webp/WebPImageParser.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/webp/WebPUpdater.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/webp/WebPUpdater.kt index 98d12f11..436e7a9b 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/webp/WebPUpdater.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/webp/WebPUpdater.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/webp/WebPWriter.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/webp/WebPWriter.kt index ead57747..707b756d 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/webp/WebPWriter.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/webp/WebPWriter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/ImageSizeAware.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/ImageSizeAware.kt index a245f33c..d41e5d97 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/ImageSizeAware.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/ImageSizeAware.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunk.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunk.kt index 15a35f96..1f4fbd59 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunk.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunk.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunkExif.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunkExif.kt index 1ccfbe79..5099f83e 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunkExif.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunkExif.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunkVP8.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunkVP8.kt index 6aa1b8d4..84612613 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunkVP8.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunkVP8.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunkVP8L.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunkVP8L.kt index 9739ebe4..511b5b2d 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunkVP8L.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunkVP8L.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunkVP8X.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunkVP8X.kt index b1f12d9d..67bb19b5 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunkVP8X.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunkVP8X.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunkXmp.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunkXmp.kt index 96ceba93..a8e2a740 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunkXmp.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunkXmp.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/xmp/XmpReader.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/xmp/XmpReader.kt index f2753cbb..9c52c9ef 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/xmp/XmpReader.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/xmp/XmpReader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -102,17 +102,4 @@ public object XmpReader { albums = xmpMeta.getAlbums() ) } - - @Suppress("Unused") - @JvmStatic - public fun determineXmpPath(path: String): String { - - val xmpPath = path.replaceAfterLast(".", "xmp") - - /* If the path is not different, there was no suffix. */ - if (xmpPath != path) - return xmpPath - - return path + ".xmp" - } } diff --git a/src/commonMain/kotlin/com/ashampoo/kim/format/xmp/XmpWriter.kt b/src/commonMain/kotlin/com/ashampoo/kim/format/xmp/XmpWriter.kt index c6034d78..ae9d9c80 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/format/xmp/XmpWriter.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/format/xmp/XmpWriter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/input/ByteArrayByteReader.kt b/src/commonMain/kotlin/com/ashampoo/kim/input/ByteArrayByteReader.kt index dfc21605..a2d8dd23 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/input/ByteArrayByteReader.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/input/ByteArrayByteReader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/input/ByteReader.kt b/src/commonMain/kotlin/com/ashampoo/kim/input/ByteReader.kt index 89b4432d..766eb4f1 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/input/ByteReader.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/input/ByteReader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/input/ByteReaderExtensions.kt b/src/commonMain/kotlin/com/ashampoo/kim/input/ByteReaderExtensions.kt index 79da9a68..f0556b77 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/input/ByteReaderExtensions.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/input/ByteReaderExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/input/Closeable.kt b/src/commonMain/kotlin/com/ashampoo/kim/input/Closeable.kt index cbd2b83b..29614527 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/input/Closeable.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/input/Closeable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/input/Constants.kt b/src/commonMain/kotlin/com/ashampoo/kim/input/Constants.kt index d8dccced..58b1208d 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/input/Constants.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/input/Constants.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/input/DefaultRandomAccessByteReader.kt b/src/commonMain/kotlin/com/ashampoo/kim/input/DefaultRandomAccessByteReader.kt index 51537630..d593f241 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/input/DefaultRandomAccessByteReader.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/input/DefaultRandomAccessByteReader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/input/PrePendingByteReader.kt b/src/commonMain/kotlin/com/ashampoo/kim/input/PrePendingByteReader.kt index d1b67cfa..3d41b276 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/input/PrePendingByteReader.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/input/PrePendingByteReader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/input/RandomAccessByteReader.kt b/src/commonMain/kotlin/com/ashampoo/kim/input/RandomAccessByteReader.kt index 03e6d833..6010202d 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/input/RandomAccessByteReader.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/input/RandomAccessByteReader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/model/GpsCoordinates.kt b/src/commonMain/kotlin/com/ashampoo/kim/model/GpsCoordinates.kt index aebda30b..7e18e548 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/model/GpsCoordinates.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/model/GpsCoordinates.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/model/ImageFormat.kt b/src/commonMain/kotlin/com/ashampoo/kim/model/ImageFormat.kt index 6a667ab5..0aa52c58 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/model/ImageFormat.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/model/ImageFormat.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/model/ImageSize.kt b/src/commonMain/kotlin/com/ashampoo/kim/model/ImageSize.kt index 1e18aefc..caf07ff7 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/model/ImageSize.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/model/ImageSize.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/model/Location.kt b/src/commonMain/kotlin/com/ashampoo/kim/model/Location.kt index ea5f5e7e..29ecdc49 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/model/Location.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/model/Location.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/model/MetadataUpdate.kt b/src/commonMain/kotlin/com/ashampoo/kim/model/MetadataUpdate.kt index 7cb73854..24febaf6 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/model/MetadataUpdate.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/model/MetadataUpdate.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/model/PhotoMetadata.kt b/src/commonMain/kotlin/com/ashampoo/kim/model/PhotoMetadata.kt index 4d425a78..fea532c4 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/model/PhotoMetadata.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/model/PhotoMetadata.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/model/PhotoRating.kt b/src/commonMain/kotlin/com/ashampoo/kim/model/PhotoRating.kt index 9732860b..34999383 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/model/PhotoRating.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/model/PhotoRating.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/model/TiffOrientation.kt b/src/commonMain/kotlin/com/ashampoo/kim/model/TiffOrientation.kt index 712ccb6e..aeac3c14 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/model/TiffOrientation.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/model/TiffOrientation.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/output/BigEndianBinaryByteWriter.kt b/src/commonMain/kotlin/com/ashampoo/kim/output/BigEndianBinaryByteWriter.kt index af3cf3d8..df160acc 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/output/BigEndianBinaryByteWriter.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/output/BigEndianBinaryByteWriter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/output/BinaryByteWriter.kt b/src/commonMain/kotlin/com/ashampoo/kim/output/BinaryByteWriter.kt index d788c37f..e27dc2b7 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/output/BinaryByteWriter.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/output/BinaryByteWriter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/output/BufferByteWriter.kt b/src/commonMain/kotlin/com/ashampoo/kim/output/BufferByteWriter.kt index 431de854..e857aadc 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/output/BufferByteWriter.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/output/BufferByteWriter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/output/ByteArrayByteWriter.kt b/src/commonMain/kotlin/com/ashampoo/kim/output/ByteArrayByteWriter.kt index f3eb7fa7..3a63b1e7 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/output/ByteArrayByteWriter.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/output/ByteArrayByteWriter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonMain/kotlin/com/ashampoo/kim/output/ByteWriter.kt b/src/commonMain/kotlin/com/ashampoo/kim/output/ByteWriter.kt index e4ab8d41..f118b5f9 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/output/ByteWriter.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/output/ByteWriter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/output/ByteWriterExtensions.kt b/src/commonMain/kotlin/com/ashampoo/kim/output/ByteWriterExtensions.kt index f4d9543d..57030aee 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/output/ByteWriterExtensions.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/output/ByteWriterExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonMain/kotlin/com/ashampoo/kim/output/LittleEndianBinaryByteWriter.kt b/src/commonMain/kotlin/com/ashampoo/kim/output/LittleEndianBinaryByteWriter.kt index 957f4ae7..8c671f09 100644 --- a/src/commonMain/kotlin/com/ashampoo/kim/output/LittleEndianBinaryByteWriter.kt +++ b/src/commonMain/kotlin/com/ashampoo/kim/output/LittleEndianBinaryByteWriter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * Copyright 2007-2023 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/commonTest/kotlin/com/ashampoo/kim/ImageMetadataTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/ImageMetadataTest.kt index 7a8c3ae1..35f4bbcb 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/ImageMetadataTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/ImageMetadataTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/PreviewImageExtractionTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/PreviewImageExtractionTest.kt index 2613151c..4a79088a 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/PreviewImageExtractionTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/PreviewImageExtractionTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/ResourcePath.kt b/src/commonTest/kotlin/com/ashampoo/kim/ResourcePath.kt index 5df5371e..63ff5691 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/ResourcePath.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/ResourcePath.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/XmpExtractionTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/XmpExtractionTest.kt index bccd051a..0f377f44 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/XmpExtractionTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/XmpExtractionTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/common/ByteArrayExtensionsTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/common/ByteArrayExtensionsTest.kt index f4f23faa..05f0d4e9 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/common/ByteArrayExtensionsTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/common/ByteArrayExtensionsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/common/ByteConversionsTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/common/ByteConversionsTest.kt index 1baf846f..6ae94138 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/common/ByteConversionsTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/common/ByteConversionsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/common/ExifDateUtilTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/common/ExifDateUtilTest.kt index bfa8b24d..1bb18b11 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/common/ExifDateUtilTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/common/ExifDateUtilTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/common/GpsUtilTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/common/GpsUtilTest.kt index 78241041..5ddb3ebc 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/common/GpsUtilTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/common/GpsUtilTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/common/KotlinIoExtensions.kt b/src/commonTest/kotlin/com/ashampoo/kim/common/KotlinIoExtensions.kt index 7219bf45..9a4cd9bb 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/common/KotlinIoExtensions.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/common/KotlinIoExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/common/Latin1EncodingTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/common/Latin1EncodingTest.kt index 97cc14bf..55064479 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/common/Latin1EncodingTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/common/Latin1EncodingTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/common/LocalDateTimeExtensionsTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/common/LocalDateTimeExtensionsTest.kt index 34401b27..a8c6e869 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/common/LocalDateTimeExtensionsTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/common/LocalDateTimeExtensionsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/common/PhotoMetadataConverterTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/common/PhotoMetadataConverterTest.kt index 9164da12..1fc58a46 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/common/PhotoMetadataConverterTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/common/PhotoMetadataConverterTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/common/PhotoValueFormatterTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/common/PhotoValueFormatterTest.kt index f4f70ff6..f95e4b34 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/common/PhotoValueFormatterTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/common/PhotoValueFormatterTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/common/ZLibTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/common/ZLibTest.kt index 601bd2b3..3fd0b41e 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/common/ZLibTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/common/ZLibTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/AbstractUpdaterTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/AbstractUpdaterTest.kt index 9244a00f..acf771bd 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/AbstractUpdaterTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/AbstractUpdaterTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/bmff/BoxReaderTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/bmff/BoxReaderTest.kt index 11f90107..4f9238ab 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/bmff/BoxReaderTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/bmff/BoxReaderTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/ExifThumbnailExtractionTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/ExifThumbnailExtractionTest.kt index 05dbe1c1..5ebce53c 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/ExifThumbnailExtractionTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/ExifThumbnailExtractionTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/JpegImageParserTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/JpegImageParserTest.kt index 8901529f..e3bab951 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/JpegImageParserTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/JpegImageParserTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/JpegMetadataExtractorTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/JpegMetadataExtractorTest.kt index 7764e7d0..3ece3336 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/JpegMetadataExtractorTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/JpegMetadataExtractorTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/JpegOrientationOffsetFinderTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/JpegOrientationOffsetFinderTest.kt index 97a892c1..cef6b504 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/JpegOrientationOffsetFinderTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/JpegOrientationOffsetFinderTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/JpegRewriterTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/JpegRewriterTest.kt index 9bfbeb5a..bd0e3629 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/JpegRewriterTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/JpegRewriterTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/JpegSegmentAnalyzerTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/JpegSegmentAnalyzerTest.kt index 179a75c3..8d929f16 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/JpegSegmentAnalyzerTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/JpegSegmentAnalyzerTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/JpegUpdaterTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/JpegUpdaterTest.kt index 40c5170f..f9a1a052 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/JpegUpdaterTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/JpegUpdaterTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcParserTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcParserTest.kt index be74e357..02d687c3 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcParserTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcParserTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcTestConstants.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcTestConstants.kt index 318e6c3b..e1a7e25c 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcTestConstants.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcTestConstants.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcWriterTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcWriterTest.kt index ab6763c6..b063342d 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcWriterTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/jpeg/iptc/IptcWriterTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/jxl/JxlUpdaterTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/jxl/JxlUpdaterTest.kt index b8fcdb98..7ca52965 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/jxl/JxlUpdaterTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/jxl/JxlUpdaterTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/jxl/JxlWriterTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/jxl/JxlWriterTest.kt index 4cd0469a..46444303 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/jxl/JxlWriterTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/jxl/JxlWriterTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/png/PngImageParserTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/png/PngImageParserTest.kt index fc8d2ca8..df9379d0 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/png/PngImageParserTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/png/PngImageParserTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/png/PngMetadataExtractorTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/png/PngMetadataExtractorTest.kt index 578e02b0..d35aa980 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/png/PngMetadataExtractorTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/png/PngMetadataExtractorTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/png/PngUpdaterTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/png/PngUpdaterTest.kt index 64798c03..d40ff16f 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/png/PngUpdaterTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/png/PngUpdaterTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/png/PngWriterTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/png/PngWriterTest.kt index 69021a37..e07f313c 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/png/PngWriterTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/png/PngWriterTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/raf/RafMetadataExtractorTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/raf/RafMetadataExtractorTest.kt index 4930745a..c34f9b44 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/raf/RafMetadataExtractorTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/raf/RafMetadataExtractorTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/tiff/GeoTiffUpdateTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/tiff/GeoTiffUpdateTest.kt index d5fae53a..99a3176a 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/tiff/GeoTiffUpdateTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/tiff/GeoTiffUpdateTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/tiff/TiffOrientationTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/tiff/TiffOrientationTest.kt index 123ec9a7..5886dd34 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/tiff/TiffOrientationTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/tiff/TiffOrientationTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/webp/WebPWriterTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/webp/WebPWriterTest.kt index 7905c893..da4ea89b 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/webp/WebPWriterTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/webp/WebPWriterTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/webp/WebpUpdaterTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/webp/WebpUpdaterTest.kt index 8f96e25c..82577f78 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/webp/WebpUpdaterTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/webp/WebpUpdaterTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunkVP8XTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunkVP8XTest.kt index cc3dbafc..b4cc10ff 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunkVP8XTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/webp/chunk/WebPChunkVP8XTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/format/xmp/XmpReaderTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/format/xmp/XmpReaderTest.kt index e4d303c0..2f300e0b 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/format/xmp/XmpReaderTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/format/xmp/XmpReaderTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/input/PrePendingByteReaderTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/input/PrePendingByteReaderTest.kt index f7844326..66d6772b 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/input/PrePendingByteReaderTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/input/PrePendingByteReaderTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/model/ImageFormatTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/model/ImageFormatTest.kt index 8bfd385f..55f52ba6 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/model/ImageFormatTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/model/ImageFormatTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/model/PhotoRatingTest.kt b/src/commonTest/kotlin/com/ashampoo/kim/model/PhotoRatingTest.kt index 0cbbec6f..1119cbcf 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/model/PhotoRatingTest.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/model/PhotoRatingTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commonTest/kotlin/com/ashampoo/kim/testdata/KimTestData.kt b/src/commonTest/kotlin/com/ashampoo/kim/testdata/KimTestData.kt index 23db6ca2..8dd73dc3 100644 --- a/src/commonTest/kotlin/com/ashampoo/kim/testdata/KimTestData.kt +++ b/src/commonTest/kotlin/com/ashampoo/kim/testdata/KimTestData.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/jsMain/kotlin/com/ashampoo/kim/common/Latin1EncodingExtensions.js.kt b/src/jsMain/kotlin/com/ashampoo/kim/common/Latin1EncodingExtensions.js.kt index 2cec5aee..64218166 100644 --- a/src/jsMain/kotlin/com/ashampoo/kim/common/Latin1EncodingExtensions.js.kt +++ b/src/jsMain/kotlin/com/ashampoo/kim/common/Latin1EncodingExtensions.js.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/jsMain/kotlin/com/ashampoo/kim/common/ZLib.js.kt b/src/jsMain/kotlin/com/ashampoo/kim/common/ZLib.js.kt index 90930028..77a9e8dc 100644 --- a/src/jsMain/kotlin/com/ashampoo/kim/common/ZLib.js.kt +++ b/src/jsMain/kotlin/com/ashampoo/kim/common/ZLib.js.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/jsTest/kotlin/com/ashampoo/kim/ResourcePath.js.kt b/src/jsTest/kotlin/com/ashampoo/kim/ResourcePath.js.kt index 7e6377d9..067606ef 100644 --- a/src/jsTest/kotlin/com/ashampoo/kim/ResourcePath.js.kt +++ b/src/jsTest/kotlin/com/ashampoo/kim/ResourcePath.js.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/jvmMain/kotlin/com/ashampoo/kim/common/ZLib.jvm.kt b/src/jvmMain/kotlin/com/ashampoo/kim/common/ZLib.jvm.kt index 101ed60e..3f71f198 100644 --- a/src/jvmMain/kotlin/com/ashampoo/kim/common/ZLib.jvm.kt +++ b/src/jvmMain/kotlin/com/ashampoo/kim/common/ZLib.jvm.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/jvmMain/kotlin/com/ashampoo/kim/input/JvmInputStreamByteReader.kt b/src/jvmMain/kotlin/com/ashampoo/kim/input/JvmInputStreamByteReader.kt index 66895be7..5b438811 100644 --- a/src/jvmMain/kotlin/com/ashampoo/kim/input/JvmInputStreamByteReader.kt +++ b/src/jvmMain/kotlin/com/ashampoo/kim/input/JvmInputStreamByteReader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/jvmMain/kotlin/com/ashampoo/kim/jvm/KimJvm.kt b/src/jvmMain/kotlin/com/ashampoo/kim/jvm/KimJvm.kt index 3862058f..3a7375bc 100644 --- a/src/jvmMain/kotlin/com/ashampoo/kim/jvm/KimJvm.kt +++ b/src/jvmMain/kotlin/com/ashampoo/kim/jvm/KimJvm.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/jvmMain/kotlin/com/ashampoo/kim/output/OutputStreamByteWriter.kt b/src/jvmMain/kotlin/com/ashampoo/kim/output/OutputStreamByteWriter.kt index d8d03053..ed628490 100644 --- a/src/jvmMain/kotlin/com/ashampoo/kim/output/OutputStreamByteWriter.kt +++ b/src/jvmMain/kotlin/com/ashampoo/kim/output/OutputStreamByteWriter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/jvmTest/kotlin/com/ashampoo/kim/ResourcePath.jvm.kt b/src/jvmTest/kotlin/com/ashampoo/kim/ResourcePath.jvm.kt index 7e6377d9..067606ef 100644 --- a/src/jvmTest/kotlin/com/ashampoo/kim/ResourcePath.jvm.kt +++ b/src/jvmTest/kotlin/com/ashampoo/kim/ResourcePath.jvm.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/jvmTest/kotlin/com/ashampoo/kim/format/png/PngMetadataCopyUtilTest.kt b/src/jvmTest/kotlin/com/ashampoo/kim/format/png/PngMetadataCopyUtilTest.kt index 384b8047..2f150815 100644 --- a/src/jvmTest/kotlin/com/ashampoo/kim/format/png/PngMetadataCopyUtilTest.kt +++ b/src/jvmTest/kotlin/com/ashampoo/kim/format/png/PngMetadataCopyUtilTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/jvmTest/kotlin/com/ashampoo/kim/format/xmp/XmpWriterTest.kt b/src/jvmTest/kotlin/com/ashampoo/kim/format/xmp/XmpWriterTest.kt index 6513bc4a..7c21c0ad 100644 --- a/src/jvmTest/kotlin/com/ashampoo/kim/format/xmp/XmpWriterTest.kt +++ b/src/jvmTest/kotlin/com/ashampoo/kim/format/xmp/XmpWriterTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/jvmTest/kotlin/com/ashampoo/kim/input/KotlinIoPathSourceTest.kt b/src/jvmTest/kotlin/com/ashampoo/kim/input/KotlinIoPathSourceTest.kt index 972f4ff1..b46cb89f 100644 --- a/src/jvmTest/kotlin/com/ashampoo/kim/input/KotlinIoPathSourceTest.kt +++ b/src/jvmTest/kotlin/com/ashampoo/kim/input/KotlinIoPathSourceTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/ktorMain/kotlin/com/ashampoo/kim/common/KotlinIoExtensions.kt b/src/ktorMain/kotlin/com/ashampoo/kim/common/KotlinIoExtensions.kt index eb0876e2..da2d4ec4 100644 --- a/src/ktorMain/kotlin/com/ashampoo/kim/common/KotlinIoExtensions.kt +++ b/src/ktorMain/kotlin/com/ashampoo/kim/common/KotlinIoExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/ktorMain/kotlin/com/ashampoo/kim/common/Latin1EncodingExtensions.ktor.kt b/src/ktorMain/kotlin/com/ashampoo/kim/common/Latin1EncodingExtensions.ktor.kt index 3d1e1e2e..4a8e904b 100644 --- a/src/ktorMain/kotlin/com/ashampoo/kim/common/Latin1EncodingExtensions.ktor.kt +++ b/src/ktorMain/kotlin/com/ashampoo/kim/common/Latin1EncodingExtensions.ktor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/ktorMain/kotlin/com/ashampoo/kim/format/png/PngMetadataCopyUtil.kt b/src/ktorMain/kotlin/com/ashampoo/kim/format/png/PngMetadataCopyUtil.kt index d8b62e79..5edf4668 100644 --- a/src/ktorMain/kotlin/com/ashampoo/kim/format/png/PngMetadataCopyUtil.kt +++ b/src/ktorMain/kotlin/com/ashampoo/kim/format/png/PngMetadataCopyUtil.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/ktorMain/kotlin/com/ashampoo/kim/input/KotlinIoSourceByteReader.kt b/src/ktorMain/kotlin/com/ashampoo/kim/input/KotlinIoSourceByteReader.kt index 18db275a..d7586eed 100644 --- a/src/ktorMain/kotlin/com/ashampoo/kim/input/KotlinIoSourceByteReader.kt +++ b/src/ktorMain/kotlin/com/ashampoo/kim/input/KotlinIoSourceByteReader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/ktorMain/kotlin/com/ashampoo/kim/input/KtorByteReadChannelByteReader.kt b/src/ktorMain/kotlin/com/ashampoo/kim/input/KtorByteReadChannelByteReader.kt index 4b03aec5..6e44716f 100644 --- a/src/ktorMain/kotlin/com/ashampoo/kim/input/KtorByteReadChannelByteReader.kt +++ b/src/ktorMain/kotlin/com/ashampoo/kim/input/KtorByteReadChannelByteReader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/ktorMain/kotlin/com/ashampoo/kim/input/KtorInputByteReader.kt b/src/ktorMain/kotlin/com/ashampoo/kim/input/KtorInputByteReader.kt index 63faa4d4..9439728e 100644 --- a/src/ktorMain/kotlin/com/ashampoo/kim/input/KtorInputByteReader.kt +++ b/src/ktorMain/kotlin/com/ashampoo/kim/input/KtorInputByteReader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/ktorMain/kotlin/com/ashampoo/kim/kotlinx/Kim.kotlinx.kt b/src/ktorMain/kotlin/com/ashampoo/kim/kotlinx/Kim.kotlinx.kt index dabc2184..afdcf2f5 100644 --- a/src/ktorMain/kotlin/com/ashampoo/kim/kotlinx/Kim.kotlinx.kt +++ b/src/ktorMain/kotlin/com/ashampoo/kim/kotlinx/Kim.kotlinx.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/ktorMain/kotlin/com/ashampoo/kim/ktor/KimKtor.kt b/src/ktorMain/kotlin/com/ashampoo/kim/ktor/KimKtor.kt index 0a2c816d..e4f050c6 100644 --- a/src/ktorMain/kotlin/com/ashampoo/kim/ktor/KimKtor.kt +++ b/src/ktorMain/kotlin/com/ashampoo/kim/ktor/KimKtor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/ktorMain/kotlin/com/ashampoo/kim/output/KotlinIoSinkByteWriter.kt b/src/ktorMain/kotlin/com/ashampoo/kim/output/KotlinIoSinkByteWriter.kt index d67d8842..d1c01349 100644 --- a/src/ktorMain/kotlin/com/ashampoo/kim/output/KotlinIoSinkByteWriter.kt +++ b/src/ktorMain/kotlin/com/ashampoo/kim/output/KotlinIoSinkByteWriter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/linuxArm64Test/kotlin/com/ashampoo/kim/ResourcePath.linux.kt b/src/linuxArm64Test/kotlin/com/ashampoo/kim/ResourcePath.linux.kt index 7e6377d9..067606ef 100644 --- a/src/linuxArm64Test/kotlin/com/ashampoo/kim/ResourcePath.linux.kt +++ b/src/linuxArm64Test/kotlin/com/ashampoo/kim/ResourcePath.linux.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/linuxX64Test/kotlin/com/ashampoo/kim/ResourcePath.linux.kt b/src/linuxX64Test/kotlin/com/ashampoo/kim/ResourcePath.linux.kt index 7e6377d9..067606ef 100644 --- a/src/linuxX64Test/kotlin/com/ashampoo/kim/ResourcePath.linux.kt +++ b/src/linuxX64Test/kotlin/com/ashampoo/kim/ResourcePath.linux.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/posixMain/kotlin/com/ashampoo/kim/Main.kt b/src/posixMain/kotlin/com/ashampoo/kim/Main.kt index 0c3ae8bd..dee4c037 100644 --- a/src/posixMain/kotlin/com/ashampoo/kim/Main.kt +++ b/src/posixMain/kotlin/com/ashampoo/kim/Main.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/posixMain/kotlin/com/ashampoo/kim/common/PosixByteArrayReader.kt b/src/posixMain/kotlin/com/ashampoo/kim/common/PosixByteArrayReader.kt index da041ed1..49dc9ee6 100644 --- a/src/posixMain/kotlin/com/ashampoo/kim/common/PosixByteArrayReader.kt +++ b/src/posixMain/kotlin/com/ashampoo/kim/common/PosixByteArrayReader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/posixMain/kotlin/com/ashampoo/kim/common/ZLib.posix.kt b/src/posixMain/kotlin/com/ashampoo/kim/common/ZLib.posix.kt index b2e38522..9b847006 100644 --- a/src/posixMain/kotlin/com/ashampoo/kim/common/ZLib.posix.kt +++ b/src/posixMain/kotlin/com/ashampoo/kim/common/ZLib.posix.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/wasmJsTest/kotlin/com/ashampoo/kim/ResourcePath.wasmJs.kt b/src/wasmJsTest/kotlin/com/ashampoo/kim/ResourcePath.wasmJs.kt index 7e6377d9..067606ef 100644 --- a/src/wasmJsTest/kotlin/com/ashampoo/kim/ResourcePath.wasmJs.kt +++ b/src/wasmJsTest/kotlin/com/ashampoo/kim/ResourcePath.wasmJs.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/wasmMain/kotlin/com/ashampoo/kim/common/Latin1EncodingExtensions.wasm.kt b/src/wasmMain/kotlin/com/ashampoo/kim/common/Latin1EncodingExtensions.wasm.kt index 2cec5aee..64218166 100644 --- a/src/wasmMain/kotlin/com/ashampoo/kim/common/Latin1EncodingExtensions.wasm.kt +++ b/src/wasmMain/kotlin/com/ashampoo/kim/common/Latin1EncodingExtensions.wasm.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/wasmMain/kotlin/com/ashampoo/kim/common/ZLib.wasm.kt b/src/wasmMain/kotlin/com/ashampoo/kim/common/ZLib.wasm.kt index 9f99eb33..b31049f3 100644 --- a/src/wasmMain/kotlin/com/ashampoo/kim/common/ZLib.wasm.kt +++ b/src/wasmMain/kotlin/com/ashampoo/kim/common/ZLib.wasm.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/wasmWasiTest/kotlin/com/ashampoo/kim/ResourcePath.wasmWasi.kt b/src/wasmWasiTest/kotlin/com/ashampoo/kim/ResourcePath.wasmWasi.kt index 7e6377d9..067606ef 100644 --- a/src/wasmWasiTest/kotlin/com/ashampoo/kim/ResourcePath.wasmWasi.kt +++ b/src/wasmWasiTest/kotlin/com/ashampoo/kim/ResourcePath.wasmWasi.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/winTest/kotlin/com/ashampoo/kim/ResourcePath.win.kt b/src/winTest/kotlin/com/ashampoo/kim/ResourcePath.win.kt index 7e6377d9..067606ef 100644 --- a/src/winTest/kotlin/com/ashampoo/kim/ResourcePath.win.kt +++ b/src/winTest/kotlin/com/ashampoo/kim/ResourcePath.win.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ashampoo GmbH & Co. KG + * Copyright 2025 Ashampoo GmbH & Co. KG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.