Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonygego committed Feb 5, 2024
1 parent f40d36b commit 7d7048b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion COPYRIGHTS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The vast majority of the files are

Copyright (c) 2014-2023 Anthony Gégo, Guillaume Derval
Copyright (c) 2014-2024 Anthony Gégo, Guillaume Derval
and Pierre Reinbold

Some of the files contain contributions from other persons, institutions or
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

# General information about the project.
project = 'INGInious'
copyright = '2014-2023, Université catholique de Louvain'
copyright = '2014-2024, Université catholique de Louvain'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion inginious/frontend/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
{% if is_lti() %}
{{ _('Powered by <a href="http://www.inginious.org" target="_blank">INGInious</a> v.{} , a free and open-source grading tool.').format(pkg_version) | safe }}
{% else %}
{{ _("Running INGInious v.{}").format(pkg_version) }} <br /> &copy; 2014-2023 Universit&eacute; catholique de Louvain.<br />
{{ _("Running INGInious v.{}").format(pkg_version) }} <br /> &copy; 2014-2024 Universit&eacute; catholique de Louvain.<br />
<a target="_blank" href="http://www.inginious.org" class="navbar-link">
{{ _("INGInious is distributed under AGPL license") }}
</a>
Expand Down

0 comments on commit 7d7048b

Please sign in to comment.