From a535761b463bc3064d7d4753af716fa480876665 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Sat, 4 Feb 2017 08:15:29 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18b3969..8cd7f38 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -Java collections for primitives (currently only int) release into the public domain. See [unlicense.org](http://unlicense.org/) for more information +Java collections for primitives (currently only int) released under [MIT](https://opensource.org/licenses/MIT) license. *IntList* is an implementation of a list to store primitive integers. You can add, insert, replace and remove elements in the list. The ints are stored in an int array and the class takes care of growing the array as needed. You can trim the list to reduce the memory overhead. \ No newline at end of file