Skip to content

Commit ceb0243

Browse files
committedAug 14, 2017
Add licenses
1 parent 9036ce8 commit ceb0243

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+469
-3661
lines changed
 

Diff for: ‎LICENSE

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright 2017 Google Inc.
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
https://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

Diff for: ‎README.md

+16
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,19 @@ npm start
2121

2222
Karma tests for each of the major frameworks to see how they handle working
2323
with Web Components.
24+
25+
## License
26+
27+
Copyright 2017 Google, Inc.
28+
29+
Licensed under the [Apache License, Version 2.0](LICENSE) (the "License");
30+
you may not use this file except in compliance with the License. You may
31+
obtain a copy of the License at
32+
33+
http://www.apache.org/licenses/LICENSE-2.0
34+
35+
Unless required by applicable law or agreed to in writing, software
36+
distributed under the License is distributed on an "AS IS" BASIS,
37+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
38+
See the License for the specific language governing permissions and
39+
limitations under the License.

0 commit comments

Comments
 (0)
Please sign in to comment.