diff --git a/native-image/containerisation/lab/src/main/java/com/example/demo/DemoApplication.java b/native-image/containerisation/lab/src/main/java/com/example/demo/DemoApplication.java index ab32901..52e1178 100644 --- a/native-image/containerisation/lab/src/main/java/com/example/demo/DemoApplication.java +++ b/native-image/containerisation/lab/src/main/java/com/example/demo/DemoApplication.java @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Oracle and/or its affiliates. + * Copyright © 2025, 2026 Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ diff --git a/native-image/containerisation/lab/src/main/java/com/example/demo/Jabberwocky.java b/native-image/containerisation/lab/src/main/java/com/example/demo/Jabberwocky.java index 393ed33..ce91ec1 100644 --- a/native-image/containerisation/lab/src/main/java/com/example/demo/Jabberwocky.java +++ b/native-image/containerisation/lab/src/main/java/com/example/demo/Jabberwocky.java @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Oracle and/or its affiliates. + * Copyright © 2025, 2026 Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ diff --git a/native-image/containerisation/lab/src/test/java/com/example/demo/DemoApplicationTests.java b/native-image/containerisation/lab/src/test/java/com/example/demo/DemoApplicationTests.java index 02ea827..ef12adb 100644 --- a/native-image/containerisation/lab/src/test/java/com/example/demo/DemoApplicationTests.java +++ b/native-image/containerisation/lab/src/test/java/com/example/demo/DemoApplicationTests.java @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Oracle and/or its affiliates. + * Copyright © 2025, 2026 Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ diff --git a/native-image/micronaut-webserver/src/main/java/com/example/webserver/Application.java b/native-image/micronaut-webserver/src/main/java/com/example/webserver/Application.java index 7edbed8..5b0b3cc 100644 --- a/native-image/micronaut-webserver/src/main/java/com/example/webserver/Application.java +++ b/native-image/micronaut-webserver/src/main/java/com/example/webserver/Application.java @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Oracle and/or its affiliates. + * Copyright © 2025, 2026 Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ diff --git a/native-image/native-build-tools/lab/src/main/java/com/example/demo/DemoApplication.java b/native-image/native-build-tools/lab/src/main/java/com/example/demo/DemoApplication.java index 4e6fa5f..0e947a6 100644 --- a/native-image/native-build-tools/lab/src/main/java/com/example/demo/DemoApplication.java +++ b/native-image/native-build-tools/lab/src/main/java/com/example/demo/DemoApplication.java @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Oracle and/or its affiliates. + * Copyright © 2025, 2026 Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ diff --git a/native-image/native-build-tools/lab/src/test/java/com/example/demo/DemoApplicationTests.java b/native-image/native-build-tools/lab/src/test/java/com/example/demo/DemoApplicationTests.java index 28c8f61..4edf013 100644 --- a/native-image/native-build-tools/lab/src/test/java/com/example/demo/DemoApplicationTests.java +++ b/native-image/native-build-tools/lab/src/test/java/com/example/demo/DemoApplicationTests.java @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Oracle and/or its affiliates. + * Copyright © 2025, 2026 Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ diff --git a/native-image/native-image-quick-start/lab/src/main/java/oracle/App.java b/native-image/native-image-quick-start/lab/src/main/java/oracle/App.java index b6d748d..ec60f57 100644 --- a/native-image/native-image-quick-start/lab/src/main/java/oracle/App.java +++ b/native-image/native-image-quick-start/lab/src/main/java/oracle/App.java @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Oracle and/or its affiliates. + * Copyright © 2025, 2026 Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ diff --git a/native-image/native-image-quick-start/lab/src/main/java/oracle/ListDir.java b/native-image/native-image-quick-start/lab/src/main/java/oracle/ListDir.java index 6b0fb2b..cfaf4ba 100644 --- a/native-image/native-image-quick-start/lab/src/main/java/oracle/ListDir.java +++ b/native-image/native-image-quick-start/lab/src/main/java/oracle/ListDir.java @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Oracle and/or its affiliates. + * Copyright © 2025, 2026 Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ diff --git a/native-image/native-image-quick-start/lab/src/main/java/serialization/App.java b/native-image/native-image-quick-start/lab/src/main/java/serialization/App.java index 05688e8..e5e62fd 100644 --- a/native-image/native-image-quick-start/lab/src/main/java/serialization/App.java +++ b/native-image/native-image-quick-start/lab/src/main/java/serialization/App.java @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Oracle and/or its affiliates. + * Copyright © 2025, 2026 Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ diff --git a/native-image/native-image-quick-start/lab/src/main/java/serialization/ListDir.java b/native-image/native-image-quick-start/lab/src/main/java/serialization/ListDir.java index df6c692..c5d0c6b 100644 --- a/native-image/native-image-quick-start/lab/src/main/java/serialization/ListDir.java +++ b/native-image/native-image-quick-start/lab/src/main/java/serialization/ListDir.java @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Oracle and/or its affiliates. + * Copyright © 2025, 2026 Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ diff --git a/native-image/non-fungible-verses/lab/src/main/java/com/example/verses/DBRestClient.java b/native-image/non-fungible-verses/lab/src/main/java/com/example/verses/DBRestClient.java index 49cc69f..52fcd17 100644 --- a/native-image/non-fungible-verses/lab/src/main/java/com/example/verses/DBRestClient.java +++ b/native-image/non-fungible-verses/lab/src/main/java/com/example/verses/DBRestClient.java @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Oracle and/or its affiliates. + * Copyright © 2025, 2026 Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ diff --git a/native-image/non-fungible-verses/lab/src/main/java/com/example/verses/DemoApplication.java b/native-image/non-fungible-verses/lab/src/main/java/com/example/verses/DemoApplication.java index 5f470d0..da09a7c 100644 --- a/native-image/non-fungible-verses/lab/src/main/java/com/example/verses/DemoApplication.java +++ b/native-image/non-fungible-verses/lab/src/main/java/com/example/verses/DemoApplication.java @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Oracle and/or its affiliates. + * Copyright © 2025, 2026 Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ diff --git a/native-image/non-fungible-verses/lab/src/main/java/com/example/verses/Jabberwocky.java b/native-image/non-fungible-verses/lab/src/main/java/com/example/verses/Jabberwocky.java index 26c9d77..8d24cea 100644 --- a/native-image/non-fungible-verses/lab/src/main/java/com/example/verses/Jabberwocky.java +++ b/native-image/non-fungible-verses/lab/src/main/java/com/example/verses/Jabberwocky.java @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Oracle and/or its affiliates. + * Copyright © 2025, 2026 Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ diff --git a/native-image/non-fungible-verses/lab/src/test/java/com/example/verses/DemoApplicationTests.java b/native-image/non-fungible-verses/lab/src/test/java/com/example/verses/DemoApplicationTests.java index 5421eab..cc18cf6 100644 --- a/native-image/non-fungible-verses/lab/src/test/java/com/example/verses/DemoApplicationTests.java +++ b/native-image/non-fungible-verses/lab/src/test/java/com/example/verses/DemoApplicationTests.java @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Oracle and/or its affiliates. + * Copyright © 2025, 2026 Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ diff --git a/native-image/reflection/lab/ReflectionExample.java b/native-image/reflection/lab/ReflectionExample.java index d71ff68..a8be19e 100644 --- a/native-image/reflection/lab/ReflectionExample.java +++ b/native-image/reflection/lab/ReflectionExample.java @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Oracle and/or its affiliates. + * Copyright © 2025, 2026 Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ diff --git a/native-image/spring-boot-webserver/src/main/java/com/example/webserver/WebserverApplication.java b/native-image/spring-boot-webserver/src/main/java/com/example/webserver/WebserverApplication.java index a70aad4..b137696 100644 --- a/native-image/spring-boot-webserver/src/main/java/com/example/webserver/WebserverApplication.java +++ b/native-image/spring-boot-webserver/src/main/java/com/example/webserver/WebserverApplication.java @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Oracle and/or its affiliates. + * Copyright © 2025, 2026 Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ diff --git a/native-image/spring-boot-webserver/src/test/java/com/example/webserver/WebserverApplicationTests.java b/native-image/spring-boot-webserver/src/test/java/com/example/webserver/WebserverApplicationTests.java index fd7b71a..1d7165c 100644 --- a/native-image/spring-boot-webserver/src/test/java/com/example/webserver/WebserverApplicationTests.java +++ b/native-image/spring-boot-webserver/src/test/java/com/example/webserver/WebserverApplicationTests.java @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Oracle and/or its affiliates. + * Copyright © 2025, 2026 Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ diff --git a/native-image/what-the-dickens/lab/src/main/java/com/example/DickensApplication.java b/native-image/what-the-dickens/lab/src/main/java/com/example/DickensApplication.java index 9806787..deaa0ed 100644 --- a/native-image/what-the-dickens/lab/src/main/java/com/example/DickensApplication.java +++ b/native-image/what-the-dickens/lab/src/main/java/com/example/DickensApplication.java @@ -1,5 +1,5 @@ /* - * Copyright © 2023, 2025 Oracle and/or its affiliates. + * Copyright © 2023, 2025, 2026 Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ diff --git a/native-image/what-the-dickens/lab/src/main/java/com/example/DickensController.java b/native-image/what-the-dickens/lab/src/main/java/com/example/DickensController.java index 4dd8c4b..0b8ebf2 100644 --- a/native-image/what-the-dickens/lab/src/main/java/com/example/DickensController.java +++ b/native-image/what-the-dickens/lab/src/main/java/com/example/DickensController.java @@ -1,5 +1,5 @@ /* - * Copyright © 2023, 2025 Oracle and/or its affiliates. + * Copyright © 2023, 2025, 2026 Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ diff --git a/native-image/what-the-dickens/lab/src/test/java/com/example/DickensApplicationTests.java b/native-image/what-the-dickens/lab/src/test/java/com/example/DickensApplicationTests.java index 98481cf..616c4d0 100644 --- a/native-image/what-the-dickens/lab/src/test/java/com/example/DickensApplicationTests.java +++ b/native-image/what-the-dickens/lab/src/test/java/com/example/DickensApplicationTests.java @@ -1,5 +1,5 @@ /* - * Copyright © 2023, 2025 Oracle and/or its affiliates. + * Copyright © 2023, 2025, 2026 Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */