Skip to content

Commit

Permalink
chore: update license, author and org information
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi authored Oct 30, 2024
1 parent 687e955 commit 7eddd9c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

import os
from datetime import datetime

project = 'edx-name-affirmation'
copyright = '2024, edx-org'
author = 'edx-org'
copyright = f'{datetime.now().year}, edX LLC.' # pylint: disable=redefined-builtin
author = 'edX LLC'
release = '2.3.7'

# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -45,10 +46,10 @@
These works by
<a
xmlns:cc="https://creativecommons.org/ns#"
href="https://openedx.org"
href="https://edx.org"
property="cc:attributionName"
rel="cc:attributionURL"
>Axim Collaborative</a>
>edX LLC</a>
are licensed under a
<a
rel="license"
Expand Down

0 comments on commit 7eddd9c

Please sign in to comment.