From 4f2aeaa2881aaa92bd4a026f9aa140f5196158cd Mon Sep 17 00:00:00 2001 From: Nikita Novik Date: Mon, 6 Sep 2021 20:35:43 +0300 Subject: [PATCH] Add license note to GSON POM file. (#1951) * Add license note to GSON POM file. --- gson/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gson/pom.xml b/gson/pom.xml index 58d64989..dcdbe846 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -10,6 +10,13 @@ gson Gson + + + Apache-2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + + + junit