From c8fe5b24bfe8c7e348f6c3a4b4a1ef8826ba445b Mon Sep 17 00:00:00 2001 From: G5andeepD Date: Fri, 9 Aug 2024 14:03:55 +0530 Subject: [PATCH] Add license header --- ballerina/tests/mock_service.bal | 19 +++++++++++++++++++ ballerina/tests/tests.bal | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/ballerina/tests/mock_service.bal b/ballerina/tests/mock_service.bal index 5144105..1a8601f 100644 --- a/ballerina/tests/mock_service.bal +++ b/ballerina/tests/mock_service.bal @@ -1,3 +1,22 @@ +// AUTO-GENERATED FILE. DO NOT MODIFY. +// This file is auto-generated by the Ballerina OpenAPI tool. + +// Copyright (c) 2024, WSO2 LLC. (http://www.wso2.com). +// +// WSO2 LLC. licenses this file to you 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. + import ballerina/http; import ballerina/log; diff --git a/ballerina/tests/tests.bal b/ballerina/tests/tests.bal index 0772da5..e8e2e58 100644 --- a/ballerina/tests/tests.bal +++ b/ballerina/tests/tests.bal @@ -1,3 +1,22 @@ +// AUTO-GENERATED FILE. DO NOT MODIFY. +// This file is auto-generated by the Ballerina OpenAPI tool. + +// Copyright (c) 2024, WSO2 LLC. (http://www.wso2.com). +// +// WSO2 LLC. licenses this file to you 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. + import ballerina/test; configurable boolean isLiveServer = ?;