You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/application/console/Coherence.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
2
2
/*
3
-
* Copyright (c) 2000, 2024, Oracle and/or its affiliates.
3
+
* Copyright (c) 2000, 2025, Oracle and/or its affiliates.
4
4
*
5
5
* Licensed under the Universal Permissive License v 1.0 as shown at
6
6
* https://oss.oracle.com/licenses/upl.
@@ -206,7 +206,7 @@ public class Coherence
206
206
* Property COPYRIGHT
207
207
*
208
208
*/
209
-
publicstaticfinalStringCOPYRIGHT = "Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.";
209
+
publicstaticfinalStringCOPYRIGHT = "Copyright (c) 2000, 2025, Oracle and/or its affiliates. All rights reserved.";
0 commit comments