CLOUDSTACK-331: Added legal docs for ui/lib/excanvas.js Signed-off-by: Chip Childers <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/8b8713b3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/8b8713b3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/8b8713b3 Branch: refs/heads/junit-tests Commit: 8b8713b3b7fe3fb15ae6c0b901e88da06518d4dc Parents: b01c219 Author: Chip Childers <[email protected]> Authored: Fri Oct 12 12:35:46 2012 -0400 Committer: Chip Childers <[email protected]> Committed: Mon Oct 15 16:19:20 2012 -0400 ---------------------------------------------------------------------- LICENSE | 5 +++++ tools/whisker/descriptor.xml | 8 ++++++++ 2 files changed, 13 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8b8713b3/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index 607c5cf..3f01e10 100644 --- a/LICENSE +++ b/LICENSE @@ -3974,6 +3974,11 @@ Within the ui/lib directory by Eric Meyer http://meyerweb.com/eric/ reset.css + licensed under the Apache License, Version 2 http://www.apache.org/licenses/LICENSE-2.0.txt (as above) + Copyright (c) 2006 Google Inc. + from Google Inc. http://google.com + excanvas.js http://code.google.com/p/explorercanvas/ + licensed under the BSD (2-clause) http://www.opensource.org/licenses/BSD-2-Clause (as follows) Copyright (c) 2008 George McGinley Smith http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8b8713b3/tools/whisker/descriptor.xml ---------------------------------------------------------------------- diff --git a/tools/whisker/descriptor.xml b/tools/whisker/descriptor.xml index 04a3a85..0c573e3 100644 --- a/tools/whisker/descriptor.xml +++ b/tools/whisker/descriptor.xml @@ -2504,6 +2504,14 @@ Copyright (c) 2009, John Resig </with-license> </within> <within dir='ui/lib'> + <with-license id='ApacheLicenseVersion2'> + <copyright-notice> +Copyright (c) 2006 Google Inc. + </copyright-notice> + <by-organisation id='google.com'> + <resource name='excanvas.js' source='http://code.google.com/p/explorercanvas/' /> + </by-organisation> + </with-license> <with-license id='MIT'> <copyright-notice> Copyright (c) 2011, John Resig
