Removed reference to legacy license
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sat, 24 Oct 2020 15:09:58 +0000 (18:09 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sat, 24 Oct 2020 15:09:58 +0000 (18:09 +0300)
pom.xml

diff --git a/pom.xml b/pom.xml
index f8217d5..553cde4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -8,13 +8,10 @@
     <description>Collection many small but commonly useful functionalities</description>
     <url>http://www2.svjatoslav.eu/gitbrowse/svjatoslav_commons/doc/index.html</url>
 
-    <licenses>
-        <license>
-            <name>version 3 of the GNU Lesser General Public License or later</name>
-            <url>https://www.gnu.org/licenses/lgpl.html</url>
-            <distribution>repo</distribution>
-        </license>
-    </licenses>
+    <organization>
+        <name>svjatoslav.eu</name>
+        <url>http://svjatoslav.eu</url>
+    </organization>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <connection>scm:git:ssh://n0@svjatoslav.eu:10006/home/n0/git/svjatoslav_commons.git</connection>
         <developerConnection>scm:git:ssh://n0@svjatoslav.eu:10006/home/n0/git/svjatoslav_commons.git</developerConnection>
         <tag>HEAD</tag>
-  </scm>
+    </scm>
 
 </project>