Skip to content

Commit ee2f9bf

Browse files
committed
Remove old comments in file headers
Signed-off-by: Stefan Weil <[email protected]>
1 parent 1b40cae commit ee2f9bf

35 files changed

+18
-178
lines changed

src/ccstruct/blobs.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
* File: blobs.cpp (Formerly blobs.c)
55
* Description: Blob definition
66
* Author: Mark Seaman, OCR Technology
7-
* Created: Fri Oct 27 15:39:52 1989
8-
* Modified: Thu Mar 28 15:33:26 1991 (Mark Seaman) marks@hpgrlt
9-
* Language: C
10-
* Package: N/A
11-
* Status: Experimental (Do Not Distribute)
127
*
138
* (c) Copyright 1989, Hewlett-Packard Company.
149
** Licensed under the Apache License, Version 2.0 (the "License");

src/ccstruct/blobs.h

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
/* -*-C-*-
22
********************************************************************************
33
*
4-
* File: blobs.h (Formerly blobs.h)
5-
* Description: Blob definition
6-
* Author: Mark Seaman, OCR Technology
7-
* Created: Fri Oct 27 15:39:52 1989
8-
* Modified: Thu Mar 28 15:33:38 1991 (Mark Seaman) marks@hpgrlt
9-
* Language: C
10-
* Package: N/A
11-
* Status: Experimental (Do Not Distribute)
4+
* File: blobs.h
5+
* Description: Blob definition
6+
* Author: Mark Seaman, OCR Technology
127
*
138
* (c) Copyright 1989, Hewlett-Packard Company.
149
** Licensed under the Apache License, Version 2.0 (the "License");

src/ccstruct/matrix.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
* File: matrix.cpp (Formerly matrix.c)
55
* Description: Ratings matrix code. (Used by associator)
66
* Author: Mark Seaman, OCR Technology
7-
* Created: Wed May 16 13:18:47 1990
8-
* Modified: Wed Mar 20 09:44:47 1991 (Mark Seaman) marks@hpgrlt
9-
* Language: C
10-
* Package: N/A
11-
* Status: Experimental (Do Not Distribute)
127
*
138
* (c) Copyright 1990, Hewlett-Packard Company.
149
** Licensed under the Apache License, Version 2.0 (the "License");

src/ccstruct/seam.cpp

-6
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
********************************************************************************
33
*
44
* File: seam.cpp (Formerly seam.c)
5-
* Description:
65
* Author: Mark Seaman, OCR Technology
7-
* Created: Fri Oct 16 14:37:00 1987
8-
* Modified: Fri May 17 16:30:13 1991 (Mark Seaman) marks@hpgrlt
9-
* Language: C
10-
* Package: N/A
11-
* Status: Reusable Software Component
126
*
137
* (c) Copyright 1987, Hewlett-Packard Company.
148
** Licensed under the Apache License, Version 2.0 (the "License");

src/ccstruct/seam.h

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
/* -*-C-*-
22
********************************************************************************
33
*
4-
* File: seam.h (Formerly seam.h)
5-
* Description:
6-
* Author: Mark Seaman, SW Productivity
7-
* Created: Fri Oct 16 14:37:00 1987
8-
* Modified: Thu May 16 17:05:52 1991 (Mark Seaman) marks@hpgrlt
9-
* Language: C
10-
* Package: N/A
11-
* Status: Reusable Software Component
4+
* File: seam.h
5+
* Author: Mark Seaman, SW Productivity
126
*
137
* (c) Copyright 1987, Hewlett-Packard Company.
148
** Licensed under the Apache License, Version 2.0 (the "License");

src/ccstruct/split.cpp

-6
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
********************************************************************************
33
*
44
* File: split.cpp (Formerly split.c)
5-
* Description:
65
* Author: Mark Seaman, OCR Technology
7-
* Created: Fri Oct 16 14:37:00 1987
8-
* Modified: Fri May 17 16:27:49 1991 (Mark Seaman) marks@hpgrlt
9-
* Language: C
10-
* Package: N/A
11-
* Status: Reusable Software Component
126
*
137
* (c) Copyright 1987, Hewlett-Packard Company.
148
** Licensed under the Apache License, Version 2.0 (the "License");

src/ccstruct/vecfuncs.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
* File: vecfuncs.cpp (Formerly vecfuncs.c)
55
* Description: Blob definition
66
* Author: Mark Seaman, OCR Technology
7-
* Created: Fri Oct 27 15:39:52 1989
8-
* Modified: Tue Jul 9 17:44:12 1991 (Mark Seaman) marks@hpgrlt
9-
* Language: C
10-
* Package: N/A
11-
* Status: Experimental (Do Not Distribute)
127
*
138
* (c) Copyright 1989, Hewlett-Packard Company.
149
** Licensed under the Apache License, Version 2.0 (the "License");

src/ccstruct/vecfuncs.h

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
/* -*-C-*-
22
********************************************************************************
33
*
4-
* File: vecfuncs.h (Formerly vecfuncs.h)
5-
* Description: Vector calculations
6-
* Author: Mark Seaman, OCR Technology
7-
* Created: Wed Dec 20 09:37:18 1989
8-
* Modified: Tue Jul 9 17:44:37 1991 (Mark Seaman) marks@hpgrlt
9-
* Language: C
10-
* Package: N/A
11-
* Status: Experimental (Do Not Distribute)
4+
* File: vecfuncs.h
5+
* Description: Vector calculations
6+
* Author: Mark Seaman, OCR Technology
127
*
138
* (c) Copyright 1989, Hewlett-Packard Company.
149
** Licensed under the Apache License, Version 2.0 (the "License");

src/ccutil/genericvector.h

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// File: genericvector.h
33
// Description: Generic vector class
44
// Author: Daria Antonova
5-
// Created: Mon Jun 23 11:26:43 PDT 2008
65
//
76
// (C) Copyright 2007, Google Inc.
87
// Licensed under the Apache License, Version 2.0 (the "License");

src/ccutil/helpers.h

-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
* File: helpers.h
55
* Description: General utility functions
66
* Author: Daria Antonova
7-
* Created: Wed Apr 8 14:37:00 2009
8-
* Language: C++
9-
* Package: N/A
10-
* Status: Reusable Software Component
117
*
128
* (c) Copyright 2009, Google Inc.
139
** Licensed under the Apache License, Version 2.0 (the "License");

src/cutil/cutil.h

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
* File: cutil.h
55
* Description: General utility functions
66
* Author: Mark Seaman, SW Productivity
7-
* Created: Fri Oct 16 14:37:00 1987
8-
* Modified: Wed Dec 5 15:40:26 1990 (Mark Seaman) marks@hpgrlt
9-
* Language: C
10-
* Package: N/A
11-
* Status: Reusable Software Component
127
*
138
* (c) Copyright 1987, Hewlett-Packard Company.
149
** Licensed under the Apache License, Version 2.0 (the "License");

src/cutil/structures.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
* File: structures.cpp (Formerly structures.c)
55
* Description: Allocate all the different types of structures.
66
* Author: Mark Seaman, OCR Technology
7-
* Created: Wed May 30 10:27:26 1990
8-
* Modified: Mon Jul 15 10:39:18 1991 (Mark Seaman) marks@hpgrlt
9-
* Language: C
10-
* Package: N/A
11-
* Status: Experimental (Do Not Distribute)
127
*
138
* (c) Copyright 1990, Hewlett-Packard Company.
149
** Licensed under the Apache License, Version 2.0 (the "License");

src/dict/dawg.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
* File: dawg.cpp (Formerly dawg.c)
55
* Description: Use a Directed Acyclic Word Graph
66
* Author: Mark Seaman, OCR Technology
7-
* Created: Fri Oct 16 14:37:00 1987
8-
* Modified: Wed Jul 24 16:59:16 1991 (Mark Seaman) marks@hpgrlt
9-
* Language: C
10-
* Package: N/A
11-
* Status: Reusable Software Component
127
*
138
* (c) Copyright 1987, Hewlett-Packard Company.
149
** Licensed under the Apache License, Version 2.0 (the "License");

src/dict/dawg.h

-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
* Description: Definition of a class that represents Directed Acyclic Word
66
* Graph (DAWG), functions to build and manipulate the DAWG.
77
* Author: Mark Seaman, SW Productivity
8-
* Created: Fri Oct 16 14:37:00 1987
9-
* Modified: Wed Jun 19 16:50:24 1991 (Mark Seaman) marks@hpgrlt
10-
* Language: C
11-
* Package: N/A
12-
* Status: Reusable Software Component
138
*
149
* (c) Copyright 1987, Hewlett-Packard Company.
1510
** Licensed under the Apache License, Version 2.0 (the "License");

src/dict/permdawg.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
* File: permdawg.cpp (Formerly permdawg.c)
55
* Description: Scale word choices by a dictionary
66
* Author: Mark Seaman, OCR Technology
7-
* Created: Fri Oct 16 14:37:00 1987
8-
* Modified: Tue Jul 9 15:43:18 1991 (Mark Seaman) marks@hpgrlt
9-
* Language: C
10-
* Package: N/A
11-
* Status: Reusable Software Component
127
*
138
* (c) Copyright 1987, Hewlett-Packard Company.
149
** Licensed under the Apache License, Version 2.0 (the "License");

src/dict/trie.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
* File: trie.cpp (Formerly trie.c)
55
* Description: Functions to build a trie data structure.
66
* Author: Mark Seaman, OCR Technology
7-
* Created: Fri Oct 16 14:37:00 1987
8-
* Modified: Fri Jul 26 12:18:10 1991 (Mark Seaman) marks@hpgrlt
9-
* Language: C
10-
* Package: N/A
11-
* Status: Reusable Software Component
127
*
138
* (c) Copyright 1987, Hewlett-Packard Company.
149
** Licensed under the Apache License, Version 2.0 (the "License");

src/dict/trie.h

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
/* -*-C-*-
22
********************************************************************************
33
*
4-
* File: trie.h (Formerly trie.h)
5-
* Description: Functions to build a trie data structure.
6-
* Author: Mark Seaman, SW Productivity
7-
* Created: Fri Oct 16 14:37:00 1987
8-
* Modified: Fri Jul 26 11:26:34 1991 (Mark Seaman) marks@hpgrlt
9-
* Language: C
10-
* Package: N/A
11-
* Status: Reusable Software Component
4+
* File: trie.h
5+
* Description: Functions to build a trie data structure.
6+
* Author: Mark Seaman, SW Productivity
127
*
138
* (c) Copyright 1987, Hewlett-Packard Company.
149
** Licensed under the Apache License, Version 2.0 (the "License");

src/lstm/recodebeam.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// Description: Beam search to decode from the re-encoded CJK as a sequence of
44
// smaller numbers in place of a single large code.
55
// Author: Ray Smith
6-
// Created: Fri Mar 13 09:39:01 PDT 2015
76
//
87
// (C) Copyright 2015, Google Inc.
98
// Licensed under the Apache License, Version 2.0 (the "License");

src/textord/blkocc.h

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
/******************************************************************************
22
*
3-
* File: blkocc.h (Formerly blockocc.h)
3+
* File: blkocc.h (Formerly blockocc.h)
44
* Description: Block Occupancy routines
55
* Author: Chris Newton
6-
* Created: Fri Nov 8
7-
* Modified:
8-
* Language: C++
9-
* Package: N/A
10-
* Status: Experimental (Do Not Distribute)
116
*
127
* (c) Copyright 1991, Hewlett-Packard Company.
138
** Licensed under the Apache License, Version 2.0 (the "License");

src/training/ambiguous_words.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// that were found in the dictionary followed by the words
66
// that are ambiguous to them.
77
// Author: Rika Antonova
8-
// Created: Fri Oct 21 11:26:43 PDT 2011
98
//
109
// (C) Copyright 2011, Google Inc.
1110
// Licensed under the Apache License, Version 2.0 (the "License");

src/training/wordlist2dawg.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// File: wordlist2dawg.cpp
33
// Description: Program to generate a DAWG from a word list file
44
// Author: Thomas Kielbus
5-
// Created: Thu May 10 18:11:42 PDT 2007
65
//
76
// (C) Copyright 2006, Google Inc.
87
// Licensed under the Apache License, Version 2.0 (the "License");

src/wordrec/chop.cpp

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
******************************************************************************
33
*
44
* File: chop.cpp (Formerly chop.c)
5-
* Description:
6-
* Author: Mark Seaman, OCR Technology
7-
* Created: Fri Oct 16 14:37:00 1987
8-
* Modified: Tue Jul 30 16:41:11 1991 (Mark Seaman) marks@hpgrlt
9-
* Language: C
10-
* Package: N/A
11-
* Status: Reusable Software Component
5+
* Author: Mark Seaman, OCR Technology
126
*
137
* (c) Copyright 1987, Hewlett-Packard Company.
148
** Licensed under the Apache License, Version 2.0 (the "License");

src/wordrec/chop.h

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
/* -*-C-*-
22
********************************************************************************
33
*
4-
* File: chop.h (Formerly chop.h)
5-
* Description:
6-
* Author: Mark Seaman, SW Productivity
7-
* Created: Fri Oct 16 14:37:00 1987
8-
* Modified: Wed Jul 10 14:47:37 1991 (Mark Seaman) marks@hpgrlt
9-
* Language: C
10-
* Package: N/A
11-
* Status: Reusable Software Component
4+
* File: chop.h
5+
* Author: Mark Seaman, SW Productivity
126
*
137
* (c) Copyright 1987, Hewlett-Packard Company.
148
** Licensed under the Apache License, Version 2.0 (the "License");

src/wordrec/findseam.cpp

-6
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
********************************************************************************
33
*
44
* File: findseam.cpp (Formerly findseam.c)
5-
* Description:
65
* Author: Mark Seaman, OCR Technology
7-
* Created: Fri Oct 16 14:37:00 1987
8-
* Modified: Tue Jul 30 15:44:59 1991 (Mark Seaman) marks@hpgrlt
9-
* Language: C
10-
* Package: N/A
11-
* Status: Reusable Software Component
126
*
137
* (c) Copyright 1987, Hewlett-Packard Company.
148
** Licensed under the Apache License, Version 2.0 (the "License");

src/wordrec/findseam.h

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
/* -*-C-*-
22
********************************************************************************
33
*
4-
* File: findseam.h (Formerly findseam.h)
4+
* File: findseam.h
55
* Description:
66
* Author: Mark Seaman, SW Productivity
7-
* Created: Fri Oct 16 14:37:00 1987
8-
* Modified: Thu May 16 17:05:17 1991 (Mark Seaman) marks@hpgrlt
9-
* Language: C
10-
* Package: N/A
11-
* Status: Reusable Software Component
127
*
138
* (c) Copyright 1987, Hewlett-Packard Company.
149
** Licensed under the Apache License, Version 2.0 (the "License");

src/wordrec/gradechop.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
* File: gradechop.cpp (Formerly gradechop.c)
55
* Description:
66
* Author: Mark Seaman, OCR Technology
7-
* Created: Fri Oct 16 14:37:00 1987
8-
* Modified: Tue Jul 30 16:06:27 1991 (Mark Seaman) marks@hpgrlt
9-
* Language: C
10-
* Package: N/A
11-
* Status: Reusable Software Component
127
*
138
* (c) Copyright 1987, Hewlett-Packard Company.
149
** Licensed under the Apache License, Version 2.0 (the "License");

src/wordrec/measure.h

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
/* -*-C-*-
22
********************************************************************************
33
*
4-
* File: measure.h (Formerly measure.h)
4+
* File: measure.h
55
* Description: Statistics for a group of single measurements
66
* Author: Mark Seaman, SW Productivity
7-
* Created: Fri Oct 16 14:37:00 1987
8-
* Modified: Mon Apr 8 09:42:28 1991 (Mark Seaman) marks@hpgrlt
9-
* Language: C
10-
* Package: N/A
11-
* Status: Reusable Software Component
127
*
138
* (c) Copyright 1987, Hewlett-Packard Company.
149
** Licensed under the Apache License, Version 2.0 (the "License");

src/wordrec/outlines.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
* File: outlines.cpp (Formerly outlines.c)
55
* Description: Combinatorial Splitter
66
* Author: Mark Seaman, OCR Technology
7-
* Created: Thu Jul 27 08:59:01 1989
8-
* Modified: Wed Jul 10 14:56:49 1991 (Mark Seaman) marks@hpgrlt
9-
* Language: C
10-
* Package: N/A
11-
* Status: Experimental (Do Not Distribute)
127
*
138
* (c) Copyright 1989, Hewlett-Packard Company.
149
** Licensed under the Apache License, Version 2.0 (the "License");

src/wordrec/outlines.h

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
* File: outlines.h
55
* Description: Combinatorial Splitter
66
* Author: Mark Seaman, OCR Technology
7-
* Created: Thu Jul 27 11:27:55 1989
8-
* Modified: Wed May 15 17:28:47 1991 (Mark Seaman) marks@hpgrlt
9-
* Language: C
10-
* Package: N/A
11-
* Status: Experimental (Do Not Distribute)
127
*
138
* (c) Copyright 1989, Hewlett-Packard Company.
149
** Licensed under the Apache License, Version 2.0 (the "License");

src/wordrec/pieces.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
* File: pieces.cpp (Formerly pieces.c)
55
* Description:
66
* Author: Mark Seaman, OCR Technology
7-
* Created: Fri Oct 16 14:37:00 1987
8-
* Modified: Mon May 20 12:12:35 1991 (Mark Seaman) marks@hpgrlt
9-
* Language: C
10-
* Package: N/A
11-
* Status: Reusable Software Component
127
*
138
* (c) Copyright 1987, Hewlett-Packard Company.
149
** Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)