Skip to content

Commit 71567da

Browse files
authored
πŸ“„ Add C-PAC license info to docs (#285)
2 parents dea5a23 + 9e9d987 commit 71567da

File tree

5 files changed

+910
-4
lines changed

5 files changed

+910
-4
lines changed

β€Ždocs/_sources/conf.pyβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ def yaml_to_rst(path):
168168

169169
# General information about the project.
170170
project = 'C-PAC'
171-
copyright = '2012β€’2022, C-PAC Team'
172-
171+
copyright = '2012β€’2022, C-PAC Developers. C-PAC is licensed under LGPL-3' \
172+
'.0-or-later'
173173
# The version info for the project you're documenting, acts as replacement for
174174
# |version| and |release|, also used in various other places throughout the
175175
# built documents.

β€Ždocs/_sources/index.rstβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Contents:
1414

1515
User Guide <user/index>
1616
Developer Documentation <developer/index>
17+
License <license>
1718

1819

1920
Indices and tables

0 commit comments

Comments
Β (0)