Skip to content

Commit 6adeabb

Browse files
author
Brendan Dahl
committed
Add Glyph & Cog's XPDF copyright/license information.
1 parent 29683d4 commit 6adeabb

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/core/ccitt.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
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

src/core/stream.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
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

1622
import { FormatError, isSpace, stringToBytes } from '../shared/util';
1723
import { isDict } from './primitives';

0 commit comments

Comments
 (0)