Skip to content

Commit

Permalink
Add copyright headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwfncar committed Oct 6, 2023
1 parent 21f95f1 commit e288e40
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions melodies_monet/util/analysis_util.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright (C) 2022 National Center for Atmospheric Research and National Oceanic and Atmospheric Administration
# SPDX-License-Identifier: Apache-2.0
#

import os
import logging
from glob import glob
Expand Down
3 changes: 3 additions & 0 deletions melodies_monet/util/read_grid_util.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (C) 2022 National Center for Atmospheric Research and National Oceanic and Atmospheric Administration
# SPDX-License-Identifier: Apache-2.0
#
import os
import logging
import xarray as xr
Expand Down

0 comments on commit e288e40

Please sign in to comment.