Commit 26a96af5 authored by Duggan, John's avatar Duggan, John
Browse files

Merge branch '59-update-copyright-year-in-footer' into 'main'

Update copyright year

Closes #59

See merge request ndip/public-packages/nova-trame!44
parents a8cfa259 069a942b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
MIT License

Copyright (c) 2024 ONRL
Copyright (c) 2025 ONRL

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ import tomli
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = "NOVA Application Development"
copyright = "2024, ORNL"
copyright = "2025, ORNL"
author = "John Duggan"
with open("../pyproject.toml", "rb") as toml_file:
    toml_dict = tomli.load(toml_file)
+1 −1
Original line number Diff line number Diff line
@@ -265,7 +265,7 @@ class ThemedApp:
                        footer.add_child(
                            '<a href="https://www.ornl.gov/" '
                            'class="text-grey-lighten-1 text-caption text-decoration-none" '
                            'target="_blank"2024 ORNL</a>'
                            'target="_blank"{{ new Date().getFullYear() }} ORNL</a>'
                        )

            @self.server.controller.trigger("validate_pydantic_field")