diff --git a/cics-java-liberty-jdbc-app/src/main/java/com/ibm/cicsdev/liberty/jdbc/DatabaseService.java b/cics-java-liberty-jdbc-app/src/main/java/com/ibm/cicsdev/liberty/jdbc/DatabaseService.java index ad1ce3d..a982a6a 100644 --- a/cics-java-liberty-jdbc-app/src/main/java/com/ibm/cicsdev/liberty/jdbc/DatabaseService.java +++ b/cics-java-liberty-jdbc-app/src/main/java/com/ibm/cicsdev/liberty/jdbc/DatabaseService.java @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2024, 2025 + * Copyright IBM Corp. 2024, 2026 * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of the License at diff --git a/cics-java-liberty-jdbc-app/src/main/java/com/ibm/cicsdev/liberty/jdbc/DatabaseServlet.java b/cics-java-liberty-jdbc-app/src/main/java/com/ibm/cicsdev/liberty/jdbc/DatabaseServlet.java index 61c9426..15ce070 100644 --- a/cics-java-liberty-jdbc-app/src/main/java/com/ibm/cicsdev/liberty/jdbc/DatabaseServlet.java +++ b/cics-java-liberty-jdbc-app/src/main/java/com/ibm/cicsdev/liberty/jdbc/DatabaseServlet.java @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2024, 2025 + * Copyright IBM Corp. 2024, 2026 * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of the License at diff --git a/cics-java-liberty-jdbc-app/src/main/java/com/ibm/cicsdev/liberty/jdbc/employee/Employee.java b/cics-java-liberty-jdbc-app/src/main/java/com/ibm/cicsdev/liberty/jdbc/employee/Employee.java index 80391f2..6a35216 100644 --- a/cics-java-liberty-jdbc-app/src/main/java/com/ibm/cicsdev/liberty/jdbc/employee/Employee.java +++ b/cics-java-liberty-jdbc-app/src/main/java/com/ibm/cicsdev/liberty/jdbc/employee/Employee.java @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2024, 2025 + * Copyright IBM Corp. 2024, 2026 * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of the License at diff --git a/cics-java-liberty-jdbc-app/src/main/java/com/ibm/cicsdev/liberty/jdbc/employee/EmployeeService.java b/cics-java-liberty-jdbc-app/src/main/java/com/ibm/cicsdev/liberty/jdbc/employee/EmployeeService.java index 1c32fb6..8c8a46e 100644 --- a/cics-java-liberty-jdbc-app/src/main/java/com/ibm/cicsdev/liberty/jdbc/employee/EmployeeService.java +++ b/cics-java-liberty-jdbc-app/src/main/java/com/ibm/cicsdev/liberty/jdbc/employee/EmployeeService.java @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2024, 2025 + * Copyright IBM Corp. 2024, 2026 * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of the License at diff --git a/cics-java-liberty-jdbc-app/src/main/java/com/ibm/cicsdev/liberty/jdbc/employee/EmployeeServlet.java b/cics-java-liberty-jdbc-app/src/main/java/com/ibm/cicsdev/liberty/jdbc/employee/EmployeeServlet.java index a66e94a..3eb6bc6 100644 --- a/cics-java-liberty-jdbc-app/src/main/java/com/ibm/cicsdev/liberty/jdbc/employee/EmployeeServlet.java +++ b/cics-java-liberty-jdbc-app/src/main/java/com/ibm/cicsdev/liberty/jdbc/employee/EmployeeServlet.java @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2024, 2025 + * Copyright IBM Corp. 2024, 2026 * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of the License at diff --git a/cics-java-liberty-jdbc-app/src/main/webapp/index.html b/cics-java-liberty-jdbc-app/src/main/webapp/index.html index 3bdf1c0..fb9582c 100644 --- a/cics-java-liberty-jdbc-app/src/main/webapp/index.html +++ b/cics-java-liberty-jdbc-app/src/main/webapp/index.html @@ -1,5 +1,5 @@ diff --git a/cics-java-liberty-jdbc-app/src/main/webapp/scripts/employee.js b/cics-java-liberty-jdbc-app/src/main/webapp/scripts/employee.js index d6ab0ab..2fe39e7 100644 --- a/cics-java-liberty-jdbc-app/src/main/webapp/scripts/employee.js +++ b/cics-java-liberty-jdbc-app/src/main/webapp/scripts/employee.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2024, 2025 + * Copyright IBM Corp. 2024, 2026 */ /** The information element */ const information = document.getElementById("information");