From 96f78680206ff473d28d51f94af6a24a0171d5c1 Mon Sep 17 00:00:00 2001 From: Joe Germuska Date: Mon, 5 Aug 2013 13:57:36 -0500 Subject: [PATCH] update header comments to clarify licensing/ownership --- source/js/VMM.TImeline.Min.js | 25 +++++++------------------ source/js/VMM.Timeline.DataObj.js | 7 ++++++- source/js/VMM.Timeline.License.js | 10 ---------- source/js/VMM.Timeline.TimeNav.js | 7 +++++++ source/js/VMM.Timeline.js | 17 +++++++---------- 5 files changed, 27 insertions(+), 39 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..e1fc41d 100644 --- a/source/js/VMM.TImeline.Min.js +++ b/source/js/VMM.TImeline.Min.js @@ -1,21 +1,10 @@ -/*! - 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 + 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 +================================================== */ /* CodeKit Import http://incident57.com/codekit/ diff --git a/source/js/VMM.Timeline.DataObj.js b/source/js/VMM.Timeline.DataObj.js index 6715aab..ad406d6 100644 --- a/source/js/VMM.Timeline.DataObj.js +++ b/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') { 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..cd5842d 100644 --- a/source/js/VMM.Timeline.TimeNav.js +++ b/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 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..7b0e088 100755 --- a/source/js/VMM.Timeline.js +++ b/source/js/VMM.Timeline.js @@ -1,17 +1,14 @@ -/** - * 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 + 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 +================================================== */ /* * CodeKit Import * http://incident57.com/codekit/ ================================================== */ -// @codekit-prepend "VMM.Timeline.License.js"; - // @codekit-prepend "Core/VMM.StoryJS.js"; // @codekit-append "VMM.Timeline.TimeNav.js";