From 90349bb589d18e5b73d456e9f504b99d7215ba78 Mon Sep 17 00:00:00 2001 From: JayaShakthi97 Date: Wed, 20 Mar 2024 15:42:02 +0530 Subject: [PATCH] Fix license header --- .../features/certificates/components/index.ts | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/apps/console/src/features/certificates/components/index.ts b/apps/console/src/features/certificates/components/index.ts index 36273795c0e..db68b5eb901 100644 --- a/apps/console/src/features/certificates/components/index.ts +++ b/apps/console/src/features/certificates/components/index.ts @@ -1,20 +1,20 @@ /** -* Copyright (c) 2020, WSO2 LLC. (https://www.wso2.com). All Rights Reserved. -* -* 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. -*/ + * Copyright (c) 2020, WSO2 LLC. (https://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. + */ export * from "./certificates-list"; export * from "./wizard";