diff --git a/build.gradle b/build.gradle index 1b55e5bf..ba71bffb 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/docs/guide/guide.gradle b/docs/guide/guide.gradle index 05604fc3..e8bf6f8c 100644 --- a/docs/guide/guide.gradle +++ b/docs/guide/guide.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-json-views/gradle.properties b/examples/heist-json-views/gradle.properties index ac506540..9e4b42d6 100755 --- a/examples/heist-json-views/gradle.properties +++ b/examples/heist-json-views/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Agorapulse. +# Copyright 2018-2024 Agorapulse. # # 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/examples/heist-json-views/grails-app/conf/logback.xml b/examples/heist-json-views/grails-app/conf/logback.xml index 9862dbd4..9f6252ec 100644 --- a/examples/heist-json-views/grails-app/conf/logback.xml +++ b/examples/heist-json-views/grails-app/conf/logback.xml @@ -3,7 +3,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2018-2023 Agorapulse. + Copyright 2018-2024 Agorapulse. 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/examples/heist-json-views/grails-app/conf/spring/resources.groovy b/examples/heist-json-views/grails-app/conf/spring/resources.groovy index 3150efef..1b3452dd 100755 --- a/examples/heist-json-views/grails-app/conf/spring/resources.groovy +++ b/examples/heist-json-views/grails-app/conf/spring/resources.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-json-views/grails-app/controllers/heist/json/views/JsonController.groovy b/examples/heist-json-views/grails-app/controllers/heist/json/views/JsonController.groovy index 37f91acf..b833c2bd 100755 --- a/examples/heist-json-views/grails-app/controllers/heist/json/views/JsonController.groovy +++ b/examples/heist-json-views/grails-app/controllers/heist/json/views/JsonController.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-json-views/grails-app/controllers/heist/json/views/UrlMappings.groovy b/examples/heist-json-views/grails-app/controllers/heist/json/views/UrlMappings.groovy index a505e142..e83ccfce 100755 --- a/examples/heist-json-views/grails-app/controllers/heist/json/views/UrlMappings.groovy +++ b/examples/heist-json-views/grails-app/controllers/heist/json/views/UrlMappings.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-json-views/grails-app/i18n/messages.properties b/examples/heist-json-views/grails-app/i18n/messages.properties index 63df3e87..c944865f 100755 --- a/examples/heist-json-views/grails-app/i18n/messages.properties +++ b/examples/heist-json-views/grails-app/i18n/messages.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Agorapulse. +# Copyright 2018-2024 Agorapulse. # # 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/examples/heist-json-views/grails-app/init/heist/json/views/Application.groovy b/examples/heist-json-views/grails-app/init/heist/json/views/Application.groovy index 67d89010..cc793e4a 100755 --- a/examples/heist-json-views/grails-app/init/heist/json/views/Application.groovy +++ b/examples/heist-json-views/grails-app/init/heist/json/views/Application.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-json-views/grails-app/init/heist/json/views/BootStrap.groovy b/examples/heist-json-views/grails-app/init/heist/json/views/BootStrap.groovy index f9653312..311b0d17 100755 --- a/examples/heist-json-views/grails-app/init/heist/json/views/BootStrap.groovy +++ b/examples/heist-json-views/grails-app/init/heist/json/views/BootStrap.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-json-views/heist-json-views.gradle b/examples/heist-json-views/heist-json-views.gradle index bcec03b2..470032b5 100755 --- a/examples/heist-json-views/heist-json-views.gradle +++ b/examples/heist-json-views/heist-json-views.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-json-views/src/test/groovy/heist/json/views/JsonControllerSpec.groovy b/examples/heist-json-views/src/test/groovy/heist/json/views/JsonControllerSpec.groovy index 3c46cb51..4c207b12 100644 --- a/examples/heist-json-views/src/test/groovy/heist/json/views/JsonControllerSpec.groovy +++ b/examples/heist-json-views/src/test/groovy/heist/json/views/JsonControllerSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-json-views/src/test/groovy/heist/json/views/SanitySpec.groovy b/examples/heist-json-views/src/test/groovy/heist/json/views/SanitySpec.groovy index 2bfccdbc..b7c0b507 100644 --- a/examples/heist-json-views/src/test/groovy/heist/json/views/SanitySpec.groovy +++ b/examples/heist-json-views/src/test/groovy/heist/json/views/SanitySpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/heist-micronaut.gradle b/examples/heist-micronaut/heist-micronaut.gradle index 65fa7853..dfad0d34 100644 --- a/examples/heist-micronaut/heist-micronaut.gradle +++ b/examples/heist-micronaut/heist-micronaut.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/main/java/heist/micronaut/Application.java b/examples/heist-micronaut/src/main/java/heist/micronaut/Application.java index 5d115e42..2dbc70a2 100644 --- a/examples/heist-micronaut/src/main/java/heist/micronaut/Application.java +++ b/examples/heist-micronaut/src/main/java/heist/micronaut/Application.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/main/java/heist/micronaut/DefaultMoonService.java b/examples/heist-micronaut/src/main/java/heist/micronaut/DefaultMoonService.java index 88ce2f08..53395375 100644 --- a/examples/heist-micronaut/src/main/java/heist/micronaut/DefaultMoonService.java +++ b/examples/heist-micronaut/src/main/java/heist/micronaut/DefaultMoonService.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/main/java/heist/micronaut/Moon.java b/examples/heist-micronaut/src/main/java/heist/micronaut/Moon.java index 2e45b847..063fe75c 100644 --- a/examples/heist-micronaut/src/main/java/heist/micronaut/Moon.java +++ b/examples/heist-micronaut/src/main/java/heist/micronaut/Moon.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/main/java/heist/micronaut/MoonController.java b/examples/heist-micronaut/src/main/java/heist/micronaut/MoonController.java index 10959dc8..c1ba86e7 100644 --- a/examples/heist-micronaut/src/main/java/heist/micronaut/MoonController.java +++ b/examples/heist-micronaut/src/main/java/heist/micronaut/MoonController.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/main/java/heist/micronaut/MoonService.java b/examples/heist-micronaut/src/main/java/heist/micronaut/MoonService.java index 0accfb99..179c68f0 100644 --- a/examples/heist-micronaut/src/main/java/heist/micronaut/MoonService.java +++ b/examples/heist-micronaut/src/main/java/heist/micronaut/MoonService.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/main/java/heist/micronaut/UploadController.java b/examples/heist-micronaut/src/main/java/heist/micronaut/UploadController.java index de7e21f8..0af286f0 100644 --- a/examples/heist-micronaut/src/main/java/heist/micronaut/UploadController.java +++ b/examples/heist-micronaut/src/main/java/heist/micronaut/UploadController.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/main/resources/logback.xml b/examples/heist-micronaut/src/main/resources/logback.xml index c7edfdee..ecb9e053 100644 --- a/examples/heist-micronaut/src/main/resources/logback.xml +++ b/examples/heist-micronaut/src/main/resources/logback.xml @@ -2,7 +2,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2018-2023 Agorapulse. + Copyright 2018-2024 Agorapulse. 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/examples/heist-micronaut/src/test/groovy/heist/AdvancedAutomaticMicronautSpec.groovy b/examples/heist-micronaut/src/test/groovy/heist/AdvancedAutomaticMicronautSpec.groovy index f75a6f37..fef832c9 100644 --- a/examples/heist-micronaut/src/test/groovy/heist/AdvancedAutomaticMicronautSpec.groovy +++ b/examples/heist-micronaut/src/test/groovy/heist/AdvancedAutomaticMicronautSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/groovy/heist/AdvancedAutomaticMicronautTest.java b/examples/heist-micronaut/src/test/groovy/heist/AdvancedAutomaticMicronautTest.java index a2920875..5250180d 100644 --- a/examples/heist-micronaut/src/test/groovy/heist/AdvancedAutomaticMicronautTest.java +++ b/examples/heist-micronaut/src/test/groovy/heist/AdvancedAutomaticMicronautTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/groovy/heist/AutomaticInjectMicronautSpec.groovy b/examples/heist-micronaut/src/test/groovy/heist/AutomaticInjectMicronautSpec.groovy index 65ec4b36..a1dbc094 100644 --- a/examples/heist-micronaut/src/test/groovy/heist/AutomaticInjectMicronautSpec.groovy +++ b/examples/heist-micronaut/src/test/groovy/heist/AutomaticInjectMicronautSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/groovy/heist/AutomaticMicronautSpec.groovy b/examples/heist-micronaut/src/test/groovy/heist/AutomaticMicronautSpec.groovy index 4bdeb323..8f2ba273 100644 --- a/examples/heist-micronaut/src/test/groovy/heist/AutomaticMicronautSpec.groovy +++ b/examples/heist-micronaut/src/test/groovy/heist/AutomaticMicronautSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/groovy/heist/AutomaticMicronautTest.java b/examples/heist-micronaut/src/test/groovy/heist/AutomaticMicronautTest.java index aaa1c3ec..aa32fdbf 100644 --- a/examples/heist-micronaut/src/test/groovy/heist/AutomaticMicronautTest.java +++ b/examples/heist-micronaut/src/test/groovy/heist/AutomaticMicronautTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/groovy/heist/CaptureResultSpec.groovy b/examples/heist-micronaut/src/test/groovy/heist/CaptureResultSpec.groovy index d1af9db1..996c5908 100644 --- a/examples/heist-micronaut/src/test/groovy/heist/CaptureResultSpec.groovy +++ b/examples/heist-micronaut/src/test/groovy/heist/CaptureResultSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/groovy/heist/CaptureResultTest.java b/examples/heist-micronaut/src/test/groovy/heist/CaptureResultTest.java index 86020c59..5278c9ab 100644 --- a/examples/heist-micronaut/src/test/groovy/heist/CaptureResultTest.java +++ b/examples/heist-micronaut/src/test/groovy/heist/CaptureResultTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/groovy/heist/IdiomaticTest.java b/examples/heist-micronaut/src/test/groovy/heist/IdiomaticTest.java index ba8c1aba..86d00b1b 100644 --- a/examples/heist-micronaut/src/test/groovy/heist/IdiomaticTest.java +++ b/examples/heist-micronaut/src/test/groovy/heist/IdiomaticTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/groovy/heist/InjectNativeMicronautSpec.groovy b/examples/heist-micronaut/src/test/groovy/heist/InjectNativeMicronautSpec.groovy index 4a498193..7f4096fb 100644 --- a/examples/heist-micronaut/src/test/groovy/heist/InjectNativeMicronautSpec.groovy +++ b/examples/heist-micronaut/src/test/groovy/heist/InjectNativeMicronautSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/groovy/heist/InjectNativeMicronautTest.java b/examples/heist-micronaut/src/test/groovy/heist/InjectNativeMicronautTest.java index 048cbee3..31f5f991 100644 --- a/examples/heist-micronaut/src/test/groovy/heist/InjectNativeMicronautTest.java +++ b/examples/heist-micronaut/src/test/groovy/heist/InjectNativeMicronautTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/groovy/heist/JdkClientSelectionSpec.groovy b/examples/heist-micronaut/src/test/groovy/heist/JdkClientSelectionSpec.groovy index d641fca4..7421d9e7 100644 --- a/examples/heist-micronaut/src/test/groovy/heist/JdkClientSelectionSpec.groovy +++ b/examples/heist-micronaut/src/test/groovy/heist/JdkClientSelectionSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/groovy/heist/ManualMicronautSpec.groovy b/examples/heist-micronaut/src/test/groovy/heist/ManualMicronautSpec.groovy index eb3b772f..e92f8b7e 100644 --- a/examples/heist-micronaut/src/test/groovy/heist/ManualMicronautSpec.groovy +++ b/examples/heist-micronaut/src/test/groovy/heist/ManualMicronautSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/groovy/heist/ManualWithSimpleProviderMicronautSpec.groovy b/examples/heist-micronaut/src/test/groovy/heist/ManualWithSimpleProviderMicronautSpec.groovy index 107a6f10..d78158e3 100644 --- a/examples/heist-micronaut/src/test/groovy/heist/ManualWithSimpleProviderMicronautSpec.groovy +++ b/examples/heist-micronaut/src/test/groovy/heist/ManualWithSimpleProviderMicronautSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/groovy/heist/ManualWithSimpleProviderMicronautTest.java b/examples/heist-micronaut/src/test/groovy/heist/ManualWithSimpleProviderMicronautTest.java index a7857405..32c9910e 100644 --- a/examples/heist-micronaut/src/test/groovy/heist/ManualWithSimpleProviderMicronautTest.java +++ b/examples/heist-micronaut/src/test/groovy/heist/ManualWithSimpleProviderMicronautTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/groovy/heist/MicronautHttpClientSelectionSpec.groovy b/examples/heist-micronaut/src/test/groovy/heist/MicronautHttpClientSelectionSpec.groovy index b50df0f6..0c6ce8a7 100644 --- a/examples/heist-micronaut/src/test/groovy/heist/MicronautHttpClientSelectionSpec.groovy +++ b/examples/heist-micronaut/src/test/groovy/heist/MicronautHttpClientSelectionSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/groovy/heist/NativeMicronautSpec.groovy b/examples/heist-micronaut/src/test/groovy/heist/NativeMicronautSpec.groovy index 41f639ce..d06f1ced 100644 --- a/examples/heist-micronaut/src/test/groovy/heist/NativeMicronautSpec.groovy +++ b/examples/heist-micronaut/src/test/groovy/heist/NativeMicronautSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/groovy/heist/OkHttpClientSelectionSpec.groovy b/examples/heist-micronaut/src/test/groovy/heist/OkHttpClientSelectionSpec.groovy index e0bda03a..c94404eb 100644 --- a/examples/heist-micronaut/src/test/groovy/heist/OkHttpClientSelectionSpec.groovy +++ b/examples/heist-micronaut/src/test/groovy/heist/OkHttpClientSelectionSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/groovy/heist/micronaut/MoonControllerTest.java b/examples/heist-micronaut/src/test/groovy/heist/micronaut/MoonControllerTest.java index e7ae5541..199a5a2e 100644 --- a/examples/heist-micronaut/src/test/groovy/heist/micronaut/MoonControllerTest.java +++ b/examples/heist-micronaut/src/test/groovy/heist/micronaut/MoonControllerTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/groovy/heist/micronaut/MoonSpec.groovy b/examples/heist-micronaut/src/test/groovy/heist/micronaut/MoonSpec.groovy index eed5792d..b74f2c42 100644 --- a/examples/heist-micronaut/src/test/groovy/heist/micronaut/MoonSpec.groovy +++ b/examples/heist-micronaut/src/test/groovy/heist/micronaut/MoonSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/groovy/heist/micronaut/SanitySpec.groovy b/examples/heist-micronaut/src/test/groovy/heist/micronaut/SanitySpec.groovy index ca2037a7..741f12a9 100644 --- a/examples/heist-micronaut/src/test/groovy/heist/micronaut/SanitySpec.groovy +++ b/examples/heist-micronaut/src/test/groovy/heist/micronaut/SanitySpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/groovy/heist/micronaut/SlackAppController.java b/examples/heist-micronaut/src/test/groovy/heist/micronaut/SlackAppController.java index db93a6d8..7ec9c179 100644 --- a/examples/heist-micronaut/src/test/groovy/heist/micronaut/SlackAppController.java +++ b/examples/heist-micronaut/src/test/groovy/heist/micronaut/SlackAppController.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/groovy/heist/micronaut/UploadControllerSpec.groovy b/examples/heist-micronaut/src/test/groovy/heist/micronaut/UploadControllerSpec.groovy index 59f91726..bdc80d5a 100644 --- a/examples/heist-micronaut/src/test/groovy/heist/micronaut/UploadControllerSpec.groovy +++ b/examples/heist-micronaut/src/test/groovy/heist/micronaut/UploadControllerSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/kotlin/heist/kt/AdvancedAutomaticMicronautTest.kt b/examples/heist-micronaut/src/test/kotlin/heist/kt/AdvancedAutomaticMicronautTest.kt index e0309cf3..cea4cad8 100644 --- a/examples/heist-micronaut/src/test/kotlin/heist/kt/AdvancedAutomaticMicronautTest.kt +++ b/examples/heist-micronaut/src/test/kotlin/heist/kt/AdvancedAutomaticMicronautTest.kt @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/kotlin/heist/kt/AutomaticMicronautTest.kt b/examples/heist-micronaut/src/test/kotlin/heist/kt/AutomaticMicronautTest.kt index 8a8daf8c..276c27f5 100644 --- a/examples/heist-micronaut/src/test/kotlin/heist/kt/AutomaticMicronautTest.kt +++ b/examples/heist-micronaut/src/test/kotlin/heist/kt/AutomaticMicronautTest.kt @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/kotlin/heist/kt/CaptureResultTest.kt b/examples/heist-micronaut/src/test/kotlin/heist/kt/CaptureResultTest.kt index ed892365..101abe80 100644 --- a/examples/heist-micronaut/src/test/kotlin/heist/kt/CaptureResultTest.kt +++ b/examples/heist-micronaut/src/test/kotlin/heist/kt/CaptureResultTest.kt @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/kotlin/heist/kt/HttpTest.kt b/examples/heist-micronaut/src/test/kotlin/heist/kt/HttpTest.kt index 58aa993b..d96d329a 100644 --- a/examples/heist-micronaut/src/test/kotlin/heist/kt/HttpTest.kt +++ b/examples/heist-micronaut/src/test/kotlin/heist/kt/HttpTest.kt @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/kotlin/heist/kt/InjectNativeMicronautSpec.kt b/examples/heist-micronaut/src/test/kotlin/heist/kt/InjectNativeMicronautSpec.kt index 14f81046..1e294fa1 100644 --- a/examples/heist-micronaut/src/test/kotlin/heist/kt/InjectNativeMicronautSpec.kt +++ b/examples/heist-micronaut/src/test/kotlin/heist/kt/InjectNativeMicronautSpec.kt @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/kotlin/heist/kt/ManualWithSimpleProviderMicronautTest.kt b/examples/heist-micronaut/src/test/kotlin/heist/kt/ManualWithSimpleProviderMicronautTest.kt index 4c4e22d8..eaafbf2f 100644 --- a/examples/heist-micronaut/src/test/kotlin/heist/kt/ManualWithSimpleProviderMicronautTest.kt +++ b/examples/heist-micronaut/src/test/kotlin/heist/kt/ManualWithSimpleProviderMicronautTest.kt @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/kotlin/heist/kt/MoonControllerTest.kt b/examples/heist-micronaut/src/test/kotlin/heist/kt/MoonControllerTest.kt index a7a3de5c..67dfc488 100644 --- a/examples/heist-micronaut/src/test/kotlin/heist/kt/MoonControllerTest.kt +++ b/examples/heist-micronaut/src/test/kotlin/heist/kt/MoonControllerTest.kt @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-micronaut/src/test/kotlin/io/kotest/provided/ProjectConfig.kt b/examples/heist-micronaut/src/test/kotlin/io/kotest/provided/ProjectConfig.kt index 1d139cac..6b04953e 100644 --- a/examples/heist-micronaut/src/test/kotlin/io/kotest/provided/ProjectConfig.kt +++ b/examples/heist-micronaut/src/test/kotlin/io/kotest/provided/ProjectConfig.kt @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-spring-boot/heist-spring-boot.gradle b/examples/heist-spring-boot/heist-spring-boot.gradle index 0696c5c8..b258a544 100644 --- a/examples/heist-spring-boot/heist-spring-boot.gradle +++ b/examples/heist-spring-boot/heist-spring-boot.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-spring-boot/src/main/groovy/com/agorapulse/gru/spring/heist/HeistApplication.groovy b/examples/heist-spring-boot/src/main/groovy/com/agorapulse/gru/spring/heist/HeistApplication.groovy index 75458080..c53019e6 100644 --- a/examples/heist-spring-boot/src/main/groovy/com/agorapulse/gru/spring/heist/HeistApplication.groovy +++ b/examples/heist-spring-boot/src/main/groovy/com/agorapulse/gru/spring/heist/HeistApplication.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-spring-boot/src/main/groovy/com/agorapulse/gru/spring/heist/Moon.groovy b/examples/heist-spring-boot/src/main/groovy/com/agorapulse/gru/spring/heist/Moon.groovy index 4cc56f2b..bcaa3f86 100644 --- a/examples/heist-spring-boot/src/main/groovy/com/agorapulse/gru/spring/heist/Moon.groovy +++ b/examples/heist-spring-boot/src/main/groovy/com/agorapulse/gru/spring/heist/Moon.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-spring-boot/src/main/groovy/com/agorapulse/gru/spring/heist/MoonController.groovy b/examples/heist-spring-boot/src/main/groovy/com/agorapulse/gru/spring/heist/MoonController.groovy index b5300841..310c414e 100644 --- a/examples/heist-spring-boot/src/main/groovy/com/agorapulse/gru/spring/heist/MoonController.groovy +++ b/examples/heist-spring-boot/src/main/groovy/com/agorapulse/gru/spring/heist/MoonController.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-spring-boot/src/main/resources/application.properties b/examples/heist-spring-boot/src/main/resources/application.properties index 1ce8af0d..28ec3041 100644 --- a/examples/heist-spring-boot/src/main/resources/application.properties +++ b/examples/heist-spring-boot/src/main/resources/application.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Agorapulse. +# Copyright 2018-2024 Agorapulse. # # 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/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/BasicSpec.groovy b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/BasicSpec.groovy index 40fbca7b..781388cc 100644 --- a/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/BasicSpec.groovy +++ b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/BasicSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/BasicTest.java b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/BasicTest.java index ec563b4e..19068f4d 100644 --- a/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/BasicTest.java +++ b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/BasicTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/DoubleCallsTest.java b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/DoubleCallsTest.java index 79cbab4b..4c1df96d 100644 --- a/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/DoubleCallsTest.java +++ b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/DoubleCallsTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/HeistApplicationSpec.groovy b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/HeistApplicationSpec.groovy index 94cd32ea..b1ce207f 100644 --- a/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/HeistApplicationSpec.groovy +++ b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/HeistApplicationSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/HeistApplicationTests.groovy b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/HeistApplicationTests.groovy index f31bf0f2..82c62700 100644 --- a/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/HeistApplicationTests.groovy +++ b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/HeistApplicationTests.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonController2Spec.groovy b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonController2Spec.groovy index d9bab712..832c8429 100644 --- a/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonController2Spec.groovy +++ b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonController2Spec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonController3Spec.groovy b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonController3Spec.groovy index 14a15e79..120c58fc 100644 --- a/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonController3Spec.groovy +++ b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonController3Spec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonController4Spec.groovy b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonController4Spec.groovy index 58d20cd7..e802e476 100644 --- a/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonController4Spec.groovy +++ b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonController4Spec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonController5Spec.groovy b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonController5Spec.groovy index 08b301bb..06a44af0 100644 --- a/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonController5Spec.groovy +++ b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonController5Spec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonController6Spec.groovy b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonController6Spec.groovy index 6be592a4..a73ebd77 100644 --- a/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonController6Spec.groovy +++ b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonController6Spec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonControllerIntegrationSpec.groovy b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonControllerIntegrationSpec.groovy index 4eaf3cf0..7cce202c 100644 --- a/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonControllerIntegrationSpec.groovy +++ b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonControllerIntegrationSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonControllerIntegrationTest.java b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonControllerIntegrationTest.java index 1cc222b6..b1eb880d 100644 --- a/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonControllerIntegrationTest.java +++ b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonControllerIntegrationTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonControllerSpec.groovy b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonControllerSpec.groovy index b966d26d..a594d98b 100644 --- a/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonControllerSpec.groovy +++ b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonControllerSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonControllerTest.java b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonControllerTest.java index 6422271c..126b4300 100644 --- a/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonControllerTest.java +++ b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/MoonControllerTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/NastyMinion.groovy b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/NastyMinion.groovy index a7c52d2a..19df47c0 100644 --- a/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/NastyMinion.groovy +++ b/examples/heist-spring-boot/src/test/groovy/com/agorapulse/gru/spring/heist/NastyMinion.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-spring-boot/src/test/kotlin/com/agorapulse/gru/spring/heist/kt/BasicTest.kt b/examples/heist-spring-boot/src/test/kotlin/com/agorapulse/gru/spring/heist/kt/BasicTest.kt index 39fe5be7..409d24ec 100644 --- a/examples/heist-spring-boot/src/test/kotlin/com/agorapulse/gru/spring/heist/kt/BasicTest.kt +++ b/examples/heist-spring-boot/src/test/kotlin/com/agorapulse/gru/spring/heist/kt/BasicTest.kt @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-spring-boot/src/test/kotlin/com/agorapulse/gru/spring/heist/kt/MoonControllerIntegrationTest.kt b/examples/heist-spring-boot/src/test/kotlin/com/agorapulse/gru/spring/heist/kt/MoonControllerIntegrationTest.kt index ee9f0556..02a2ca72 100644 --- a/examples/heist-spring-boot/src/test/kotlin/com/agorapulse/gru/spring/heist/kt/MoonControllerIntegrationTest.kt +++ b/examples/heist-spring-boot/src/test/kotlin/com/agorapulse/gru/spring/heist/kt/MoonControllerIntegrationTest.kt @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist-spring-boot/src/test/kotlin/com/agorapulse/gru/spring/heist/kt/MoonControllerTest.kt b/examples/heist-spring-boot/src/test/kotlin/com/agorapulse/gru/spring/heist/kt/MoonControllerTest.kt index 909c9b5a..0a7a50bd 100644 --- a/examples/heist-spring-boot/src/test/kotlin/com/agorapulse/gru/spring/heist/kt/MoonControllerTest.kt +++ b/examples/heist-spring-boot/src/test/kotlin/com/agorapulse/gru/spring/heist/kt/MoonControllerTest.kt @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/gradle.properties b/examples/heist/gradle.properties index ac506540..9e4b42d6 100644 --- a/examples/heist/gradle.properties +++ b/examples/heist/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Agorapulse. +# Copyright 2018-2024 Agorapulse. # # 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/examples/heist/grails-app/conf/logback.xml b/examples/heist/grails-app/conf/logback.xml index 9862dbd4..9f6252ec 100644 --- a/examples/heist/grails-app/conf/logback.xml +++ b/examples/heist/grails-app/conf/logback.xml @@ -3,7 +3,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2018-2023 Agorapulse. + Copyright 2018-2024 Agorapulse. 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/examples/heist/grails-app/conf/spring/resources.groovy b/examples/heist/grails-app/conf/spring/resources.groovy index bdaa94c5..5f9b0a0d 100644 --- a/examples/heist/grails-app/conf/spring/resources.groovy +++ b/examples/heist/grails-app/conf/spring/resources.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/grails-app/controllers/heist/ApiUrlMappings.groovy b/examples/heist/grails-app/controllers/heist/ApiUrlMappings.groovy index 72849080..69a15668 100644 --- a/examples/heist/grails-app/controllers/heist/ApiUrlMappings.groovy +++ b/examples/heist/grails-app/controllers/heist/ApiUrlMappings.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/grails-app/controllers/heist/BadInterceptor.groovy b/examples/heist/grails-app/controllers/heist/BadInterceptor.groovy index 9146ad8a..a80f69cd 100644 --- a/examples/heist/grails-app/controllers/heist/BadInterceptor.groovy +++ b/examples/heist/grails-app/controllers/heist/BadInterceptor.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/grails-app/controllers/heist/DefaultUrlMappings.groovy b/examples/heist/grails-app/controllers/heist/DefaultUrlMappings.groovy index d0cc8b41..f40685dd 100644 --- a/examples/heist/grails-app/controllers/heist/DefaultUrlMappings.groovy +++ b/examples/heist/grails-app/controllers/heist/DefaultUrlMappings.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/grails-app/controllers/heist/GoodInterceptor.groovy b/examples/heist/grails-app/controllers/heist/GoodInterceptor.groovy index 50c78e11..b9819b29 100644 --- a/examples/heist/grails-app/controllers/heist/GoodInterceptor.groovy +++ b/examples/heist/grails-app/controllers/heist/GoodInterceptor.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/grails-app/controllers/heist/MoonController.groovy b/examples/heist/grails-app/controllers/heist/MoonController.groovy index 1898ba1e..41718d02 100644 --- a/examples/heist/grails-app/controllers/heist/MoonController.groovy +++ b/examples/heist/grails-app/controllers/heist/MoonController.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/grails-app/controllers/heist/UglyInterceptor.groovy b/examples/heist/grails-app/controllers/heist/UglyInterceptor.groovy index e759f729..4e0adcd3 100644 --- a/examples/heist/grails-app/controllers/heist/UglyInterceptor.groovy +++ b/examples/heist/grails-app/controllers/heist/UglyInterceptor.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/grails-app/controllers/heist/UrlMappings.groovy b/examples/heist/grails-app/controllers/heist/UrlMappings.groovy index 4eece6a3..d6f707d1 100644 --- a/examples/heist/grails-app/controllers/heist/UrlMappings.groovy +++ b/examples/heist/grails-app/controllers/heist/UrlMappings.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/grails-app/controllers/heist/VectorInterceptor.groovy b/examples/heist/grails-app/controllers/heist/VectorInterceptor.groovy index 996f6a72..74ce2e3a 100644 --- a/examples/heist/grails-app/controllers/heist/VectorInterceptor.groovy +++ b/examples/heist/grails-app/controllers/heist/VectorInterceptor.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/grails-app/i18n/messages.properties b/examples/heist/grails-app/i18n/messages.properties index 63df3e87..c944865f 100644 --- a/examples/heist/grails-app/i18n/messages.properties +++ b/examples/heist/grails-app/i18n/messages.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Agorapulse. +# Copyright 2018-2024 Agorapulse. # # 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/examples/heist/grails-app/i18n/messages_cs.properties b/examples/heist/grails-app/i18n/messages_cs.properties index edbc9033..7d30e38d 100644 --- a/examples/heist/grails-app/i18n/messages_cs.properties +++ b/examples/heist/grails-app/i18n/messages_cs.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Agorapulse. +# Copyright 2018-2024 Agorapulse. # # 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/examples/heist/grails-app/i18n/messages_da.properties b/examples/heist/grails-app/i18n/messages_da.properties index 275aa926..3a815abd 100644 --- a/examples/heist/grails-app/i18n/messages_da.properties +++ b/examples/heist/grails-app/i18n/messages_da.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Agorapulse. +# Copyright 2018-2024 Agorapulse. # # 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/examples/heist/grails-app/i18n/messages_de.properties b/examples/heist/grails-app/i18n/messages_de.properties index 2d4627c5..a175f11d 100644 --- a/examples/heist/grails-app/i18n/messages_de.properties +++ b/examples/heist/grails-app/i18n/messages_de.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Agorapulse. +# Copyright 2018-2024 Agorapulse. # # 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/examples/heist/grails-app/i18n/messages_es.properties b/examples/heist/grails-app/i18n/messages_es.properties index 57707485..33ac1172 100644 --- a/examples/heist/grails-app/i18n/messages_es.properties +++ b/examples/heist/grails-app/i18n/messages_es.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Agorapulse. +# Copyright 2018-2024 Agorapulse. # # 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/examples/heist/grails-app/i18n/messages_fr.properties b/examples/heist/grails-app/i18n/messages_fr.properties index ce3c266b..8793c5dc 100644 --- a/examples/heist/grails-app/i18n/messages_fr.properties +++ b/examples/heist/grails-app/i18n/messages_fr.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Agorapulse. +# Copyright 2018-2024 Agorapulse. # # 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/examples/heist/grails-app/i18n/messages_it.properties b/examples/heist/grails-app/i18n/messages_it.properties index 294769e8..e63368ca 100644 --- a/examples/heist/grails-app/i18n/messages_it.properties +++ b/examples/heist/grails-app/i18n/messages_it.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Agorapulse. +# Copyright 2018-2024 Agorapulse. # # 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/examples/heist/grails-app/i18n/messages_ja.properties b/examples/heist/grails-app/i18n/messages_ja.properties index 7a5ac8ee..73ae37e7 100644 --- a/examples/heist/grails-app/i18n/messages_ja.properties +++ b/examples/heist/grails-app/i18n/messages_ja.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Agorapulse. +# Copyright 2018-2024 Agorapulse. # # 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/examples/heist/grails-app/i18n/messages_nb.properties b/examples/heist/grails-app/i18n/messages_nb.properties index 845dcf7b..91ea878c 100644 --- a/examples/heist/grails-app/i18n/messages_nb.properties +++ b/examples/heist/grails-app/i18n/messages_nb.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Agorapulse. +# Copyright 2018-2024 Agorapulse. # # 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/examples/heist/grails-app/i18n/messages_nl.properties b/examples/heist/grails-app/i18n/messages_nl.properties index df49eebd..0ff630f8 100644 --- a/examples/heist/grails-app/i18n/messages_nl.properties +++ b/examples/heist/grails-app/i18n/messages_nl.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Agorapulse. +# Copyright 2018-2024 Agorapulse. # # 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/examples/heist/grails-app/i18n/messages_pl.properties b/examples/heist/grails-app/i18n/messages_pl.properties index 67befe91..8e8f4074 100644 --- a/examples/heist/grails-app/i18n/messages_pl.properties +++ b/examples/heist/grails-app/i18n/messages_pl.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Agorapulse. +# Copyright 2018-2024 Agorapulse. # # 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/examples/heist/grails-app/i18n/messages_pt_BR.properties b/examples/heist/grails-app/i18n/messages_pt_BR.properties index 97c8579f..8918bbbd 100644 --- a/examples/heist/grails-app/i18n/messages_pt_BR.properties +++ b/examples/heist/grails-app/i18n/messages_pt_BR.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Agorapulse. +# Copyright 2018-2024 Agorapulse. # # 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/examples/heist/grails-app/i18n/messages_pt_PT.properties b/examples/heist/grails-app/i18n/messages_pt_PT.properties index 4622f49d..7884716a 100644 --- a/examples/heist/grails-app/i18n/messages_pt_PT.properties +++ b/examples/heist/grails-app/i18n/messages_pt_PT.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Agorapulse. +# Copyright 2018-2024 Agorapulse. # # 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/examples/heist/grails-app/i18n/messages_ru.properties b/examples/heist/grails-app/i18n/messages_ru.properties index c5adb9a3..275520c5 100644 --- a/examples/heist/grails-app/i18n/messages_ru.properties +++ b/examples/heist/grails-app/i18n/messages_ru.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Agorapulse. +# Copyright 2018-2024 Agorapulse. # # 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/examples/heist/grails-app/i18n/messages_sk.properties b/examples/heist/grails-app/i18n/messages_sk.properties index 05b1f641..1de80dff 100644 --- a/examples/heist/grails-app/i18n/messages_sk.properties +++ b/examples/heist/grails-app/i18n/messages_sk.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Agorapulse. +# Copyright 2018-2024 Agorapulse. # # 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/examples/heist/grails-app/i18n/messages_sv.properties b/examples/heist/grails-app/i18n/messages_sv.properties index f925a94c..b9436ac8 100644 --- a/examples/heist/grails-app/i18n/messages_sv.properties +++ b/examples/heist/grails-app/i18n/messages_sv.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Agorapulse. +# Copyright 2018-2024 Agorapulse. # # 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/examples/heist/grails-app/i18n/messages_th.properties b/examples/heist/grails-app/i18n/messages_th.properties index 9a28719c..005a6028 100644 --- a/examples/heist/grails-app/i18n/messages_th.properties +++ b/examples/heist/grails-app/i18n/messages_th.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Agorapulse. +# Copyright 2018-2024 Agorapulse. # # 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/examples/heist/grails-app/i18n/messages_zh_CN.properties b/examples/heist/grails-app/i18n/messages_zh_CN.properties index 930aafbc..358ba0c0 100644 --- a/examples/heist/grails-app/i18n/messages_zh_CN.properties +++ b/examples/heist/grails-app/i18n/messages_zh_CN.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Agorapulse. +# Copyright 2018-2024 Agorapulse. # # 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/examples/heist/grails-app/init/heist/Application.groovy b/examples/heist/grails-app/init/heist/Application.groovy index 3c63d345..2d680569 100644 --- a/examples/heist/grails-app/init/heist/Application.groovy +++ b/examples/heist/grails-app/init/heist/Application.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/grails-app/init/heist/BootStrap.groovy b/examples/heist/grails-app/init/heist/BootStrap.groovy index 2d649e21..7d6ea8c4 100644 --- a/examples/heist/grails-app/init/heist/BootStrap.groovy +++ b/examples/heist/grails-app/init/heist/BootStrap.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/grails-app/services/heist/MoonService.groovy b/examples/heist/grails-app/services/heist/MoonService.groovy index 2dbcce1f..dbfa79fd 100644 --- a/examples/heist/grails-app/services/heist/MoonService.groovy +++ b/examples/heist/grails-app/services/heist/MoonService.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/grails-app/views/error.gsp b/examples/heist/grails-app/views/error.gsp index 4a7750e9..faf1fbfc 100644 --- a/examples/heist/grails-app/views/error.gsp +++ b/examples/heist/grails-app/views/error.gsp @@ -2,7 +2,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2018-2023 Agorapulse. + Copyright 2018-2024 Agorapulse. 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/examples/heist/grails-app/views/index.gsp b/examples/heist/grails-app/views/index.gsp index a3add696..15248662 100644 --- a/examples/heist/grails-app/views/index.gsp +++ b/examples/heist/grails-app/views/index.gsp @@ -2,7 +2,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2018-2023 Agorapulse. + Copyright 2018-2024 Agorapulse. 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/examples/heist/grails-app/views/layouts/main.gsp b/examples/heist/grails-app/views/layouts/main.gsp index e734e4da..2bca51a8 100644 --- a/examples/heist/grails-app/views/layouts/main.gsp +++ b/examples/heist/grails-app/views/layouts/main.gsp @@ -2,7 +2,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2018-2023 Agorapulse. + Copyright 2018-2024 Agorapulse. 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/examples/heist/grails-app/views/moon/info.gsp b/examples/heist/grails-app/views/moon/info.gsp index 85309fb4..7f6bf2c6 100644 --- a/examples/heist/grails-app/views/moon/info.gsp +++ b/examples/heist/grails-app/views/moon/info.gsp @@ -2,7 +2,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2018-2023 Agorapulse. + Copyright 2018-2024 Agorapulse. 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/examples/heist/grails-app/views/notFound.gsp b/examples/heist/grails-app/views/notFound.gsp index 91304591..e0f8699c 100644 --- a/examples/heist/grails-app/views/notFound.gsp +++ b/examples/heist/grails-app/views/notFound.gsp @@ -2,7 +2,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2018-2023 Agorapulse. + Copyright 2018-2024 Agorapulse. 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/examples/heist/heist.gradle b/examples/heist/heist.gradle index 655ace5d..8d50396f 100644 --- a/examples/heist/heist.gradle +++ b/examples/heist/heist.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/src/integration-test/groovy/heist/MoonControllerIntegrationSpec.groovy b/examples/heist/src/integration-test/groovy/heist/MoonControllerIntegrationSpec.groovy index 7da1c8be..fa9943d4 100644 --- a/examples/heist/src/integration-test/groovy/heist/MoonControllerIntegrationSpec.groovy +++ b/examples/heist/src/integration-test/groovy/heist/MoonControllerIntegrationSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/src/main/groovy/heist/VectorMessage.java b/examples/heist/src/main/groovy/heist/VectorMessage.java index a8c02c6d..de8a0303 100644 --- a/examples/heist/src/main/groovy/heist/VectorMessage.java +++ b/examples/heist/src/main/groovy/heist/VectorMessage.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/src/test/groovy/InDefaultPackageTest.groovy b/examples/heist/src/test/groovy/InDefaultPackageTest.groovy index de87502e..46339bf7 100644 --- a/examples/heist/src/test/groovy/InDefaultPackageTest.groovy +++ b/examples/heist/src/test/groovy/InDefaultPackageTest.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/src/test/groovy/heist/BasicSpec.groovy b/examples/heist/src/test/groovy/heist/BasicSpec.groovy index e783d221..cb8e9eb0 100644 --- a/examples/heist/src/test/groovy/heist/BasicSpec.groovy +++ b/examples/heist/src/test/groovy/heist/BasicSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/src/test/groovy/heist/GetPropertySpec.groovy b/examples/heist/src/test/groovy/heist/GetPropertySpec.groovy index d42f45de..32bfba1f 100644 --- a/examples/heist/src/test/groovy/heist/GetPropertySpec.groovy +++ b/examples/heist/src/test/groovy/heist/GetPropertySpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/src/test/groovy/heist/HttpSpec.groovy b/examples/heist/src/test/groovy/heist/HttpSpec.groovy index f236da4b..32ecedac 100644 --- a/examples/heist/src/test/groovy/heist/HttpSpec.groovy +++ b/examples/heist/src/test/groovy/heist/HttpSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/src/test/groovy/heist/HttpTest.java b/examples/heist/src/test/groovy/heist/HttpTest.java index c4de4797..e09f2631 100644 --- a/examples/heist/src/test/groovy/heist/HttpTest.java +++ b/examples/heist/src/test/groovy/heist/HttpTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/src/test/groovy/heist/IncludeInterceptorSpec.groovy b/examples/heist/src/test/groovy/heist/IncludeInterceptorSpec.groovy index 82b23f0d..ffd502f8 100644 --- a/examples/heist/src/test/groovy/heist/IncludeInterceptorSpec.groovy +++ b/examples/heist/src/test/groovy/heist/IncludeInterceptorSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/src/test/groovy/heist/IncludeUrlMappingsNoAutowireSpec.groovy b/examples/heist/src/test/groovy/heist/IncludeUrlMappingsNoAutowireSpec.groovy index 799b3bfe..86ecec94 100644 --- a/examples/heist/src/test/groovy/heist/IncludeUrlMappingsNoAutowireSpec.groovy +++ b/examples/heist/src/test/groovy/heist/IncludeUrlMappingsNoAutowireSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/src/test/groovy/heist/IncludeUrlMappingsSpec.groovy b/examples/heist/src/test/groovy/heist/IncludeUrlMappingsSpec.groovy index 1efa3f3d..5eaf0da0 100644 --- a/examples/heist/src/test/groovy/heist/IncludeUrlMappingsSpec.groovy +++ b/examples/heist/src/test/groovy/heist/IncludeUrlMappingsSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/src/test/groovy/heist/MoonControllerSpec.groovy b/examples/heist/src/test/groovy/heist/MoonControllerSpec.groovy index d0b6b3b8..f52f3824 100644 --- a/examples/heist/src/test/groovy/heist/MoonControllerSpec.groovy +++ b/examples/heist/src/test/groovy/heist/MoonControllerSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/src/test/groovy/heist/SanitySpec.groovy b/examples/heist/src/test/groovy/heist/SanitySpec.groovy index 026ed0fb..e2388b6a 100644 --- a/examples/heist/src/test/groovy/heist/SanitySpec.groovy +++ b/examples/heist/src/test/groovy/heist/SanitySpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/src/test/groovy/heist/SplitSpec.groovy b/examples/heist/src/test/groovy/heist/SplitSpec.groovy index 7f7062c8..08bcbe9e 100644 --- a/examples/heist/src/test/groovy/heist/SplitSpec.groovy +++ b/examples/heist/src/test/groovy/heist/SplitSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/examples/heist/src/test/groovy/heist/UseNoMappingSpec.groovy b/examples/heist/src/test/groovy/heist/UseNoMappingSpec.groovy index de649c26..bff9c804 100644 --- a/examples/heist/src/test/groovy/heist/UseNoMappingSpec.groovy +++ b/examples/heist/src/test/groovy/heist/UseNoMappingSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/gradle.properties b/gradle.properties index 0a3aabdb..22354e80 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Agorapulse. +# Copyright 2018-2024 Agorapulse. # # 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/kotlin-libs/gru-kotlin/gru-kotlin.gradle b/kotlin-libs/gru-kotlin/gru-kotlin.gradle index f8f18e5a..4d7143b2 100644 --- a/kotlin-libs/gru-kotlin/gru-kotlin.gradle +++ b/kotlin-libs/gru-kotlin/gru-kotlin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/kotlin-libs/gru-kotlin/src/main/kotlin/com/agorapulse/gru/kotlin/Gru.kt b/kotlin-libs/gru-kotlin/src/main/kotlin/com/agorapulse/gru/kotlin/Gru.kt index e84c0adf..9dc2128e 100644 --- a/kotlin-libs/gru-kotlin/src/main/kotlin/com/agorapulse/gru/kotlin/Gru.kt +++ b/kotlin-libs/gru-kotlin/src/main/kotlin/com/agorapulse/gru/kotlin/Gru.kt @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/kotlin-libs/gru-kotlin/src/main/kotlin/com/agorapulse/gru/kotlin/MultipartDefinitionBuilder.kt b/kotlin-libs/gru-kotlin/src/main/kotlin/com/agorapulse/gru/kotlin/MultipartDefinitionBuilder.kt index 77aae2aa..9c2e58f0 100644 --- a/kotlin-libs/gru-kotlin/src/main/kotlin/com/agorapulse/gru/kotlin/MultipartDefinitionBuilder.kt +++ b/kotlin-libs/gru-kotlin/src/main/kotlin/com/agorapulse/gru/kotlin/MultipartDefinitionBuilder.kt @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/kotlin-libs/gru-kotlin/src/main/kotlin/com/agorapulse/gru/kotlin/RequestDefinitionBuilder.kt b/kotlin-libs/gru-kotlin/src/main/kotlin/com/agorapulse/gru/kotlin/RequestDefinitionBuilder.kt index f0251bc0..3641e475 100644 --- a/kotlin-libs/gru-kotlin/src/main/kotlin/com/agorapulse/gru/kotlin/RequestDefinitionBuilder.kt +++ b/kotlin-libs/gru-kotlin/src/main/kotlin/com/agorapulse/gru/kotlin/RequestDefinitionBuilder.kt @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/kotlin-libs/gru-kotlin/src/main/kotlin/com/agorapulse/gru/kotlin/ResponseDefinitionBuilder.kt b/kotlin-libs/gru-kotlin/src/main/kotlin/com/agorapulse/gru/kotlin/ResponseDefinitionBuilder.kt index c9490360..d625dd5b 100644 --- a/kotlin-libs/gru-kotlin/src/main/kotlin/com/agorapulse/gru/kotlin/ResponseDefinitionBuilder.kt +++ b/kotlin-libs/gru-kotlin/src/main/kotlin/com/agorapulse/gru/kotlin/ResponseDefinitionBuilder.kt @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/kotlin-libs/gru-kotlin/src/main/kotlin/com/agorapulse/gru/kotlin/Squad.kt b/kotlin-libs/gru-kotlin/src/main/kotlin/com/agorapulse/gru/kotlin/Squad.kt index 9d5e0217..c3e3eb7a 100644 --- a/kotlin-libs/gru-kotlin/src/main/kotlin/com/agorapulse/gru/kotlin/Squad.kt +++ b/kotlin-libs/gru-kotlin/src/main/kotlin/com/agorapulse/gru/kotlin/Squad.kt @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/kotlin-libs/gru-kotlin/src/main/kotlin/com/agorapulse/gru/kotlin/TestDefinitionBuilder.kt b/kotlin-libs/gru-kotlin/src/main/kotlin/com/agorapulse/gru/kotlin/TestDefinitionBuilder.kt index 57e855ad..78c3721c 100644 --- a/kotlin-libs/gru-kotlin/src/main/kotlin/com/agorapulse/gru/kotlin/TestDefinitionBuilder.kt +++ b/kotlin-libs/gru-kotlin/src/main/kotlin/com/agorapulse/gru/kotlin/TestDefinitionBuilder.kt @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-api-gateway/gru-api-gateway.gradle b/libs/gru-api-gateway/gru-api-gateway.gradle index acc6ff1a..d5195a83 100644 --- a/libs/gru-api-gateway/gru-api-gateway.gradle +++ b/libs/gru-api-gateway/gru-api-gateway.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/ApiGatewayConfiguration.java b/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/ApiGatewayConfiguration.java index 3ea034c8..530ebc49 100644 --- a/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/ApiGatewayConfiguration.java +++ b/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/ApiGatewayConfiguration.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/ApiGatewayProxy.java b/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/ApiGatewayProxy.java index 3fcc1a42..7564ccd3 100644 --- a/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/ApiGatewayProxy.java +++ b/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/ApiGatewayProxy.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/ApiGatewayProxyRequest.java b/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/ApiGatewayProxyRequest.java index 64b0b250..60ec558a 100644 --- a/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/ApiGatewayProxyRequest.java +++ b/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/ApiGatewayProxyRequest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/ApiGatewayProxyResponse.java b/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/ApiGatewayProxyResponse.java index 4aaffaf2..591d02e3 100644 --- a/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/ApiGatewayProxyResponse.java +++ b/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/ApiGatewayProxyResponse.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/MockContext.java b/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/MockContext.java index 68c73fef..4ff0e47d 100644 --- a/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/MockContext.java +++ b/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/MockContext.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/MockLogger.java b/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/MockLogger.java index c3084f09..0132926e 100644 --- a/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/MockLogger.java +++ b/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/MockLogger.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/groovy/ApiGatewayProxyExtensions.java b/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/groovy/ApiGatewayProxyExtensions.java index 4c3fdb2e..08614fe0 100644 --- a/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/groovy/ApiGatewayProxyExtensions.java +++ b/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/groovy/ApiGatewayProxyExtensions.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/groovy/ApiGatewayProxyStaticExtensions.java b/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/groovy/ApiGatewayProxyStaticExtensions.java index dde2433b..dbff40f9 100644 --- a/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/groovy/ApiGatewayProxyStaticExtensions.java +++ b/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/groovy/ApiGatewayProxyStaticExtensions.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/ignore/Safe.java b/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/ignore/Safe.java index b3195c34..794b30eb 100644 --- a/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/ignore/Safe.java +++ b/libs/gru-api-gateway/src/main/java/com/agorapulse/gru/agp/ignore/Safe.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-api-gateway/src/test/groovy/com/agorapulse/gru/agp/ApiGatewayConfigurationSpec.groovy b/libs/gru-api-gateway/src/test/groovy/com/agorapulse/gru/agp/ApiGatewayConfigurationSpec.groovy index bb516263..ef424ce9 100644 --- a/libs/gru-api-gateway/src/test/groovy/com/agorapulse/gru/agp/ApiGatewayConfigurationSpec.groovy +++ b/libs/gru-api-gateway/src/test/groovy/com/agorapulse/gru/agp/ApiGatewayConfigurationSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-api-gateway/src/test/groovy/com/agorapulse/gru/agp/ApiGatewayProxyRequestSpec.groovy b/libs/gru-api-gateway/src/test/groovy/com/agorapulse/gru/agp/ApiGatewayProxyRequestSpec.groovy index f88477dd..963bc7c9 100644 --- a/libs/gru-api-gateway/src/test/groovy/com/agorapulse/gru/agp/ApiGatewayProxyRequestSpec.groovy +++ b/libs/gru-api-gateway/src/test/groovy/com/agorapulse/gru/agp/ApiGatewayProxyRequestSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-api-gateway/src/test/groovy/com/agorapulse/gru/agp/ApiGatewayProxyResponseSpec.groovy b/libs/gru-api-gateway/src/test/groovy/com/agorapulse/gru/agp/ApiGatewayProxyResponseSpec.groovy index 07272890..b9e9fc4c 100644 --- a/libs/gru-api-gateway/src/test/groovy/com/agorapulse/gru/agp/ApiGatewayProxyResponseSpec.groovy +++ b/libs/gru-api-gateway/src/test/groovy/com/agorapulse/gru/agp/ApiGatewayProxyResponseSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-api-gateway/src/test/groovy/com/agorapulse/gru/agp/MockLoggerSpec.groovy b/libs/gru-api-gateway/src/test/groovy/com/agorapulse/gru/agp/MockLoggerSpec.groovy index 1b5f8514..df7b80b7 100644 --- a/libs/gru-api-gateway/src/test/groovy/com/agorapulse/gru/agp/MockLoggerSpec.groovy +++ b/libs/gru-api-gateway/src/test/groovy/com/agorapulse/gru/agp/MockLoggerSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-api-gateway/src/test/groovy/com/agorapulse/gru/agp/ignore/SafeSpec.groovy b/libs/gru-api-gateway/src/test/groovy/com/agorapulse/gru/agp/ignore/SafeSpec.groovy index 63dfd28a..35d44280 100644 --- a/libs/gru-api-gateway/src/test/groovy/com/agorapulse/gru/agp/ignore/SafeSpec.groovy +++ b/libs/gru-api-gateway/src/test/groovy/com/agorapulse/gru/agp/ignore/SafeSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-grails/gru-grails.gradle b/libs/gru-grails/gru-grails.gradle index cb8413f4..fee7ef3a 100644 --- a/libs/gru-grails/gru-grails.gradle +++ b/libs/gru-grails/gru-grails.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/Grails.groovy b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/Grails.groovy index fa411d2e..1b0b5c5d 100644 --- a/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/Grails.groovy +++ b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/Grails.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/GrailsGruExtensions.groovy b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/GrailsGruExtensions.groovy index 25183748..95a4c467 100644 --- a/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/GrailsGruExtensions.groovy +++ b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/GrailsGruExtensions.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/GruGrailsRequest.groovy b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/GruGrailsRequest.groovy index e1ddc3a4..c6dccd74 100644 --- a/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/GruGrailsRequest.groovy +++ b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/GruGrailsRequest.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/GruGrailsResponse.groovy b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/GruGrailsResponse.groovy index b8035bce..20e4d993 100644 --- a/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/GruGrailsResponse.groovy +++ b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/GruGrailsResponse.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/ControllerInitializationMinion.java b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/ControllerInitializationMinion.java index e694f045..601ee81b 100644 --- a/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/ControllerInitializationMinion.java +++ b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/ControllerInitializationMinion.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/ForwardMinion.groovy b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/ForwardMinion.groovy index 5ce207d1..7673dc8e 100644 --- a/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/ForwardMinion.groovy +++ b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/ForwardMinion.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/GrailsHtmlMinion.groovy b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/GrailsHtmlMinion.groovy index f70b5288..1e2686ed 100644 --- a/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/GrailsHtmlMinion.groovy +++ b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/GrailsHtmlMinion.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/InterceptorsMinion.groovy b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/InterceptorsMinion.groovy index cd106978..8757fb3a 100644 --- a/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/InterceptorsMinion.groovy +++ b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/InterceptorsMinion.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/ModelMinion.groovy b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/ModelMinion.groovy index 8d932f16..2d33245b 100644 --- a/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/ModelMinion.groovy +++ b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/ModelMinion.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/NotHandled.java b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/NotHandled.java index 38990d4e..0f586182 100644 --- a/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/NotHandled.java +++ b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/NotHandled.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/UrlMappingsMinion.groovy b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/UrlMappingsMinion.groovy index ce135e5d..ce095a7c 100644 --- a/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/UrlMappingsMinion.groovy +++ b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/UrlMappingsMinion.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/jsonview/JsonViewRendererMinion.groovy b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/jsonview/JsonViewRendererMinion.groovy index e90ff4c1..662e5b84 100644 --- a/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/jsonview/JsonViewRendererMinion.groovy +++ b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/jsonview/JsonViewRendererMinion.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/jsonview/JsonViewSupport.groovy b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/jsonview/JsonViewSupport.groovy index 2115e7b5..34986642 100644 --- a/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/jsonview/JsonViewSupport.groovy +++ b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/jsonview/JsonViewSupport.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/jsonview/TestHttpResponse.groovy b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/jsonview/TestHttpResponse.groovy index 431bc0f0..b254f0ba 100644 --- a/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/jsonview/TestHttpResponse.groovy +++ b/libs/gru-grails/src/main/groovy/com/agorapulse/gru/grails/minions/jsonview/TestHttpResponse.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-micronaut/gru-micronaut.gradle b/libs/gru-micronaut/gru-micronaut.gradle index e1fe0f23..dfc365f8 100644 --- a/libs/gru-micronaut/gru-micronaut.gradle +++ b/libs/gru-micronaut/gru-micronaut.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/GruFactory.java b/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/GruFactory.java index 46b8f4a2..178156d4 100644 --- a/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/GruFactory.java +++ b/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/GruFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/JdkClientFactory.java b/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/JdkClientFactory.java index 8b31c0d3..c0fa5949 100644 --- a/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/JdkClientFactory.java +++ b/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/JdkClientFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/Micronaut.java b/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/Micronaut.java index 153322fb..aceb0758 100644 --- a/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/Micronaut.java +++ b/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/Micronaut.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/MicronautGruExtensions.java b/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/MicronautGruExtensions.java index f9256177..81396a78 100644 --- a/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/MicronautGruExtensions.java +++ b/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/MicronautGruExtensions.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/MicronautGruStaticExtensions.java b/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/MicronautGruStaticExtensions.java index 2b5dee45..2e840d16 100644 --- a/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/MicronautGruStaticExtensions.java +++ b/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/MicronautGruStaticExtensions.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/MicronautHttpClientFactory.java b/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/MicronautHttpClientFactory.java index 177257db..a875170a 100644 --- a/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/MicronautHttpClientFactory.java +++ b/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/MicronautHttpClientFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/OkHttpClientFactory.java b/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/OkHttpClientFactory.java index 3af1e0b6..d12999ea 100644 --- a/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/OkHttpClientFactory.java +++ b/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/OkHttpClientFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/http/MicronautHttpClient.java b/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/http/MicronautHttpClient.java index 21199ff6..6e2bb943 100644 --- a/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/http/MicronautHttpClient.java +++ b/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/http/MicronautHttpClient.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/http/MicronautHttpClientConfiguration.java b/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/http/MicronautHttpClientConfiguration.java index a4ebd5fc..3f252fa9 100644 --- a/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/http/MicronautHttpClientConfiguration.java +++ b/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/http/MicronautHttpClientConfiguration.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/http/MicronautHttpRequest.java b/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/http/MicronautHttpRequest.java index 02f71fba..3a5d504d 100644 --- a/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/http/MicronautHttpRequest.java +++ b/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/http/MicronautHttpRequest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/http/MicronautHttpResponse.java b/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/http/MicronautHttpResponse.java index 6971d413..85c3ea06 100644 --- a/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/http/MicronautHttpResponse.java +++ b/libs/gru-micronaut/src/main/java/com/agorapulse/gru/micronaut/http/MicronautHttpResponse.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-okhttp/gru-okhttp.gradle b/libs/gru-okhttp/gru-okhttp.gradle index bd9906b8..fd7fa0ca 100644 --- a/libs/gru-okhttp/gru-okhttp.gradle +++ b/libs/gru-okhttp/gru-okhttp.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-okhttp/src/main/java/com/agorapulse/gru/okhttp/GruOkHttpRequest.java b/libs/gru-okhttp/src/main/java/com/agorapulse/gru/okhttp/GruOkHttpRequest.java index 3d9fa637..d9daa395 100644 --- a/libs/gru-okhttp/src/main/java/com/agorapulse/gru/okhttp/GruOkHttpRequest.java +++ b/libs/gru-okhttp/src/main/java/com/agorapulse/gru/okhttp/GruOkHttpRequest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-okhttp/src/main/java/com/agorapulse/gru/okhttp/GruOkHttpResponse.java b/libs/gru-okhttp/src/main/java/com/agorapulse/gru/okhttp/GruOkHttpResponse.java index 3982bc76..7661533b 100644 --- a/libs/gru-okhttp/src/main/java/com/agorapulse/gru/okhttp/GruOkHttpResponse.java +++ b/libs/gru-okhttp/src/main/java/com/agorapulse/gru/okhttp/GruOkHttpResponse.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-okhttp/src/main/java/com/agorapulse/gru/okhttp/OkHttp.java b/libs/gru-okhttp/src/main/java/com/agorapulse/gru/okhttp/OkHttp.java index 1f3cbd29..87100e23 100644 --- a/libs/gru-okhttp/src/main/java/com/agorapulse/gru/okhttp/OkHttp.java +++ b/libs/gru-okhttp/src/main/java/com/agorapulse/gru/okhttp/OkHttp.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-okhttp/src/main/java/com/agorapulse/gru/okhttp/OkHttpStaticExtensions.java b/libs/gru-okhttp/src/main/java/com/agorapulse/gru/okhttp/OkHttpStaticExtensions.java index 82d8f876..38dabf47 100644 --- a/libs/gru-okhttp/src/main/java/com/agorapulse/gru/okhttp/OkHttpStaticExtensions.java +++ b/libs/gru-okhttp/src/main/java/com/agorapulse/gru/okhttp/OkHttpStaticExtensions.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-okhttp/src/test/groovy/com/agorapulse/gru/okhttp/GruHttpRequestSpec.groovy b/libs/gru-okhttp/src/test/groovy/com/agorapulse/gru/okhttp/GruHttpRequestSpec.groovy index bfa9bb83..93fa5c3b 100644 --- a/libs/gru-okhttp/src/test/groovy/com/agorapulse/gru/okhttp/GruHttpRequestSpec.groovy +++ b/libs/gru-okhttp/src/test/groovy/com/agorapulse/gru/okhttp/GruHttpRequestSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-okhttp/src/test/groovy/com/agorapulse/gru/okhttp/HttpRedirectSpec.groovy b/libs/gru-okhttp/src/test/groovy/com/agorapulse/gru/okhttp/HttpRedirectSpec.groovy index dffe72aa..0e752c3a 100644 --- a/libs/gru-okhttp/src/test/groovy/com/agorapulse/gru/okhttp/HttpRedirectSpec.groovy +++ b/libs/gru-okhttp/src/test/groovy/com/agorapulse/gru/okhttp/HttpRedirectSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-okhttp/src/test/groovy/com/agorapulse/gru/okhttp/HttpSpec.groovy b/libs/gru-okhttp/src/test/groovy/com/agorapulse/gru/okhttp/HttpSpec.groovy index eed0c420..3ad5e1b3 100644 --- a/libs/gru-okhttp/src/test/groovy/com/agorapulse/gru/okhttp/HttpSpec.groovy +++ b/libs/gru-okhttp/src/test/groovy/com/agorapulse/gru/okhttp/HttpSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-spring-integration-testing/gru-spring-integration-testing.gradle b/libs/gru-spring-integration-testing/gru-spring-integration-testing.gradle index f7dca490..4eb9cbb5 100644 --- a/libs/gru-spring-integration-testing/gru-spring-integration-testing.gradle +++ b/libs/gru-spring-integration-testing/gru-spring-integration-testing.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-spring-integration-testing/src/main/java/com/agorapulse/gru/spring/itest/GruIntegrationTestConfiguration.java b/libs/gru-spring-integration-testing/src/main/java/com/agorapulse/gru/spring/itest/GruIntegrationTestConfiguration.java index 44ce9908..cf37d475 100644 --- a/libs/gru-spring-integration-testing/src/main/java/com/agorapulse/gru/spring/itest/GruIntegrationTestConfiguration.java +++ b/libs/gru-spring-integration-testing/src/main/java/com/agorapulse/gru/spring/itest/GruIntegrationTestConfiguration.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-spring-integration-testing/src/main/java/com/agorapulse/gru/spring/itest/GruKotlinIntegrationTestConfiguration.java b/libs/gru-spring-integration-testing/src/main/java/com/agorapulse/gru/spring/itest/GruKotlinIntegrationTestConfiguration.java index f84820ba..dcdcd474 100644 --- a/libs/gru-spring-integration-testing/src/main/java/com/agorapulse/gru/spring/itest/GruKotlinIntegrationTestConfiguration.java +++ b/libs/gru-spring-integration-testing/src/main/java/com/agorapulse/gru/spring/itest/GruKotlinIntegrationTestConfiguration.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-spring/gru-spring.gradle b/libs/gru-spring/gru-spring.gradle index 9efeebec..281b03dc 100644 --- a/libs/gru-spring/gru-spring.gradle +++ b/libs/gru-spring/gru-spring.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/GruSpringRequest.java b/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/GruSpringRequest.java index bb674512..4e6209e7 100644 --- a/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/GruSpringRequest.java +++ b/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/GruSpringRequest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/GruSpringResponse.java b/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/GruSpringResponse.java index 8fe4e582..5b82f007 100644 --- a/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/GruSpringResponse.java +++ b/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/GruSpringResponse.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/HasMockMvc.java b/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/HasMockMvc.java index b4cadef4..be3ca24f 100644 --- a/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/HasMockMvc.java +++ b/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/HasMockMvc.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/Spring.java b/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/Spring.java index bfb4c0e2..551c7688 100644 --- a/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/Spring.java +++ b/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/Spring.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/groovy/GruSpringExtensions.java b/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/groovy/GruSpringExtensions.java index 29ec4a6d..778d47fb 100644 --- a/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/groovy/GruSpringExtensions.java +++ b/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/groovy/GruSpringExtensions.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/minions/RequestBuilderMinion.java b/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/minions/RequestBuilderMinion.java index f4c0853a..38c41f0c 100644 --- a/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/minions/RequestBuilderMinion.java +++ b/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/minions/RequestBuilderMinion.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/minions/ResultMatcherMinion.java b/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/minions/ResultMatcherMinion.java index 7b359cee..071483f6 100644 --- a/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/minions/ResultMatcherMinion.java +++ b/libs/gru-spring/src/main/java/com/agorapulse/gru/spring/minions/ResultMatcherMinion.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/gru.gradle b/libs/gru/gru.gradle index f81c74d4..98461195 100644 --- a/libs/gru/gru.gradle +++ b/libs/gru/gru.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/AbstractClient.java b/libs/gru/src/main/java/com/agorapulse/gru/AbstractClient.java index c01ef88e..fe04237f 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/AbstractClient.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/AbstractClient.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/Client.java b/libs/gru/src/main/java/com/agorapulse/gru/Client.java index 889752e0..79e8828f 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/Client.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/Client.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/Content.java b/libs/gru/src/main/java/com/agorapulse/gru/Content.java index f63f8478..adfd7faf 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/Content.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/Content.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/DefaultMultipartDefinitionBuilder.java b/libs/gru/src/main/java/com/agorapulse/gru/DefaultMultipartDefinitionBuilder.java index 290fdee0..27298c08 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/DefaultMultipartDefinitionBuilder.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/DefaultMultipartDefinitionBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/DefaultMultipartFile.java b/libs/gru/src/main/java/com/agorapulse/gru/DefaultMultipartFile.java index 8d22c805..7eeda2ea 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/DefaultMultipartFile.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/DefaultMultipartFile.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/DefaultRequestDefinitionBuilder.java b/libs/gru/src/main/java/com/agorapulse/gru/DefaultRequestDefinitionBuilder.java index dea682aa..770240ad 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/DefaultRequestDefinitionBuilder.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/DefaultRequestDefinitionBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/DefaultResponseDefinitionBuilder.java b/libs/gru/src/main/java/com/agorapulse/gru/DefaultResponseDefinitionBuilder.java index 47ac4630..46ab967c 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/DefaultResponseDefinitionBuilder.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/DefaultResponseDefinitionBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/DefaultTestDefinitionBuilder.java b/libs/gru/src/main/java/com/agorapulse/gru/DefaultTestDefinitionBuilder.java index f996d695..7c8e2479 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/DefaultTestDefinitionBuilder.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/DefaultTestDefinitionBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/Gru.java b/libs/gru/src/main/java/com/agorapulse/gru/Gru.java index d9277a00..3e221a1a 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/Gru.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/Gru.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/GruContext.java b/libs/gru/src/main/java/com/agorapulse/gru/GruContext.java index b0e2735a..bce13219 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/GruContext.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/GruContext.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/HttpStatusShortcuts.java b/libs/gru/src/main/java/com/agorapulse/gru/HttpStatusShortcuts.java index aee9597a..53e2ada9 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/HttpStatusShortcuts.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/HttpStatusShortcuts.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/HttpVerbsShortcuts.java b/libs/gru/src/main/java/com/agorapulse/gru/HttpVerbsShortcuts.java index a79182a2..3e0624fd 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/HttpVerbsShortcuts.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/HttpVerbsShortcuts.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/JsonUnitOptionsShortcuts.java b/libs/gru/src/main/java/com/agorapulse/gru/JsonUnitOptionsShortcuts.java index 55af34d1..b3596854 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/JsonUnitOptionsShortcuts.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/JsonUnitOptionsShortcuts.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/LazyClient.java b/libs/gru/src/main/java/com/agorapulse/gru/LazyClient.java index fb3ecf16..713d57c4 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/LazyClient.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/LazyClient.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/MultipartDefinition.java b/libs/gru/src/main/java/com/agorapulse/gru/MultipartDefinition.java index cf2cc69d..cf8dc8c5 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/MultipartDefinition.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/MultipartDefinition.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/MultipartDefinitionBuilder.java b/libs/gru/src/main/java/com/agorapulse/gru/MultipartDefinitionBuilder.java index 9f093e09..dda9e06c 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/MultipartDefinitionBuilder.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/MultipartDefinitionBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/RequestDefinitionBuilder.java b/libs/gru/src/main/java/com/agorapulse/gru/RequestDefinitionBuilder.java index 391f5f28..ef7ec9ec 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/RequestDefinitionBuilder.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/RequestDefinitionBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/ResponseCookieDefinition.java b/libs/gru/src/main/java/com/agorapulse/gru/ResponseCookieDefinition.java index 3195ea76..76bf2680 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/ResponseCookieDefinition.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/ResponseCookieDefinition.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/ResponseDefinitionBuilder.java b/libs/gru/src/main/java/com/agorapulse/gru/ResponseDefinitionBuilder.java index b53541a3..c707644d 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/ResponseDefinitionBuilder.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/ResponseDefinitionBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/Squad.java b/libs/gru/src/main/java/com/agorapulse/gru/Squad.java index 95f3b39a..90a618e9 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/Squad.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/Squad.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/TestDefinitionBuilder.java b/libs/gru/src/main/java/com/agorapulse/gru/TestDefinitionBuilder.java index 31a8289f..3ed98b08 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/TestDefinitionBuilder.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/TestDefinitionBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/WithContentSupport.java b/libs/gru/src/main/java/com/agorapulse/gru/WithContentSupport.java index 5070c37d..61f89ae7 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/WithContentSupport.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/WithContentSupport.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/content/ContentUtils.java b/libs/gru/src/main/java/com/agorapulse/gru/content/ContentUtils.java index 6b19fcbf..2ebaae00 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/content/ContentUtils.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/content/ContentUtils.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/content/FileContent.java b/libs/gru/src/main/java/com/agorapulse/gru/content/FileContent.java index 6ae8d4ab..b20b917b 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/content/FileContent.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/content/FileContent.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/content/StringContent.java b/libs/gru/src/main/java/com/agorapulse/gru/content/StringContent.java index 8f5e98c1..ea3f544f 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/content/StringContent.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/content/StringContent.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/cookie/Cookie.java b/libs/gru/src/main/java/com/agorapulse/gru/cookie/Cookie.java index e55e8b01..1d54688c 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/cookie/Cookie.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/cookie/Cookie.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/exception/GroovyAssertAwareMultipleFailureException.java b/libs/gru/src/main/java/com/agorapulse/gru/exception/GroovyAssertAwareMultipleFailureException.java index c8580fde..8b062f4d 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/exception/GroovyAssertAwareMultipleFailureException.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/exception/GroovyAssertAwareMultipleFailureException.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/groovy/GroovyTestDefinitionBuilder.java b/libs/gru/src/main/java/com/agorapulse/gru/groovy/GroovyTestDefinitionBuilder.java index 9704bd75..470006c5 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/groovy/GroovyTestDefinitionBuilder.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/groovy/GroovyTestDefinitionBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/groovy/GruExtensions.java b/libs/gru/src/main/java/com/agorapulse/gru/groovy/GruExtensions.java index f74b17c5..9676a64b 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/groovy/GruExtensions.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/groovy/GruExtensions.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/http/GruHttpRequest.java b/libs/gru/src/main/java/com/agorapulse/gru/http/GruHttpRequest.java index 5f663b97..6d68ddb7 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/http/GruHttpRequest.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/http/GruHttpRequest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/http/GruHttpResponse.java b/libs/gru/src/main/java/com/agorapulse/gru/http/GruHttpResponse.java index a7c01319..00006a6b 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/http/GruHttpResponse.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/http/GruHttpResponse.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/http/Http.java b/libs/gru/src/main/java/com/agorapulse/gru/http/Http.java index db9cb7f7..14ac57f5 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/http/Http.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/http/Http.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/jsonunit/MatchesIsoDateNow.java b/libs/gru/src/main/java/com/agorapulse/gru/jsonunit/MatchesIsoDateNow.java index 22b92a50..c7f97cd7 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/jsonunit/MatchesIsoDateNow.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/jsonunit/MatchesIsoDateNow.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/jsonunit/MatchesPattern.java b/libs/gru/src/main/java/com/agorapulse/gru/jsonunit/MatchesPattern.java index a8705cad..26821aad 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/jsonunit/MatchesPattern.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/jsonunit/MatchesPattern.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/jsonunit/MatchesUrl.java b/libs/gru/src/main/java/com/agorapulse/gru/jsonunit/MatchesUrl.java index a7f7f8c6..701787c7 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/jsonunit/MatchesUrl.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/jsonunit/MatchesUrl.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/minions/AbstractContentMinion.java b/libs/gru/src/main/java/com/agorapulse/gru/minions/AbstractContentMinion.java index 0df4fc56..ef7529c2 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/minions/AbstractContentMinion.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/minions/AbstractContentMinion.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/minions/AbstractMinion.java b/libs/gru/src/main/java/com/agorapulse/gru/minions/AbstractMinion.java index 5fbb6bbf..696a9ce4 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/minions/AbstractMinion.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/minions/AbstractMinion.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/minions/Command.java b/libs/gru/src/main/java/com/agorapulse/gru/minions/Command.java index 6218db58..f1d221fa 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/minions/Command.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/minions/Command.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/minions/CookieMinion.java b/libs/gru/src/main/java/com/agorapulse/gru/minions/CookieMinion.java index 6f322669..cc78b476 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/minions/CookieMinion.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/minions/CookieMinion.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/minions/HtmlMinion.java b/libs/gru/src/main/java/com/agorapulse/gru/minions/HtmlMinion.java index 6cb796fc..c4bbb07a 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/minions/HtmlMinion.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/minions/HtmlMinion.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/minions/HttpMinion.java b/libs/gru/src/main/java/com/agorapulse/gru/minions/HttpMinion.java index d28fbf7e..cd938bed 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/minions/HttpMinion.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/minions/HttpMinion.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/minions/JsonMinion.java b/libs/gru/src/main/java/com/agorapulse/gru/minions/JsonMinion.java index 9a90d2bc..47a18759 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/minions/JsonMinion.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/minions/JsonMinion.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/minions/Minion.java b/libs/gru/src/main/java/com/agorapulse/gru/minions/Minion.java index 8fe8dd6a..c7aaf1ef 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/minions/Minion.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/minions/Minion.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/minions/MultipartMinion.java b/libs/gru/src/main/java/com/agorapulse/gru/minions/MultipartMinion.java index 77fb3ffb..63f8f5e6 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/minions/MultipartMinion.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/minions/MultipartMinion.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/minions/ParametersMinion.java b/libs/gru/src/main/java/com/agorapulse/gru/minions/ParametersMinion.java index e9e3dada..9997c246 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/minions/ParametersMinion.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/minions/ParametersMinion.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/minions/PayloadMinion.java b/libs/gru/src/main/java/com/agorapulse/gru/minions/PayloadMinion.java index 11ea1c3e..a3354f75 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/minions/PayloadMinion.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/minions/PayloadMinion.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/minions/TextMinion.java b/libs/gru/src/main/java/com/agorapulse/gru/minions/TextMinion.java index c4befb2d..102dfb4d 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/minions/TextMinion.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/minions/TextMinion.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/main/java/com/agorapulse/gru/spock/GruSpockExtension.java b/libs/gru/src/main/java/com/agorapulse/gru/spock/GruSpockExtension.java index be57ca24..4819840e 100644 --- a/libs/gru/src/main/java/com/agorapulse/gru/spock/GruSpockExtension.java +++ b/libs/gru/src/main/java/com/agorapulse/gru/spock/GruSpockExtension.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/test/groovy/com/agorapulse/gru/DefaultTestDefinitionBuilderSpec.groovy b/libs/gru/src/test/groovy/com/agorapulse/gru/DefaultTestDefinitionBuilderSpec.groovy index 48f5a359..c2c7e3a2 100644 --- a/libs/gru/src/test/groovy/com/agorapulse/gru/DefaultTestDefinitionBuilderSpec.groovy +++ b/libs/gru/src/test/groovy/com/agorapulse/gru/DefaultTestDefinitionBuilderSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/test/groovy/com/agorapulse/gru/GruContextSpec.groovy b/libs/gru/src/test/groovy/com/agorapulse/gru/GruContextSpec.groovy index 67536252..9ff287ad 100644 --- a/libs/gru/src/test/groovy/com/agorapulse/gru/GruContextSpec.groovy +++ b/libs/gru/src/test/groovy/com/agorapulse/gru/GruContextSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/test/groovy/com/agorapulse/gru/GruSpec.groovy b/libs/gru/src/test/groovy/com/agorapulse/gru/GruSpec.groovy index 44dfb51c..87cfe8b4 100644 --- a/libs/gru/src/test/groovy/com/agorapulse/gru/GruSpec.groovy +++ b/libs/gru/src/test/groovy/com/agorapulse/gru/GruSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/test/groovy/com/agorapulse/gru/LazyClientSpec.groovy b/libs/gru/src/test/groovy/com/agorapulse/gru/LazyClientSpec.groovy index e9a61077..a4532767 100644 --- a/libs/gru/src/test/groovy/com/agorapulse/gru/LazyClientSpec.groovy +++ b/libs/gru/src/test/groovy/com/agorapulse/gru/LazyClientSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/test/groovy/com/agorapulse/gru/SquadSpec.groovy b/libs/gru/src/test/groovy/com/agorapulse/gru/SquadSpec.groovy index 96e88179..56445869 100644 --- a/libs/gru/src/test/groovy/com/agorapulse/gru/SquadSpec.groovy +++ b/libs/gru/src/test/groovy/com/agorapulse/gru/SquadSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/test/groovy/com/agorapulse/gru/TestClient.groovy b/libs/gru/src/test/groovy/com/agorapulse/gru/TestClient.groovy index d1615b3c..b703b8f6 100644 --- a/libs/gru/src/test/groovy/com/agorapulse/gru/TestClient.groovy +++ b/libs/gru/src/test/groovy/com/agorapulse/gru/TestClient.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/test/groovy/com/agorapulse/gru/content/StringContentSpec.groovy b/libs/gru/src/test/groovy/com/agorapulse/gru/content/StringContentSpec.groovy index fde554ed..3e73da95 100644 --- a/libs/gru/src/test/groovy/com/agorapulse/gru/content/StringContentSpec.groovy +++ b/libs/gru/src/test/groovy/com/agorapulse/gru/content/StringContentSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/test/groovy/com/agorapulse/gru/cookie/CookieSpec.groovy b/libs/gru/src/test/groovy/com/agorapulse/gru/cookie/CookieSpec.groovy index 0e414d4e..716b0087 100644 --- a/libs/gru/src/test/groovy/com/agorapulse/gru/cookie/CookieSpec.groovy +++ b/libs/gru/src/test/groovy/com/agorapulse/gru/cookie/CookieSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/test/groovy/com/agorapulse/gru/cookie/CookieTest.java b/libs/gru/src/test/groovy/com/agorapulse/gru/cookie/CookieTest.java index c5132e4f..00c4ded2 100644 --- a/libs/gru/src/test/groovy/com/agorapulse/gru/cookie/CookieTest.java +++ b/libs/gru/src/test/groovy/com/agorapulse/gru/cookie/CookieTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/test/groovy/com/agorapulse/gru/http/GruHttpRequestSpec.groovy b/libs/gru/src/test/groovy/com/agorapulse/gru/http/GruHttpRequestSpec.groovy index 2aed65b2..7c254f15 100644 --- a/libs/gru/src/test/groovy/com/agorapulse/gru/http/GruHttpRequestSpec.groovy +++ b/libs/gru/src/test/groovy/com/agorapulse/gru/http/GruHttpRequestSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/test/groovy/com/agorapulse/gru/http/HttpRedirectSpec.groovy b/libs/gru/src/test/groovy/com/agorapulse/gru/http/HttpRedirectSpec.groovy index 3785f6e3..1473558a 100644 --- a/libs/gru/src/test/groovy/com/agorapulse/gru/http/HttpRedirectSpec.groovy +++ b/libs/gru/src/test/groovy/com/agorapulse/gru/http/HttpRedirectSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/test/groovy/com/agorapulse/gru/http/HttpSpec.groovy b/libs/gru/src/test/groovy/com/agorapulse/gru/http/HttpSpec.groovy index 1907aeed..845f9fb3 100644 --- a/libs/gru/src/test/groovy/com/agorapulse/gru/http/HttpSpec.groovy +++ b/libs/gru/src/test/groovy/com/agorapulse/gru/http/HttpSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/test/groovy/com/agorapulse/gru/http/HttpTest.java b/libs/gru/src/test/groovy/com/agorapulse/gru/http/HttpTest.java index e006a4fb..e31bbeb6 100644 --- a/libs/gru/src/test/groovy/com/agorapulse/gru/http/HttpTest.java +++ b/libs/gru/src/test/groovy/com/agorapulse/gru/http/HttpTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/test/groovy/com/agorapulse/gru/jsonunit/MatchesIsoDateNowSpec.groovy b/libs/gru/src/test/groovy/com/agorapulse/gru/jsonunit/MatchesIsoDateNowSpec.groovy index 59e245e1..e0d74013 100644 --- a/libs/gru/src/test/groovy/com/agorapulse/gru/jsonunit/MatchesIsoDateNowSpec.groovy +++ b/libs/gru/src/test/groovy/com/agorapulse/gru/jsonunit/MatchesIsoDateNowSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/test/groovy/com/agorapulse/gru/jsonunit/MatchesPatternSpec.groovy b/libs/gru/src/test/groovy/com/agorapulse/gru/jsonunit/MatchesPatternSpec.groovy index 00dbda88..a57fcd3e 100644 --- a/libs/gru/src/test/groovy/com/agorapulse/gru/jsonunit/MatchesPatternSpec.groovy +++ b/libs/gru/src/test/groovy/com/agorapulse/gru/jsonunit/MatchesPatternSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/test/groovy/com/agorapulse/gru/jsonunit/MatchesUrlSpec.groovy b/libs/gru/src/test/groovy/com/agorapulse/gru/jsonunit/MatchesUrlSpec.groovy index b4410950..1c2e68ba 100644 --- a/libs/gru/src/test/groovy/com/agorapulse/gru/jsonunit/MatchesUrlSpec.groovy +++ b/libs/gru/src/test/groovy/com/agorapulse/gru/jsonunit/MatchesUrlSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/test/groovy/com/agorapulse/gru/minions/AbstractMinionSpec.groovy b/libs/gru/src/test/groovy/com/agorapulse/gru/minions/AbstractMinionSpec.groovy index 5e78f64a..10a9a936 100644 --- a/libs/gru/src/test/groovy/com/agorapulse/gru/minions/AbstractMinionSpec.groovy +++ b/libs/gru/src/test/groovy/com/agorapulse/gru/minions/AbstractMinionSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/test/groovy/com/agorapulse/gru/minions/HttpMinionSpec.groovy b/libs/gru/src/test/groovy/com/agorapulse/gru/minions/HttpMinionSpec.groovy index 70ea13e9..fe22194c 100644 --- a/libs/gru/src/test/groovy/com/agorapulse/gru/minions/HttpMinionSpec.groovy +++ b/libs/gru/src/test/groovy/com/agorapulse/gru/minions/HttpMinionSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/test/groovy/com/agorapulse/gru/minions/JsonMinionSpec.groovy b/libs/gru/src/test/groovy/com/agorapulse/gru/minions/JsonMinionSpec.groovy index fb28cb76..f3aff4cc 100644 --- a/libs/gru/src/test/groovy/com/agorapulse/gru/minions/JsonMinionSpec.groovy +++ b/libs/gru/src/test/groovy/com/agorapulse/gru/minions/JsonMinionSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/libs/gru/src/test/groovy/com/agorapulse/gru/minions/TextMinionSpec.groovy b/libs/gru/src/test/groovy/com/agorapulse/gru/minions/TextMinionSpec.groovy index b558b6a8..dfa7e980 100644 --- a/libs/gru/src/test/groovy/com/agorapulse/gru/minions/TextMinionSpec.groovy +++ b/libs/gru/src/test/groovy/com/agorapulse/gru/minions/TextMinionSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/platforms/gru-bom/gru-bom.gradle b/platforms/gru-bom/gru-bom.gradle index 70161c7f..b00317df 100644 --- a/platforms/gru-bom/gru-bom.gradle +++ b/platforms/gru-bom/gru-bom.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * 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/settings.gradle b/settings.gradle index 940d0b9d..2fde934a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Agorapulse. + * Copyright 2018-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.