File tree Expand file tree Collapse file tree 6 files changed +29
-17
lines changed Expand file tree Collapse file tree 6 files changed +29
-17
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ site_name: "pyslurm"
33site_url : " https://pyslurm.github.io"
44repo_url : " https://github.com/PySlurm/pyslurm"
55repo_name : " PySlurm/pyslurm"
6- copyright : Copyright © 2023 The PySlurm Authors
6+ copyright : Copyright © 2023 PySlurm Developers
77
88theme :
99 name : " material"
Original file line number Diff line number Diff line change 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:
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#
Original file line number Diff line number Diff line change 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:
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#
Original file line number Diff line number Diff line change 1- # Copyright (C) 2023 The PySlurm Authors
1+ # Copyright (C) 2023 PySlurm Developers
22#
33# This file is part of PySlurm
44#
Original file line number Diff line number Diff line change 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:
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#
Original file line number Diff line number Diff 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#
You can’t perform that action at this time.
0 commit comments