From 0237d1dc3f49c0423ce7652f1f98461537a32109 Mon Sep 17 00:00:00 2001 From: Zachary Boyd Date: Sat, 25 Mar 2017 23:55:07 -0400 Subject: [PATCH] adds the apache licence --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ced066b..54c423d 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "tor-router", - "version": "3.0.2", + "version": "3.0.3", "main": "src/index.js", "repository": "git@github.com:znetstar/tor-router.git", "author": "Zachary Boyd ", - "license": "MIT", + "license": "Apache-2.0", "description": "A SOCKS proxy for distributing traffic across multiple instances of Tor", "bin": { "tor-router": "bin/tor-router"