Skip to content

Commit

Permalink
Update copyright format
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Latham committed Apr 7, 2021
1 parent 7911eef commit 5add596
Show file tree
Hide file tree
Showing 48 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2021
# (c) Copyright IBM Corp. 2021
# ---------------------------------------------------------------------------- #
# Docker Image for Testing Environment #
# ---------------------------------------------------------------------------- #
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
IBM z/OS CICS collection
========================

Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
trap "exit" INT
set -e

Expand Down Expand Up @@ -68,4 +68,4 @@ echo "/* -----------------------------------------------------------------------
echo "/* Collection Build and Install */"
echo "/* -------------------------------------------------------------------------- */"
(set -x; ansible-galaxy collection build . --force)
(set -x; ansible-galaxy collection install ibm-ibm_zos_cics* --force)
(set -x; ansible-galaxy collection install ibm-ibm_zos_cics* --force)
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
ansible==2.10.5
junit-xml==1.9 # To get JUnit xml report from ansible-test
Expand Down
2 changes: 1 addition & 1 deletion devguide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
# Developer guide

### Licensing
Expand Down
4 changes: 2 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
# Minimal makefile for Sphinx documentation
#

Expand Down Expand Up @@ -37,4 +37,4 @@ ibm_zos_cics:
echo "Completed restructured text generation, run 'make html'"
# mv ../plugins/modules/__init__.py.skip ../plugins/modules/__init__.py
view:
open build/html/index.html
open build/html/index.html
2 changes: 1 addition & 1 deletion docs/ansible-doc-extractor-collections.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
from __future__ import absolute_import, division, print_function
__metaclass__ = type
Expand Down
2 changes: 1 addition & 1 deletion docs/make.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REM Copyright (c) IBM Corporation 2020
REM (c) Copyright IBM Corp. 2020
@ECHO OFF

pushd %~dp0
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2020
# (c) Copyright IBM Corp. 2020
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
# Configuration file for the Sphinx documentation builder.
#
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021

# IBM collection namespace
namespace: ibm
Expand Down
2 changes: 1 addition & 1 deletion plugins/doc_fragments/cmci.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)

from __future__ import (absolute_import, division, print_function)
Expand Down
2 changes: 1 addition & 1 deletion plugins/module_utils/cmci.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
from __future__ import (absolute_import, division, print_function)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cmci_action.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)

from __future__ import absolute_import, division, print_function
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cmci_create.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)

from __future__ import absolute_import, division, print_function
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cmci_delete.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)

from __future__ import absolute_import, division, print_function
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cmci_get.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)

from __future__ import absolute_import, division, print_function
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cmci_update.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)

from __future__ import absolute_import, division, print_function
Expand Down
2 changes: 1 addition & 1 deletion prod-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
requests==2.23.0
xmltodict==0.12.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2020
# (c) Copyright IBM Corp. 2020
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
-r prod-requirements.txt
-r dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
---
cmci_host: winmvs28.hursley.ibm.com
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
---
- name: CMCI Integration Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2021
# (c) Copyright IBM Corp. 2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
---
- name: CMCI Integration Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2021
# (c) Copyright IBM Corp. 2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
---
- name: CMCI Integration Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2021
# (c) Copyright IBM Corp. 2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
---
- name: CMCI Integration Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2021
# (c) Copyright IBM Corp. 2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
---
- name: CMCI Integration Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2021
# (c) Copyright IBM Corp. 2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
---
- name: CMCI Integration Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2021
# (c) Copyright IBM Corp. 2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
---
- name: CMCI Integration Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2021
# (c) Copyright IBM Corp. 2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
---
- name: CMCI Integration Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2021
# (c) Copyright IBM Corp. 2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
---
- name: CMCI Integration Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2021
# (c) Copyright IBM Corp. 2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
---
- name: CMCI Integration Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
---
- name: CMCI Integration Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2021
# (c) Copyright IBM Corp. 2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
---
- name: CMCI Integration Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2021
# (c) Copyright IBM Corp. 2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
---
- name: CMCI Integration Test
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/targets/cics_cmci/runme.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
set -eux # This is important to ensure that return codes from failing tests are propagated
ansible-playbook -e "@cmci-variables.yml" playbooks/cics_cmci_https.yml
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2021
# (c) Copyright IBM Corp. 2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
---
- name: CMCI Integration Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) IBM Corporation 2021
# (c) Copyright IBM Corp. 2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
set -eux # This is important to ensure that return codes from failing tests are propagated
ansible-playbook playbooks/cmci_missing_requests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2021
# (c) Copyright IBM Corp. 2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
---
- name: CMCI Integration Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) IBM Corporation 2021
# (c) Copyright IBM Corp. 2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
set -eux # This is important to ensure that return codes from failing tests are propagated
ansible-playbook playbooks/cmci_missing_xmltodict.yml
2 changes: 1 addition & 1 deletion tests/sanity/ignore-2.10.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
docs/make.bat line-endings!skip # Windows batch file requires windows line endings
plugins/modules/cmci_get.py validate-modules:missing-gplv3-license # Licence is Apache-2.0
plugins/modules/cmci_action.py validate-modules:missing-gplv3-license # Licence is Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion tests/sanity/ignore-2.9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
docs/make.bat line-endings!skip # Windows batch file requires windows line endings
plugins/modules/cmci_get.py validate-modules:missing-gplv3-license # Licence is Apache-2.0
plugins/modules/cmci_action.py validate-modules:missing-gplv3-license # Licence is Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/helpers/cmci_helper.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
from __future__ import absolute_import, division, print_function

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/modules/test_cmci_action.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
from __future__ import absolute_import, division, print_function

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/modules/test_cmci_create.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
from __future__ import absolute_import, division, print_function
from collections import OrderedDict
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/modules/test_cmci_delete.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
from __future__ import absolute_import, division, print_function

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/modules/test_cmci_filters.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
from __future__ import absolute_import, division, print_function

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/modules/test_cmci_get.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright (c) IBM Corporation 2020
# (c) Copyright IBM Corp. 2020
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
from __future__ import absolute_import, division, print_function

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/modules/test_cmci_update.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
from __future__ import absolute_import, division, print_function

Expand Down
2 changes: 1 addition & 1 deletion yamllint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) IBM Corporation 2020,2021
# (c) Copyright IBM Corp. 2020,2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
---
# Based on ansible-lint config
Expand Down

0 comments on commit 5add596

Please sign in to comment.