From: Dan Vanderkam Date: Thu, 18 Aug 2011 14:02:38 +0000 (-0400) Subject: update license comments X-Git-Tag: v1.0.0~419 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;ds=inline;h=88e95c462340958bdfd0ac4c0736b94c5fd21024;hp=c9faeafdb66e6781576d4fb9ecc53f5c26cec759;p=dygraphs.git update license comments --- 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