From 5ac0a29e9e727b7d1223d6e0dac03c4f608a73aa Mon Sep 17 00:00:00 2001 From: liturner Date: Wed, 4 Jan 2023 15:05:02 +0100 Subject: [PATCH] #20 Add missing license information to pom --- .gitignore | 3 +++ pom.xml | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 96374c4..a8fbd26 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,6 @@ $RECYCLE.BIN/ Network Trash Folder Temporary Items .apdisk + +# VS Code +.vscode diff --git a/pom.xml b/pom.xml index ef143dd..3b926b6 100644 --- a/pom.xml +++ b/pom.xml @@ -8,6 +8,13 @@ BigInt http://maven.apache.org A class to beat the crap out of BigInteger! + + + BSD-2-Clause-Views + https://raw.githubusercontent.com/bwakell/Huldra/master/LICENSE + repo + + junit