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
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
6
unrar.js
6
unrar.js
|
@ -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).
|
||||
|
|
2
untar.js
2
untar.js
|
@ -1,6 +1,8 @@
|
|||
/**
|
||||
* untar.js
|
||||
*
|
||||
* Licensed under the MIT License
|
||||
*
|
||||
* Copyright(c) 2011 Google Inc.
|
||||
*
|
||||
* Reference Documentation:
|
||||
|
|
2
unzip.js
2
unzip.js
|
@ -1,6 +1,8 @@
|
|||
/**
|
||||
* unzip.js
|
||||
*
|
||||
* Licensed under the MIT License
|
||||
*
|
||||
* Copyright(c) 2011 Google Inc.
|
||||
* Copyright(c) 2011 antimatter15
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue