This is an automated email from the ASF dual-hosted git repository.

jomarko pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 2eb4a44502 [10.0.x] kie-issues#1634: Fix duplicated header 
ReflectionHelper.java (#3150) (#3152)
2eb4a44502 is described below

commit 2eb4a445022ed57f24e3eda1be7ce381cc0ba799
Author: Jozef Marko <[email protected]>
AuthorDate: Wed Dec 4 08:23:28 2024 +0100

    [10.0.x] kie-issues#1634: Fix duplicated header ReflectionHelper.java 
(#3150) (#3152)
    
    kie-issues#1634: Fix duplicated header ReflectionHelper.java (#3150)
    
    Fix duplicated header
---
 LICENSE                                               |  8 +++++++-
 .../core/impl/domain/common/ReflectionHelper.java     | 19 -------------------
 2 files changed, 7 insertions(+), 20 deletions(-)

diff --git a/LICENSE b/LICENSE
index 695e30ee7f..092f7804e4 100644
--- a/LICENSE
+++ b/LICENSE
@@ -293,4 +293,10 @@ for 
optaplanner-docs/src/modules/ROOT/images/website/jstree/32px.png
     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-    OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
+    OTHER DEALINGS IN THE SOFTWARE.
+
+----------------------------------------------------------------------------------------------------------
+for 
core/optaplanner-core-impl/src/main/java/org/optaplanner/core/impl/domain/common/ReflectionHelper.java
+
+Copyright Red Hat Inc. and Hibernate Authors
+Licensed under the Apache License, Version 2.0
diff --git 
a/core/optaplanner-core-impl/src/main/java/org/optaplanner/core/impl/domain/common/ReflectionHelper.java
 
b/core/optaplanner-core-impl/src/main/java/org/optaplanner/core/impl/domain/common/ReflectionHelper.java
index ea2bc10eb3..a1d8b15512 100644
--- 
a/core/optaplanner-core-impl/src/main/java/org/optaplanner/core/impl/domain/common/ReflectionHelper.java
+++ 
b/core/optaplanner-core-impl/src/main/java/org/optaplanner/core/impl/domain/common/ReflectionHelper.java
@@ -1,22 +1,3 @@
-/*
- * 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
- *
- *   http://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.
- */
-
 /*
  * Copied from the Hibernate Validator project
  * Original authors: Hardy Ferentschik, Gunnar Morling and Kevin Pollet.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to