Add Glyph & Cog's XPDF copyright/license information.
This commit is contained in:
parent
29683d40a5
commit
6adeabbb66
@ -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
|
||||
|
@ -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…
x
Reference in New Issue
Block a user