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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1aa4fadd52 kie-issues#1634: Fix duplicated header 
ReflectionHelper.java (#3150)
1aa4fadd52 is described below

commit 1aa4fadd524fe32c71d26ee01e56a7e313503caf
Author: Jozef Marko <[email protected]>
AuthorDate: Mon Dec 2 09:11:39 2024 +0100

    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