diff --git a/LICENSE b/LICENSE index 6de1652..a90f87c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,5 @@ -Copyright (c) 2013, Christopher Jeffrey (https://github.com/chjj/) +Copyright (c) 2013-2015, Christopher Jeffrey and contributors +https://github.com/chjj/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lib/blessed.js b/lib/blessed.js index 48e96b4..c6af364 100644 --- a/lib/blessed.js +++ b/lib/blessed.js @@ -1,7 +1,7 @@ /** * Blessed * A curses-like library for node.js. - * Copyright (c) 2013-2015, Christopher Jeffrey (MIT License). + * Copyright (c) 2013-2015, Christopher Jeffrey and contributors (MIT License). * https://github.com/chjj/blessed */ diff --git a/lib/colors.js b/lib/colors.js index 769f959..34b2fd3 100644 --- a/lib/colors.js +++ b/lib/colors.js @@ -1,6 +1,6 @@ /** * colors.js - color-related functions for blessed. - * Copyright (c) 2013-2015, Christopher Jeffrey (MIT License) + * Copyright (c) 2013-2015, Christopher Jeffrey and contributors (MIT License). * https://github.com/chjj/blessed */ diff --git a/lib/events.js b/lib/events.js index 87f2b03..429db52 100644 --- a/lib/events.js +++ b/lib/events.js @@ -1,6 +1,6 @@ /** * events.js - event emitter for blessed - * Copyright (c) 2013-2015, Christopher Jeffrey (MIT License) + * Copyright (c) 2013-2015, Christopher Jeffrey and contributors (MIT License). * https://github.com/chjj/blessed */ diff --git a/lib/gpmclient.js b/lib/gpmclient.js index 4d7fec1..aa82c07 100644 --- a/lib/gpmclient.js +++ b/lib/gpmclient.js @@ -1,3 +1,10 @@ +/** + * Blessed + * A curses-like library for node.js. + * Copyright (c) 2013-2015, Christopher Jeffrey and contributors (MIT License). + * https://github.com/chjj/blessed + */ + var net = require('net'); var fs = require('fs'); var EventEmitter = require('events').EventEmitter; diff --git a/lib/program.js b/lib/program.js index e2057b0..e2c37bb 100644 --- a/lib/program.js +++ b/lib/program.js @@ -1,6 +1,6 @@ /** * program.js - basic curses-like functionality for blessed. - * Copyright (c) 2013-2015, Christopher Jeffrey (MIT License). + * Copyright (c) 2013-2015, Christopher Jeffrey and contributors (MIT License). * https://github.com/chjj/blessed */ diff --git a/lib/tput.js b/lib/tput.js index d3c7aac..2b27105 100644 --- a/lib/tput.js +++ b/lib/tput.js @@ -1,6 +1,6 @@ /** * tput.js - parse and compile terminfo caps to javascript. - * Copyright (c) 2013-2015, Christopher Jeffrey (MIT License) + * Copyright (c) 2013-2015, Christopher Jeffrey and contributors (MIT License). * https://github.com/chjj/blessed */ diff --git a/lib/widget.js b/lib/widget.js index 58e0972..9004825 100644 --- a/lib/widget.js +++ b/lib/widget.js @@ -1,6 +1,6 @@ /** * widget.js - high-level interface for blessed - * Copyright (c) 2013-2015, Christopher Jeffrey (MIT License) + * Copyright (c) 2013-2015, Christopher Jeffrey and contributors (MIT License). * https://github.com/chjj/blessed */