Skip to content

Commit

Permalink
update to new Apptainer copyright form
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Dykstra <[email protected]>
  • Loading branch information
DrDaveD committed Feb 1, 2022
1 parent 8b4f218 commit 7c557d4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Copyright (c) 2021-2022, Apptainer a Series of LF Projects LLC.
Copyright (c) Contributors to the Apptainer project, established as
Apptainer a Series of LF Projects LLC.
- For website terms of use, trademark policy, privacy policy and other
project policies see https://lfprojects.org/policies
Copyright (c) 2018-2022, Sylabs, Inc. All rights reserved.
Expand Down
7 changes: 7 additions & 0 deletions _templates/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{% extends "!footer.html" %}
{% block extrafooter %}
<br>
&copy; Contributors to the Apptainer project, established as Apptainer a Series of LF Projects LLC
<br>
&copy; 2017-2022, Sylabs Inc
{% endblock %}
10 changes: 7 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,18 @@
# General information about the project.
project = u'Apptainer User Guide'
author = u'Apptainer Project Contributors'
copyright = u'2021-2022, Apptainer a Series of LF Projects LLC \xA9 2017-2022, Sylabs Inc'
# Instead of setting copyright here, it is done in _templates/footer.html
# for sphinx.
# epub, however, requires a non-empty copyright setting, even though it
# isn't actually used.
copyright = u'epub placeholder'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '3.8'
version = 'main'
# We have not had separate docs per release version for some time, so set
# release = version here.
release = version
Expand Down Expand Up @@ -187,7 +191,7 @@
#html_show_sphinx = True

# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
#html_show_copyright = True
html_show_copyright = False

# If true, an OpenSearch description file will be output, and all pages will
# contain a <link> tag referring to it. The value of this option must be the
Expand Down

0 comments on commit 7c557d4

Please sign in to comment.