From d16e949646990a7ca9945cbb378718a2ef63ae60 Mon Sep 17 00:00:00 2001 From: ariellalgilmore Date: Tue, 9 Jul 2024 11:49:21 -0700 Subject: [PATCH] fix(datagrid): missing license text --- .../src/components/Datagrid/useDisableSelectRows.ts | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/packages/ibm-products/src/components/Datagrid/useDisableSelectRows.ts b/packages/ibm-products/src/components/Datagrid/useDisableSelectRows.ts index 01dbfa6dd7..097d622535 100644 --- a/packages/ibm-products/src/components/Datagrid/useDisableSelectRows.ts +++ b/packages/ibm-products/src/components/Datagrid/useDisableSelectRows.ts @@ -1,9 +1,8 @@ -/* - * Licensed Materials - Property of IBM - * 5724-Q36 - * (c) Copyright IBM Corp. 2020, 2024 - * US Government Users Restricted Rights - Use, duplication or disclosure - * restricted by GSA ADP Schedule Contract with IBM Corp. +/** + * Copyright IBM Corp. 2020, 2024 + * + * This source code is licensed under the Apache-2.0 license found in the + * LICENSE file in the root directory of this source tree. */ import { Hooks, Row, RowPropGetter, TableRowProps } from 'react-table';