diff options
author | tv <tv@nomic.retiolum> | 2014-01-06 01:30:44 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2014-01-06 01:30:44 +0100 |
commit | 1915e77f5d97f9a2816c447e3051d63d18a8b71d (patch) | |
tree | 23cda351de2e7651177f2a7a51a12ae6447b64fc | |
parent | 756156abd205902fc4c5d17ed358e529db3753d7 (diff) |
go: add license to package.json
-rw-r--r-- | go/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/go/package.json b/go/package.json index 4656b992..787f2810 100644 --- a/go/package.json +++ b/go/package.json @@ -5,5 +5,6 @@ "dependencies": { "formidable": "*", "redis": "*" - } + }, + "license": "WTFPL" } |