1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-11-05 09:56:22 +00:00

Update license notice in index.js.

This commit is contained in:
hacksalot 2016-01-11 19:56:44 -05:00
parent 3800e19418
commit 69be38110f

View File

@ -4,13 +4,12 @@
/** /**
Command-line interface (CLI) for HackMyResume. 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 @module index.js
*/ */
try { try {
require('./cli/main')( process.argv ); require('./cli/main')( process.argv );