1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-04 18:19:15 +02:00

Fix boilerplate for licenses and copyrights

This commit is contained in:
codedread 2017-02-19 09:21:32 -08:00
parent fb1a94286a
commit e23674f5e2
4 changed files with 8 additions and 9 deletions

View file

@ -1,12 +1,9 @@
/**
* rarvm.js
*
* Copyright(c) 2011 Google Inc.
* Copyright(c) 2011 antimatter15
* Licensed under the MIT License
*
* Reference Documentation:
*
* http://kthoom.googlecode.com/hg/docs/unrar.html
* Copyright(c) 2017 Google Inc.
*/
/**

View file

@ -1,12 +1,10 @@
/**
* unrar.js
*
* Licensed under the MIT License
*
* Copyright(c) 2011 Google Inc.
* Copyright(c) 2011 antimatter15
*
* Reference Documentation:
*
* http://kthoom.googlecode.com/hg/docs/unrar.html
*/
// This file expects to be invoked as a Worker (see onmessage below).

View file

@ -1,6 +1,8 @@
/**
* untar.js
*
* Licensed under the MIT License
*
* Copyright(c) 2011 Google Inc.
*
* Reference Documentation:

View file

@ -1,6 +1,8 @@
/**
* unzip.js
*
* Licensed under the MIT License
*
* Copyright(c) 2011 Google Inc.
* Copyright(c) 2011 antimatter15
*