From 6b16530c99bdf7becebb374b11bec8f9ef5afe43 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Wed, 26 Aug 2015 18:06:12 -0700 Subject: [PATCH] TODO udpates, MPL-2 license --- TODO.txt | 3 +-- package.json | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO.txt b/TODO.txt index ceeaa58..eed2132 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,11 +1,10 @@ TritonApi +note in README that full UUIDs is much faster in the API "shortid" instead of full UUID "id" in default output, and then allow lookup by that shortid. Really nice for 80 columns. - - insts - networks - - don't bother if not [0-9a-f-] 12 char shortids (matches docker) diff --git a/package.json b/package.json index e3833ad..08c8f49 100644 --- a/package.json +++ b/package.json @@ -27,5 +27,6 @@ }, "engines": { "node": ">=0.10" - } + }, + "license": "MPL-2.0" }