1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-07-05 01:20:06 +01:00

Relax copyright notices.

This commit is contained in:
devlinjd 2015-11-19 01:57:15 -05:00
parent 30b6bc4d80
commit ce95593031
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
/** /**
Abstract character/resume sheet representation. Abstract character/resume sheet representation.
@license Copyright (c) 2015 by James M. Devlin. All rights reserved. @license MIT. Copyright (c) 2015 James M. Devlin / FluentDesk
*/ */
(function() { (function() {

View File

@ -1,6 +1,6 @@
/** /**
Internal resume generation logic for FluentCV. Internal resume generation logic for FluentCV.
@license Copyright (c) 2015 | James M. Devlin @license MIT. Copyright (c) 2015 James M. Devlin / FluentDesk
*/ */
module.exports = function () { module.exports = function () {

View File

@ -1,6 +1,6 @@
/** /**
Core resume generation module for FluentCV. External API surface for FluentCV:CLI.
@license Copyright (c) 2015 by James M. Devlin. All rights reserved. @license MIT. Copyright (c) 2015 James M. Devlin / FluentDesk
*/ */
module.exports = { module.exports = {

View File

@ -1,8 +1,8 @@
#! /usr/bin/env node #! /usr/bin/env node
/** /**
Command-line interface (CLI) for FluentCV via Node.js. Command-line interface (CLI) for FluentCV:CLI.
@license Copyright (c) 2015 | James M. Devlin @license MIT. Copyright (c) 2015 James M. Devlin / FluentDesk.
*/ */
var ARGS = require( 'minimist' ) var ARGS = require( 'minimist' )