From a5b254108d3e7b495eac3778fe12ef3f9be16f85 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Thu, 22 Nov 2012 13:14:36 -0500 Subject: [PATCH] Added copyright and MIT license header. --- jquery.flot.time.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jquery.flot.time.js b/jquery.flot.time.js index 6421337..bc142b3 100644 --- a/jquery.flot.time.js +++ b/jquery.flot.time.js @@ -1,6 +1,9 @@ /* Pretty handling of time axes. +Copyright (c) 2007-2012 IOLA and Ole Laursen. +Licensed under the MIT license. + Set axis.mode to "time" to enable. See the section "Time series data" in API.txt for details. */