diff --git a/app.js b/app.js index ef82f26af..4c6c1166c 100644 --- a/app.js +++ b/app.js @@ -1,5 +1,6 @@ /** - * Copyright 2014 Google Inc. + * @license + * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,12 +13,13 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * - * @fileoverview Implements the application layer of the test application. */ -/** @class */ +/** + * The application layer of the test application. + * @class + */ var app = function() {}; diff --git a/controls.js b/controls.js index 1f0ca7453..e06c8a8c6 100644 --- a/controls.js +++ b/controls.js @@ -1,4 +1,5 @@ /** + * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -12,12 +13,13 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * - * @fileoverview Implements the video controls overlay. */ -/** @class */ +/** + * The video controls overlay for the test app. + * @class + */ var playerControls = function() {}; diff --git a/externs/fullscreen.js b/externs/fullscreen.js index 66f53d246..2dac8b719 100644 --- a/externs/fullscreen.js +++ b/externs/fullscreen.js @@ -1,5 +1,6 @@ /** - * Copyright 2014 Google Inc. + * @license + * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,7 +13,9 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * + */ + +/** * @fileoverview Externs for prefixed fullscreen methods. * @externs */ diff --git a/externs/htmltrackelement.js b/externs/htmltrackelement.js index 5c73c24d8..024d6c1c4 100644 --- a/externs/htmltrackelement.js +++ b/externs/htmltrackelement.js @@ -1,5 +1,6 @@ /** - * Copyright 2014 Google Inc. + * @license + * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,8 +13,10 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * - * @fileoverview HTMLTrackElement externs. + */ + +/** + * @fileoverview Externs for HTMLTrackElement. * @externs */ diff --git a/externs/jwk_set.js b/externs/jwk_set.js index 0d602d065..f1f0ace57 100644 --- a/externs/jwk_set.js +++ b/externs/jwk_set.js @@ -1,5 +1,6 @@ /** - * Copyright 2014 Google Inc. + * @license + * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,7 +13,9 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * + */ + +/** * @fileoverview Externs for JWK set. * @externs */ diff --git a/externs/mediakeys.js b/externs/mediakeys.js index 5424a4ecd..8183a3175 100644 --- a/externs/mediakeys.js +++ b/externs/mediakeys.js @@ -1,5 +1,6 @@ /** - * Copyright 2014 Google Inc. + * @license + * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,9 +13,12 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + */ + +/** + * @fileoverview Externs for MediaKeys based on + * {@link http://goo.gl/blgtZZ EME draft 12 March 2015} * - * @fileoverview MediaKey externs. - * Based on {@link http://goo.gl/blgtZZ EME draft 12 March 2015}. * @externs */ diff --git a/externs/prefixed_eme.js b/externs/prefixed_eme.js index 261631e0c..2edbb6862 100644 --- a/externs/prefixed_eme.js +++ b/externs/prefixed_eme.js @@ -1,5 +1,6 @@ /** - * Copyright 2014 Google Inc. + * @license + * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,7 +13,9 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * + */ + +/** * @fileoverview Externs for prefixed EME v0.1b. * @externs */ diff --git a/externs/xmlhttprequest.js b/externs/xmlhttprequest.js index c60b8f470..db02f0686 100644 --- a/externs/xmlhttprequest.js +++ b/externs/xmlhttprequest.js @@ -1,4 +1,5 @@ /** + * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -12,8 +13,12 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + */ + +/** + * @fileoverview Externs for XMLHttpRequest which are missing from the closure + * compiler. * - * @fileoverview XMLHttpRequest externs missing from closure. * @externs */ diff --git a/index.css b/index.css index bf6ee86e7..2426f11ff 100644 --- a/index.css +++ b/index.css @@ -1,5 +1,5 @@ /** - * Copyright 2014 Google Inc. + * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/index.html b/index.html index ca9a44de8..daba130ce 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@