From 8e1ec00c3235bcee912afbd8980eb475104048a4 Mon Sep 17 00:00:00 2001 From: Mitch Foley Date: Tue, 19 Feb 2013 13:10:54 -0500 Subject: [PATCH] adding missing license block --- dygraph-options.js | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.7.4