Browse Source

simplify headers because copyright banner will be applied by build process

pull/512/head
Joe Germuska 11 years ago
parent
commit
bbf3768ba2
  1. 19
      source/js/VMM.TImeline.Min.js
  2. 3
      source/js/VMM.Timeline.DataObj.js
  3. 10
      source/js/VMM.Timeline.License.js
  4. 3
      source/js/VMM.Timeline.TimeNav.js
  5. 12
      source/js/VMM.Timeline.js

19
source/js/VMM.TImeline.Min.js

@ -1,21 +1,4 @@
/*!
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/
*/
// VMM.Timeline.Min.js
/* CodeKit Import
http://incident57.com/codekit/

3
source/js/VMM.Timeline.DataObj.js

@ -1,4 +1,5 @@
/* TIMELINE SOURCE DATA PROCESSOR
/* VMM.Timeline.DataObj.js
TIMELINE SOURCE DATA PROCESSOR
================================================== */
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/.
*/

3
source/js/VMM.Timeline.TimeNav.js

@ -1,4 +1,5 @@
/* TimeNav
/* VMM.Timeline.TimeNav.js
TimeNav
This class handles the bottom timeline navigation.
It requires the VMM.Util class and VMM.Date class
================================================== */

12
source/js/VMM.Timeline.js

@ -1,17 +1,7 @@
/**
* 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/.
*/
// VMM.Timeline.js
/* * 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