From: Paul Holden Date: Fri, 29 Aug 2014 18:43:27 +0000 (-0400) Subject: Add missing license text to dygraph-externs.js and dygraph-types.js X-Git-Tag: v1.1.0~48^2 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;ds=sidebyside;h=0eeb0c2abdb24ad4c0021b16b12db250b8eb5c37;hp=-c;p=dygraphs.git Add missing license text to dygraph-externs.js and dygraph-types.js --- 0eeb0c2abdb24ad4c0021b16b12db250b8eb5c37 diff --git a/dygraph-externs.js b/dygraph-externs.js index 11f8674..9cf9568 100644 --- a/dygraph-externs.js +++ b/dygraph-externs.js @@ -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 diff --git a/dygraph-types.js b/dygraph-types.js index c8d6e04..4434758 100644 --- a/dygraph-types.js +++ b/dygraph-types.js @@ -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. /**