From 1c4166ffce93efe51cb020e444d9bdb78371d57e Mon Sep 17 00:00:00 2001 From: ayushikumari3 <171053001+ayushikumari3@users.noreply.github.com> Date: Tue, 25 Aug 2026 09:49:02 +0000 Subject: [PATCH] [create-pull-request] automated change --- .../main/java/com/ibm/cicsdev/liberty/jdbc/DatabaseService.java | 2 +- .../main/java/com/ibm/cicsdev/liberty/jdbc/DatabaseServlet.java | 2 +- .../java/com/ibm/cicsdev/liberty/jdbc/employee/Employee.java | 2 +- .../com/ibm/cicsdev/liberty/jdbc/employee/EmployeeService.java | 2 +- .../com/ibm/cicsdev/liberty/jdbc/employee/EmployeeServlet.java | 2 +- cics-java-liberty-jdbc-app/src/main/webapp/index.html | 2 +- cics-java-liberty-jdbc-app/src/main/webapp/scripts/employee.js | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) 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");