Skip to content

Commit bcd9270

Browse files
committed
just use the copyright notice again that was also previously used (#288)
"PySlurm Developers" also just sounds a bit nicer actually (cherry picked from commit 788f445)
1 parent c8bd6e3 commit bcd9270

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

mkdocs.yml

Lines changed: 1 addition & 1 deletion
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_version.h.pxi

Lines changed: 1 addition & 1 deletion
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
#

scripts/pyslurm_bindgen.py

Lines changed: 6 additions & 3 deletions
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)