mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 09:38:06 +02:00
Add Glyph & Cog's XPDF copyright/license information.
This commit is contained in:
parent
29683d40a5
commit
6adeabbb66
2 changed files with 12 additions and 0 deletions
|
@ -12,6 +12,12 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
/* Copyright 1996-2003 Glyph & Cog, LLC
|
||||
*
|
||||
* The flate stream implementation contained in this file is a JavaScript port
|
||||
* of XPDF's implementation, made available under the Apache 2.0 open source
|
||||
* license.
|
||||
*/
|
||||
|
||||
import { FormatError, isSpace, stringToBytes } from '../shared/util';
|
||||
import { isDict } from './primitives';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue