From: Mitch Foley <mitch@thefoley.net>
Date: Tue, 19 Feb 2013 18:10:54 +0000 (-0500)
Subject: adding missing license block
X-Git-Tag: v1.0.0~58^2
X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=8e1ec00c3235bcee912afbd8980eb475104048a4;p=dygraphs.git

adding missing license block
---

diff --git a/dygraph-options.js b/dygraph-options.js
index a734b1d..55bfe1a 100644
--- a/dygraph-options.js
+++ b/dygraph-options.js
@@ -1,4 +1,10 @@
 /**
+ * @license
+ * Copyright 2011 Dan Vanderkam (danvdk@gmail.com)
+ * MIT-licensed (http://opensource.org/licenses/MIT)
+ */
+
+/**
  * @fileoverview DygraphOptions is responsible for parsing and returning information about options.
  *
  * Still tightly coupled to Dygraphs, we could remove some of that, you know.