Skip to content

Commit

Permalink
add copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
bhatele committed Nov 14, 2023
1 parent 3ad1e41 commit e628c9a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pipit/config.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Copyright 2023 Parallel Software and Systems Group, University of Maryland.
# See the top-level LICENSE file for details.
#
# SPDX-License-Identifier: MIT


# Validator to check if the value entered is of type bool
def bool_validator(key, value):
if type(value) is not bool:
Expand Down
6 changes: 6 additions & 0 deletions pipit/tests/config.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Copyright 2023 Parallel Software and Systems Group, University of Maryland.
# See the top-level LICENSE file for details.
#
# SPDX-License-Identifier: MIT


import pipit as pp


Expand Down

0 comments on commit e628c9a

Please sign in to comment.