diff options
author | ayalaben <ayala.benzvi@amdocs.com> | 2018-07-23 11:39:56 +0300 |
---|---|---|
committer | ayalaben <ayala.benzvi@amdocs.com> | 2018-07-23 11:45:32 +0300 |
commit | 21c89912b091d2f695d8f1f856a84c3e4b5dc079 (patch) | |
tree | e10aa4b7af3504f333a0d744c75ba8217eef186b /workflow/workflow-bdd/stepDefinitions | |
parent | 8f91bb137eac23825f2c296b1a06fdf2fabdd5c2 (diff) |
Licencing copyright
Change-Id: I4578a5201d3946cf9293c2314fabc50c063595b8
Issue-ID: SDC-1518
Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
Diffstat (limited to 'workflow/workflow-bdd/stepDefinitions')
-rw-r--r-- | workflow/workflow-bdd/stepDefinitions/Workflow_Steps.js | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/workflow/workflow-bdd/stepDefinitions/Workflow_Steps.js b/workflow/workflow-bdd/stepDefinitions/Workflow_Steps.js index 59c95d89..aeca5ebb 100644 --- a/workflow/workflow-bdd/stepDefinitions/Workflow_Steps.js +++ b/workflow/workflow-bdd/stepDefinitions/Workflow_Steps.js @@ -1,3 +1,19 @@ +/* + * Copyright © 2018 European Support Limited + * + * 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. + */ + /** * @module WORKFLOW * @description Creates a new WORKFLOW with a random name and saves the id and versionId on the context item object and the context vlm object<br> |