Add Glyph & Cog's XPDF copyright/license information.

This commit is contained in:
Brendan Dahl 2018-09-12 13:59:56 -07:00
parent 29683d40a5
commit 6adeabbb66
2 changed files with 12 additions and 0 deletions

View File

@ -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 CCIT stream implementation contained in this file is a JavaScript port
* of XPDF's implementation, made available under the Apache 2.0 open source
* license.
*/
/**
* @typedef {Object} CCITTFaxDecoderSource

View File

@ -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';