diff options
author | Pavel Sergeev <dzhioev@chromium.org> | 2014-09-21 01:42:19 +0400 |
---|---|---|
committer | Pavel Sergeev <dzhioev@chromium.org> | 2014-09-20 21:43:21 +0000 |
commit | 7c33f44244bcafb889a0cc9e0aafe08141c28109 (patch) | |
tree | a8c4360d25de307db5371db6566906270a95cc7a /third_party/polymer/LICENSE.polymer | |
parent | ac35203eb3d9ddfcec077883ad897c8136027762 (diff) | |
download | chromium_src-7c33f44244bcafb889a0cc9e0aafe08141c28109.zip chromium_src-7c33f44244bcafb889a0cc9e0aafe08141c28109.tar.gz chromium_src-7c33f44244bcafb889a0cc9e0aafe08141c28109.tar.bz2 |
Polymer elements added to third_party/polymer.
List of changes:
* Added all core-elements and paper-elements provided by Polymer.
* Added web-animations-js (a dependency of core-animation element).
* Components moved to 'components' subdirectory.
* Added a presubmit check verifying that the list of dependencies from
bower.json and the list of components installed to 'components' are the same.
(see README.chromium for details).
* Updated README.chromium
* Updated pathes to polymer.js and platform.js in projects that use them.
This CL doesn't change polymer and platform components.
Landed manually, because of the bug in the commit queue (http://crbug.com/416255).
BUG=415696
R=mtomasz@chromium.org, raymes@chromium.org, rsadam@chromium.org
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/582873003
Cr-Commit-Position: refs/heads/master@{#295892}
Diffstat (limited to 'third_party/polymer/LICENSE.polymer')
-rw-r--r-- | third_party/polymer/LICENSE.polymer | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/third_party/polymer/LICENSE.polymer b/third_party/polymer/LICENSE.polymer new file mode 100644 index 0000000..92d60b0 --- /dev/null +++ b/third_party/polymer/LICENSE.polymer @@ -0,0 +1,27 @@ +// Copyright (c) 2012 The Polymer Authors. All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |