Merge pull request #201 from videojs/file-headers
Remove incorrect file headers.
Showing
4 changed files
with
2 additions
and
24 deletions
1 | /* | 1 | /* |
2 | * videojs-hls | ||
3 | * | ||
4 | * Copyright (c) 2014 Brightcove | ||
5 | * All rights reserved. | ||
6 | * | 2 | * |
7 | * This file contains an adaptation of the AES decryption algorithm | 3 | * This file contains an adaptation of the AES decryption algorithm |
8 | * from the Standford Javascript Cryptography Library. That work is | 4 | * from the Standford Javascript Cryptography Library. That work is | ... | ... |
1 | /* | 1 | /* |
2 | * videojs-hls | 2 | * videojs-hls |
3 | * | 3 | * The main file for the HLS project. |
4 | * Copyright (c) 2014 Brightcove | 4 | * License: https://github.com/videojs/videojs-contrib-hls/blob/master/LICENSE |
5 | * All rights reserved. | ||
6 | */ | 5 | */ |
7 | |||
8 | (function(window, videojs, document, undefined) { | 6 | (function(window, videojs, document, undefined) { |
9 | 'use strict'; | 7 | 'use strict'; |
10 | 8 | ... | ... |
-
Please register or sign in to post a comment