From ee04b60d02c695aff190ec1940e2950e9b18b2cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Silv=C3=A9rio?= Date: Wed, 18 Dec 2024 18:51:42 +0000 Subject: [PATCH] Adding licensing information to pom files. --- pom.xml | 10 ++++++++++ stundb/acceptance-tests/pom.xml | 11 ++++++++++- stundb/api/pom.xml | 10 ++++++++++ stundb/application/pom.xml | 10 ++++++++++ stundb/core/pom.xml | 10 ++++++++++ stundb/net/client/pom.xml | 10 ++++++++++ stundb/net/core/pom.xml | 10 ++++++++++ stundb/net/pom.xml | 10 ++++++++++ stundb/net/server/pom.xml | 10 ++++++++++ stundb/pom.xml | 14 ++++++++++++-- 10 files changed, 102 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c5be973..d7d10c6 100644 --- a/pom.xml +++ b/pom.xml @@ -8,6 +8,16 @@ StunDB StunDB - A stunning distributed key-value database pom + + + MIT License + https://opensource.org/license/mit + repo + + + + Rafael Silvério Amaral + 21 1.5.5.Final diff --git a/stundb/acceptance-tests/pom.xml b/stundb/acceptance-tests/pom.xml index a67a7a3..995c5e0 100644 --- a/stundb/acceptance-tests/pom.xml +++ b/stundb/acceptance-tests/pom.xml @@ -12,6 +12,16 @@ StunDB - Acceptance tests StunDB - Acceptance tests jar + + + MIT License + https://opensource.org/license/mit + repo + + + + Rafael Silvério Amaral + @@ -37,7 +47,6 @@ ${project.version} test - io.cucumber cucumber-core diff --git a/stundb/api/pom.xml b/stundb/api/pom.xml index 546713b..b203261 100644 --- a/stundb/api/pom.xml +++ b/stundb/api/pom.xml @@ -12,6 +12,16 @@ StunDB - API StunDB - API jar + + + MIT License + https://opensource.org/license/mit + repo + + + + Rafael Silvério Amaral + com.fasterxml.jackson.core diff --git a/stundb/application/pom.xml b/stundb/application/pom.xml index 2e9c734..c683ff9 100644 --- a/stundb/application/pom.xml +++ b/stundb/application/pom.xml @@ -12,6 +12,16 @@ StunDB - Application StunDB - Application jar + + + MIT License + https://opensource.org/license/mit + repo + + + + Rafael Silvério Amaral + com.stundb diff --git a/stundb/core/pom.xml b/stundb/core/pom.xml index 1347837..e51b24d 100644 --- a/stundb/core/pom.xml +++ b/stundb/core/pom.xml @@ -12,6 +12,16 @@ StunDB - Core StunDB - Core jar + + + MIT License + https://opensource.org/license/mit + repo + + + + Rafael Silvério Amaral + com.stundb diff --git a/stundb/net/client/pom.xml b/stundb/net/client/pom.xml index ec5876c..36979bb 100644 --- a/stundb/net/client/pom.xml +++ b/stundb/net/client/pom.xml @@ -12,6 +12,16 @@ StunDB - Net - Client StunDB - Net - Client jar + + + MIT License + https://opensource.org/license/mit + repo + + + + Rafael Silvério Amaral + com.stundb diff --git a/stundb/net/core/pom.xml b/stundb/net/core/pom.xml index fce7173..88d7da6 100644 --- a/stundb/net/core/pom.xml +++ b/stundb/net/core/pom.xml @@ -12,6 +12,16 @@ StunDB - Net - Core StunDB - Net - Core jar + + + MIT License + https://opensource.org/license/mit + repo + + + + Rafael Silvério Amaral + com.stundb diff --git a/stundb/net/pom.xml b/stundb/net/pom.xml index ca5ea3a..1f062c0 100644 --- a/stundb/net/pom.xml +++ b/stundb/net/pom.xml @@ -12,6 +12,16 @@ StunDB - Net StunDB - Net pom + + + MIT License + https://opensource.org/license/mit + repo + + + + Rafael Silvério Amaral + core client diff --git a/stundb/net/server/pom.xml b/stundb/net/server/pom.xml index f45df45..c217a7d 100644 --- a/stundb/net/server/pom.xml +++ b/stundb/net/server/pom.xml @@ -12,6 +12,16 @@ StunDB - Net - Server StunDB - Net - Server jar + + + MIT License + https://opensource.org/license/mit + repo + + + + Rafael Silvério Amaral + com.stundb diff --git a/stundb/pom.xml b/stundb/pom.xml index 858299f..43908d6 100644 --- a/stundb/pom.xml +++ b/stundb/pom.xml @@ -12,9 +12,19 @@ StunDB - Parent StunDB - Parent pom + + + MIT License + https://opensource.org/license/mit + repo + + + + Rafael Silvério Amaral + - acceptance-tests - api + acceptance-tests + api application core net