Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ site_name: "pyslurm"
site_url: "https://pyslurm.github.io"
repo_url: "https://github.com/PySlurm/pyslurm"
repo_name: "PySlurm/pyslurm"
copyright: Copyright © 2023 The PySlurm Authors
copyright: Copyright © 2023 PySlurm Developers

theme:
name: "material"
Expand Down
11 changes: 7 additions & 4 deletions pyslurm/slurm/slurm.h.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# * C-Macros are listed with their appropriate uint type
# * Any definitions that cannot be translated are not included in this file
#
# Generated on 2023-04-30T11:54:32.116465
# Generated on 2023-05-06T18:02:46.408139
#
# The Original Copyright notice from slurm.h has been included
# below:
Expand All @@ -26,11 +26,14 @@
# Written by Morris Jette <jette1@llnl.gov>, et. al.
# CODE-OCEC-09-009. All rights reserved.
#
# Please also check the DISCLAIMER file in the Slurm repository here:
# https://github.com/SchedMD/slurm/blob/master/DISCLAIMER
# Slurm is licensed under the GNU GPLv2. For the full text of Slurm's License,
# please see here: pyslurm/slurm/SLURM_LICENSE
#
# Please, as mentioned above, also have a look at Slurm's DISCLAIMER under
# pyslurm/slurm/SLURM_DISCLAIMER
##############################################################################
#
# Copyright (C) 2023 The PySlurm Authors (Modifications as described above)
# Copyright (C) 2023 PySlurm Developers (Modifications as described above)
#
# This file is part of PySlurm
#
Expand Down
11 changes: 7 additions & 4 deletions pyslurm/slurm/slurm_errno.h.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# * C-Macros are listed with their appropriate uint type
# * Any definitions that cannot be translated are not included in this file
#
# Generated on 2023-04-30T11:54:32.011184
# Generated on 2023-05-06T18:02:46.304407
#
# The Original Copyright notice from slurm_errno.h has been included
# below:
Expand All @@ -24,11 +24,14 @@
# Jim Garlick <garlick@llnl.gov>, et. al.
# CODE-OCEC-09-009. All rights reserved.
#
# Please also check the DISCLAIMER file in the Slurm repository here:
# https://github.com/SchedMD/slurm/blob/master/DISCLAIMER
# Slurm is licensed under the GNU GPLv2. For the full text of Slurm's License,
# please see here: pyslurm/slurm/SLURM_LICENSE
#
# Please, as mentioned above, also have a look at Slurm's DISCLAIMER under
# pyslurm/slurm/SLURM_DISCLAIMER
##############################################################################
#
# Copyright (C) 2023 The PySlurm Authors (Modifications as described above)
# Copyright (C) 2023 PySlurm Developers (Modifications as described above)
#
# This file is part of PySlurm
#
Expand Down
2 changes: 1 addition & 1 deletion pyslurm/slurm/slurm_version.h.pxi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023 The PySlurm Authors
# Copyright (C) 2023 PySlurm Developers
#
# This file is part of PySlurm
#
Expand Down
11 changes: 7 additions & 4 deletions pyslurm/slurm/slurmdb.h.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# * C-Macros are listed with their appropriate uint type
# * Any definitions that cannot be translated are not included in this file
#
# Generated on 2023-04-30T11:54:32.267784
# Generated on 2023-05-06T18:02:46.554956
#
# The Original Copyright notice from slurmdb.h has been included
# below:
Expand All @@ -22,11 +22,14 @@
# Written by Danny Auble da@llnl.gov, et. al.
# CODE-OCEC-09-009. All rights reserved.
#
# Please also check the DISCLAIMER file in the Slurm repository here:
# https://github.com/SchedMD/slurm/blob/master/DISCLAIMER
# Slurm is licensed under the GNU GPLv2. For the full text of Slurm's License,
# please see here: pyslurm/slurm/SLURM_LICENSE
#
# Please, as mentioned above, also have a look at Slurm's DISCLAIMER under
# pyslurm/slurm/SLURM_DISCLAIMER
##############################################################################
#
# Copyright (C) 2023 The PySlurm Authors (Modifications as described above)
# Copyright (C) 2023 PySlurm Developers (Modifications as described above)
#
# This file is part of PySlurm
#
Expand Down
9 changes: 6 additions & 3 deletions scripts/pyslurm_bindgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,16 @@ def translate_slurm_header(hdr_dir, hdr):
# below:
#
{copyright_notice}#
# Please also check the DISCLAIMER file in the Slurm repository here:
# https://github.com/SchedMD/slurm/blob/master/DISCLAIMER
# Slurm is licensed under the GNU GPLv2. For the full text of Slurm's License,
# please see here: pyslurm/slurm/SLURM_LICENSE
#
# Please, as mentioned above, also have a look at Slurm's DISCLAIMER under
# pyslurm/slurm/SLURM_DISCLAIMER
##############################################################################
"""

pyslurm_copyright = """#
# Copyright (C) 2023 The PySlurm Authors (Modifications as described above)
# Copyright (C) 2023 PySlurm Developers (Modifications as described above)
#
# This file is part of PySlurm
#
Expand Down