Skip to content

Commit

Permalink
perl -pi -w -e 's/Copyright: E Gunderson 2016-21/Copyright: E Gunder…
Browse files Browse the repository at this point in the history
…son 2016-22/g;' */*.py
  • Loading branch information
e-gun committed Jul 26, 2022
1 parent 903110b commit 49251dc
Show file tree
Hide file tree
Showing 51 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion builder/builderclasses.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/configureatlaunch.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/corpusbuilder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/dbinteraction/connection.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/dbinteraction/dbdataintoobjects.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/dbinteraction/dbhelperfunctions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/dbinteraction/dbloading.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/dbinteraction/dbprepsubstitutions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/dbinteraction/genericworkerobject.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
4 changes: 2 additions & 2 deletions builder/dbinteraction/versioning.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand All @@ -12,7 +12,7 @@
from builder.dbinteraction.connection import setconnection


hipparchiabuilderversion = '1.5.0'
hipparchiabuilderversion = '1.5.1'
#sqltemplateversion = 7242017
#sqltemplateversion = 2242018
#sqltemplateversion = 10082019
Expand Down
2 changes: 1 addition & 1 deletion builder/file_io/filereaders.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/lexica/buildlexica.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/lexica/falsepositives.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/lexica/fixmorphologydefs.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/lexica/fixtranslationtagging.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/lexica/lexicalsensetree.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/lexica/mpgrammarworkers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/lexica/mpgreekinserters.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/lexica/mplatininsterters.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/lexica/repairperseuscitations.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/lexica/testentries.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/parsers/betacodeandunicodeinterconversion.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/parsers/betacodeescapedcharacters.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/parsers/betacodefontshifts.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/parsers/betacodeletterscapitals.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/parsers/betacodeletterslowercase.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/parsers/citationbuilder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/parsers/copticsubstitutions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/parsers/greekcanonfunctions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: generate a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GPL 3 (see LICENSE in the top level directory of the distribution)
"""

Expand Down
2 changes: 1 addition & 1 deletion builder/parsers/hebrewsubstitutions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/parsers/htmltounicode.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/parsers/idtfiles.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/parsers/latinsubstitutions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/parsers/lexicalparsing.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/parsers/parse_binfiles.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: generate a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GPL 3 (see LICENSE in the top level directory of the distribution)
"""

Expand Down
2 changes: 1 addition & 1 deletion builder/parsers/regexsubstitutions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/parsers/swappers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/parsers/transliteration.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/postbuild/postbuilddating.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/postbuild/postbuildmetadata.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/postbuild/secondpassdbrewrite.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/redisdbfunctions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
HipparchiaServer: an interface to a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
2 changes: 1 addition & 1 deletion builder/sql/loadarchivedtablesfromsql.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!../bin/python
"""
HipparchiaBuilder: compile a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
Copyright: E Gunderson 2016-22
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
Expand Down
Loading

0 comments on commit 49251dc

Please sign in to comment.