Skip to content

Commit 1968dec

Browse files
committed
add in legal stuff
1 parent e2f3896 commit 1968dec

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,15 @@ Note that the Linux environment usually executes quite a lot faster than the Win
4444
multi-platform testing, use a workflow that runs only on Linux for maximum efficiency.
4545

4646
See https://github.com/ApamaCommunity for a complete sample workflow using this action.
47+
48+
# License
49+
50+
Copyright (C) 2020 Software AG, Darmstadt, Germany and/or its licensors
51+
52+
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
53+
54+
http://www.apache.org/licenses/LICENSE-2.0
55+
56+
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.
57+
58+
Use of this action implies that you have also agreed to the terms for using Apama Community Edition which you can read at http://www.apamacommunity.com/terms-conditions/

action.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
# Copyright (C) 2020 Software AG, Darmstadt, Germany and/or its licensors
2+
# 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
3+
# http://www.apache.org/licenses/LICENSE-2.0
4+
# 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.
5+
#
6+
# Use of this action implies that you have also agreed to the terms for using Apama Community Edition which you can read at http://www.apamacommunity.com/terms-conditions/
7+
18
name: 'Setup Apama'
2-
description: 'Install Apama Community Edition and add it to your GitHub Actions environment'
9+
description: 'Install Software AG Apama Community Edition and add it to your GitHub Actions environment'
310
inputs:
411
apama-version:
512
description: 'The 4 digit version to install from https://downloads.apamacommunity.com/apama, e.g. 10.5.3.2'

0 commit comments

Comments
 (0)