Skip to content

Commit b55dee2

Browse files
committed
HHH-19191 - Apply actual ASL changes
HHH-19146 - Relicense hibernate-core under ASL HHH-19147 - Relicense hibernate-agroal under ASL HHH-19148 - Relicense hibernate-c3p0 under ASL HHH-19149 - Relicense hibernate-community-dialects under ASL HHH-19151 - Relicense hibernate-graalvm under ASL HHH-19152 - Relicense hibernate-hikaricp under ASL HHH-19154 - Relicense hibernate-jcache under ASL HHH-19155 - Relicense hibernate-jfr under ASL HHH-19156 - Relicense hibernate-micrometer under ASL HHH-19157 - Relicense hibernate-platform under ASL HHH-19158 - Relicense hibernate-proxool under ASL HHH-19159 - Relicense hibernate-scan-jandex under ASL HHH-19160 - Relicense hibernate-spatial under ASL HHH-19161 - Relicense hibernate-testing under ASL HHH-19163 - Relicense hibernate-vector under ASL HHH-19164 - Relicense hibernate-ant under ASL HHH-19165 - Relicense hibernate-maven-plugin under ASL HHH-19166 - Relicense hibernate-gradle-plugin under ASL HHH-19167 - Relicense hibernate-processor under ASL https://hibernate.atlassian.net/browse/HHH-19191 https://hibernate.atlassian.net/browse/HHH-19146 https://hibernate.atlassian.net/browse/HHH-19147 https://hibernate.atlassian.net/browse/HHH-19148 https://hibernate.atlassian.net/browse/HHH-19149 https://hibernate.atlassian.net/browse/HHH-19151 https://hibernate.atlassian.net/browse/HHH-19152 https://hibernate.atlassian.net/browse/HHH-19154 https://hibernate.atlassian.net/browse/HHH-19155 https://hibernate.atlassian.net/browse/HHH-19156 https://hibernate.atlassian.net/browse/HHH-19157 https://hibernate.atlassian.net/browse/HHH-19158 https://hibernate.atlassian.net/browse/HHH-19159 https://hibernate.atlassian.net/browse/HHH-19160 https://hibernate.atlassian.net/browse/HHH-19161 https://hibernate.atlassian.net/browse/HHH-19163 https://hibernate.atlassian.net/browse/HHH-19164 https://hibernate.atlassian.net/browse/HHH-19165 https://hibernate.atlassian.net/browse/HHH-19166 https://hibernate.atlassian.net/browse/HHH-19167 # Conflicts: # hibernate-core/src/test/resources/org/hibernate/orm/test/cascade/circle/CascadeManagedAndTransient.hbm.xml # hibernate-core/src/test/resources/org/hibernate/orm/test/cfg/cache/BaseClass.hbm.xml # hibernate-core/src/test/resources/org/hibernate/orm/test/cfg/cache/Item.hbm.xml # hibernate-core/src/test/resources/org/hibernate/orm/test/cfg/cache/SubClass.hbm.xml # hibernate-core/src/test/resources/org/hibernate/orm/test/cfg/cache/hibernate.cfg.xml # hibernate-core/src/test/resources/org/hibernate/orm/test/nonpkassociation/NonPkManyToOneAssociationHbmTest.hbm.xml
1 parent aa06c7f commit b55dee2

File tree

952 files changed

+1992
-4730
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

952 files changed

+1992
-4730
lines changed

Jenkinsfile

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/*
2-
* Hibernate, Relational Persistence for Idiomatic Java
3-
*
4-
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
5-
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Red Hat Inc. and Hibernate Authors
64
*/
75

86
import groovy.transform.Field

build.gradle

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/*
2-
* Hibernate, Relational Persistence for Idiomatic Java
3-
*
4-
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
5-
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Red Hat Inc. and Hibernate Authors
64
*/
75

86
buildscript {

ci/release/Jenkinsfile

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#! /usr/bin/groovy
22
/*
3-
* Hibernate, Relational Persistence for Idiomatic Java
4-
*
5-
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
6-
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
3+
* SPDX-License-Identifier: Apache-2.0
4+
* Copyright Red Hat Inc. and Hibernate Authors
75
*/
86

97
/*

documentation/documentation.gradle

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/*
2-
* Hibernate, Relational Persistence for Idiomatic Java
3-
*
4-
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
5-
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Red Hat Inc. and Hibernate Authors
64
*/
75
import java.util.function.Function
86

documentation/src/main/asciidoc/quickstart/tutorials/annotations/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?xml version="1.0"?>
22
<!--
3-
~ Hibernate, Relational Persistence for Idiomatic Java
4-
~
5-
~ License: GNU Lesser General Public License (LGPL), version 2.1 or later.
6-
~ See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
3+
~ SPDX-License-Identifier: Apache-2.0
4+
~ Copyright Red Hat Inc. and Hibernate Authors
75
-->
86
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
97

documentation/src/main/asciidoc/quickstart/tutorials/entitymanager/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Hibernate, Relational Persistence for Idiomatic Java
4-
~
5-
~ License: GNU Lesser General Public License (LGPL), version 2.1 or later.
6-
~ See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
3+
~ SPDX-License-Identifier: Apache-2.0
4+
~ Copyright Red Hat Inc. and Hibernate Authors
75
-->
86
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
97

documentation/src/main/asciidoc/quickstart/tutorials/entitymanager/src/test/resources/META-INF/persistence.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<!--
2-
~ Hibernate, Relational Persistence for Idiomatic Java
3-
~
4-
~ License: GNU Lesser General Public License (LGPL), version 2.1 or later.
5-
~ See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
2+
~ SPDX-License-Identifier: Apache-2.0
3+
~ Copyright Red Hat Inc. and Hibernate Authors
64
-->
75
<persistence xmlns="http://java.sun.com/xml/ns/persistence"
86
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

documentation/src/main/asciidoc/quickstart/tutorials/envers/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Hibernate, Relational Persistence for Idiomatic Java
4-
~
5-
~ License: GNU Lesser General Public License (LGPL), version 2.1 or later.
6-
~ See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
3+
~ SPDX-License-Identifier: Apache-2.0
4+
~ Copyright Red Hat Inc. and Hibernate Authors
75
-->
86
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
97

documentation/src/main/asciidoc/quickstart/tutorials/envers/src/test/resources/META-INF/persistence.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<!--
2-
~ Hibernate, Relational Persistence for Idiomatic Java
3-
~
4-
~ License: GNU Lesser General Public License (LGPL), version 2.1 or later.
5-
~ See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
2+
~ SPDX-License-Identifier: Apache-2.0
3+
~ Copyright Red Hat Inc. and Hibernate Authors
64
-->
75
<persistence xmlns="http://java.sun.com/xml/ns/persistence"
86
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

documentation/src/main/asciidoc/quickstart/tutorials/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Hibernate, Relational Persistence for Idiomatic Java
4-
~
5-
~ License: GNU Lesser General Public License (LGPL), version 2.1 or later.
6-
~ See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
3+
~ SPDX-License-Identifier: Apache-2.0
4+
~ Copyright Red Hat Inc. and Hibernate Authors
75
-->
86
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
97

documentation/src/main/asciidoc/userguide/appendices/extras/timestamp_version.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<!--
2-
~ Hibernate, Relational Persistence for Idiomatic Java
3-
~
4-
~ License: GNU Lesser General Public License (LGPL), version 2.1 or later.
5-
~ See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
2+
~ SPDX-License-Identifier: Apache-2.0
3+
~ Copyright Red Hat Inc. and Hibernate Authors
64
-->
75
<timestamp
86
column="timestamp_column"

documentation/src/main/asciidoc/userguide/appendices/extras/version_property.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<!--
2-
~ Hibernate, Relational Persistence for Idiomatic Java
3-
~
4-
~ License: GNU Lesser General Public License (LGPL), version 2.1 or later.
5-
~ See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
2+
~ SPDX-License-Identifier: Apache-2.0
3+
~ Copyright Red Hat Inc. and Hibernate Authors
64
-->
75
<version
86
column="version_column"

etc/ehcache.xml

-94
This file was deleted.

etc/hibernate-service.xml

-101
This file was deleted.

etc/hibernate.cfg.xml

-20
This file was deleted.

0 commit comments

Comments
 (0)