From 69be38110fd0aea400e738cb9b3dfbb4bdfc5685 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Mon, 11 Jan 2016 19:56:44 -0500 Subject: [PATCH] Update license notice in index.js. --- src/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index 4f68aca..bcef218 100644 --- a/src/index.js +++ b/src/index.js @@ -4,13 +4,12 @@ /** Command-line interface (CLI) for HackMyResume. -@license MIT. Copyright (c) 2015 hacksalot (https://github.com/hacksalot) +@license MIT. See LICENSE.md for details. @module index.js */ - try { require('./cli/main')( process.argv );