Skip to content

Commit 788f445

Browse files
authored
just use the copyright notice again that was also previously used (#288)
"PySlurm Developers" also just sounds a bit nicer actually
1 parent be9395c commit 788f445

File tree

6 files changed

+29
-17
lines changed

6 files changed

+29
-17
lines changed

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ site_name: "pyslurm"
33
site_url: "https://pyslurm.github.io"
44
repo_url: "https://github.com/PySlurm/pyslurm"
55
repo_name: "PySlurm/pyslurm"
6-
copyright: Copyright © 2023 The PySlurm Authors
6+
copyright: Copyright © 2023 PySlurm Developers
77

88
theme:
99
name: "material"

pyslurm/slurm/slurm.h.pxi

+7-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# * C-Macros are listed with their appropriate uint type
1010
# * Any definitions that cannot be translated are not included in this file
1111
#
12-
# Generated on 2023-04-30T11:54:32.116465
12+
# Generated on 2023-05-06T18:02:46.408139
1313
#
1414
# The Original Copyright notice from slurm.h has been included
1515
# below:
@@ -26,11 +26,14 @@
2626
# Written by Morris Jette <jette1@llnl.gov>, et. al.
2727
# CODE-OCEC-09-009. All rights reserved.
2828
#
29-
# Please also check the DISCLAIMER file in the Slurm repository here:
30-
# https://github.com/SchedMD/slurm/blob/master/DISCLAIMER
29+
# Slurm is licensed under the GNU GPLv2. For the full text of Slurm's License,
30+
# please see here: pyslurm/slurm/SLURM_LICENSE
31+
#
32+
# Please, as mentioned above, also have a look at Slurm's DISCLAIMER under
33+
# pyslurm/slurm/SLURM_DISCLAIMER
3134
##############################################################################
3235
#
33-
# Copyright (C) 2023 The PySlurm Authors (Modifications as described above)
36+
# Copyright (C) 2023 PySlurm Developers (Modifications as described above)
3437
#
3538
# This file is part of PySlurm
3639
#

pyslurm/slurm/slurm_errno.h.pxi

+7-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# * C-Macros are listed with their appropriate uint type
1010
# * Any definitions that cannot be translated are not included in this file
1111
#
12-
# Generated on 2023-04-30T11:54:32.011184
12+
# Generated on 2023-05-06T18:02:46.304407
1313
#
1414
# The Original Copyright notice from slurm_errno.h has been included
1515
# below:
@@ -24,11 +24,14 @@
2424
# Jim Garlick <garlick@llnl.gov>, et. al.
2525
# CODE-OCEC-09-009. All rights reserved.
2626
#
27-
# Please also check the DISCLAIMER file in the Slurm repository here:
28-
# https://github.com/SchedMD/slurm/blob/master/DISCLAIMER
27+
# Slurm is licensed under the GNU GPLv2. For the full text of Slurm's License,
28+
# please see here: pyslurm/slurm/SLURM_LICENSE
29+
#
30+
# Please, as mentioned above, also have a look at Slurm's DISCLAIMER under
31+
# pyslurm/slurm/SLURM_DISCLAIMER
2932
##############################################################################
3033
#
31-
# Copyright (C) 2023 The PySlurm Authors (Modifications as described above)
34+
# Copyright (C) 2023 PySlurm Developers (Modifications as described above)
3235
#
3336
# This file is part of PySlurm
3437
#

pyslurm/slurm/slurm_version.h.pxi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 The PySlurm Authors
1+
# Copyright (C) 2023 PySlurm Developers
22
#
33
# This file is part of PySlurm
44
#

pyslurm/slurm/slurmdb.h.pxi

+7-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# * C-Macros are listed with their appropriate uint type
1010
# * Any definitions that cannot be translated are not included in this file
1111
#
12-
# Generated on 2023-04-30T11:54:32.267784
12+
# Generated on 2023-05-06T18:02:46.554956
1313
#
1414
# The Original Copyright notice from slurmdb.h has been included
1515
# below:
@@ -22,11 +22,14 @@
2222
# Written by Danny Auble da@llnl.gov, et. al.
2323
# CODE-OCEC-09-009. All rights reserved.
2424
#
25-
# Please also check the DISCLAIMER file in the Slurm repository here:
26-
# https://github.com/SchedMD/slurm/blob/master/DISCLAIMER
25+
# Slurm is licensed under the GNU GPLv2. For the full text of Slurm's License,
26+
# please see here: pyslurm/slurm/SLURM_LICENSE
27+
#
28+
# Please, as mentioned above, also have a look at Slurm's DISCLAIMER under
29+
# pyslurm/slurm/SLURM_DISCLAIMER
2730
##############################################################################
2831
#
29-
# Copyright (C) 2023 The PySlurm Authors (Modifications as described above)
32+
# Copyright (C) 2023 PySlurm Developers (Modifications as described above)
3033
#
3134
# This file is part of PySlurm
3235
#

scripts/pyslurm_bindgen.py

+6-3
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,16 @@ def translate_slurm_header(hdr_dir, hdr):
133133
# below:
134134
#
135135
{copyright_notice}#
136-
# Please also check the DISCLAIMER file in the Slurm repository here:
137-
# https://github.com/SchedMD/slurm/blob/master/DISCLAIMER
136+
# Slurm is licensed under the GNU GPLv2. For the full text of Slurm's License,
137+
# please see here: pyslurm/slurm/SLURM_LICENSE
138+
#
139+
# Please, as mentioned above, also have a look at Slurm's DISCLAIMER under
140+
# pyslurm/slurm/SLURM_DISCLAIMER
138141
##############################################################################
139142
"""
140143

141144
pyslurm_copyright = """#
142-
# Copyright (C) 2023 The PySlurm Authors (Modifications as described above)
145+
# Copyright (C) 2023 PySlurm Developers (Modifications as described above)
143146
#
144147
# This file is part of PySlurm
145148
#

0 commit comments

Comments
 (0)