Skip to content

Commit 0fac96b

Browse files
authored
Adding oras and bumping license years (#186)
* adding oras and bumping license years Signed-off-by: vsoch <[email protected]>
1 parent bb278aa commit 0fac96b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+85
-71
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838

3939
steps:
4040
- uses: actions/checkout@v2
41-
- uses: eWaterCycle/setup-singularity@1631b12cf3878381179be0eab9624219bc12979e # v6 release
42-
41+
- uses: eWaterCycle/setup-singularity@bebf1d6f54f9d2d159ac5c15385912dc39b23711 # v7 release
42+
with:
43+
singularity-version: 3.8.4
4344
- name: Set up Python ${{ matrix.python-version }}
4445
uses: actions/setup-python@v2
4546
with:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions

spython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
3-
Copyright (C) 2017-2021 Vanessa Sochat.
3+
Copyright (C) 2017-2022 Vanessa Sochat.
44
55
This Source Code Form is subject to the terms of the
66
Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed

spython/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright (C) 2017-2021 Vanessa Sochat.
3+
# Copyright (C) 2017-2022 Vanessa Sochat.
44

55
# This Source Code Form is subject to the terms of the
66
# Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed

spython/client/recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2017-2021 Vanessa Sochat.
1+
# Copyright (C) 2017-2022 Vanessa Sochat.
22

33
# This Source Code Form is subject to the terms of the
44
# Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed

spython/client/shell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2017-2021 Vanessa Sochat.
1+
# Copyright (C) 2017-2022 Vanessa Sochat.
22

33
# This Source Code Form is subject to the terms of the
44
# Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed

spython/client/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2017-2021 Vanessa Sochat.
1+
# Copyright (C) 2017-2022 Vanessa Sochat.
22

33
# This Source Code Form is subject to the terms of the
44
# Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed

spython/image/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2017-2021 Vanessa Sochat.
1+
# Copyright (C) 2017-2022 Vanessa Sochat.
22

33
# This Source Code Form is subject to the terms of the
44
# Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed

spython/image/cmd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2017-2021 Vanessa Sochat.
1+
# Copyright (C) 2017-2022 Vanessa Sochat.
22

33
# This Source Code Form is subject to the terms of the
44
# Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed

spython/image/cmd/create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2017-2021 Vanessa Sochat.
1+
# Copyright (C) 2017-2022 Vanessa Sochat.
22

33
# This Source Code Form is subject to the terms of the
44
# Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed

0 commit comments

Comments
 (0)