From: Dan Vanderkam Date: Wed, 17 Aug 2011 17:51:36 +0000 (-0400) Subject: update All Rights Reserved string X-Git-Tag: v1.0.0~421 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=5108eb2029afe739872ebfb58f9fb826cef9ea13;hp=48e614acf3084b9836803f8b014bf0e65f1ca119;p=dygraphs.git update All Rights Reserved string --- diff --git a/dygraph-canvas.js b/dygraph-canvas.js index 4f4a547..3b2979e 100644 --- a/dygraph-canvas.js +++ b/dygraph-canvas.js @@ -1,5 +1,5 @@ // Copyright 2006 Dan Vanderkam (danvdk@gmail.com) -// All Rights Reserved. +// 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 3f1e792..7fbf088 100644 --- a/dygraph-dev.js +++ b/dygraph-dev.js @@ -1,3 +1,6 @@ +// Copyright 2011 Dan Vanderkam (danvdk@gmail.com) +// MIT-licensed (http://opensource.org/licenses/MIT) + // A dygraph "auto-loader". // Check where this script was sourced from. If it was sourced from diff --git a/dygraph-gviz.js b/dygraph-gviz.js index 110ded2..a9d6cbd 100644 --- a/dygraph-gviz.js +++ b/dygraph-gviz.js @@ -1,5 +1,5 @@ // Copyright 2011 Dan Vanderkam (danvdk@gmail.com) -// All Rights Reserved. +// 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 32809f5..93c3835 100644 --- a/dygraph-interaction-model.js +++ b/dygraph-interaction-model.js @@ -1,5 +1,5 @@ // Copyright 2011 Robert Konigsberg (konigsberg@google.com) -// All Rights Reserved. +// MIT-licensed (http://opensource.org/licenses/MIT) /** * @fileoverview The default interaction model for Dygraphs. This is kept out diff --git a/dygraph-layout.js b/dygraph-layout.js index 90f7ea2..8829b6c 100644 --- a/dygraph-layout.js +++ b/dygraph-layout.js @@ -1,5 +1,5 @@ // Copyright 2011 Dan Vanderkam (danvdk@gmail.com) -// All Rights Reserved. +// 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 2dc8b15..322934a 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -1,3 +1,6 @@ +// 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 // documentation is generated by the generate-documentation.py script. For the diff --git a/dygraph-tickers.js b/dygraph-tickers.js index 87c5ce5..8322fda 100644 --- a/dygraph-tickers.js +++ b/dygraph-tickers.js @@ -1,4 +1,5 @@ // Copyright 2011 Google Inc. All Rights Reserved. +// MIT-licensed (http://opensource.org/licenses/MIT) /** * @fileoverview Description of this file. diff --git a/dygraph-utils.js b/dygraph-utils.js index 7cb5019..98128e3 100644 --- a/dygraph-utils.js +++ b/dygraph-utils.js @@ -1,5 +1,5 @@ // Copyright 2011 Dan Vanderkam (danvdk@gmail.com) -// All Rights Reserved. +// MIT-licensed (http://opensource.org/licenses/MIT) /** * @fileoverview This file contains utility functions used by dygraphs. These