Skip to content

Commit

Permalink
MNT: expand copyright range in README
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Sep 11, 2024
1 parent 912faa5 commit 5acb569
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 The GLASS Developers
Copyright (c) 2022-2024 The GLASS Developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@

# -- Project information -----------------------------------------------------

import datetime
import pytz
from importlib import metadata

project = 'GLASS'
copyright = '2022-2024 Nicolas Tessore'
year = datetime.datetime.now(tz=pytz.timezone("GMT")).year
author = 'Nicolas Tessore'
copyright = f'2022-{year} {author}'
version = metadata.version("glass")
release = version

Expand Down

0 comments on commit 5acb569

Please sign in to comment.