-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from sjmiles/master
make workBench live with toollkit
- Loading branch information
Showing
5 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Additional IP Rights Grant (Patents) | ||
|
||
"This implementation" means the copyrightable works distributed by | ||
Google as part of the Toolkitchen project. | ||
|
||
Google hereby grants to You a perpetual, worldwide, non-exclusive, | ||
no-charge, royalty-free, irrevocable (except as stated in this section) | ||
patent license to make, have made, use, offer to sell, sell, import, | ||
transfer and otherwise run, modify and propagate the contents of this | ||
implementation of Toolkitchen, where such license applies only to those | ||
patent claims, both currently owned or controlled by Google and acquired | ||
in the future, licensable by Google that are necessarily infringed by | ||
this implementation of Toolkitchen. This grant does not include claims | ||
that would be infringed only as a consequence of further modification of | ||
this implementation. If you or your agent or exclusive licensee | ||
institute or order or agree to the institution of patent litigation | ||
against any entity (including a cross-claim or counterclaim in a | ||
lawsuit) alleging that this implementation of Toolkitchen or any code | ||
incorporated within this implementation of Toolkitchen constitutes | ||
direct or contributory patent infringement, or inducement of patent | ||
infringement, then any patent rights granted to you under this License | ||
for this implementation of Toolkitchen shall terminate as of the date | ||
such litigation is filed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## Toolkitchensink:Workbench | ||
|
||
Contained are (generally) browser-loadable documents that are used for creating/debugging/experimenting with Toolkit components. | ||
|
||
These files may serve as tests and/or examples, but those uses are incidental. The intention is to have proper tests and examples in other folders. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!-- | ||
Copyright 2012 The Toolkitchen Authors. All rights reserved. | ||
Use of this source code is governed by a BSD-style | ||
license that can be found in the LICENSE file. | ||
--> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Icon</title> | ||
<script src="../polyfills/Components/components-polyfill.js" shimShadow></script> | ||
<link rel="components" href="../toolkit/src/g-icon.html"> | ||
</head> | ||
<body> | ||
<g-icon src="images/star_full.svg"></g-icon> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.