Skip to content

Commit

Permalink
Release main-1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kksat committed Sep 21, 2023
1 parent a427019 commit 7d44700
Show file tree
Hide file tree
Showing 80 changed files with 3,124 additions and 100 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ SAP Operations Collection Release Notes
.. contents:: Topics


v1.3.0
======

Release Summary
---------------

Feature release

Minor Changes
-------------

- Clarify collection license
- Collection license applied is GPL-3.0-only

v1.2.3
======

Expand Down
232 changes: 232 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

31 changes: 23 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
<!--
SPDX-License-Identifier: GPL-3.0-only
SPDX-FileCopyrightText: 2023 Red Hat, Project Atmosphere
Copyright 2023 Red Hat, Project Atmosphere
This program is free software: you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
-->

# Ansible Collection - sap.sap_operations

This collection contains modules and plugins to assist in automating SAP day 2 operations with Ansible.
Expand Down Expand Up @@ -28,14 +51,6 @@ Ansible Automation Platform requires at minimum Python 3.8 to function as design

## LICENSE

GNU General Public License v2.0

See <https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt> for details

Apache License Version 2.0

See <https://www.apache.org/licenses/LICENSE-2.0> for details

GNU General Public License v3.0

See <https://www.gnu.org/licenses/gpl-3.0.txt> for details
27 changes: 23 additions & 4 deletions galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,30 @@
# SPDX-License-Identifier: GPL-3.0-only
# SPDX-FileCopyrightText: 2023 Red Hat, Project Atmosphere
#
# Copyright 2023 Red Hat, Project Atmosphere
#
# This program is free software: you can redistribute it and/or modify it under the terms of the GNU
# General Public License as published by the Free Software Foundation, version 3 of the License.
#
# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU General Public License for more details.
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# You should have received a copy of the GNU General Public License along with this program.
# If not, see <https://www.gnu.org/licenses/>.

---
namespace: sap

name: sap_operations

version: 1.2.3-galaxy
version: 1.3.0

readme: README.md

Expand All @@ -14,9 +35,7 @@ authors:
description: Ansible collection to handle day 2 operational SAP administration tasks.

license:
- GPL-2.0-or-later

license_file: ''
- GPL-3.0-only

tags:
- linux
Expand Down
21 changes: 21 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# SPDX-License-Identifier: GPL-3.0-only
# SPDX-FileCopyrightText: 2023 Red Hat, Project Atmosphere
#
# Copyright 2023 Red Hat, Project Atmosphere
#
# This program is free software: you can redistribute it and/or modify it under the terms of the GNU
# General Public License as published by the Free Software Foundation, version 3 of the License.
#
# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU General Public License for more details.
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# You should have received a copy of the GNU General Public License along with this program.
# If not, see <https://www.gnu.org/licenses/>.

---
requires_ansible: '>=2.9.10'
232 changes: 232 additions & 0 deletions plugins/doc_fragments/LICENSE

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions plugins/doc_fragments/abap_rfc_doc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright: Project Atmosphere
# GNU General Public License v3.0 (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-only
# SPDX-FileCopyrightText: 2023 Red Hat, Project Atmosphere
#
# Copyright 2023 Red Hat, Project Atmosphere
#
Expand All @@ -11,6 +10,12 @@
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU General Public License for more details.
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# You should have received a copy of the GNU General Public License along with this program.
# If not, see <https://www.gnu.org/licenses/>.

Expand Down
13 changes: 9 additions & 4 deletions plugins/doc_fragments/saphost.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-

# Copyright (c) 2023 Red Hat, Inc. Project Atmosphere
# GNU General Public License v3.0 (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-only
# SPDX-FileCopyrightText: 2023 Red Hat, Project Atmosphere
#
# Copyright (c) 2023 Red Hat, Inc. Project Atmosphere
# Copyright 2023 Red Hat, Project Atmosphere
#
# This program is free software: you can redistribute it and/or modify it under the terms of the GNU
# General Public License as published by the Free Software Foundation, version 3 of the License.
Expand All @@ -12,10 +12,15 @@
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU General Public License for more details.
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# You should have received a copy of the GNU General Public License along with this program.
# If not, see <https://www.gnu.org/licenses/>.


from __future__ import absolute_import, division, print_function

__metaclass__ = type
Expand Down
Loading

0 comments on commit 7d44700

Please sign in to comment.