Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Side by Side Diff: third_party/web-animations-js/README.chromium

Issue 1214573003: Fix Polymer licensing issues (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix web-animations-js path Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Name: Web Animations JS 1 Name: Web Animations JS
2 Short Name: web-animations-js 2 Short Name: web-animations-js
3 URL: https://github.com/web-animations/web-animations-js 3 URL: https://github.com/web-animations/web-animations-js
4 Version: 1.0.5 4 Version: 2.1.0
5 License: Apache 2.0 5 License: Apache 2.0
6 License File: LICENSE 6 License File: LICENSE
7 Security Critical: no 7 Security Critical: no
8 8
9 Description: 9 Description:
10 An emulator of the Web Animations specification. Web Animations is a new 10 An emulator of the Web Animations specification. Web Animations is a new
11 specification for animated content on the web. It's being developed as a W3C 11 specification for animated content on the web. It's being developed as a W3C
12 specification as part of the CSS and SVG working groups. Latest specification at 12 specification as part of the CSS and SVG working groups. Latest specification at
13 http://w3c.github.io/web-animations/. 13 http://w3c.github.io/web-animations/.
14 14
15 Used as a dependency of Polymer framework (see src/third_party/polymer). If 15 Used as a dependency of Polymer framework (see src/third_party/polymer/v1_0). If
16 using directly, rather than through Polymer, use only the minified source. 16 using directly, rather than through Polymer, use only the minified source.
17 Otherwise there may be CSP issues with inline scripts, etc. This should only 17 Otherwise there may be CSP issues with inline scripts, etc. This should only be
18 be updated via third_party/polymer/reproduce.sh after bumping the version number 18 updated via third_party/polymer/v1_0/reproduce.sh after bumping the version
19 in third_party/polymer/bower.json. 19 number in third_party/polymer/v1_0/bower.json.
20
21 Local Modifications:
22 - The test and node_modules directories were removed. COPYING was renamed to LIC ENSE.
23 - Delete .travis-setup.sh because it is missing a license header. The header
24 has been added upstream in
25 https://github.com/web-animations/web-animations-next/pull/289. Once that is
26 released, .travis-setup.sh can be added back in.
OLDNEW
« no previous file with comments | « third_party/polymer/v1_0/reproduce.sh ('k') | third_party/web-animations-js/sources/.bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698