Skip to content

Commit

Permalink
chore: Add missing license header in test/media/closed_caption_parser…
Browse files Browse the repository at this point in the history
…_unit.js

Change-Id: Iaa390a4415e42f2e447ba1df4842dc7446471af5
  • Loading branch information
joeyparrish committed Oct 14, 2021
1 parent 1b2fa84 commit 077ea2a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/media/closed_caption_parser_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
*/

goog.require('shaka.media.ClosedCaptionParser');
goog.require('shaka.test.Util');

Expand All @@ -12,4 +18,3 @@ describe('ClosedCaptionParser', () => {
parser.parseFrom(videoSegment);
});
});

0 comments on commit 077ea2a

Please sign in to comment.