From 20c0149b685d3c6480a6c840ec68649f699cc751 Mon Sep 17 00:00:00 2001 From: Gary Verhaegen Date: Mon, 10 Jul 2023 17:02:02 +0200 Subject: [PATCH] bump copyright for docs footer (#17098) --- docs/configs/html/conf.py | 2 +- docs/configs/pdf/conf.py | 8 ++++---- docs/theme/docs/conf.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/configs/html/conf.py b/docs/configs/html/conf.py index 4d4b5b626dbc..32069b9a5a44 100644 --- a/docs/configs/html/conf.py +++ b/docs/configs/html/conf.py @@ -52,7 +52,7 @@ # General information about the project. project = u'Daml SDK' -copyright = u'Copyright (c) 2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. Any unauthorized use, duplication or distribution is strictly prohibited. "Digital Asset" and "Daml" are Registered in the U.S. Patent and Trademark Office.' +copyright = u'Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. Any unauthorized use, duplication or distribution is strictly prohibited. "Digital Asset" and "Daml" are Registered in the U.S. Patent and Trademark Office.' author = u'Digital Asset' # The version info for the project you're documenting, acts as replacement for diff --git a/docs/configs/pdf/conf.py b/docs/configs/pdf/conf.py index 977c3936cdad..2c95b187e6db 100644 --- a/docs/configs/pdf/conf.py +++ b/docs/configs/pdf/conf.py @@ -54,7 +54,7 @@ # General information about the project. project = u'Daml SDK' -copyright = u'Copyright (c) 2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. Any unauthorized use, duplication or distribution is strictly prohibited. "Digital Asset" and "Daml" are Registered in the U.S. Patent and Trademark Office.' +copyright = u'Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. Any unauthorized use, duplication or distribution is strictly prohibited. "Digital Asset" and "Daml" are Registered in the U.S. Patent and Trademark Office.' author = u'Digital Asset' # The version info for the project you're documenting, acts as replacement for @@ -187,10 +187,10 @@ %\fancyhead[LE]{\small \nouppercase{\leftmark}} %% for oneside: change footer at right side. If you want to use Left and right then use same as header defined above. - \fancyfoot[R]{\ifthenelse{\isodd{\value{page}}}{{\tiny Copyright (c) 2022 Digital Asset (Switzerland) GmbH and/or its affiliates.} }{{\tiny Copyright (c) 2022 Digital Asset (Switzerland) GmbH and/or its affiliates.}}} + \fancyfoot[R]{\ifthenelse{\isodd{\value{page}}}{{\tiny Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates.} }{{\tiny Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates.}}} %%% Alternating Footer for two side - %\fancyfoot[RO, RE]{\scriptsize Copyright (c) 2022 Digital Asset (Switzerland) GmbH and/or its affiliates.} + %\fancyfoot[RO, RE]{\scriptsize Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates.} %%% page number \fancyfoot[CO, CE]{\thepage} @@ -269,7 +269,7 @@ %% \vfill adds at the bottom \vfill - \small \textit{Copyright (c) 2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. Any unauthorized use, duplication or distribution is strictly prohibited.} + \small \textit{Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. Any unauthorized use, duplication or distribution is strictly prohibited.} \end{titlepage} \clearpage diff --git a/docs/theme/docs/conf.py b/docs/theme/docs/conf.py index b1e48e117b68..03b7bfdbd788 100644 --- a/docs/theme/docs/conf.py +++ b/docs/theme/docs/conf.py @@ -55,7 +55,7 @@ # General information about the project. project = u'Daml SDK' -copyright = u'Copyright (c) 2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. Any unauthorized use, duplication or distribution is strictly prohibited. "Digital Asset" and "Daml" are Registered in the U.S. Patent and Trademark Office.' +copyright = u'Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. Any unauthorized use, duplication or distribution is strictly prohibited. "Digital Asset" and "Daml" are Registered in the U.S. Patent and Trademark Office.' author = u'Digital Asset' # The version info for the project you're documenting, acts as replacement for