This is an automated email from the ASF dual-hosted git repository.
tv pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
The following commit(s) were added to refs/heads/master by this push:
new 35045d68 http --> https
35045d68 is described below
commit 35045d68fc699f80e10c84dcb35f511753d04d18
Author: Thomas Vandahl <[email protected]>
AuthorDate: Sun Feb 1 17:25:55 2026 +0100
http --> https
---
LICENSE.txt | 2 +-
.../org/apache/commons/jcs4/access/behavior/ICacheAccessManagement.java | 2 +-
.../src/main/java/org/apache/commons/jcs4/admin/CacheElementInfo.java | 2 +-
.../src/main/java/org/apache/commons/jcs4/admin/CacheRegionInfo.java | 2 +-
.../java/org/apache/commons/jcs4/auxiliary/AuxiliaryCacheFactory.java | 2 +-
.../commons/jcs4/auxiliary/disk/block/BlockDiskCacheAttributes.java | 2 +-
.../apache/commons/jcs4/auxiliary/disk/block/BlockDiskCacheFactory.java | 2 +-
.../commons/jcs4/auxiliary/disk/indexed/IndexedDiskCacheAttributes.java | 2 +-
.../commons/jcs4/auxiliary/disk/indexed/IndexedDiskCacheFactory.java | 2 +-
.../commons/jcs4/auxiliary/disk/jdbc/JDBCDiskCacheAttributes.java | 2 +-
.../jcs4/auxiliary/disk/jdbc/mysql/MySQLDiskCacheAttributes.java | 2 +-
.../apache/commons/jcs4/auxiliary/lateral/LateralCacheAttributes.java | 2 +-
.../jcs4/auxiliary/lateral/behavior/ILateralCacheAttributes.java | 2 +-
.../commons/jcs4/auxiliary/lateral/behavior/ILateralCacheListener.java | 2 +-
.../jcs4/auxiliary/lateral/socket/tcp/TCPLateralCacheAttributes.java | 2 +-
.../lateral/socket/tcp/behavior/ITCPLateralCacheAttributes.java | 2 +-
.../commons/jcs4/auxiliary/remote/CommonRemoteCacheAttributes.java | 2 +-
.../jcs4/auxiliary/remote/behavior/ICommonRemoteCacheAttributes.java | 2 +-
.../commons/jcs4/auxiliary/remote/behavior/IRemoteCacheAttributes.java | 2 +-
.../commons/jcs4/auxiliary/remote/behavior/IRemoteCacheClient.java | 2 +-
.../commons/jcs4/auxiliary/remote/behavior/IRemoteCacheConstants.java | 2 +-
.../jcs4/auxiliary/remote/http/client/RemoteHttpCacheAttributes.java | 2 +-
.../jcs4/auxiliary/remote/http/client/RemoteHttpCacheFactory.java | 2 +-
.../jcs4/auxiliary/remote/http/client/RemoteHttpClientListener.java | 2 +-
.../auxiliary/remote/http/server/RemoteHttpCacheServerAttributes.java | 2 +-
.../jcs4/auxiliary/remote/server/RemoteCacheServerAttributes.java | 2 +-
.../auxiliary/remote/server/behavior/IRemoteCacheServerAttributes.java | 2 +-
.../java/org/apache/commons/jcs4/engine/CacheEventQueueFactory.java | 2 +-
.../java/org/apache/commons/jcs4/engine/CompositeCacheAttributes.java | 2 +-
.../src/main/java/org/apache/commons/jcs4/engine/ZombieCacheWatch.java | 2 +-
.../apache/commons/jcs4/engine/logging/CacheEventLoggerDebugLogger.java | 2 +-
.../apache/commons/jcs4/engine/memory/util/MemoryElementDescriptor.java | 2 +-
.../src/main/java/org/apache/commons/jcs4/engine/stats/StatElement.java | 2 +-
.../commons/jcs4/utils/discovery/behavior/IDiscoveryListener.java | 2 +-
.../org/apache/commons/jcs4/utils/serialization/JSONSerializer.java | 2 +-
.../apache/commons/jcs4/utils/servlet/JCSServletContextListener.java | 2 +-
.../java/org/apache/commons/jcs4/utils/struct/DoubleLinkedList.java | 2 +-
.../src/test/java/org/apache/commons/jcs4/TestTCPLateralCache.java | 2 +-
.../src/test/java/org/apache/commons/jcs4/admin/TestJMX.java | 2 +-
.../org/apache/commons/jcs4/auxiliary/MockAuxiliaryCacheFactory.java | 2 +-
.../commons/jcs4/auxiliary/disk/block/BlockDiskCacheCountUnitTest.java | 2 +-
.../commons/jcs4/auxiliary/disk/block/BlockDiskCacheSizeUnitTest.java | 2 +-
.../disk/indexed/IndexedDiskCacheConcurrentNoDeadLockUnitTest.java | 2 +-
.../lateral/socket/tcp/LateralTCPNoDeadLockConcurrentTest.java | 2 +-
.../commons/jcs4/engine/control/event/ElementEventHandlerMockImpl.java | 2 +-
.../org/apache/commons/jcs4/engine/logging/MockCacheEventLogger.java | 2 +-
.../apache/commons/jcs4/engine/memory/mru/LRUvsMRUPerformanceTest.java | 2 +-
47 files changed, 47 insertions(+), 47 deletions(-)
diff --git a/LICENSE.txt b/LICENSE.txt
index ff9ad453..62589edd 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,7 +1,7 @@
Apache License
Version 2.0, January 2004
- http://www.apache.org/licenses/
+ https://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/access/behavior/ICacheAccessManagement.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/access/behavior/ICacheAccessManagement.java
index 455a7b95..2748602b 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/access/behavior/ICacheAccessManagement.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/access/behavior/ICacheAccessManagement.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.access.behavior;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/admin/CacheElementInfo.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/admin/CacheElementInfo.java
index 2ee38d6e..f88d1adf 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/admin/CacheElementInfo.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/admin/CacheElementInfo.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.admin;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/admin/CacheRegionInfo.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/admin/CacheRegionInfo.java
index 54f97a99..ce0afaea 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/admin/CacheRegionInfo.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/admin/CacheRegionInfo.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.admin;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/AuxiliaryCacheFactory.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/AuxiliaryCacheFactory.java
index 70e600d2..b5239049 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/AuxiliaryCacheFactory.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/AuxiliaryCacheFactory.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/disk/block/BlockDiskCacheAttributes.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/disk/block/BlockDiskCacheAttributes.java
index 896648d9..1555fdd1 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/disk/block/BlockDiskCacheAttributes.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/disk/block/BlockDiskCacheAttributes.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary.disk.block;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/disk/block/BlockDiskCacheFactory.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/disk/block/BlockDiskCacheFactory.java
index 26e897dc..c774e15d 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/disk/block/BlockDiskCacheFactory.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/disk/block/BlockDiskCacheFactory.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary.disk.block;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/disk/indexed/IndexedDiskCacheAttributes.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/disk/indexed/IndexedDiskCacheAttributes.java
index b4cc7d06..2c20290b 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/disk/indexed/IndexedDiskCacheAttributes.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/disk/indexed/IndexedDiskCacheAttributes.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary.disk.indexed;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/disk/indexed/IndexedDiskCacheFactory.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/disk/indexed/IndexedDiskCacheFactory.java
index 8c145b6e..f692444a 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/disk/indexed/IndexedDiskCacheFactory.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/disk/indexed/IndexedDiskCacheFactory.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary.disk.indexed;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/disk/jdbc/JDBCDiskCacheAttributes.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/disk/jdbc/JDBCDiskCacheAttributes.java
index cba80d36..55538429 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/disk/jdbc/JDBCDiskCacheAttributes.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/disk/jdbc/JDBCDiskCacheAttributes.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary.disk.jdbc;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/disk/jdbc/mysql/MySQLDiskCacheAttributes.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/disk/jdbc/mysql/MySQLDiskCacheAttributes.java
index fee2e9a0..90ae5e07 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/disk/jdbc/mysql/MySQLDiskCacheAttributes.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/disk/jdbc/mysql/MySQLDiskCacheAttributes.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary.disk.jdbc.mysql;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/lateral/LateralCacheAttributes.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/lateral/LateralCacheAttributes.java
index bf683a69..8c280107 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/lateral/LateralCacheAttributes.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/lateral/LateralCacheAttributes.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary.lateral;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/lateral/behavior/ILateralCacheAttributes.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/lateral/behavior/ILateralCacheAttributes.java
index 2dde85b1..c61e5e1e 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/lateral/behavior/ILateralCacheAttributes.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/lateral/behavior/ILateralCacheAttributes.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary.lateral.behavior;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/lateral/behavior/ILateralCacheListener.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/lateral/behavior/ILateralCacheListener.java
index f9ce5500..5b604667 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/lateral/behavior/ILateralCacheListener.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/lateral/behavior/ILateralCacheListener.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary.lateral.behavior;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/lateral/socket/tcp/TCPLateralCacheAttributes.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/lateral/socket/tcp/TCPLateralCacheAttributes.java
index 07ed92b2..efa0d6bc 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/lateral/socket/tcp/TCPLateralCacheAttributes.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/lateral/socket/tcp/TCPLateralCacheAttributes.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary.lateral.socket.tcp;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/lateral/socket/tcp/behavior/ITCPLateralCacheAttributes.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/lateral/socket/tcp/behavior/ITCPLateralCacheAttributes.java
index 6a8368a4..4765f7dc 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/lateral/socket/tcp/behavior/ITCPLateralCacheAttributes.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/lateral/socket/tcp/behavior/ITCPLateralCacheAttributes.java
@@ -9,7 +9,7 @@ package
org.apache.commons.jcs4.auxiliary.lateral.socket.tcp.behavior;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/CommonRemoteCacheAttributes.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/CommonRemoteCacheAttributes.java
index 5b556ffc..4d8b909f 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/CommonRemoteCacheAttributes.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/CommonRemoteCacheAttributes.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary.remote;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/behavior/ICommonRemoteCacheAttributes.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/behavior/ICommonRemoteCacheAttributes.java
index 52c6cc3a..5e497fb6 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/behavior/ICommonRemoteCacheAttributes.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/behavior/ICommonRemoteCacheAttributes.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary.remote.behavior;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/behavior/IRemoteCacheAttributes.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/behavior/IRemoteCacheAttributes.java
index 81ddc7b1..5397384e 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/behavior/IRemoteCacheAttributes.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/behavior/IRemoteCacheAttributes.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary.remote.behavior;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/behavior/IRemoteCacheClient.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/behavior/IRemoteCacheClient.java
index 14ea2452..bd37dca1 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/behavior/IRemoteCacheClient.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/behavior/IRemoteCacheClient.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary.remote.behavior;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/behavior/IRemoteCacheConstants.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/behavior/IRemoteCacheConstants.java
index fe363dcb..69deddb5 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/behavior/IRemoteCacheConstants.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/behavior/IRemoteCacheConstants.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary.remote.behavior;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/http/client/RemoteHttpCacheAttributes.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/http/client/RemoteHttpCacheAttributes.java
index e020b6b6..aa7f90f6 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/http/client/RemoteHttpCacheAttributes.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/http/client/RemoteHttpCacheAttributes.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary.remote.http.client;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/http/client/RemoteHttpCacheFactory.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/http/client/RemoteHttpCacheFactory.java
index 31fd005b..cc6fc22d 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/http/client/RemoteHttpCacheFactory.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/http/client/RemoteHttpCacheFactory.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary.remote.http.client;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/http/client/RemoteHttpClientListener.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/http/client/RemoteHttpClientListener.java
index e62e3b9f..b4c7e52c 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/http/client/RemoteHttpClientListener.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/http/client/RemoteHttpClientListener.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary.remote.http.client;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/http/server/RemoteHttpCacheServerAttributes.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/http/server/RemoteHttpCacheServerAttributes.java
index e998209d..b7f7b0c2 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/http/server/RemoteHttpCacheServerAttributes.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/http/server/RemoteHttpCacheServerAttributes.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary.remote.http.server;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/server/RemoteCacheServerAttributes.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/server/RemoteCacheServerAttributes.java
index 982e49e7..dc6a20bd 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/server/RemoteCacheServerAttributes.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/server/RemoteCacheServerAttributes.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary.remote.server;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/server/behavior/IRemoteCacheServerAttributes.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/server/behavior/IRemoteCacheServerAttributes.java
index 85bcb88d..57ecd95c 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/server/behavior/IRemoteCacheServerAttributes.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/server/behavior/IRemoteCacheServerAttributes.java
@@ -9,7 +9,7 @@ package
org.apache.commons.jcs4.auxiliary.remote.server.behavior;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/CacheEventQueueFactory.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/CacheEventQueueFactory.java
index 3df60bfd..c65c581e 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/CacheEventQueueFactory.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/CacheEventQueueFactory.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.engine;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/CompositeCacheAttributes.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/CompositeCacheAttributes.java
index c30f6560..9cfda3d9 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/CompositeCacheAttributes.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/CompositeCacheAttributes.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.engine;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/ZombieCacheWatch.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/ZombieCacheWatch.java
index d2bb61fd..9fd0193e 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/ZombieCacheWatch.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/ZombieCacheWatch.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.engine;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/logging/CacheEventLoggerDebugLogger.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/logging/CacheEventLoggerDebugLogger.java
index aa13aeaf..2dde83f4 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/logging/CacheEventLoggerDebugLogger.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/logging/CacheEventLoggerDebugLogger.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.engine.logging;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/memory/util/MemoryElementDescriptor.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/memory/util/MemoryElementDescriptor.java
index 04b163ff..3092863c 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/memory/util/MemoryElementDescriptor.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/memory/util/MemoryElementDescriptor.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.engine.memory.util;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/stats/StatElement.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/stats/StatElement.java
index cc4d870e..62983928 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/stats/StatElement.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/stats/StatElement.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.engine.stats;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/utils/discovery/behavior/IDiscoveryListener.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/utils/discovery/behavior/IDiscoveryListener.java
index 8561163d..4fe9251a 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/utils/discovery/behavior/IDiscoveryListener.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/utils/discovery/behavior/IDiscoveryListener.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.utils.discovery.behavior;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/utils/serialization/JSONSerializer.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/utils/serialization/JSONSerializer.java
index 8bf61162..85358c1e 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/utils/serialization/JSONSerializer.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/utils/serialization/JSONSerializer.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.utils.serialization;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/utils/servlet/JCSServletContextListener.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/utils/servlet/JCSServletContextListener.java
index 485b5bba..71e549ee 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/utils/servlet/JCSServletContextListener.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/utils/servlet/JCSServletContextListener.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.utils.servlet;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/utils/struct/DoubleLinkedList.java
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/utils/struct/DoubleLinkedList.java
index 7cc926c2..0122bc08 100644
---
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/utils/struct/DoubleLinkedList.java
+++
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/utils/struct/DoubleLinkedList.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.utils.struct;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/TestTCPLateralCache.java
b/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/TestTCPLateralCache.java
index 380fba9f..5bf44619 100644
---
a/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/TestTCPLateralCache.java
+++
b/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/TestTCPLateralCache.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/admin/TestJMX.java
b/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/admin/TestJMX.java
index 428c5147..9e9eef1b 100644
--- a/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/admin/TestJMX.java
+++ b/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/admin/TestJMX.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.admin;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/auxiliary/MockAuxiliaryCacheFactory.java
b/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/auxiliary/MockAuxiliaryCacheFactory.java
index 5ae24794..c44eb387 100644
---
a/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/auxiliary/MockAuxiliaryCacheFactory.java
+++
b/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/auxiliary/MockAuxiliaryCacheFactory.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/auxiliary/disk/block/BlockDiskCacheCountUnitTest.java
b/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/auxiliary/disk/block/BlockDiskCacheCountUnitTest.java
index 60245862..042f8ab7 100644
---
a/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/auxiliary/disk/block/BlockDiskCacheCountUnitTest.java
+++
b/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/auxiliary/disk/block/BlockDiskCacheCountUnitTest.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary.disk.block;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/auxiliary/disk/block/BlockDiskCacheSizeUnitTest.java
b/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/auxiliary/disk/block/BlockDiskCacheSizeUnitTest.java
index bb53584b..95fbebb1 100644
---
a/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/auxiliary/disk/block/BlockDiskCacheSizeUnitTest.java
+++
b/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/auxiliary/disk/block/BlockDiskCacheSizeUnitTest.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary.disk.block;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/auxiliary/disk/indexed/IndexedDiskCacheConcurrentNoDeadLockUnitTest.java
b/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/auxiliary/disk/indexed/IndexedDiskCacheConcurrentNoDeadLockUnitTest.java
index 25dbe6e3..77f078bc 100644
---
a/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/auxiliary/disk/indexed/IndexedDiskCacheConcurrentNoDeadLockUnitTest.java
+++
b/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/auxiliary/disk/indexed/IndexedDiskCacheConcurrentNoDeadLockUnitTest.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary.disk.indexed;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/auxiliary/lateral/socket/tcp/LateralTCPNoDeadLockConcurrentTest.java
b/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/auxiliary/lateral/socket/tcp/LateralTCPNoDeadLockConcurrentTest.java
index e9d228e7..8063dc95 100644
---
a/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/auxiliary/lateral/socket/tcp/LateralTCPNoDeadLockConcurrentTest.java
+++
b/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/auxiliary/lateral/socket/tcp/LateralTCPNoDeadLockConcurrentTest.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.auxiliary.lateral.socket.tcp;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/engine/control/event/ElementEventHandlerMockImpl.java
b/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/engine/control/event/ElementEventHandlerMockImpl.java
index a42934e9..8c1d3a01 100644
---
a/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/engine/control/event/ElementEventHandlerMockImpl.java
+++
b/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/engine/control/event/ElementEventHandlerMockImpl.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.engine.control.event;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/engine/logging/MockCacheEventLogger.java
b/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/engine/logging/MockCacheEventLogger.java
index 6cdb59c2..33840a24 100644
---
a/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/engine/logging/MockCacheEventLogger.java
+++
b/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/engine/logging/MockCacheEventLogger.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.engine.logging;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
diff --git
a/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/engine/memory/mru/LRUvsMRUPerformanceTest.java
b/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/engine/memory/mru/LRUvsMRUPerformanceTest.java
index 738830f4..d4a9d9db 100644
---
a/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/engine/memory/mru/LRUvsMRUPerformanceTest.java
+++
b/commons-jcs4-core/src/test/java/org/apache/commons/jcs4/engine/memory/mru/LRUvsMRUPerformanceTest.java
@@ -9,7 +9,7 @@ package org.apache.commons.jcs4.engine.memory.mru;
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an