Skip to content

Commit

Permalink
HCANN-36 Update pom.xml to use the right lgpl license
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelbernard committed Jun 1, 2011
1 parent a11c44c commit 4a902b4
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions pom.xml
@@ -1,3 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?><!--
~ Hibernate, Relational Persistence for Idiomatic Java
~
~ Copyright (c) 2010, Red Hat, Inc. and/or its affiliates or third-party contributors as
~ indicated by the @author tags or express copyright attribution
~ statements applied by the authors. All third-party contributions are
~ distributed under license by Red Hat, Inc.
~
~ This copyrighted material is made available to anyone wishing to use, modify,
~ copy, or redistribute it subject to the terms and conditions of the GNU
~ Lesser General Public License, as published by the Free Software Foundation.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
~ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
~ for more details.
~
~ You should have received a copy of the GNU Lesser General Public License
~ along with this distribution; if not, write to:
~ Free Software Foundation, Inc.
~ 51 Franklin Street, Fifth Floor
~ Boston, MA 02110-1301 USA
-->
<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">

<modelVersion>4.0.0</modelVersion>
Expand All @@ -20,7 +43,7 @@
<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
<url>http://www.gnu.org/licenses/lgpl.txt</url>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
</license>
</licenses>

Expand Down Expand Up @@ -158,4 +181,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 4a902b4

Please sign in to comment.