Browse Source

update header comments to clarify licensing/ownership

pull/512/head
Joe Germuska 12 years ago
parent
commit
96f7868020
  1. 25
      source/js/VMM.TImeline.Min.js
  2. 7
      source/js/VMM.Timeline.DataObj.js
  3. 10
      source/js/VMM.Timeline.License.js
  4. 7
      source/js/VMM.Timeline.TimeNav.js
  5. 17
      source/js/VMM.Timeline.js

25
source/js/VMM.TImeline.Min.js

@ -1,21 +1,10 @@
/*! /* VMM.Timeline.Min.js
Timeline Minified Part of TimelineJS, a project of the Northwestern University Knight Lab
Designed and built by Zach Wise at VéritéCo https://github.com/NUKnightLab/TimelineJS
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
This program is free software: you can redistribute it and/or modify If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
it under the terms of the GNU General Public License as published by TIMELINE MINIFIED
the Free Software Foundation, either version 3 of the License, or ================================================== */
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
http://www.gnu.org/licenses/
*/
/* CodeKit Import /* CodeKit Import
http://incident57.com/codekit/ http://incident57.com/codekit/

7
source/js/VMM.Timeline.DataObj.js

@ -1,4 +1,9 @@
/* TIMELINE SOURCE DATA PROCESSOR /* VMM.Timeline.DataObj.js
Part of TimelineJS, a project of the Northwestern University Knight Lab
https://github.com/NUKnightLab/TimelineJS
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
TIMELINE SOURCE DATA PROCESSOR
================================================== */ ================================================== */
if (typeof VMM.Timeline !== 'undefined' && typeof VMM.Timeline.DataObj == 'undefined') { if (typeof VMM.Timeline !== 'undefined' && typeof VMM.Timeline.DataObj == 'undefined') {

10
source/js/VMM.Timeline.License.js

@ -1,10 +0,0 @@
/*!
TimelineJS
Version 2.17
Designed and built by Zach Wise at VéritéCo
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

7
source/js/VMM.Timeline.TimeNav.js

@ -1,3 +1,10 @@
/* VMM.Timeline.TimeNav.js
Part of TimelineJS, a project of the Northwestern University Knight Lab
https://github.com/NUKnightLab/TimelineJS
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
================================================== */
/* TimeNav /* TimeNav
This class handles the bottom timeline navigation. This class handles the bottom timeline navigation.
It requires the VMM.Util class and VMM.Date class It requires the VMM.Util class and VMM.Date class

17
source/js/VMM.Timeline.js

@ -1,17 +1,14 @@
/** /* VMM.Timeline.js
* TimelineJS Part of TimelineJS, a project of the Northwestern University Knight Lab
* Designed and built by Zach Wise for the Northwestern University Knight Lab https://github.com/NUKnightLab/TimelineJS
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
* This Source Code Form is subject to the terms of the Mozilla Public If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
* License, v. 2.0. If a copy of the MPL was not distributed with this TIMELINE COMPLETE
* file, You can obtain one at http://mozilla.org/MPL/2.0/. ================================================== */
*/
/* * CodeKit Import /* * CodeKit Import
* http://incident57.com/codekit/ * http://incident57.com/codekit/
================================================== */ ================================================== */
// @codekit-prepend "VMM.Timeline.License.js";
// @codekit-prepend "Core/VMM.StoryJS.js"; // @codekit-prepend "Core/VMM.StoryJS.js";
// @codekit-append "VMM.Timeline.TimeNav.js"; // @codekit-append "VMM.Timeline.TimeNav.js";

Loading…
Cancel
Save