Skip to content

Commit

Permalink
Fix the copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
ajelinski committed Dec 31, 2020
1 parent ae1b1b9 commit da38492
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions update_conda_lock/create_pull_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# Use of this source code is governed by a ISC-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/ISC
#
# SPDX-License-Identifier: ISC


import json
Expand Down
3 changes: 2 additions & 1 deletion update_conda_lock/update_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
# Use of this source code is governed by a ISC-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/ISC

#
# SPDX-License-Identifier: ISC

from io import StringIO
from os import environ
Expand Down

0 comments on commit da38492

Please sign in to comment.