Skip to content

Commit ca10f18

Browse files
committed
Merge remote-tracking branch 'origin/master' into edge
2 parents d8c2a22 + 5a25d84 commit ca10f18

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

addheader.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# --- BEGIN_HEADER ---
55
#
66
# addheader - add license header to all code modules.
7-
# Copyright (C) 2009-2020 Jonas Bardino
7+
# Copyright (C) 2009-2024 The MiG Project by the Science HPC Center at UCPH
88
#
99
# This file is part of MiG.
1010
#
@@ -41,7 +41,8 @@
4141
# Modify these to fit actual project
4242
proj_vars = {}
4343
proj_vars['project_name'] = "MiG"
44-
proj_vars['authors'] = 'The MiG Project lead by Brian Vinter'
44+
proj_vars['authors'] = 'The MiG Project by the Science HPC Center at UCPH'
45+
4546
proj_vars['copyright_year'] = '2003-%d' % datetime.date.today().year
4647

4748
# Set interpreter path and file encoding if not already set in source files
@@ -161,6 +162,7 @@ def add_header(path, var_dict, explicit_border=True, block_wrap=False):
161162
module_fd.write(module_text)
162163
module_fd.close()
163164

165+
164166
if __name__ == '__main__':
165167
target = os.getcwd()
166168
if len(sys.argv) > 1:

mig/shared/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# --- BEGIN_HEADER ---
55
#
66
# base - shared base helper functions
7-
# Copyright (C) 2003-2024 The MiG Project lead by Brian Vinter
7+
# Copyright (C) 2003-2024 The MiG Project by the Science HPC Center at UCPH
88
#
99
# This file is part of MiG.
1010
#

0 commit comments

Comments
 (0)