File tree 6 files changed +29
-17
lines changed
6 files changed +29
-17
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ site_name: "pyslurm"
3
3
site_url : " https://pyslurm.github.io"
4
4
repo_url : " https://github.com/PySlurm/pyslurm"
5
5
repo_name : " PySlurm/pyslurm"
6
- copyright : Copyright © 2023 The PySlurm Authors
6
+ copyright : Copyright © 2023 PySlurm Developers
7
7
8
8
theme :
9
9
name : " material"
Original file line number Diff line number Diff line change 9
9
# * C-Macros are listed with their appropriate uint type
10
10
# * Any definitions that cannot be translated are not included in this file
11
11
#
12
- # Generated on 2023-04-30T11:54:32.116465
12
+ # Generated on 2023-05-06T18:02:46.408139
13
13
#
14
14
# The Original Copyright notice from slurm.h has been included
15
15
# below:
26
26
# Written by Morris Jette <jette1@llnl.gov>, et. al.
27
27
# CODE-OCEC-09-009. All rights reserved.
28
28
#
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
31
34
# #############################################################################
32
35
#
33
- # Copyright (C) 2023 The PySlurm Authors (Modifications as described above)
36
+ # Copyright (C) 2023 PySlurm Developers (Modifications as described above)
34
37
#
35
38
# This file is part of PySlurm
36
39
#
Original file line number Diff line number Diff line change 9
9
# * C-Macros are listed with their appropriate uint type
10
10
# * Any definitions that cannot be translated are not included in this file
11
11
#
12
- # Generated on 2023-04-30T11:54:32.011184
12
+ # Generated on 2023-05-06T18:02:46.304407
13
13
#
14
14
# The Original Copyright notice from slurm_errno.h has been included
15
15
# below:
24
24
# Jim Garlick <garlick@llnl.gov>, et. al.
25
25
# CODE-OCEC-09-009. All rights reserved.
26
26
#
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
29
32
# #############################################################################
30
33
#
31
- # Copyright (C) 2023 The PySlurm Authors (Modifications as described above)
34
+ # Copyright (C) 2023 PySlurm Developers (Modifications as described above)
32
35
#
33
36
# This file is part of PySlurm
34
37
#
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2023 The PySlurm Authors
1
+ # Copyright (C) 2023 PySlurm Developers
2
2
#
3
3
# This file is part of PySlurm
4
4
#
Original file line number Diff line number Diff line change 9
9
# * C-Macros are listed with their appropriate uint type
10
10
# * Any definitions that cannot be translated are not included in this file
11
11
#
12
- # Generated on 2023-04-30T11:54:32.267784
12
+ # Generated on 2023-05-06T18:02:46.554956
13
13
#
14
14
# The Original Copyright notice from slurmdb.h has been included
15
15
# below:
22
22
# Written by Danny Auble da@llnl.gov, et. al.
23
23
# CODE-OCEC-09-009. All rights reserved.
24
24
#
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
27
30
# #############################################################################
28
31
#
29
- # Copyright (C) 2023 The PySlurm Authors (Modifications as described above)
32
+ # Copyright (C) 2023 PySlurm Developers (Modifications as described above)
30
33
#
31
34
# This file is part of PySlurm
32
35
#
Original file line number Diff line number Diff line change @@ -133,13 +133,16 @@ def translate_slurm_header(hdr_dir, hdr):
133
133
# below:
134
134
#
135
135
{ 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
138
141
##############################################################################
139
142
"""
140
143
141
144
pyslurm_copyright = """#
142
- # Copyright (C) 2023 The PySlurm Authors (Modifications as described above)
145
+ # Copyright (C) 2023 PySlurm Developers (Modifications as described above)
143
146
#
144
147
# This file is part of PySlurm
145
148
#
You can’t perform that action at this time.
0 commit comments