File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1212 * See the License for the specific language governing permissions and
1313 * limitations under the License.
1414 */
15+ /* Copyright 1996-2003 Glyph & Cog, LLC
16+ *
17+ * The CCIT stream implementation contained in this file is a JavaScript port
18+ * of XPDF's implementation, made available under the Apache 2.0 open source
19+ * license.
20+ */
1521
1622/**
1723 * @typedef {Object } CCITTFaxDecoderSource
Original file line number Diff line number Diff line change 1212 * See the License for the specific language governing permissions and
1313 * limitations under the License.
1414 */
15+ /* Copyright 1996-2003 Glyph & Cog, LLC
16+ *
17+ * The flate stream implementation contained in this file is a JavaScript port
18+ * of XPDF's implementation, made available under the Apache 2.0 open source
19+ * license.
20+ */
1521
1622import { FormatError , isSpace , stringToBytes } from '../shared/util' ;
1723import { isDict } from './primitives' ;
You can’t perform that action at this time.
0 commit comments