Skip to content

Commit

Permalink
fix license issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Oct 20, 2017
1 parent bba3f5a commit 471dc9a
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 5 deletions.
3 changes: 0 additions & 3 deletions test/unit/shady-unscoped-style-import-css.html

This file was deleted.

12 changes: 12 additions & 0 deletions test/unit/shady-unscoped-style-import.css
Original file line number Diff line number Diff line change
@@ -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;
}
13 changes: 11 additions & 2 deletions test/unit/shady-unscoped-style-import.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<!--
@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
-->
<dom-module id="global-shared1">
<link rel="import" type="css" shady-unscoped href="shady-unscoped-style-import-css.html">
<link rel="import" type="css" shady-unscoped href="shady-unscoped-style-import.css">
<template>
<style shady-unscoped>
:root {
Expand All @@ -21,6 +30,6 @@
</dom-module>

<dom-module id="global-shared2">
<link rel="import" type="css" shady-unscoped href="shady-unscoped-style-import-css.html">
<link rel="import" type="css" shady-unscoped href="shady-unscoped-style-import.css">
</dom-module>

9 changes: 9 additions & 0 deletions test/unit/shady-unscoped-style.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<!doctype html>
<!--
@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
-->
<html>
<head>
<script src="../../../webcomponentsjs/webcomponents-lite.js"></script>
Expand Down

0 comments on commit 471dc9a

Please sign in to comment.