Skip to content

Commit 586fe26

Browse files
committed
HBX-2979: Review the licensing headers and files
- Final changes Signed-off-by: Koen Aers <[email protected]>
1 parent 8d96d7c commit 586fe26

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

contribute.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ But first, read this page (including the small print at the end).
2424
## Legal
2525

2626
All original contributions to Hibernate Tools are licensed under the
27-
[GNU Lesser General Public License (LGPL)](http://www.gnu.org/licenses/lgpl-2.1.html),
28-
version 2.1 or later, or, if another license is specified as governing the file or directory being
27+
[Apache License, version 2.0](https://www.apache.org/licenses/LICENSE-2.0), or, if another license is specified as governing the file or directory being
2928
modified, such other license.
3029

3130
All contributions are subject to the [Developer Certificate of Origin (DCO)](https://developercertificate.org/).

maven/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050

5151
<licenses>
5252
<license>
53-
<name>GNU Lesser General Public License</name>
54-
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
53+
<name>Apache License, version 2.0</name>
54+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
5555
</license>
5656
</licenses>
5757

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454

5555
<licenses>
5656
<license>
57-
<name>GNU Lesser General Public License</name>
58-
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
57+
<name>Apache License, version 2.0</name>
58+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
5959
</license>
6060
</licenses>
6161

0 commit comments

Comments
 (0)