From 4d9177240ad1fcdebbc4ef4fca8022d9566d32e2 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Fri, 4 Sep 2015 18:20:09 -0700 Subject: [PATCH] Revert "Adding license annotation to js files." This reverts commit 8cb24652cb6ce8700d5220e3123392d98eb3d090, due to the fact that the new annotations caused our binary size to jump by 52%. The compiler preserves all 'unique' licenses, which causes trouble since the comment blocks with the license annotations are not unique and contain file overview comments as well. We can re-examine this once we have restructured the license headers. Change-Id: I418e407a0e0253630633697f30cf496a7fc2ddfc --- app.js | 1 - controls.js | 1 - externs/fullscreen.js | 1 - externs/htmltrackelement.js | 1 - externs/jwk_set.js | 1 - externs/mediakeys.js | 1 - externs/prefixed_eme.js | 1 - externs/xmlhttprequest.js | 1 - lib/dash/container_segment_index_source.js | 1 - lib/dash/duration_segment_index_source.js | 1 - lib/dash/dynamic_live_segment_index.js | 1 - lib/dash/list_segment_index_source.js | 1 - lib/dash/live_segment_index.js | 1 - lib/dash/mpd_parser.js | 1 - lib/dash/mpd_processor.js | 1 - lib/dash/mpd_request.js | 1 - lib/dash/mpd_utils.js | 1 - lib/dash/timeline_segment_index_source.js | 1 - lib/debug/asserts.js | 1 - lib/debug/log.js | 1 - lib/debug/timer.js | 1 - lib/media/eme_manager.js | 1 - lib/media/i_abr_manager.js | 1 - lib/media/i_segment_index_source.js | 1 - lib/media/i_stream.js | 1 - lib/media/manifest_updater.js | 1 - lib/media/mp4_segment_index_parser.js | 1 - lib/media/offline_segment_index_source.js | 1 - lib/media/segment_index.js | 1 - lib/media/segment_init_source.js | 1 - lib/media/segment_reference.js | 1 - lib/media/simple_abr_manager.js | 1 - lib/media/source_buffer_manager.js | 1 - lib/media/stream.js | 1 - lib/media/stream_info.js | 1 - lib/media/stream_info_processor.js | 1 - lib/media/text_segment_index_source.js | 1 - lib/media/text_stream.js | 1 - lib/media/webm_segment_index_parser.js | 1 - lib/player/audio_track.js | 1 - lib/player/dash_video_source.js | 1 - lib/player/defaults.js | 1 - lib/player/drm_info.js | 1 - lib/player/drm_scheme_info.js | 1 - lib/player/http_video_source.js | 1 - lib/player/i_video_source.js | 1 - lib/player/offline_video_source.js | 1 - lib/player/player.js | 1 - lib/player/restrictions.js | 1 - lib/player/stats.js | 1 - lib/player/stream_video_source.js | 1 - lib/player/text_style.js | 1 - lib/player/text_track.js | 1 - lib/player/video_track.js | 1 - lib/polyfill/all.js | 1 - lib/polyfill/customevent.js | 1 - lib/polyfill/fullscreen.js | 1 - lib/polyfill/mediakeys.js | 1 - lib/polyfill/patchedmediakeys_nop.js | 1 - lib/polyfill/patchedmediakeys_v01b.js | 1 - lib/polyfill/videoplaybackquality.js | 1 - lib/util/ajax_request.js | 1 - lib/util/array_utils.js | 1 - lib/util/clock.js | 1 - lib/util/content_database.js | 1 - lib/util/content_database_reader.js | 1 - lib/util/content_database_writer.js | 1 - lib/util/data_view_reader.js | 1 - lib/util/ebml_parser.js | 1 - lib/util/eme_utils.js | 1 - lib/util/event_manager.js | 1 - lib/util/ewma.js | 1 - lib/util/ewma_bandwidth_estimator.js | 1 - lib/util/failover_uri.js | 1 - lib/util/fake_event.js | 1 - lib/util/fake_event_target.js | 1 - lib/util/features.js | 1 - lib/util/i_bandwidth_estimator.js | 1 - lib/util/language_utils.js | 1 - lib/util/license_request.js | 1 - lib/util/map_utils.js | 1 - lib/util/multi_map.js | 1 - lib/util/pssh.js | 1 - lib/util/public_promise.js | 1 - lib/util/string_utils.js | 1 - lib/util/task.js | 1 - lib/util/typed_bind.js | 1 - lib/util/uint8array_utils.js | 1 - load.js | 1 - shaka-player.uncompiled.js | 1 - spec/ajax_request_spec.js | 1 - spec/content_database_spec.js | 1 - spec/data_view_reader_spec.js | 1 - spec/ebml_parser_spec.js | 1 - spec/event_manager_spec.js | 1 - spec/fake_event_spec.js | 1 - spec/language_utils_spec.js | 1 - spec/license_request_spec.js | 1 - spec/live_integration.js | 1 - spec/manifest_updater_spec.js | 1 - spec/mpd_base_url_spec.js | 1 - spec/mpd_content_protection_spec.js | 1 - spec/mpd_processor_spec.js | 1 - spec/mpd_segment_base_spec.js | 1 - spec/mpd_segment_list_spec.js | 1 - spec/mpd_segment_template_spec.js | 1 - spec/mpd_spec.js | 1 - spec/mpd_utils_spec.js | 1 - spec/player_integration.js | 1 - spec/pssh_spec.js | 1 - spec/segment_index_parser_spec.js | 1 - spec/segment_index_spec.js | 1 - spec/task_spec.js | 1 - spec/util.js | 1 - support.js | 1 - 115 files changed, 115 deletions(-) diff --git a/app.js b/app.js index 1f63e6ce7..26a4a56f1 100644 --- a/app.js +++ b/app.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/controls.js b/controls.js index eb192764e..a2d367b4a 100644 --- a/controls.js +++ b/controls.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/externs/fullscreen.js b/externs/fullscreen.js index 18a9b429d..66f53d246 100644 --- a/externs/fullscreen.js +++ b/externs/fullscreen.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/externs/htmltrackelement.js b/externs/htmltrackelement.js index ee5bbea00..5c73c24d8 100644 --- a/externs/htmltrackelement.js +++ b/externs/htmltrackelement.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/externs/jwk_set.js b/externs/jwk_set.js index 3587ced1a..0d602d065 100644 --- a/externs/jwk_set.js +++ b/externs/jwk_set.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/externs/mediakeys.js b/externs/mediakeys.js index 793c0b6ea..5424a4ecd 100644 --- a/externs/mediakeys.js +++ b/externs/mediakeys.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/externs/prefixed_eme.js b/externs/prefixed_eme.js index 6ee1fca32..261631e0c 100644 --- a/externs/prefixed_eme.js +++ b/externs/prefixed_eme.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/externs/xmlhttprequest.js b/externs/xmlhttprequest.js index f463dc6d8..c60b8f470 100644 --- a/externs/xmlhttprequest.js +++ b/externs/xmlhttprequest.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/dash/container_segment_index_source.js b/lib/dash/container_segment_index_source.js index b39878b4d..f785baa52 100644 --- a/lib/dash/container_segment_index_source.js +++ b/lib/dash/container_segment_index_source.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/dash/duration_segment_index_source.js b/lib/dash/duration_segment_index_source.js index 4d2a7ca7a..627adc936 100644 --- a/lib/dash/duration_segment_index_source.js +++ b/lib/dash/duration_segment_index_source.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/dash/dynamic_live_segment_index.js b/lib/dash/dynamic_live_segment_index.js index 0ce702369..2c9a6049c 100644 --- a/lib/dash/dynamic_live_segment_index.js +++ b/lib/dash/dynamic_live_segment_index.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/dash/list_segment_index_source.js b/lib/dash/list_segment_index_source.js index 351b064e3..7868e4ea4 100644 --- a/lib/dash/list_segment_index_source.js +++ b/lib/dash/list_segment_index_source.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/dash/live_segment_index.js b/lib/dash/live_segment_index.js index 0b32f9798..09b282a6e 100644 --- a/lib/dash/live_segment_index.js +++ b/lib/dash/live_segment_index.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/dash/mpd_parser.js b/lib/dash/mpd_parser.js index 7ba89ec43..07aa1998d 100644 --- a/lib/dash/mpd_parser.js +++ b/lib/dash/mpd_parser.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/dash/mpd_processor.js b/lib/dash/mpd_processor.js index 246dff643..018949ca0 100644 --- a/lib/dash/mpd_processor.js +++ b/lib/dash/mpd_processor.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/dash/mpd_request.js b/lib/dash/mpd_request.js index c439ab017..a1a21cb9a 100644 --- a/lib/dash/mpd_request.js +++ b/lib/dash/mpd_request.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/dash/mpd_utils.js b/lib/dash/mpd_utils.js index 8a90d8b74..c52633812 100644 --- a/lib/dash/mpd_utils.js +++ b/lib/dash/mpd_utils.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/dash/timeline_segment_index_source.js b/lib/dash/timeline_segment_index_source.js index 27e32b77e..897a6cd55 100644 --- a/lib/dash/timeline_segment_index_source.js +++ b/lib/dash/timeline_segment_index_source.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/debug/asserts.js b/lib/debug/asserts.js index 9bdf49a51..a09367f5d 100644 --- a/lib/debug/asserts.js +++ b/lib/debug/asserts.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/debug/log.js b/lib/debug/log.js index bc42d2f43..5968e0e2c 100644 --- a/lib/debug/log.js +++ b/lib/debug/log.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/debug/timer.js b/lib/debug/timer.js index e50df7298..cb8ec58e4 100644 --- a/lib/debug/timer.js +++ b/lib/debug/timer.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/media/eme_manager.js b/lib/media/eme_manager.js index 352dbb1e5..28a00a77f 100644 --- a/lib/media/eme_manager.js +++ b/lib/media/eme_manager.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/media/i_abr_manager.js b/lib/media/i_abr_manager.js index 47d468b14..fe1c4256b 100644 --- a/lib/media/i_abr_manager.js +++ b/lib/media/i_abr_manager.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/media/i_segment_index_source.js b/lib/media/i_segment_index_source.js index 94d80f61e..8c7f1acc5 100644 --- a/lib/media/i_segment_index_source.js +++ b/lib/media/i_segment_index_source.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/media/i_stream.js b/lib/media/i_stream.js index e4315a273..c585622ae 100644 --- a/lib/media/i_stream.js +++ b/lib/media/i_stream.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/media/manifest_updater.js b/lib/media/manifest_updater.js index d19fb441c..62e223a71 100644 --- a/lib/media/manifest_updater.js +++ b/lib/media/manifest_updater.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/media/mp4_segment_index_parser.js b/lib/media/mp4_segment_index_parser.js index 861b58ca1..89a338b39 100644 --- a/lib/media/mp4_segment_index_parser.js +++ b/lib/media/mp4_segment_index_parser.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/media/offline_segment_index_source.js b/lib/media/offline_segment_index_source.js index daeddfc9d..61da20bfa 100644 --- a/lib/media/offline_segment_index_source.js +++ b/lib/media/offline_segment_index_source.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/media/segment_index.js b/lib/media/segment_index.js index 0c51d4ab3..f176a0c15 100644 --- a/lib/media/segment_index.js +++ b/lib/media/segment_index.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/media/segment_init_source.js b/lib/media/segment_init_source.js index 4d536f9b4..5a5569db2 100644 --- a/lib/media/segment_init_source.js +++ b/lib/media/segment_init_source.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/media/segment_reference.js b/lib/media/segment_reference.js index 6cc3dba1a..f2091788c 100644 --- a/lib/media/segment_reference.js +++ b/lib/media/segment_reference.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/media/simple_abr_manager.js b/lib/media/simple_abr_manager.js index 8680fad90..aed8d7de2 100644 --- a/lib/media/simple_abr_manager.js +++ b/lib/media/simple_abr_manager.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/media/source_buffer_manager.js b/lib/media/source_buffer_manager.js index f95fce51f..3f97d08eb 100644 --- a/lib/media/source_buffer_manager.js +++ b/lib/media/source_buffer_manager.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/media/stream.js b/lib/media/stream.js index a34aacc2d..417232434 100644 --- a/lib/media/stream.js +++ b/lib/media/stream.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/media/stream_info.js b/lib/media/stream_info.js index f3331d4db..e92295f5e 100644 --- a/lib/media/stream_info.js +++ b/lib/media/stream_info.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/media/stream_info_processor.js b/lib/media/stream_info_processor.js index feaddf3d0..b2593dbbf 100644 --- a/lib/media/stream_info_processor.js +++ b/lib/media/stream_info_processor.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/media/text_segment_index_source.js b/lib/media/text_segment_index_source.js index c8a3e6398..37573a8b4 100644 --- a/lib/media/text_segment_index_source.js +++ b/lib/media/text_segment_index_source.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/media/text_stream.js b/lib/media/text_stream.js index 2d6ba21b7..8796b9017 100644 --- a/lib/media/text_stream.js +++ b/lib/media/text_stream.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/media/webm_segment_index_parser.js b/lib/media/webm_segment_index_parser.js index 75b10377e..6c448fb56 100644 --- a/lib/media/webm_segment_index_parser.js +++ b/lib/media/webm_segment_index_parser.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/player/audio_track.js b/lib/player/audio_track.js index 68bbcd25a..f9d577914 100644 --- a/lib/player/audio_track.js +++ b/lib/player/audio_track.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/player/dash_video_source.js b/lib/player/dash_video_source.js index e79751bb1..c41204200 100644 --- a/lib/player/dash_video_source.js +++ b/lib/player/dash_video_source.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/player/defaults.js b/lib/player/defaults.js index 77149b9c8..203a8269f 100644 --- a/lib/player/defaults.js +++ b/lib/player/defaults.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/player/drm_info.js b/lib/player/drm_info.js index 9a3f0a465..870aafd3f 100644 --- a/lib/player/drm_info.js +++ b/lib/player/drm_info.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/player/drm_scheme_info.js b/lib/player/drm_scheme_info.js index d71b0ba3a..71b455b71 100644 --- a/lib/player/drm_scheme_info.js +++ b/lib/player/drm_scheme_info.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/player/http_video_source.js b/lib/player/http_video_source.js index 2a862e3dd..de0e851be 100644 --- a/lib/player/http_video_source.js +++ b/lib/player/http_video_source.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/player/i_video_source.js b/lib/player/i_video_source.js index 59a9aa4a2..e7ebe8f3b 100644 --- a/lib/player/i_video_source.js +++ b/lib/player/i_video_source.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/player/offline_video_source.js b/lib/player/offline_video_source.js index 075bee840..e65e11314 100644 --- a/lib/player/offline_video_source.js +++ b/lib/player/offline_video_source.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/player/player.js b/lib/player/player.js index 377d4256a..f6d3eb08a 100644 --- a/lib/player/player.js +++ b/lib/player/player.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/player/restrictions.js b/lib/player/restrictions.js index a61d13747..2e1e852d1 100644 --- a/lib/player/restrictions.js +++ b/lib/player/restrictions.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/player/stats.js b/lib/player/stats.js index 468915654..19d94d5c3 100644 --- a/lib/player/stats.js +++ b/lib/player/stats.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/player/stream_video_source.js b/lib/player/stream_video_source.js index 50382de48..adfceadc0 100644 --- a/lib/player/stream_video_source.js +++ b/lib/player/stream_video_source.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/player/text_style.js b/lib/player/text_style.js index ac85fcc70..ab8fcc391 100644 --- a/lib/player/text_style.js +++ b/lib/player/text_style.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/player/text_track.js b/lib/player/text_track.js index 0bf6111ad..2d826dc85 100644 --- a/lib/player/text_track.js +++ b/lib/player/text_track.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/player/video_track.js b/lib/player/video_track.js index 80ec11029..9fa48a70a 100644 --- a/lib/player/video_track.js +++ b/lib/player/video_track.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/polyfill/all.js b/lib/polyfill/all.js index 2f4cbb085..f678f9148 100644 --- a/lib/polyfill/all.js +++ b/lib/polyfill/all.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/polyfill/customevent.js b/lib/polyfill/customevent.js index ebad88f6b..d4f076499 100644 --- a/lib/polyfill/customevent.js +++ b/lib/polyfill/customevent.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/polyfill/fullscreen.js b/lib/polyfill/fullscreen.js index e262e9002..19c4118ae 100644 --- a/lib/polyfill/fullscreen.js +++ b/lib/polyfill/fullscreen.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/polyfill/mediakeys.js b/lib/polyfill/mediakeys.js index 3ff7aabec..05248bf5a 100644 --- a/lib/polyfill/mediakeys.js +++ b/lib/polyfill/mediakeys.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/polyfill/patchedmediakeys_nop.js b/lib/polyfill/patchedmediakeys_nop.js index ca8425af3..0b09fd6f0 100644 --- a/lib/polyfill/patchedmediakeys_nop.js +++ b/lib/polyfill/patchedmediakeys_nop.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/polyfill/patchedmediakeys_v01b.js b/lib/polyfill/patchedmediakeys_v01b.js index ba9633781..1abd8a889 100644 --- a/lib/polyfill/patchedmediakeys_v01b.js +++ b/lib/polyfill/patchedmediakeys_v01b.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/polyfill/videoplaybackquality.js b/lib/polyfill/videoplaybackquality.js index c22501511..276dcf09d 100644 --- a/lib/polyfill/videoplaybackquality.js +++ b/lib/polyfill/videoplaybackquality.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/ajax_request.js b/lib/util/ajax_request.js index da72509a3..64f908b16 100644 --- a/lib/util/ajax_request.js +++ b/lib/util/ajax_request.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/array_utils.js b/lib/util/array_utils.js index 24eaa064b..6f2ce5601 100644 --- a/lib/util/array_utils.js +++ b/lib/util/array_utils.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/clock.js b/lib/util/clock.js index c0af91028..64e81f9b8 100644 --- a/lib/util/clock.js +++ b/lib/util/clock.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/content_database.js b/lib/util/content_database.js index 822a4c35d..0b7d2f764 100644 --- a/lib/util/content_database.js +++ b/lib/util/content_database.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/content_database_reader.js b/lib/util/content_database_reader.js index b182f6e5e..03fbd7da0 100644 --- a/lib/util/content_database_reader.js +++ b/lib/util/content_database_reader.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/content_database_writer.js b/lib/util/content_database_writer.js index 6b1b91d62..dc9fbc89d 100644 --- a/lib/util/content_database_writer.js +++ b/lib/util/content_database_writer.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/data_view_reader.js b/lib/util/data_view_reader.js index e52c4c71e..9b101100b 100644 --- a/lib/util/data_view_reader.js +++ b/lib/util/data_view_reader.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/ebml_parser.js b/lib/util/ebml_parser.js index b9386896d..e4f3efcd3 100644 --- a/lib/util/ebml_parser.js +++ b/lib/util/ebml_parser.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/eme_utils.js b/lib/util/eme_utils.js index 50a3db5d1..d7abbd32e 100644 --- a/lib/util/eme_utils.js +++ b/lib/util/eme_utils.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/event_manager.js b/lib/util/event_manager.js index ccf7b4ac6..ac0c67b49 100644 --- a/lib/util/event_manager.js +++ b/lib/util/event_manager.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/ewma.js b/lib/util/ewma.js index 9b0448468..2f8b2ba0e 100644 --- a/lib/util/ewma.js +++ b/lib/util/ewma.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/ewma_bandwidth_estimator.js b/lib/util/ewma_bandwidth_estimator.js index 96c15b069..44c08b2c9 100644 --- a/lib/util/ewma_bandwidth_estimator.js +++ b/lib/util/ewma_bandwidth_estimator.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/failover_uri.js b/lib/util/failover_uri.js index 7a74a53ca..6606d86c9 100644 --- a/lib/util/failover_uri.js +++ b/lib/util/failover_uri.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/fake_event.js b/lib/util/fake_event.js index 9d7e27ffa..459aaffe5 100644 --- a/lib/util/fake_event.js +++ b/lib/util/fake_event.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/fake_event_target.js b/lib/util/fake_event_target.js index 309c93275..6ab0aaaab 100644 --- a/lib/util/fake_event_target.js +++ b/lib/util/fake_event_target.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/features.js b/lib/util/features.js index cc70cfeb8..6fba008f2 100644 --- a/lib/util/features.js +++ b/lib/util/features.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/i_bandwidth_estimator.js b/lib/util/i_bandwidth_estimator.js index f63947e89..3182fef57 100644 --- a/lib/util/i_bandwidth_estimator.js +++ b/lib/util/i_bandwidth_estimator.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/language_utils.js b/lib/util/language_utils.js index c8384f079..9a495d9a7 100644 --- a/lib/util/language_utils.js +++ b/lib/util/language_utils.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/license_request.js b/lib/util/license_request.js index de6f811bf..ede11c73a 100644 --- a/lib/util/license_request.js +++ b/lib/util/license_request.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/map_utils.js b/lib/util/map_utils.js index 78b987a0a..b161754b1 100644 --- a/lib/util/map_utils.js +++ b/lib/util/map_utils.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/multi_map.js b/lib/util/multi_map.js index 000e4601b..3493e691f 100644 --- a/lib/util/multi_map.js +++ b/lib/util/multi_map.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/pssh.js b/lib/util/pssh.js index 712255034..c399b628a 100644 --- a/lib/util/pssh.js +++ b/lib/util/pssh.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/public_promise.js b/lib/util/public_promise.js index 47cdf1bb0..e9c6f3de6 100644 --- a/lib/util/public_promise.js +++ b/lib/util/public_promise.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/string_utils.js b/lib/util/string_utils.js index 7b40c23bc..8ed57222f 100644 --- a/lib/util/string_utils.js +++ b/lib/util/string_utils.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/task.js b/lib/util/task.js index eaeb2bbbd..55e24a312 100644 --- a/lib/util/task.js +++ b/lib/util/task.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/typed_bind.js b/lib/util/typed_bind.js index a9d72d51d..962ed7d65 100644 --- a/lib/util/typed_bind.js +++ b/lib/util/typed_bind.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/util/uint8array_utils.js b/lib/util/uint8array_utils.js index f9d12991a..c8a4bde79 100644 --- a/lib/util/uint8array_utils.js +++ b/lib/util/uint8array_utils.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/load.js b/load.js index ea9030ec3..5a6a17f8b 100644 --- a/load.js +++ b/load.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/shaka-player.uncompiled.js b/shaka-player.uncompiled.js index ce3ac32a1..53faa38c3 100644 --- a/shaka-player.uncompiled.js +++ b/shaka-player.uncompiled.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/ajax_request_spec.js b/spec/ajax_request_spec.js index 8751c3f9e..44b33055f 100644 --- a/spec/ajax_request_spec.js +++ b/spec/ajax_request_spec.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/content_database_spec.js b/spec/content_database_spec.js index 5ffac57e4..cbf09d2f9 100644 --- a/spec/content_database_spec.js +++ b/spec/content_database_spec.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/data_view_reader_spec.js b/spec/data_view_reader_spec.js index 5353bffbb..92b12cde8 100644 --- a/spec/data_view_reader_spec.js +++ b/spec/data_view_reader_spec.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/ebml_parser_spec.js b/spec/ebml_parser_spec.js index bcd7170d3..f9b7a7dd5 100644 --- a/spec/ebml_parser_spec.js +++ b/spec/ebml_parser_spec.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/event_manager_spec.js b/spec/event_manager_spec.js index 5d73a3f96..696e2e004 100644 --- a/spec/event_manager_spec.js +++ b/spec/event_manager_spec.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/fake_event_spec.js b/spec/fake_event_spec.js index 684d2c8b5..ff9da6148 100644 --- a/spec/fake_event_spec.js +++ b/spec/fake_event_spec.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/language_utils_spec.js b/spec/language_utils_spec.js index 2342386f0..39e476253 100644 --- a/spec/language_utils_spec.js +++ b/spec/language_utils_spec.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/license_request_spec.js b/spec/license_request_spec.js index d23be7ce0..78274a51b 100644 --- a/spec/license_request_spec.js +++ b/spec/license_request_spec.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/live_integration.js b/spec/live_integration.js index 459a55171..7d560abc7 100644 --- a/spec/live_integration.js +++ b/spec/live_integration.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/manifest_updater_spec.js b/spec/manifest_updater_spec.js index d010182f9..3272a0c8c 100644 --- a/spec/manifest_updater_spec.js +++ b/spec/manifest_updater_spec.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/mpd_base_url_spec.js b/spec/mpd_base_url_spec.js index 6f069f647..cb4ddd825 100644 --- a/spec/mpd_base_url_spec.js +++ b/spec/mpd_base_url_spec.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/mpd_content_protection_spec.js b/spec/mpd_content_protection_spec.js index 79a8d78bc..075ca1b4f 100644 --- a/spec/mpd_content_protection_spec.js +++ b/spec/mpd_content_protection_spec.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/mpd_processor_spec.js b/spec/mpd_processor_spec.js index dc79165c2..9dddec1de 100644 --- a/spec/mpd_processor_spec.js +++ b/spec/mpd_processor_spec.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/mpd_segment_base_spec.js b/spec/mpd_segment_base_spec.js index 9acca4698..8ca93095a 100644 --- a/spec/mpd_segment_base_spec.js +++ b/spec/mpd_segment_base_spec.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/mpd_segment_list_spec.js b/spec/mpd_segment_list_spec.js index 0a638ff38..f4d98f27d 100644 --- a/spec/mpd_segment_list_spec.js +++ b/spec/mpd_segment_list_spec.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/mpd_segment_template_spec.js b/spec/mpd_segment_template_spec.js index e1186ae94..a45419abd 100644 --- a/spec/mpd_segment_template_spec.js +++ b/spec/mpd_segment_template_spec.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/mpd_spec.js b/spec/mpd_spec.js index 9e8f25e2b..23a99620c 100644 --- a/spec/mpd_spec.js +++ b/spec/mpd_spec.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/mpd_utils_spec.js b/spec/mpd_utils_spec.js index 1d551043c..d6643da7c 100644 --- a/spec/mpd_utils_spec.js +++ b/spec/mpd_utils_spec.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/player_integration.js b/spec/player_integration.js index 8f32d697c..4854815b4 100644 --- a/spec/player_integration.js +++ b/spec/player_integration.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/pssh_spec.js b/spec/pssh_spec.js index 4213c0474..6761d6bdb 100644 --- a/spec/pssh_spec.js +++ b/spec/pssh_spec.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/segment_index_parser_spec.js b/spec/segment_index_parser_spec.js index 3639d26c9..3aef39fa1 100644 --- a/spec/segment_index_parser_spec.js +++ b/spec/segment_index_parser_spec.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/segment_index_spec.js b/spec/segment_index_spec.js index da33f6ddb..0f3b55749 100644 --- a/spec/segment_index_spec.js +++ b/spec/segment_index_spec.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/task_spec.js b/spec/task_spec.js index ae07ac066..27090b7af 100644 --- a/spec/task_spec.js +++ b/spec/task_spec.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/util.js b/spec/util.js index bbcdc257b..90cba100b 100644 --- a/spec/util.js +++ b/spec/util.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/support.js b/support.js index a9c248e4d..ce3791c2e 100644 --- a/support.js +++ b/support.js @@ -1,5 +1,4 @@ /** - * @license * Copyright 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License");