Skip to content

Commit a971181

Browse files
committed
Updates copyright
1 parent 1d06bf8 commit a971181

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

structure_threader/argparser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/python3
22

3-
# Copyright 2015-2017 Francisco Pina Martins <[email protected]>
3+
# Copyright 2015-2018 Francisco Pina Martins <[email protected]>
44
# This file is part of structure_threader.
55
# structure_threader is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by
@@ -133,7 +133,7 @@ def argument_parser(args):
133133
"\"-D 12345\" for STRUCTURE",
134134
metavar="string", default="")
135135
misc_opts.add_argument("--seed", dest="seed", type=int, required=False,
136-
help="Define the random seed value to pass to"
136+
help="Define the random seed value to pass to "
137137
"STRUCTURE and fastStructure",
138138
default=1235813, metavar="int")
139139

structure_threader/wrappers/faststructure_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/python3
22

3-
# Copyright 2017 Francisco Pina Martins <[email protected]>
3+
# Copyright 2018 Francisco Pina Martins <[email protected]>
44
# This file is part of structure_threader.
55
# structure_threader is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)