diff --git a/build.gradle b/build.gradle index 9fcf428..bd98729 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2022 Agorapulse. + * Copyright 2020-2023 Agorapulse. * * Licensed 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 533bcd0..86ecf15 100644 --- a/docs/guide/guide.gradle +++ b/docs/guide/guide.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2022 Agorapulse. + * Copyright 2020-2023 Agorapulse. * * Licensed 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/micronaut-snitch-example/micronaut-snitch-example.gradle b/examples/micronaut-snitch-example/micronaut-snitch-example.gradle index e069fc7..35a1a1c 100644 --- a/examples/micronaut-snitch-example/micronaut-snitch-example.gradle +++ b/examples/micronaut-snitch-example/micronaut-snitch-example.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2022 Agorapulse. + * Copyright 2020-2023 Agorapulse. * * Licensed 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 ca98de8..d1481a5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2022 Agorapulse. +# Copyright 2020-2023 Agorapulse. # # Licensed 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/micronaut-snitch/micronaut-snitch.gradle b/libs/micronaut-snitch/micronaut-snitch.gradle index 507ac04..7ca62ea 100644 --- a/libs/micronaut-snitch/micronaut-snitch.gradle +++ b/libs/micronaut-snitch/micronaut-snitch.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2022 Agorapulse. + * Copyright 2020-2023 Agorapulse. * * Licensed 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/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/DefaultSnitchFactory.java b/libs/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/DefaultSnitchFactory.java index 4ce012f..014bc28 100644 --- a/libs/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/DefaultSnitchFactory.java +++ b/libs/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/DefaultSnitchFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2022 Agorapulse. + * Copyright 2020-2023 Agorapulse. * * Licensed 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/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/DefaultSnitchService.java b/libs/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/DefaultSnitchService.java index 914f321..3c7a2b5 100644 --- a/libs/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/DefaultSnitchService.java +++ b/libs/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/DefaultSnitchService.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2022 Agorapulse. + * Copyright 2020-2023 Agorapulse. * * Licensed 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/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/NoopSnitchService.java b/libs/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/NoopSnitchService.java index 67d4dc7..6f40a85 100644 --- a/libs/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/NoopSnitchService.java +++ b/libs/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/NoopSnitchService.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2022 Agorapulse. + * Copyright 2020-2023 Agorapulse. * * Licensed 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/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/Snitch.java b/libs/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/Snitch.java index dcf11f3..3e07448 100644 --- a/libs/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/Snitch.java +++ b/libs/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/Snitch.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2022 Agorapulse. + * Copyright 2020-2023 Agorapulse. * * Licensed 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/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/SnitchClient.java b/libs/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/SnitchClient.java index b901123..6954c82 100644 --- a/libs/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/SnitchClient.java +++ b/libs/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/SnitchClient.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2022 Agorapulse. + * Copyright 2020-2023 Agorapulse. * * Licensed 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/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/SnitchInterceptor.java b/libs/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/SnitchInterceptor.java index 6b47ec3..c0c5842 100644 --- a/libs/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/SnitchInterceptor.java +++ b/libs/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/SnitchInterceptor.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2022 Agorapulse. + * Copyright 2020-2023 Agorapulse. * * Licensed 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/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/SnitchJobConfiguration.java b/libs/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/SnitchJobConfiguration.java index 0a13e98..77d8ed5 100644 --- a/libs/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/SnitchJobConfiguration.java +++ b/libs/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/SnitchJobConfiguration.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2022 Agorapulse. + * Copyright 2020-2023 Agorapulse. * * Licensed 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/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/SnitchService.java b/libs/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/SnitchService.java index 9d0b164..71fb557 100644 --- a/libs/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/SnitchService.java +++ b/libs/micronaut-snitch/src/main/java/com/agorapulse/micronaut/snitch/SnitchService.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2022 Agorapulse. + * Copyright 2020-2023 Agorapulse. * * Licensed 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/micronaut-snitch/src/test/groovy/com/agorapulse/micronaut/snitch/SnitchServiceSpec.groovy b/libs/micronaut-snitch/src/test/groovy/com/agorapulse/micronaut/snitch/SnitchServiceSpec.groovy index 5f1f93f..5441184 100644 --- a/libs/micronaut-snitch/src/test/groovy/com/agorapulse/micronaut/snitch/SnitchServiceSpec.groovy +++ b/libs/micronaut-snitch/src/test/groovy/com/agorapulse/micronaut/snitch/SnitchServiceSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2022 Agorapulse. + * Copyright 2020-2023 Agorapulse. * * Licensed 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/micronaut-snitch/src/test/resources/logback-test.xml b/libs/micronaut-snitch/src/test/resources/logback-test.xml index e7a17f0..b08a21f 100644 --- a/libs/micronaut-snitch/src/test/resources/logback-test.xml +++ b/libs/micronaut-snitch/src/test/resources/logback-test.xml @@ -2,7 +2,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2020-2022 Agorapulse. + Copyright 2020-2023 Agorapulse. Licensed 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 e8d421e..c29a574 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2022 Agorapulse. + * Copyright 2020-2023 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.