diff --git a/.changeset/warm-jars-enjoy.md b/.changeset/warm-jars-enjoy.md new file mode 100644 index 00000000000..d449ce2f1e6 --- /dev/null +++ b/.changeset/warm-jars-enjoy.md @@ -0,0 +1,5 @@ +--- +"@wso2is/console": patch +--- + +Test diff --git a/apps/console/src/features/certificates/components/certificates-list.tsx b/apps/console/src/features/certificates/components/certificates-list.tsx index 61e202eeae2..8ea01097357 100644 --- a/apps/console/src/features/certificates/components/certificates-list.tsx +++ b/apps/console/src/features/certificates/components/certificates-list.tsx @@ -1,5 +1,5 @@ /** - * Copyright (c) 2020, WSO2 LLC. (https://www.wso2.com). All Rights Reserved. + * 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 diff --git a/apps/console/src/features/certificates/components/import-certificate.tsx b/apps/console/src/features/certificates/components/import-certificate.tsx index f4ad2708f45..cf256ce7595 100644 --- a/apps/console/src/features/certificates/components/import-certificate.tsx +++ b/apps/console/src/features/certificates/components/import-certificate.tsx @@ -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. + */ import { AlertLevels, Certificate, DisplayCertificate, TestableComponentInterface } from "@wso2is/core/models"; import { addAlert } from "@wso2is/core/store"; @@ -51,9 +51,8 @@ interface ImportCertificatePropsInterface extends TestableComponentInterface { /** * This renders the import certificate wizard. * - * @param {ImportCertificatePropsInterface} props + * @param props - Props injected to the component. * - * @returns {ReactElement} */ export const ImportCertificate: FunctionComponent = ( props: ImportCertificatePropsInterface @@ -129,7 +128,7 @@ export const ImportCertificate: FunctionComponent { return { diff --git a/apps/console/src/features/certificates/configs/index.ts b/apps/console/src/features/certificates/configs/index.ts index 84c6d425232..3f171475bae 100644 --- a/apps/console/src/features/certificates/configs/index.ts +++ b/apps/console/src/features/certificates/configs/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2020, WSO2 LLC. (https://www.wso2.com). All Rights Reserved. + * 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