From bbf3768ba23967e006ff73c8f4f2171f8a0748d6 Mon Sep 17 00:00:00 2001 From: Joe Germuska Date: Mon, 5 Aug 2013 14:03:12 -0500 Subject: [PATCH] simplify headers because copyright banner will be applied by build process --- source/js/VMM.TImeline.Min.js | 19 +------------------ source/js/VMM.Timeline.DataObj.js | 3 ++- source/js/VMM.Timeline.License.js | 10 ---------- source/js/VMM.Timeline.TimeNav.js | 3 ++- source/js/VMM.Timeline.js | 12 +----------- 5 files changed, 6 insertions(+), 41 deletions(-) delete mode 100644 source/js/VMM.Timeline.License.js diff --git a/source/js/VMM.TImeline.Min.js b/source/js/VMM.TImeline.Min.js index c8b5d3c..bf03dc6 100644 --- a/source/js/VMM.TImeline.Min.js +++ b/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/ diff --git a/source/js/VMM.Timeline.DataObj.js b/source/js/VMM.Timeline.DataObj.js index 6715aab..e040b19 100644 --- a/source/js/VMM.Timeline.DataObj.js +++ b/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') { diff --git a/source/js/VMM.Timeline.License.js b/source/js/VMM.Timeline.License.js deleted file mode 100644 index fd48870..0000000 --- a/source/js/VMM.Timeline.License.js +++ /dev/null @@ -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/. - -*/ \ No newline at end of file diff --git a/source/js/VMM.Timeline.TimeNav.js b/source/js/VMM.Timeline.TimeNav.js index 0c3b941..af72ca6 100644 --- a/source/js/VMM.Timeline.TimeNav.js +++ b/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 ================================================== */ diff --git a/source/js/VMM.Timeline.js b/source/js/VMM.Timeline.js index 9ba805e..e633a0d 100755 --- a/source/js/VMM.Timeline.js +++ b/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";