HHH-3265 : lgpl license version 2.1
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14644 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
17f52456c6
commit
9ab9158656
|
@ -46,14 +46,13 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>GNU Lesser General Public License</name>
|
<name>GNU Lesser General Public License</name>
|
||||||
<url>http://www.gnu.org/copyleft/lesser.html</url>
|
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
|
||||||
<comments>See discussion at http://hibernate.org/356.html for more details.</comments>
|
<comments>See discussion at http://hibernate.org/356.html for more details.</comments>
|
||||||
<distribution>repo</distribution>
|
<distribution>repo</distribution>
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<!-- this is the cloned repo!!! -->
|
|
||||||
<connection>scm:svn:https://svn.jboss.org/repos/hibernate/core/trunk</connection>
|
<connection>scm:svn:https://svn.jboss.org/repos/hibernate/core/trunk</connection>
|
||||||
<developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/core/trunk</developerConnection>
|
<developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/core/trunk</developerConnection>
|
||||||
<url>https://svn.jboss.org/repos/hibernate/core/trunk</url>
|
<url>https://svn.jboss.org/repos/hibernate/core/trunk</url>
|
||||||
|
|
Loading…
Reference in New Issue