Skip to content

Commit

Permalink
Update legal notices for C8Y
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-c8y authored Dec 16, 2024
1 parent 381a511 commit 4dbdb24
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Copyright (C) 2020 Software AG, Darmstadt, Germany and/or its licensors
# Copyright (C) 2020-present Cumulocity GmbH
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# 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.
#
# Use of this action implies agreement to the terms for using Apama Community Edition - http://www.apamacommunity.com/terms-conditions/

name: 'Setup Apama'
description: 'Install Software AG Apama Community Edition and add it to your GitHub Actions environment'
author: Software AG
description: 'Install Apama Community Edition and add it to your GitHub Actions environment'
author: Apama
inputs:
apama-version:
description: 'The 4 digit version to install from https://downloads.apamacommunity.com/apama, e.g. 10.5.3.2'
description: 'The 4 digit version to install from https://download.cumulocity.com/Apama, e.g. 10.5.3.2'
required: true

runs:
Expand All @@ -20,7 +20,7 @@ runs:
shell: bash
run: |
echo Use of this action implies agreement to the terms for using Apama Community Edition
echo See: http://www.apamacommunity.com/terms-conditions/
echo See: https://cumulocity.com/docs/legal-notices/license-terms-and-conditions/
echo
APAMA_CACHE_TAR=~/cached-apama-installation.tar
Expand Down Expand Up @@ -118,4 +118,4 @@ runs:
print('Adding apama_env.bat environment to GITHUB_ENV')
cmd = r'cmd /c "%APAMA_HOME%\bin\apama_env.bat && set >> %GITHUB_ENV%"'
os.system(cmd)

0 comments on commit 4dbdb24

Please sign in to comment.