From 88e95c462340958bdfd0ac4c0736b94c5fd21024 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Thu, 18 Aug 2011 10:02:38 -0400 Subject: [PATCH] update license comments --- dygraph-canvas.js | 7 +++++-- dygraph-dev.js | 7 +++++-- dygraph-gviz.js | 7 +++++-- dygraph-interaction-model.js | 9 ++++++--- dygraph-layout.js | 7 +++++-- dygraph-options-reference.js | 7 +++++-- dygraph-tickers.js | 7 +++++-- dygraph-utils.js | 7 +++++-- dygraph.js | 7 +++++-- 9 files changed, 46 insertions(+), 19 deletions(-) diff --git a/dygraph-canvas.js b/dygraph-canvas.js index 3b2979e..90d1b4e 100644 --- a/dygraph-canvas.js +++ b/dygraph-canvas.js @@ -1,5 +1,8 @@ -// Copyright 2006 Dan Vanderkam (danvdk@gmail.com) -// MIT-licensed (http://opensource.org/licenses/MIT) +/** + * @license + * Copyright 2006 Dan Vanderkam (danvdk@gmail.com) + * MIT-licensed (http://opensource.org/licenses/MIT) + */ /** * @fileoverview Based on PlotKit.CanvasRenderer, but modified to meet the diff --git a/dygraph-dev.js b/dygraph-dev.js index 7fbf088..006eccc 100644 --- a/dygraph-dev.js +++ b/dygraph-dev.js @@ -1,5 +1,8 @@ -// Copyright 2011 Dan Vanderkam (danvdk@gmail.com) -// MIT-licensed (http://opensource.org/licenses/MIT) +/** + * @license + * Copyright 2011 Dan Vanderkam (danvdk@gmail.com) + * MIT-licensed (http://opensource.org/licenses/MIT) + */ // A dygraph "auto-loader". diff --git a/dygraph-gviz.js b/dygraph-gviz.js index a9d6cbd..5b81d7f 100644 --- a/dygraph-gviz.js +++ b/dygraph-gviz.js @@ -1,5 +1,8 @@ -// Copyright 2011 Dan Vanderkam (danvdk@gmail.com) -// MIT-licensed (http://opensource.org/licenses/MIT) +/** + * @license + * Copyright 2011 Dan Vanderkam (danvdk@gmail.com) + * MIT-licensed (http://opensource.org/licenses/MIT) + */ /** * @fileoverview A wrapper around the Dygraph class which implements the diff --git a/dygraph-interaction-model.js b/dygraph-interaction-model.js index 93c3835..3029025 100644 --- a/dygraph-interaction-model.js +++ b/dygraph-interaction-model.js @@ -1,7 +1,10 @@ -// Copyright 2011 Robert Konigsberg (konigsberg@google.com) -// MIT-licensed (http://opensource.org/licenses/MIT) +/** + * @license + * Copyright 2011 Robert Konigsberg (konigsberg@google.com) + * MIT-licensed (http://opensource.org/licenses/MIT) + */ -/** +/** * @fileoverview The default interaction model for Dygraphs. This is kept out * of dygraph.js for better navigability. * @author Robert Konigsberg (konigsberg@google.com) diff --git a/dygraph-layout.js b/dygraph-layout.js index 8829b6c..17de467 100644 --- a/dygraph-layout.js +++ b/dygraph-layout.js @@ -1,5 +1,8 @@ -// Copyright 2011 Dan Vanderkam (danvdk@gmail.com) -// MIT-licensed (http://opensource.org/licenses/MIT) +/** + * @license + * Copyright 2011 Dan Vanderkam (danvdk@gmail.com) + * MIT-licensed (http://opensource.org/licenses/MIT) + */ /** * @fileoverview Based on PlotKitLayout, but modified to meet the needs of diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index 322934a..9991484 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -1,5 +1,8 @@ -// Copyright 2011 Dan Vanderkam (danvdk@gmail.com) -// MIT-licensed (http://opensource.org/licenses/MIT) +/** + * @license + * Copyright 2011 Dan Vanderkam (danvdk@gmail.com) + * MIT-licensed (http://opensource.org/licenses/MIT) + */ // NOTE: in addition to parsing as JS, this snippet is expected to be valid // JSON. This assumption cannot be checked in JS, but it will be checked when diff --git a/dygraph-tickers.js b/dygraph-tickers.js index 8322fda..cbaaa43 100644 --- a/dygraph-tickers.js +++ b/dygraph-tickers.js @@ -1,5 +1,8 @@ -// Copyright 2011 Google Inc. All Rights Reserved. -// MIT-licensed (http://opensource.org/licenses/MIT) +/** + * @license + * Copyright 2011 Dan Vanderkam (danvdk@gmail.com) + * MIT-licensed (http://opensource.org/licenses/MIT) + */ /** * @fileoverview Description of this file. diff --git a/dygraph-utils.js b/dygraph-utils.js index 98128e3..9192ae4 100644 --- a/dygraph-utils.js +++ b/dygraph-utils.js @@ -1,5 +1,8 @@ -// Copyright 2011 Dan Vanderkam (danvdk@gmail.com) -// MIT-licensed (http://opensource.org/licenses/MIT) +/** + * @license + * Copyright 2011 Dan Vanderkam (danvdk@gmail.com) + * MIT-licensed (http://opensource.org/licenses/MIT) + */ /** * @fileoverview This file contains utility functions used by dygraphs. These diff --git a/dygraph.js b/dygraph.js index 9359bb7..66d32fa 100644 --- a/dygraph.js +++ b/dygraph.js @@ -1,5 +1,8 @@ -// Copyright 2006 Dan Vanderkam (danvdk@gmail.com) -// All Rights Reserved. +/** + * @license + * Copyright 2006 Dan Vanderkam (danvdk@gmail.com) + * MIT-licensed (http://opensource.org/licenses/MIT) + */ /** * @fileoverview Creates an interactive, zoomable graph based on a CSV file or -- 2.7.4