Skip to content

Commit

Permalink
chore: Add missing license header (#4688)
Browse files Browse the repository at this point in the history
An internal build system spotted this issue after being synced to the
v4.3.0 release.
  • Loading branch information
joeyparrish committed Dec 8, 2022
1 parent 393df06 commit a2f74fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/polyfill/patchedmediakeys_apple_unit.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/

describe('PatchedMediaKeys_Apple', () => {
const PatchedMediaKeysApple = shaka.polyfill.PatchedMediaKeysApple;
let originalMediaKeys;
Expand Down

0 comments on commit a2f74fb

Please sign in to comment.