From 0eeb0c2abdb24ad4c0021b16b12db250b8eb5c37 Mon Sep 17 00:00:00 2001 From: Paul Holden Date: Fri, 29 Aug 2014 14:43:27 -0400 Subject: [PATCH] Add missing license text to dygraph-externs.js and dygraph-types.js --- dygraph-externs.js | 6 ++++++ dygraph-types.js | 6 ++++++ 2 files changed, 12 insertions(+) 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. /** -- 2.7.4