From f539147d480fff9cc8d685f3aac0e6f5dc28a182 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Tue, 9 Jun 2020 14:55:42 -0700 Subject: [PATCH] fix: Correct license headers in compiled output This fixes all the license headers in the main library, which corrects the appearance of the main license in the compiled output. It seems that the `!` in the header forces the compiler to keep it in the output. I believe older compiler releases did this purely based on `@license`. Issue #2638 Change-Id: I7f0e918caad10c9af689c9d07672b7fe9be7b2f3 --- build/wrapper.template.js | 6 ++++++ lib/abr/ewma.js | 3 ++- lib/abr/ewma_bandwidth_estimator.js | 3 ++- lib/abr/simple_abr_manager.js | 3 ++- lib/ads/ad_manager.js | 3 ++- lib/ads/ads_stats.js | 3 ++- lib/ads/client_side_ad.js | 3 ++- lib/ads/client_side_ad_manager.js | 3 ++- lib/ads/server_side_ad.js | 3 ++- lib/ads/server_side_ad_manager.js | 3 ++- lib/cast/cast_proxy.js | 3 ++- lib/cast/cast_receiver.js | 3 ++- lib/cast/cast_sender.js | 3 ++- lib/cast/cast_utils.js | 3 ++- lib/dash/content_protection.js | 3 ++- lib/dash/dash_parser.js | 3 ++- lib/dash/mpd_utils.js | 3 ++- lib/dash/segment_base.js | 3 ++- lib/dash/segment_list.js | 3 ++- lib/dash/segment_template.js | 3 ++- lib/debug/asserts.js | 3 ++- lib/debug/log.js | 3 ++- lib/deprecate/deprecate.js | 3 ++- lib/deprecate/enforcer.js | 3 ++- lib/deprecate/version.js | 3 ++- lib/hls/hls_classes.js | 3 ++- lib/hls/hls_parser.js | 3 ++- lib/hls/hls_utils.js | 3 ++- lib/hls/manifest_text_parser.js | 3 ++- lib/media/adaptation_set.js | 3 ++- lib/media/adaptation_set_criteria.js | 3 ++- lib/media/buffering_observer.js | 3 ++- lib/media/closed_caption_parser.js | 3 ++- lib/media/drm_engine.js | 3 ++- lib/media/gap_jumping_controller.js | 3 ++- lib/media/manifest_parser.js | 3 ++- lib/media/media_source_engine.js | 3 ++- lib/media/mp4_segment_index_parser.js | 3 ++- lib/media/play_rate_controller.js | 3 ++- lib/media/playhead.js | 3 ++- lib/media/playhead_observer.js | 3 ++- lib/media/presentation_timeline.js | 3 ++- lib/media/region_observer.js | 3 ++- lib/media/region_timeline.js | 3 ++- lib/media/segment_index.js | 3 ++- lib/media/segment_reference.js | 3 ++- lib/media/stall_detector.js | 3 ++- lib/media/streaming_engine.js | 3 ++- lib/media/time_ranges_utils.js | 3 ++- lib/media/transmuxer.js | 3 ++- lib/media/video_wrapper.js | 3 ++- lib/media/webm_segment_index_parser.js | 3 ++- lib/net/backoff.js | 3 ++- lib/net/data_uri_plugin.js | 3 ++- lib/net/http_fetch_plugin.js | 3 ++- lib/net/http_plugin_utils.js | 3 ++- lib/net/http_xhr_plugin.js | 3 ++- lib/net/networking_engine.js | 3 ++- lib/offline/download_manager.js | 3 ++- lib/offline/download_progress_estimator.js | 3 ++- lib/offline/indexeddb/base_storage_cell.js | 3 ++- lib/offline/indexeddb/db_connection.js | 3 ++- lib/offline/indexeddb/db_operation.js | 3 ++- lib/offline/indexeddb/eme_session_storage_cell.js | 3 ++- lib/offline/indexeddb/storage_mechanism.js | 3 ++- lib/offline/indexeddb/v1_storage_cell.js | 3 ++- lib/offline/indexeddb/v2_storage_cell.js | 3 ++- lib/offline/indexeddb/v5_storage_cell.js | 3 ++- lib/offline/manifest_converter.js | 3 ++- lib/offline/offline_manifest_parser.js | 3 ++- lib/offline/offline_scheme.js | 3 ++- lib/offline/offline_uri.js | 3 ++- lib/offline/session_deleter.js | 3 ++- lib/offline/storage.js | 3 ++- lib/offline/storage_muxer.js | 3 ++- lib/offline/stored_content_utils.js | 3 ++- lib/offline/stream_bandwidth_estimator.js | 3 ++- lib/player.js | 3 ++- lib/polyfill/all.js | 3 ++- lib/polyfill/encryption_scheme.js | 3 ++- lib/polyfill/fullscreen.js | 3 ++- lib/polyfill/indexed_db.js | 3 ++- lib/polyfill/input_event.js | 3 ++- lib/polyfill/languages.js | 3 ++- lib/polyfill/mathround.js | 3 ++- lib/polyfill/mediasource.js | 3 ++- lib/polyfill/patchedmediakeys_apple.js | 3 ++- lib/polyfill/patchedmediakeys_ms.js | 3 ++- lib/polyfill/patchedmediakeys_nop.js | 3 ++- lib/polyfill/patchedmediakeys_webkit.js | 3 ++- lib/polyfill/pip_webkit.js | 3 ++- lib/polyfill/video_play_promise.js | 3 ++- lib/polyfill/videoplaybackquality.js | 3 ++- lib/polyfill/vttcue.js | 3 ++- lib/routing/node.js | 3 ++- lib/routing/payload.js | 3 ++- lib/routing/walker.js | 3 ++- lib/text/cue.js | 3 ++- lib/text/mp4_ttml_parser.js | 3 ++- lib/text/mp4_vtt_parser.js | 3 ++- lib/text/simple_text_displayer.js | 3 ++- lib/text/text_engine.js | 3 ++- lib/text/ttml_text_parser.js | 3 ++- lib/text/ui_text_displayer.js | 3 ++- lib/text/vtt_text_parser.js | 3 ++- lib/util/abortable_operation.js | 3 ++- lib/util/array_utils.js | 3 ++- lib/util/buffer_utils.js | 3 ++- lib/util/config_utils.js | 3 ++- lib/util/data_view_reader.js | 3 ++- lib/util/delayed_tick.js | 3 ++- lib/util/destroyer.js | 3 ++- lib/util/dom_utils.js | 3 ++- lib/util/ebml_parser.js | 3 ++- lib/util/error.js | 3 ++- lib/util/event_manager.js | 3 ++- lib/util/fairplay_utils.js | 3 ++- lib/util/fake_event.js | 3 ++- lib/util/fake_event_target.js | 3 ++- lib/util/functional.js | 3 ++- lib/util/i_destroyable.js | 3 ++- lib/util/i_releasable.js | 3 ++- lib/util/iterables.js | 3 ++- lib/util/language_utils.js | 3 ++- lib/util/lazy.js | 3 ++- lib/util/manifest_filter.js | 3 ++- lib/util/manifest_parser_utils.js | 3 ++- lib/util/map_utils.js | 3 ++- lib/util/media_ready_state_utils.js | 3 ++- lib/util/mime_utils.js | 3 ++- lib/util/mp4_parser.js | 3 ++- lib/util/multi_map.js | 3 ++- lib/util/networking.js | 3 ++- lib/util/object_utils.js | 3 ++- lib/util/operation_manager.js | 3 ++- lib/util/periods.js | 3 ++- lib/util/platform.js | 3 ++- lib/util/player_configuration.js | 3 ++- lib/util/pssh.js | 3 ++- lib/util/public_promise.js | 3 ++- lib/util/state_history.js | 3 ++- lib/util/stats.js | 3 ++- lib/util/stream_utils.js | 3 ++- lib/util/string_utils.js | 3 ++- lib/util/switch_history.js | 3 ++- lib/util/text_parser.js | 3 ++- lib/util/timer.js | 3 ++- lib/util/uint8array_utils.js | 3 ++- lib/util/xml_utils.js | 3 ++- shaka-player.uncompiled.js | 3 ++- ui/ad_counter.js | 3 ++- ui/ad_position.js | 3 ++- ui/audio_language_selection.js | 3 ++- ui/big_play_button.js | 3 ++- ui/cast_button.js | 3 ++- ui/constants.js | 3 ++- ui/controls.js | 3 ++- ui/element.js | 3 ++- ui/enums.js | 3 ++- ui/externs/ui.js | 3 ++- ui/fast_forward_button.js | 3 ++- ui/fullscreen_button.js | 3 ++- ui/language_utils.js | 3 ++- ui/localization.js | 3 ++- ui/loop_button.js | 3 ++- ui/mute_button.js | 3 ++- ui/overflow_menu.js | 3 ++- ui/pip_button.js | 3 ++- ui/play_button.js | 3 ++- ui/playback_rate_selection.js | 3 ++- ui/presentation_time.js | 3 ++- ui/range_element.js | 3 ++- ui/resolution_selection.js | 3 ++- ui/rewind_button.js | 3 ++- ui/seek_bar.js | 3 ++- ui/settings_menu.js | 3 ++- ui/skip_ad_button.js | 3 ++- ui/small_play_button.js | 3 ++- ui/spacer.js | 3 ++- ui/text_selection.js | 3 ++- ui/ui.js | 3 ++- ui/ui_utils.js | 3 ++- ui/volume_bar.js | 3 ++- 183 files changed, 370 insertions(+), 182 deletions(-) diff --git a/build/wrapper.template.js b/build/wrapper.template.js index a611dfea4..9bc804898 100644 --- a/build/wrapper.template.js +++ b/build/wrapper.template.js @@ -1,3 +1,9 @@ +/*! @license + * Shaka Player + * Copyright 2016 Google LLC + * SPDX-License-Identifier: Apache-2.0 + */ + (function() { // This is "window" in browsers and "global" in nodejs. // See https://github.com/google/shaka-player/issues/1445 diff --git a/lib/abr/ewma.js b/lib/abr/ewma.js index 5fe5a4570..12e50ab31 100644 --- a/lib/abr/ewma.js +++ b/lib/abr/ewma.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/abr/ewma_bandwidth_estimator.js b/lib/abr/ewma_bandwidth_estimator.js index d4df43fe4..ddfe5dd1e 100644 --- a/lib/abr/ewma_bandwidth_estimator.js +++ b/lib/abr/ewma_bandwidth_estimator.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/abr/simple_abr_manager.js b/lib/abr/simple_abr_manager.js index 498200b9b..97ef46bff 100644 --- a/lib/abr/simple_abr_manager.js +++ b/lib/abr/simple_abr_manager.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/ads/ad_manager.js b/lib/ads/ad_manager.js index c14c5f13c..271ee0274 100644 --- a/lib/ads/ad_manager.js +++ b/lib/ads/ad_manager.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/ads/ads_stats.js b/lib/ads/ads_stats.js index 88b420047..93680ceb5 100644 --- a/lib/ads/ads_stats.js +++ b/lib/ads/ads_stats.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/ads/client_side_ad.js b/lib/ads/client_side_ad.js index 4e8bd74da..a0e13e69c 100644 --- a/lib/ads/client_side_ad.js +++ b/lib/ads/client_side_ad.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/ads/client_side_ad_manager.js b/lib/ads/client_side_ad_manager.js index b07fa9858..13b0ab1b8 100644 --- a/lib/ads/client_side_ad_manager.js +++ b/lib/ads/client_side_ad_manager.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/ads/server_side_ad.js b/lib/ads/server_side_ad.js index 87628cec6..3c2acff93 100644 --- a/lib/ads/server_side_ad.js +++ b/lib/ads/server_side_ad.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/ads/server_side_ad_manager.js b/lib/ads/server_side_ad_manager.js index df5f0db75..c66c73eba 100644 --- a/lib/ads/server_side_ad_manager.js +++ b/lib/ads/server_side_ad_manager.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/cast/cast_proxy.js b/lib/cast/cast_proxy.js index a3f113965..814dd519f 100644 --- a/lib/cast/cast_proxy.js +++ b/lib/cast/cast_proxy.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/cast/cast_receiver.js b/lib/cast/cast_receiver.js index ffb7d5b64..a87e19464 100644 --- a/lib/cast/cast_receiver.js +++ b/lib/cast/cast_receiver.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/cast/cast_sender.js b/lib/cast/cast_sender.js index 3ab4ef9f9..deac79803 100644 --- a/lib/cast/cast_sender.js +++ b/lib/cast/cast_sender.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/cast/cast_utils.js b/lib/cast/cast_utils.js index 2f9bccff3..d558617a7 100644 --- a/lib/cast/cast_utils.js +++ b/lib/cast/cast_utils.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/dash/content_protection.js b/lib/dash/content_protection.js index 249f6c3e8..1063726c9 100644 --- a/lib/dash/content_protection.js +++ b/lib/dash/content_protection.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/dash/dash_parser.js b/lib/dash/dash_parser.js index bc1881d54..236ae49f8 100644 --- a/lib/dash/dash_parser.js +++ b/lib/dash/dash_parser.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/dash/mpd_utils.js b/lib/dash/mpd_utils.js index 2215d5f2d..540fd942e 100644 --- a/lib/dash/mpd_utils.js +++ b/lib/dash/mpd_utils.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/dash/segment_base.js b/lib/dash/segment_base.js index 56c7b2ba1..632e48179 100644 --- a/lib/dash/segment_base.js +++ b/lib/dash/segment_base.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/dash/segment_list.js b/lib/dash/segment_list.js index 546a2e207..52e17cefa 100644 --- a/lib/dash/segment_list.js +++ b/lib/dash/segment_list.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/dash/segment_template.js b/lib/dash/segment_template.js index 0053799b1..a955ae29d 100644 --- a/lib/dash/segment_template.js +++ b/lib/dash/segment_template.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/debug/asserts.js b/lib/debug/asserts.js index 826af52b5..bfa8a4f82 100644 --- a/lib/debug/asserts.js +++ b/lib/debug/asserts.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/debug/log.js b/lib/debug/log.js index 636936068..ed46c6acb 100644 --- a/lib/debug/log.js +++ b/lib/debug/log.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/deprecate/deprecate.js b/lib/deprecate/deprecate.js index 625402133..e129dfa69 100644 --- a/lib/deprecate/deprecate.js +++ b/lib/deprecate/deprecate.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/deprecate/enforcer.js b/lib/deprecate/enforcer.js index cb8294d0c..e72d92bac 100644 --- a/lib/deprecate/enforcer.js +++ b/lib/deprecate/enforcer.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/deprecate/version.js b/lib/deprecate/version.js index 5fb344450..0d49eeb78 100644 --- a/lib/deprecate/version.js +++ b/lib/deprecate/version.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/hls/hls_classes.js b/lib/hls/hls_classes.js index 47f02ffd4..86e747c26 100644 --- a/lib/hls/hls_classes.js +++ b/lib/hls/hls_classes.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/hls/hls_parser.js b/lib/hls/hls_parser.js index 9d88aa3f8..040b4fef9 100644 --- a/lib/hls/hls_parser.js +++ b/lib/hls/hls_parser.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/hls/hls_utils.js b/lib/hls/hls_utils.js index a81942bdc..5752a85b7 100644 --- a/lib/hls/hls_utils.js +++ b/lib/hls/hls_utils.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/hls/manifest_text_parser.js b/lib/hls/manifest_text_parser.js index 25e8d576d..c3a8b1ca9 100644 --- a/lib/hls/manifest_text_parser.js +++ b/lib/hls/manifest_text_parser.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/media/adaptation_set.js b/lib/media/adaptation_set.js index 26d45d3e0..dec73abaf 100644 --- a/lib/media/adaptation_set.js +++ b/lib/media/adaptation_set.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/media/adaptation_set_criteria.js b/lib/media/adaptation_set_criteria.js index 851971854..d6e870876 100644 --- a/lib/media/adaptation_set_criteria.js +++ b/lib/media/adaptation_set_criteria.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/media/buffering_observer.js b/lib/media/buffering_observer.js index ab2393ef8..88ebfd45f 100644 --- a/lib/media/buffering_observer.js +++ b/lib/media/buffering_observer.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/media/closed_caption_parser.js b/lib/media/closed_caption_parser.js index dfd98f0a9..1f04024d6 100644 --- a/lib/media/closed_caption_parser.js +++ b/lib/media/closed_caption_parser.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/media/drm_engine.js b/lib/media/drm_engine.js index 88dce590e..d9f16279f 100644 --- a/lib/media/drm_engine.js +++ b/lib/media/drm_engine.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/media/gap_jumping_controller.js b/lib/media/gap_jumping_controller.js index 6274458f7..e1dedf5d4 100644 --- a/lib/media/gap_jumping_controller.js +++ b/lib/media/gap_jumping_controller.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/media/manifest_parser.js b/lib/media/manifest_parser.js index 3b9d78456..0463d79be 100644 --- a/lib/media/manifest_parser.js +++ b/lib/media/manifest_parser.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/media/media_source_engine.js b/lib/media/media_source_engine.js index 463c0ac72..db10d989c 100644 --- a/lib/media/media_source_engine.js +++ b/lib/media/media_source_engine.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/media/mp4_segment_index_parser.js b/lib/media/mp4_segment_index_parser.js index 2df802d96..b906ed7f6 100644 --- a/lib/media/mp4_segment_index_parser.js +++ b/lib/media/mp4_segment_index_parser.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/media/play_rate_controller.js b/lib/media/play_rate_controller.js index 3e7e71ace..4141674c3 100644 --- a/lib/media/play_rate_controller.js +++ b/lib/media/play_rate_controller.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/media/playhead.js b/lib/media/playhead.js index 0b5ff6894..8bba91e09 100644 --- a/lib/media/playhead.js +++ b/lib/media/playhead.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/media/playhead_observer.js b/lib/media/playhead_observer.js index 5802b42cf..824e2572b 100644 --- a/lib/media/playhead_observer.js +++ b/lib/media/playhead_observer.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/media/presentation_timeline.js b/lib/media/presentation_timeline.js index 1dd3e2132..9a939c3e1 100644 --- a/lib/media/presentation_timeline.js +++ b/lib/media/presentation_timeline.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/media/region_observer.js b/lib/media/region_observer.js index 21cec6460..3b94fa17a 100644 --- a/lib/media/region_observer.js +++ b/lib/media/region_observer.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/media/region_timeline.js b/lib/media/region_timeline.js index f955e4f2b..c19b06203 100644 --- a/lib/media/region_timeline.js +++ b/lib/media/region_timeline.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/media/segment_index.js b/lib/media/segment_index.js index ec249f6bc..f89a32578 100644 --- a/lib/media/segment_index.js +++ b/lib/media/segment_index.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/media/segment_reference.js b/lib/media/segment_reference.js index 1f9d8047c..a9f8744dc 100644 --- a/lib/media/segment_reference.js +++ b/lib/media/segment_reference.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/media/stall_detector.js b/lib/media/stall_detector.js index aef295dce..b3cba7dd7 100644 --- a/lib/media/stall_detector.js +++ b/lib/media/stall_detector.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/media/streaming_engine.js b/lib/media/streaming_engine.js index c9dc25277..c42152cdd 100644 --- a/lib/media/streaming_engine.js +++ b/lib/media/streaming_engine.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/media/time_ranges_utils.js b/lib/media/time_ranges_utils.js index 7138fd6ee..d1b2e2f15 100644 --- a/lib/media/time_ranges_utils.js +++ b/lib/media/time_ranges_utils.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/media/transmuxer.js b/lib/media/transmuxer.js index bd0523662..b6b93bc30 100644 --- a/lib/media/transmuxer.js +++ b/lib/media/transmuxer.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/media/video_wrapper.js b/lib/media/video_wrapper.js index 26694bc7e..54986ca74 100644 --- a/lib/media/video_wrapper.js +++ b/lib/media/video_wrapper.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/media/webm_segment_index_parser.js b/lib/media/webm_segment_index_parser.js index 515932425..e2ca11954 100644 --- a/lib/media/webm_segment_index_parser.js +++ b/lib/media/webm_segment_index_parser.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/net/backoff.js b/lib/net/backoff.js index 7dc01e2a0..3731e4159 100644 --- a/lib/net/backoff.js +++ b/lib/net/backoff.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/net/data_uri_plugin.js b/lib/net/data_uri_plugin.js index 8e3cd5590..79f12e58a 100644 --- a/lib/net/data_uri_plugin.js +++ b/lib/net/data_uri_plugin.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/net/http_fetch_plugin.js b/lib/net/http_fetch_plugin.js index 6e7686359..46cc11f16 100644 --- a/lib/net/http_fetch_plugin.js +++ b/lib/net/http_fetch_plugin.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/net/http_plugin_utils.js b/lib/net/http_plugin_utils.js index 44d7445ec..049599b43 100644 --- a/lib/net/http_plugin_utils.js +++ b/lib/net/http_plugin_utils.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/net/http_xhr_plugin.js b/lib/net/http_xhr_plugin.js index 10e052d97..b8764ad29 100644 --- a/lib/net/http_xhr_plugin.js +++ b/lib/net/http_xhr_plugin.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/net/networking_engine.js b/lib/net/networking_engine.js index 15461c1f1..5218eea48 100644 --- a/lib/net/networking_engine.js +++ b/lib/net/networking_engine.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/offline/download_manager.js b/lib/offline/download_manager.js index caa6b0d52..ec5d21adb 100644 --- a/lib/offline/download_manager.js +++ b/lib/offline/download_manager.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/offline/download_progress_estimator.js b/lib/offline/download_progress_estimator.js index e299800bb..8fda4c10a 100644 --- a/lib/offline/download_progress_estimator.js +++ b/lib/offline/download_progress_estimator.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/offline/indexeddb/base_storage_cell.js b/lib/offline/indexeddb/base_storage_cell.js index febdd07c1..4671c0e88 100644 --- a/lib/offline/indexeddb/base_storage_cell.js +++ b/lib/offline/indexeddb/base_storage_cell.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/offline/indexeddb/db_connection.js b/lib/offline/indexeddb/db_connection.js index b80f92f66..03fadefae 100644 --- a/lib/offline/indexeddb/db_connection.js +++ b/lib/offline/indexeddb/db_connection.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/offline/indexeddb/db_operation.js b/lib/offline/indexeddb/db_operation.js index 6fc861825..7c334b18e 100644 --- a/lib/offline/indexeddb/db_operation.js +++ b/lib/offline/indexeddb/db_operation.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/offline/indexeddb/eme_session_storage_cell.js b/lib/offline/indexeddb/eme_session_storage_cell.js index 62c5d8d03..502fc4a62 100644 --- a/lib/offline/indexeddb/eme_session_storage_cell.js +++ b/lib/offline/indexeddb/eme_session_storage_cell.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/offline/indexeddb/storage_mechanism.js b/lib/offline/indexeddb/storage_mechanism.js index 1767b0b43..5f6fb906d 100644 --- a/lib/offline/indexeddb/storage_mechanism.js +++ b/lib/offline/indexeddb/storage_mechanism.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/offline/indexeddb/v1_storage_cell.js b/lib/offline/indexeddb/v1_storage_cell.js index a11e7db89..fe9fdfe5d 100644 --- a/lib/offline/indexeddb/v1_storage_cell.js +++ b/lib/offline/indexeddb/v1_storage_cell.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/offline/indexeddb/v2_storage_cell.js b/lib/offline/indexeddb/v2_storage_cell.js index 34256db87..7b4eaa70d 100644 --- a/lib/offline/indexeddb/v2_storage_cell.js +++ b/lib/offline/indexeddb/v2_storage_cell.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/offline/indexeddb/v5_storage_cell.js b/lib/offline/indexeddb/v5_storage_cell.js index 01e9e2c46..277ad1570 100644 --- a/lib/offline/indexeddb/v5_storage_cell.js +++ b/lib/offline/indexeddb/v5_storage_cell.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/offline/manifest_converter.js b/lib/offline/manifest_converter.js index ec71d037d..0f7eb4a8e 100644 --- a/lib/offline/manifest_converter.js +++ b/lib/offline/manifest_converter.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/offline/offline_manifest_parser.js b/lib/offline/offline_manifest_parser.js index eb58a0c35..73ba89e95 100644 --- a/lib/offline/offline_manifest_parser.js +++ b/lib/offline/offline_manifest_parser.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/offline/offline_scheme.js b/lib/offline/offline_scheme.js index eb820a99b..9aae58324 100644 --- a/lib/offline/offline_scheme.js +++ b/lib/offline/offline_scheme.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/offline/offline_uri.js b/lib/offline/offline_uri.js index 27c1da62b..36cb05dcf 100644 --- a/lib/offline/offline_uri.js +++ b/lib/offline/offline_uri.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/offline/session_deleter.js b/lib/offline/session_deleter.js index f43f06c53..46618a5c8 100644 --- a/lib/offline/session_deleter.js +++ b/lib/offline/session_deleter.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/offline/storage.js b/lib/offline/storage.js index 2baf1dca3..e7b679a9c 100644 --- a/lib/offline/storage.js +++ b/lib/offline/storage.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/offline/storage_muxer.js b/lib/offline/storage_muxer.js index acea0bddf..23d3807bd 100644 --- a/lib/offline/storage_muxer.js +++ b/lib/offline/storage_muxer.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/offline/stored_content_utils.js b/lib/offline/stored_content_utils.js index 7b3d708e9..8c4cc22a2 100644 --- a/lib/offline/stored_content_utils.js +++ b/lib/offline/stored_content_utils.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/offline/stream_bandwidth_estimator.js b/lib/offline/stream_bandwidth_estimator.js index b8d58f143..7fbf323a5 100644 --- a/lib/offline/stream_bandwidth_estimator.js +++ b/lib/offline/stream_bandwidth_estimator.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/player.js b/lib/player.js index 2ec41b2a3..f290880e4 100644 --- a/lib/player.js +++ b/lib/player.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/polyfill/all.js b/lib/polyfill/all.js index deb11d1f8..e5ad6bb42 100644 --- a/lib/polyfill/all.js +++ b/lib/polyfill/all.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/polyfill/encryption_scheme.js b/lib/polyfill/encryption_scheme.js index 48004d74e..40ae22493 100644 --- a/lib/polyfill/encryption_scheme.js +++ b/lib/polyfill/encryption_scheme.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/polyfill/fullscreen.js b/lib/polyfill/fullscreen.js index 97bde882f..d68849ad0 100644 --- a/lib/polyfill/fullscreen.js +++ b/lib/polyfill/fullscreen.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/polyfill/indexed_db.js b/lib/polyfill/indexed_db.js index 96e95912a..8da230436 100644 --- a/lib/polyfill/indexed_db.js +++ b/lib/polyfill/indexed_db.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/polyfill/input_event.js b/lib/polyfill/input_event.js index b63509610..27ca7ccf7 100644 --- a/lib/polyfill/input_event.js +++ b/lib/polyfill/input_event.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/polyfill/languages.js b/lib/polyfill/languages.js index fb0dea0e6..e23fbb9b7 100644 --- a/lib/polyfill/languages.js +++ b/lib/polyfill/languages.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/polyfill/mathround.js b/lib/polyfill/mathround.js index 6a53450cb..599e892fd 100644 --- a/lib/polyfill/mathround.js +++ b/lib/polyfill/mathround.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/polyfill/mediasource.js b/lib/polyfill/mediasource.js index 406a6637c..daf587e5f 100644 --- a/lib/polyfill/mediasource.js +++ b/lib/polyfill/mediasource.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/polyfill/patchedmediakeys_apple.js b/lib/polyfill/patchedmediakeys_apple.js index 3ffd934b1..bae4cdda9 100644 --- a/lib/polyfill/patchedmediakeys_apple.js +++ b/lib/polyfill/patchedmediakeys_apple.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/polyfill/patchedmediakeys_ms.js b/lib/polyfill/patchedmediakeys_ms.js index 1b32b95cb..900b9a836 100644 --- a/lib/polyfill/patchedmediakeys_ms.js +++ b/lib/polyfill/patchedmediakeys_ms.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/polyfill/patchedmediakeys_nop.js b/lib/polyfill/patchedmediakeys_nop.js index 9d122557f..be8564f45 100644 --- a/lib/polyfill/patchedmediakeys_nop.js +++ b/lib/polyfill/patchedmediakeys_nop.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/polyfill/patchedmediakeys_webkit.js b/lib/polyfill/patchedmediakeys_webkit.js index b35f934c2..d44bde17b 100644 --- a/lib/polyfill/patchedmediakeys_webkit.js +++ b/lib/polyfill/patchedmediakeys_webkit.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/polyfill/pip_webkit.js b/lib/polyfill/pip_webkit.js index a133cdd3f..22ed30f17 100644 --- a/lib/polyfill/pip_webkit.js +++ b/lib/polyfill/pip_webkit.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/polyfill/video_play_promise.js b/lib/polyfill/video_play_promise.js index 21c2298de..58b0b0e2b 100644 --- a/lib/polyfill/video_play_promise.js +++ b/lib/polyfill/video_play_promise.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/polyfill/videoplaybackquality.js b/lib/polyfill/videoplaybackquality.js index a37eb5cd4..bb2befbe2 100644 --- a/lib/polyfill/videoplaybackquality.js +++ b/lib/polyfill/videoplaybackquality.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/polyfill/vttcue.js b/lib/polyfill/vttcue.js index da988a9b8..c8dc625e1 100644 --- a/lib/polyfill/vttcue.js +++ b/lib/polyfill/vttcue.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/routing/node.js b/lib/routing/node.js index f2e6a7ded..d6c8d28f0 100644 --- a/lib/routing/node.js +++ b/lib/routing/node.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/routing/payload.js b/lib/routing/payload.js index 9396538e2..dbe2861d8 100644 --- a/lib/routing/payload.js +++ b/lib/routing/payload.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/routing/walker.js b/lib/routing/walker.js index ab356a034..2b1f70bc4 100644 --- a/lib/routing/walker.js +++ b/lib/routing/walker.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/text/cue.js b/lib/text/cue.js index 052e3b627..b8c845c40 100644 --- a/lib/text/cue.js +++ b/lib/text/cue.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/text/mp4_ttml_parser.js b/lib/text/mp4_ttml_parser.js index 727c38724..8c1506148 100644 --- a/lib/text/mp4_ttml_parser.js +++ b/lib/text/mp4_ttml_parser.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/text/mp4_vtt_parser.js b/lib/text/mp4_vtt_parser.js index 4f4b1b78a..8d1e8c480 100644 --- a/lib/text/mp4_vtt_parser.js +++ b/lib/text/mp4_vtt_parser.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/text/simple_text_displayer.js b/lib/text/simple_text_displayer.js index b26eb268a..bf2fd5fa0 100644 --- a/lib/text/simple_text_displayer.js +++ b/lib/text/simple_text_displayer.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/text/text_engine.js b/lib/text/text_engine.js index 96d894e9c..12b0a55c2 100644 --- a/lib/text/text_engine.js +++ b/lib/text/text_engine.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/text/ttml_text_parser.js b/lib/text/ttml_text_parser.js index d2a48034d..05ac012ed 100644 --- a/lib/text/ttml_text_parser.js +++ b/lib/text/ttml_text_parser.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/text/ui_text_displayer.js b/lib/text/ui_text_displayer.js index 3bd62abae..4bc5245b2 100644 --- a/lib/text/ui_text_displayer.js +++ b/lib/text/ui_text_displayer.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/text/vtt_text_parser.js b/lib/text/vtt_text_parser.js index c66ce781b..65cb27f51 100644 --- a/lib/text/vtt_text_parser.js +++ b/lib/text/vtt_text_parser.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/abortable_operation.js b/lib/util/abortable_operation.js index 805d9c9f6..96d3a643b 100644 --- a/lib/util/abortable_operation.js +++ b/lib/util/abortable_operation.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/array_utils.js b/lib/util/array_utils.js index 5a077c057..715eb75b8 100644 --- a/lib/util/array_utils.js +++ b/lib/util/array_utils.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/buffer_utils.js b/lib/util/buffer_utils.js index e5e96989e..141e8dd5c 100644 --- a/lib/util/buffer_utils.js +++ b/lib/util/buffer_utils.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/config_utils.js b/lib/util/config_utils.js index 72f8166d0..919e8a834 100644 --- a/lib/util/config_utils.js +++ b/lib/util/config_utils.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/data_view_reader.js b/lib/util/data_view_reader.js index 8ece4d969..fb7db36b3 100644 --- a/lib/util/data_view_reader.js +++ b/lib/util/data_view_reader.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/delayed_tick.js b/lib/util/delayed_tick.js index 67e3f5dad..112e90f7e 100644 --- a/lib/util/delayed_tick.js +++ b/lib/util/delayed_tick.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/destroyer.js b/lib/util/destroyer.js index a4474648c..26c7d4f97 100644 --- a/lib/util/destroyer.js +++ b/lib/util/destroyer.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/dom_utils.js b/lib/util/dom_utils.js index 13297b7c8..17b78752a 100644 --- a/lib/util/dom_utils.js +++ b/lib/util/dom_utils.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/ebml_parser.js b/lib/util/ebml_parser.js index 94b75d82f..547553225 100644 --- a/lib/util/ebml_parser.js +++ b/lib/util/ebml_parser.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/error.js b/lib/util/error.js index c1c3fcb74..b89c90cfa 100644 --- a/lib/util/error.js +++ b/lib/util/error.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/event_manager.js b/lib/util/event_manager.js index 116af0eef..06bb0590d 100644 --- a/lib/util/event_manager.js +++ b/lib/util/event_manager.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/fairplay_utils.js b/lib/util/fairplay_utils.js index 752c8b6e1..7e0319730 100644 --- a/lib/util/fairplay_utils.js +++ b/lib/util/fairplay_utils.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/fake_event.js b/lib/util/fake_event.js index 2a21cb8a6..4fc6dda7c 100644 --- a/lib/util/fake_event.js +++ b/lib/util/fake_event.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/fake_event_target.js b/lib/util/fake_event_target.js index 9ba1bf9d4..edc55ee89 100644 --- a/lib/util/fake_event_target.js +++ b/lib/util/fake_event_target.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/functional.js b/lib/util/functional.js index b7b0d77e3..04a223c38 100644 --- a/lib/util/functional.js +++ b/lib/util/functional.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/i_destroyable.js b/lib/util/i_destroyable.js index c4ce66720..79e82b6a6 100644 --- a/lib/util/i_destroyable.js +++ b/lib/util/i_destroyable.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/i_releasable.js b/lib/util/i_releasable.js index 8e700703e..f4bc1a103 100644 --- a/lib/util/i_releasable.js +++ b/lib/util/i_releasable.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/iterables.js b/lib/util/iterables.js index b70d126f5..706434dff 100644 --- a/lib/util/iterables.js +++ b/lib/util/iterables.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/language_utils.js b/lib/util/language_utils.js index a3c3f3bdd..2d2ff1f1a 100644 --- a/lib/util/language_utils.js +++ b/lib/util/language_utils.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/lazy.js b/lib/util/lazy.js index e105ff3f2..53d499e50 100644 --- a/lib/util/lazy.js +++ b/lib/util/lazy.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/manifest_filter.js b/lib/util/manifest_filter.js index 0a5211987..c97cf48a1 100644 --- a/lib/util/manifest_filter.js +++ b/lib/util/manifest_filter.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/manifest_parser_utils.js b/lib/util/manifest_parser_utils.js index 72882c630..47d365614 100644 --- a/lib/util/manifest_parser_utils.js +++ b/lib/util/manifest_parser_utils.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/map_utils.js b/lib/util/map_utils.js index f9f53be96..ecfd96cfb 100644 --- a/lib/util/map_utils.js +++ b/lib/util/map_utils.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/media_ready_state_utils.js b/lib/util/media_ready_state_utils.js index de5cb6d99..a84929a20 100644 --- a/lib/util/media_ready_state_utils.js +++ b/lib/util/media_ready_state_utils.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/mime_utils.js b/lib/util/mime_utils.js index af4e3a9fb..bdaccb704 100644 --- a/lib/util/mime_utils.js +++ b/lib/util/mime_utils.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/mp4_parser.js b/lib/util/mp4_parser.js index 67dfda8ec..96c655f31 100644 --- a/lib/util/mp4_parser.js +++ b/lib/util/mp4_parser.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/multi_map.js b/lib/util/multi_map.js index 8785d6a99..d1b232a51 100644 --- a/lib/util/multi_map.js +++ b/lib/util/multi_map.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/networking.js b/lib/util/networking.js index 7992fad5d..c64bb37ef 100644 --- a/lib/util/networking.js +++ b/lib/util/networking.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/object_utils.js b/lib/util/object_utils.js index 000c1d21a..a6d3f00cf 100644 --- a/lib/util/object_utils.js +++ b/lib/util/object_utils.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/operation_manager.js b/lib/util/operation_manager.js index 14bbe6d1e..276fe53df 100644 --- a/lib/util/operation_manager.js +++ b/lib/util/operation_manager.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/periods.js b/lib/util/periods.js index 94523f2b0..dce39429b 100644 --- a/lib/util/periods.js +++ b/lib/util/periods.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/platform.js b/lib/util/platform.js index b53d4bf82..acb0f7d3f 100644 --- a/lib/util/platform.js +++ b/lib/util/platform.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/player_configuration.js b/lib/util/player_configuration.js index 996ba6548..c45b04e23 100644 --- a/lib/util/player_configuration.js +++ b/lib/util/player_configuration.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/pssh.js b/lib/util/pssh.js index 8586dc46c..e2ce279c3 100644 --- a/lib/util/pssh.js +++ b/lib/util/pssh.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/public_promise.js b/lib/util/public_promise.js index 55ac5bfa5..2b340b723 100644 --- a/lib/util/public_promise.js +++ b/lib/util/public_promise.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/state_history.js b/lib/util/state_history.js index 29e31a1cd..19e6f4261 100644 --- a/lib/util/state_history.js +++ b/lib/util/state_history.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/stats.js b/lib/util/stats.js index af3ef1ba3..14b7ea13d 100644 --- a/lib/util/stats.js +++ b/lib/util/stats.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/stream_utils.js b/lib/util/stream_utils.js index ed44f2439..3d764dd90 100644 --- a/lib/util/stream_utils.js +++ b/lib/util/stream_utils.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/string_utils.js b/lib/util/string_utils.js index 98f0bdb74..3472e1643 100644 --- a/lib/util/string_utils.js +++ b/lib/util/string_utils.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/switch_history.js b/lib/util/switch_history.js index 58e11606a..5d6b8cd07 100644 --- a/lib/util/switch_history.js +++ b/lib/util/switch_history.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/text_parser.js b/lib/util/text_parser.js index a64e57a7a..efc951ad3 100644 --- a/lib/util/text_parser.js +++ b/lib/util/text_parser.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/timer.js b/lib/util/timer.js index 5c176e815..c47fb4dd8 100644 --- a/lib/util/timer.js +++ b/lib/util/timer.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/uint8array_utils.js b/lib/util/uint8array_utils.js index 1fa7ebf07..903203daa 100644 --- a/lib/util/uint8array_utils.js +++ b/lib/util/uint8array_utils.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util/xml_utils.js b/lib/util/xml_utils.js index 7677e7ef5..bbd0a67b7 100644 --- a/lib/util/xml_utils.js +++ b/lib/util/xml_utils.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/shaka-player.uncompiled.js b/shaka-player.uncompiled.js index 8d30e1939..eab41bbb0 100644 --- a/shaka-player.uncompiled.js +++ b/shaka-player.uncompiled.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/ad_counter.js b/ui/ad_counter.js index c1ef16d59..4f5436666 100644 --- a/ui/ad_counter.js +++ b/ui/ad_counter.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/ad_position.js b/ui/ad_position.js index aca728540..11b2ad3c3 100644 --- a/ui/ad_position.js +++ b/ui/ad_position.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/audio_language_selection.js b/ui/audio_language_selection.js index f19cb1f37..930ddd840 100644 --- a/ui/audio_language_selection.js +++ b/ui/audio_language_selection.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/big_play_button.js b/ui/big_play_button.js index c63ab07eb..dce0c82c1 100644 --- a/ui/big_play_button.js +++ b/ui/big_play_button.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/cast_button.js b/ui/cast_button.js index 66999020d..7ab95f9a3 100644 --- a/ui/cast_button.js +++ b/ui/cast_button.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/constants.js b/ui/constants.js index 3062b8902..7bdc5c08d 100644 --- a/ui/constants.js +++ b/ui/constants.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/controls.js b/ui/controls.js index efa085597..f61f713b1 100644 --- a/ui/controls.js +++ b/ui/controls.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/element.js b/ui/element.js index e7a443231..5e169b039 100644 --- a/ui/element.js +++ b/ui/element.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/enums.js b/ui/enums.js index 23a971db5..0d604a9b0 100644 --- a/ui/enums.js +++ b/ui/enums.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/externs/ui.js b/ui/externs/ui.js index b2d0a9a5b..8f350afea 100644 --- a/ui/externs/ui.js +++ b/ui/externs/ui.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/fast_forward_button.js b/ui/fast_forward_button.js index 5a39ecdc9..32da7a7d0 100644 --- a/ui/fast_forward_button.js +++ b/ui/fast_forward_button.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/fullscreen_button.js b/ui/fullscreen_button.js index 182a1bda4..f250fdb25 100644 --- a/ui/fullscreen_button.js +++ b/ui/fullscreen_button.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/language_utils.js b/ui/language_utils.js index 92c9eebad..865ad5100 100644 --- a/ui/language_utils.js +++ b/ui/language_utils.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/localization.js b/ui/localization.js index 4215f3d5b..013d35e9a 100644 --- a/ui/localization.js +++ b/ui/localization.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/loop_button.js b/ui/loop_button.js index 670c11617..6324c5412 100644 --- a/ui/loop_button.js +++ b/ui/loop_button.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/mute_button.js b/ui/mute_button.js index 164619f63..37804f3e8 100644 --- a/ui/mute_button.js +++ b/ui/mute_button.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/overflow_menu.js b/ui/overflow_menu.js index 4e6f4579c..3c04e9d2e 100644 --- a/ui/overflow_menu.js +++ b/ui/overflow_menu.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/pip_button.js b/ui/pip_button.js index 0044524e8..7b0ef09a3 100644 --- a/ui/pip_button.js +++ b/ui/pip_button.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/play_button.js b/ui/play_button.js index a418ab19b..661e0c6f4 100644 --- a/ui/play_button.js +++ b/ui/play_button.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/playback_rate_selection.js b/ui/playback_rate_selection.js index 215db758e..aae5cb7e7 100644 --- a/ui/playback_rate_selection.js +++ b/ui/playback_rate_selection.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/presentation_time.js b/ui/presentation_time.js index dcc40bd35..df31fa6c5 100644 --- a/ui/presentation_time.js +++ b/ui/presentation_time.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/range_element.js b/ui/range_element.js index 552a1873f..41c0aafdf 100644 --- a/ui/range_element.js +++ b/ui/range_element.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/resolution_selection.js b/ui/resolution_selection.js index c87ecdab8..162cd47df 100644 --- a/ui/resolution_selection.js +++ b/ui/resolution_selection.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/rewind_button.js b/ui/rewind_button.js index 5a0478271..53fccf6c2 100644 --- a/ui/rewind_button.js +++ b/ui/rewind_button.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/seek_bar.js b/ui/seek_bar.js index cd5e104b2..62505e9f0 100644 --- a/ui/seek_bar.js +++ b/ui/seek_bar.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/settings_menu.js b/ui/settings_menu.js index 79ed56512..fbb434d46 100644 --- a/ui/settings_menu.js +++ b/ui/settings_menu.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/skip_ad_button.js b/ui/skip_ad_button.js index 96454e6f7..b41924acd 100644 --- a/ui/skip_ad_button.js +++ b/ui/skip_ad_button.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/small_play_button.js b/ui/small_play_button.js index 7dea9a033..396365ae6 100644 --- a/ui/small_play_button.js +++ b/ui/small_play_button.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/spacer.js b/ui/spacer.js index 187b1b44b..04a7d493d 100644 --- a/ui/spacer.js +++ b/ui/spacer.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/text_selection.js b/ui/text_selection.js index dc8bc0176..322eaead7 100644 --- a/ui/text_selection.js +++ b/ui/text_selection.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/ui.js b/ui/ui.js index fe9c7f2fd..69cfd4103 100644 --- a/ui/ui.js +++ b/ui/ui.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/ui_utils.js b/ui/ui_utils.js index 37ab54268..5101fe8be 100644 --- a/ui/ui_utils.js +++ b/ui/ui_utils.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ui/volume_bar.js b/ui/volume_bar.js index 8a0c1b4bf..a6a9df47d 100644 --- a/ui/volume_bar.js +++ b/ui/volume_bar.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */