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:
parent
fb1a94286a
commit
e23674f5e2
4 changed files with 8 additions and 9 deletions
7
rarvm.js
7
rarvm.js
|
@ -1,12 +1,9 @@
|
||||||
/**
|
/**
|
||||||
* rarvm.js
|
* rarvm.js
|
||||||
*
|
*
|
||||||
* Copyright(c) 2011 Google Inc.
|
* Licensed under the MIT License
|
||||||
* Copyright(c) 2011 antimatter15
|
|
||||||
*
|
*
|
||||||
* Reference Documentation:
|
* Copyright(c) 2017 Google Inc.
|
||||||
*
|
|
||||||
* http://kthoom.googlecode.com/hg/docs/unrar.html
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
6
unrar.js
6
unrar.js
|
@ -1,12 +1,10 @@
|
||||||
/**
|
/**
|
||||||
* unrar.js
|
* unrar.js
|
||||||
*
|
*
|
||||||
|
* Licensed under the MIT License
|
||||||
|
*
|
||||||
* Copyright(c) 2011 Google Inc.
|
* Copyright(c) 2011 Google Inc.
|
||||||
* Copyright(c) 2011 antimatter15
|
* 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).
|
// This file expects to be invoked as a Worker (see onmessage below).
|
||||||
|
|
2
untar.js
2
untar.js
|
@ -1,6 +1,8 @@
|
||||||
/**
|
/**
|
||||||
* untar.js
|
* untar.js
|
||||||
*
|
*
|
||||||
|
* Licensed under the MIT License
|
||||||
|
*
|
||||||
* Copyright(c) 2011 Google Inc.
|
* Copyright(c) 2011 Google Inc.
|
||||||
*
|
*
|
||||||
* Reference Documentation:
|
* Reference Documentation:
|
||||||
|
|
2
unzip.js
2
unzip.js
|
@ -1,6 +1,8 @@
|
||||||
/**
|
/**
|
||||||
* unzip.js
|
* unzip.js
|
||||||
*
|
*
|
||||||
|
* Licensed under the MIT License
|
||||||
|
*
|
||||||
* Copyright(c) 2011 Google Inc.
|
* Copyright(c) 2011 Google Inc.
|
||||||
* Copyright(c) 2011 antimatter15
|
* Copyright(c) 2011 antimatter15
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue