diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..36e794e6c0c5909662d9fcc99a987f407497dff2 --- /dev/null +++ b/LICENSE @@ -0,0 +1,16 @@ +The task service provides an HTTP interface for executing asynchronous (HTTP) tasks and task lists. +It is developed using the Goa v3 framework(https://goa.design/). + +Copyright 2022 Vereign AG + +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.