Browse Source

Revert "update header comments to clarify licensing/ownership"

This reverts commit 96f7868020.

Changed my mind about how to do it.
pull/512/head
Joe Germuska 11 years ago
parent
commit
7bcedcc8e4
  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,10 +1,21 @@
/* VMM.Timeline.Min.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 MINIFIED
================================================== */
/*!
Timeline Minified
Designed and built by Zach Wise at VéritéCo
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
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
http://incident57.com/codekit/

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

@ -1,9 +1,4 @@
/* 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
/* TIMELINE SOURCE DATA PROCESSOR
================================================== */
if (typeof VMM.Timeline !== 'undefined' && typeof VMM.Timeline.DataObj == 'undefined') {

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

@ -0,0 +1,10 @@
/*!
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,10 +1,3 @@
/* 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
This class handles the bottom timeline navigation.
It requires the VMM.Util class and VMM.Date class

17
source/js/VMM.Timeline.js

@ -1,14 +1,17 @@
/* VMM.Timeline.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 COMPLETE
================================================== */
/**
* TimelineJS
* Designed and built by Zach Wise for the Northwestern University Knight Lab
* 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/.
*/
/* * CodeKit Import
* http://incident57.com/codekit/
================================================== */
// @codekit-prepend "VMM.Timeline.License.js";
// @codekit-prepend "Core/VMM.StoryJS.js";
// @codekit-append "VMM.Timeline.TimeNav.js";

Loading…
Cancel
Save