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

commit bfb2bbd319fefd21fff1286d4412f365866243e8
Author: Thomas Vandahl <[email protected]>
AuthorDate: Wed Feb 11 14:33:30 2026 +0100

    Re-add License header
---
 .../jcs4/engine/control/event/ElementEvent.java       | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git 
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/control/event/ElementEvent.java
 
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/control/event/ElementEvent.java
index 60b77953..11fbaecb 100644
--- 
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/control/event/ElementEvent.java
+++ 
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/control/event/ElementEvent.java
@@ -1,5 +1,24 @@
 package org.apache.commons.jcs4.engine.control.event;
 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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
+ *
+ *   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
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 import org.apache.commons.jcs4.engine.control.event.behavior.ElementEventType;
 import org.apache.commons.jcs4.engine.control.event.behavior.IElementEvent;
 

Reply via email to