summaryrefslogtreecommitdiffstats
path: root/third_party/polymer/components-chromium/core-item/demo.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/polymer/components-chromium/core-item/demo.html')
-rw-r--r--third_party/polymer/components-chromium/core-item/demo.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/third_party/polymer/components-chromium/core-item/demo.html b/third_party/polymer/components-chromium/core-item/demo.html
index 9f1b6f4..d0ad68b 100644
--- a/third_party/polymer/components-chromium/core-item/demo.html
+++ b/third_party/polymer/components-chromium/core-item/demo.html
@@ -1,10 +1,19 @@
+<!--
+ @license
+ Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
+ Code distributed by Google as part of the polymer project is also
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
+-->
<!doctype html>
<html>
<head>
<title>core-item</title>
- <script src="../platform/platform.js"></script>
+ <script src="../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="core-item.html">