Skip to content

Commit

Permalink
Add SPDX-License-Identifier to public include files
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Dec 25, 2021
1 parent 7a218f1 commit 5057483
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/tesseract/baseapi.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
///////////////////////////////////////////////////////////////////////
// SPDX-License-Identifier: Apache-2.0
// File: baseapi.h
// Description: Simple API for calling tesseract.
// Author: Ray Smith
Expand Down
1 change: 1 addition & 0 deletions include/tesseract/capi.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
///////////////////////////////////////////////////////////////////////
// SPDX-License-Identifier: Apache-2.0
// File: capi.h
// Description: C-API TessBaseAPI
//
Expand Down
1 change: 1 addition & 0 deletions include/tesseract/export.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
///////////////////////////////////////////////////////////////////////
// SPDX-License-Identifier: Apache-2.0
// File: export.h
// Description: Place holder
//
Expand Down
1 change: 1 addition & 0 deletions include/tesseract/ltrresultiterator.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
///////////////////////////////////////////////////////////////////////
// SPDX-License-Identifier: Apache-2.0
// File: ltrresultiterator.h
// Description: Iterator for tesseract results in strict left-to-right
// order that avoids using tesseract internal data structures.
Expand Down
1 change: 1 addition & 0 deletions include/tesseract/ocrclass.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**********************************************************************
// SPDX-License-Identifier: Apache-2.0
* File: ocrclass.h
* Description: Class definitions and constants for the OCR API.
* Author: Hewlett-Packard Co
Expand Down
1 change: 1 addition & 0 deletions include/tesseract/osdetect.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
///////////////////////////////////////////////////////////////////////
// SPDX-License-Identifier: Apache-2.0
// File: osdetect.h
// Description: Orientation and script detection.
// Author: Samuel Charron
Expand Down
1 change: 1 addition & 0 deletions include/tesseract/pageiterator.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
///////////////////////////////////////////////////////////////////////
// SPDX-License-Identifier: Apache-2.0
// File: pageiterator.h
// Description: Iterator for tesseract page structure that avoids using
// tesseract internal data structures.
Expand Down
1 change: 1 addition & 0 deletions include/tesseract/publictypes.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
///////////////////////////////////////////////////////////////////////
// SPDX-License-Identifier: Apache-2.0
// File: publictypes.h
// Description: Types used in both the API and internally
// Author: Ray Smith
Expand Down
1 change: 1 addition & 0 deletions include/tesseract/renderer.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
///////////////////////////////////////////////////////////////////////
// SPDX-License-Identifier: Apache-2.0
// File: renderer.h
// Description: Rendering interface to inject into TessBaseAPI
//
Expand Down
1 change: 1 addition & 0 deletions include/tesseract/resultiterator.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
///////////////////////////////////////////////////////////////////////
// SPDX-License-Identifier: Apache-2.0
// File: resultiterator.h
// Description: Iterator for tesseract results that is capable of
// iterating in proper reading order over Bi Directional
Expand Down
1 change: 1 addition & 0 deletions include/tesseract/unichar.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
///////////////////////////////////////////////////////////////////////
// SPDX-License-Identifier: Apache-2.0
// File: unichar.h
// Description: Unicode character/ligature class.
// Author: Ray Smith
Expand Down
1 change: 1 addition & 0 deletions include/tesseract/version.h.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
///////////////////////////////////////////////////////////////////////
// SPDX-License-Identifier: Apache-2.0
// File: version.h
// Description: Version information
//
Expand Down

0 comments on commit 5057483

Please sign in to comment.