You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,3 +26,20 @@ You can run the script again in the same document whenever you want, just clicki
26
26
* blocks of text delimited by "--- source code" and "---" are converted to `<pre></pre>` and prefixed by 4 empty spaces
27
27
* "--- jsperf `<testID>`" is replaced by an iframe that shows an interactive chart of a JSPerf test. The `<testID>` is the last part of the URL of the Browserscope anchor in your JSPerf test. Something like `"agt1YS1wcm9maWxlcnINCxIEVGVzdBjlm_EQDA"` in the URL `http://www.browserscope.org/user/tests/table/agt1YS1wcm9maWxlcnINCxIEVGVzdBjlm_EQDA`
28
28
29
+
30
+
31
+
## LICENSE
32
+
33
+
Copyright 2013 Google Inc. All Rights Reserved.
34
+
35
+
Licensed under the Apache License, Version 2.0 (the "License");
36
+
you may not use this file except in compliance with the License.
37
+
You may obtain a copy of the License at
38
+
39
+
http://www.apache.org/licenses/LICENSE-2.0
40
+
41
+
Unless required by applicable law or agreed to in writing, software
42
+
distributed under the License is distributed on an "AS IS" BASIS,
43
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
44
+
See the License for the specific language governing permissions and
0 commit comments