Skip to content

Commit 5a25d84

Browse files
committed
begin the update to more neutral copyright/license headers everywhere
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6036 b75ad72c-e7d7-11dd-a971-7dbc132099af
1 parent 3f1efcb commit 5a25d84

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

addheader.py

+4-2
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

+1-1
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)