diff --git a/js9Helper.js b/js9Helper.js index 0811ee81..e00b725a 100644 --- a/js9Helper.js +++ b/js9Helper.js @@ -6,7 +6,7 @@ * Organization: Harvard Smithsonian Center for Astrophysics, Cambridge MA * Contact: saord@cfa.harvard.edu * - * Copyright (c) 2012 - 2014 Smithsonian Astrophysical Observatory + * Copyright (c) 2012 - 2016 Smithsonian Astrophysical Observatory * * Utilizes: socket.io, node-uuid * diff --git a/js9Msg.js b/js9Msg.js index d2629083..6cbbe117 100755 --- a/js9Msg.js +++ b/js9Msg.js @@ -4,6 +4,12 @@ * * requires: socket.io * + * Principals: Eric Mandel + * Organization: Harvard Smithsonian Center for Astrophysics, Cambridge MA + * Contact: saord@cfa.harvard.edu + * + * Copyright (c) 2013 - 2016 Smithsonian Astrophysical Observatory + * */ /*jslint plusplus: true, sloppy: true, vars: true, white: true, browser: true, devel: true, node: true */ diff --git a/js9Test.js b/js9Test.js index 952211a5..d5691250 100644 --- a/js9Test.js +++ b/js9Test.js @@ -2,11 +2,11 @@ * * js9Test: Node-based testing for JS9 * - * Principal: Eric Mandel + * Principals: Eric Mandel * Organization: Harvard Smithsonian Center for Astrophysics, Cambridge MA * Contact: saord@cfa.harvard.edu * - * Copyright (c) 2015 Smithsonian Astrophysical Observatory + * Copyright (c) 2015 - 2016 Smithsonian Astrophysical Observatory * * Utilizes: minimist, selenium *