7436e467 by David LaPalomento

Merge pull request #201 from videojs/file-headers

Remove incorrect file headers.
2 parents 8124eef2 3d769bf7
/*
* aac-stream
*
*
* Copyright (c) 2013 Brightcove
* All rights reserved.
*/
(function(window) {
var
FlvTag = window.videojs.Hls.FlvTag,
......
/*
* videojs-hls
*
* Copyright (c) 2014 Brightcove
* All rights reserved.
*
* This file contains an adaptation of the AES decryption algorithm
* from the Standford Javascript Cryptography Library. That work is
......
/*
* h264-stream
*
*
* Copyright (c) 2013 Brightcove
* All rights reserved.
*/
(function(window) {
var
ExpGolomb = window.videojs.Hls.ExpGolomb,
......
/*
* videojs-hls
*
* Copyright (c) 2014 Brightcove
* All rights reserved.
* The main file for the HLS project.
* License: https://github.com/videojs/videojs-contrib-hls/blob/master/LICENSE
*/
(function(window, videojs, document, undefined) {
'use strict';
......