From 471dc9aaae074b5189f0787f9d3f5f80064b202e Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Thu, 19 Oct 2017 17:02:32 -0700 Subject: [PATCH] fix license issues --- test/unit/shady-unscoped-style-import-css.html | 3 --- test/unit/shady-unscoped-style-import.css | 12 ++++++++++++ test/unit/shady-unscoped-style-import.html | 13 +++++++++++-- test/unit/shady-unscoped-style.html | 9 +++++++++ 4 files changed, 32 insertions(+), 5 deletions(-) delete mode 100644 test/unit/shady-unscoped-style-import-css.html create mode 100644 test/unit/shady-unscoped-style-import.css diff --git a/test/unit/shady-unscoped-style-import-css.html b/test/unit/shady-unscoped-style-import-css.html deleted file mode 100644 index 3e99a3189c..0000000000 --- a/test/unit/shady-unscoped-style-import-css.html +++ /dev/null @@ -1,3 +0,0 @@ -.import { - border: 2px solid yellow; -} \ No newline at end of file diff --git a/test/unit/shady-unscoped-style-import.css b/test/unit/shady-unscoped-style-import.css new file mode 100644 index 0000000000..ebc79b19e0 --- /dev/null +++ b/test/unit/shady-unscoped-style-import.css @@ -0,0 +1,12 @@ +/* +@license +Copyright (c) 2017 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 +*/ +.import { + border: 2px solid yellow; +} \ No newline at end of file diff --git a/test/unit/shady-unscoped-style-import.html b/test/unit/shady-unscoped-style-import.html index 5fe5c6ae4f..808fd49490 100644 --- a/test/unit/shady-unscoped-style-import.html +++ b/test/unit/shady-unscoped-style-import.html @@ -1,5 +1,14 @@ + - +