We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b6bd1 commit d321131Copy full SHA for d321131
LICENSE
@@ -1,6 +1,6 @@
1
BSD 3-Clause License
2
3
-Copyright (c) 2019, University of Washington ICESat-2 Hack Week
+Copyright (c) 2019-2023, icepyx Development Team
4
All rights reserved.
5
6
Redistribution and use in source and binary forms, with or without
doc/source/conf.py
@@ -24,7 +24,7 @@
24
25
project = "icepyx"
26
year = datetime.date.today().year
27
-copyright = "2019-{}, The icepyx Developers".format(year)
+copyright = "2019-{}, The icepyx Development Team".format(year)
28
29
# -- General configuration ---------------------------------------------------
30
0 commit comments