Merge pull request #310 from hulkholden/license
authorRobert Konigsberg <konigsberg@gmail.com>
Fri, 29 Aug 2014 18:49:39 +0000 (14:49 -0400)
committerRobert Konigsberg <konigsberg@gmail.com>
Fri, 29 Aug 2014 18:49:39 +0000 (14:49 -0400)
Add missing license text to dygraph-externs.js and dygraph-types.js

dygraph-externs.js
dygraph-types.js

index 11f8674..9cf9568 100644 (file)
@@ -1,3 +1,9 @@
+/**
+ * @license
+ * Copyright 2006 Dan Vanderkam (danvdk@gmail.com)
+ * MIT-licensed (http://opensource.org/licenses/MIT)
+ */
+
 // TODO(danvk): move the Dygraph definitions out of here once I closure-ify dygraphs.js
 /**
  * @param {!HTMLDivElement|string} div
index c8d6e04..4434758 100644 (file)
@@ -1,3 +1,9 @@
+/**
+ * @license
+ * Copyright 2006 Dan Vanderkam (danvdk@gmail.com)
+ * MIT-licensed (http://opensource.org/licenses/MIT)
+ */
+
 // This file contains typedefs and externs that are needed by the Closure Compiler.
 
 /**