mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-22 08:20:11 +00:00
Relax copyright notices.
This commit is contained in:
parent
30b6bc4d80
commit
ce95593031
@ -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() {
|
||||||
|
@ -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 () {
|
||||||
|
@ -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 = {
|
||||||
|
@ -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' )
|
||||||
|
Loading…
Reference in New Issue
Block a user