diff --git a/src/components/tables/DataTable/DataTableContext.tsx b/src/components/tables/DataTable/DataTableContext.tsx index 83a090a1..1308493f 100644 --- a/src/components/tables/DataTable/DataTableContext.tsx +++ b/src/components/tables/DataTable/DataTableContext.tsx @@ -1,3 +1,6 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import * as React from 'react'; import * as ReactTable from 'react-table'; diff --git a/src/components/tables/DataTable/DataTableEager.scss b/src/components/tables/DataTable/DataTableEager.scss index e4c08872..660c6363 100644 --- a/src/components/tables/DataTable/DataTableEager.scss +++ b/src/components/tables/DataTable/DataTableEager.scss @@ -1,3 +1,6 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ @use '../../../style/variables.scss' as bkl; @use './DataTableLazy.scss' as dataTableLazy; diff --git a/src/components/tables/DataTable/DataTableEager.tsx b/src/components/tables/DataTable/DataTableEager.tsx index 096d8e72..912908fa 100644 --- a/src/components/tables/DataTable/DataTableEager.tsx +++ b/src/components/tables/DataTable/DataTableEager.tsx @@ -1,3 +1,6 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import * as React from 'react'; import { classNames as cx, ClassNameArgument } from '../../../util/componentUtil.ts'; diff --git a/src/components/tables/DataTable/DataTableLazy.scss b/src/components/tables/DataTable/DataTableLazy.scss index 21bf3c09..6de6b2fd 100644 --- a/src/components/tables/DataTable/DataTableLazy.scss +++ b/src/components/tables/DataTable/DataTableLazy.scss @@ -1,3 +1,6 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ @use '../../../style/variables.scss' as bkl; @use '../../../style/mixins.scss' as mixins; diff --git a/src/components/tables/DataTable/DataTableLazy.tsx b/src/components/tables/DataTable/DataTableLazy.tsx index 0a4fc209..bb7e32bb 100644 --- a/src/components/tables/DataTable/DataTableLazy.tsx +++ b/src/components/tables/DataTable/DataTableLazy.tsx @@ -1,3 +1,6 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import * as React from 'react'; import { classNames as cx, ClassNameArgument } from '../../../util/component_util'; diff --git a/src/components/tables/DataTable/DataTableStream.scss b/src/components/tables/DataTable/DataTableStream.scss index e48200ce..55eafbf4 100644 --- a/src/components/tables/DataTable/DataTableStream.scss +++ b/src/components/tables/DataTable/DataTableStream.scss @@ -1,3 +1,6 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ @use '../../../style/variables.scss' as bkl; @use './DataTableLazy.scss' as dataTableLazy; diff --git a/src/components/tables/DataTable/DataTableStream.tsx b/src/components/tables/DataTable/DataTableStream.tsx index 4ed1deae..0a9c0304 100644 --- a/src/components/tables/DataTable/DataTableStream.tsx +++ b/src/components/tables/DataTable/DataTableStream.tsx @@ -1,3 +1,6 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import * as React from 'react'; import { classNames as cx } from '../../../util/component_util'; diff --git a/src/components/tables/DataTable/filtering/Filtering.ts b/src/components/tables/DataTable/filtering/Filtering.ts index aada220d..817a8732 100644 --- a/src/components/tables/DataTable/filtering/Filtering.ts +++ b/src/components/tables/DataTable/filtering/Filtering.ts @@ -1,3 +1,7 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + import { getUnixTime } from 'date-fns'; import type { ArrayFieldSpec, diff --git a/src/components/tables/DataTable/pagination/Pagination.scss b/src/components/tables/DataTable/pagination/Pagination.scss index 1e0f1274..011aa53e 100644 --- a/src/components/tables/DataTable/pagination/Pagination.scss +++ b/src/components/tables/DataTable/pagination/Pagination.scss @@ -1,3 +1,6 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ @use '../../../../style/variables.scss' as bkl; @use '../../../../style/mixins.scss' as mixins; diff --git a/src/components/tables/DataTable/pagination/Pagination.tsx b/src/components/tables/DataTable/pagination/Pagination.tsx index b08e7233..c7713389 100644 --- a/src/components/tables/DataTable/pagination/Pagination.tsx +++ b/src/components/tables/DataTable/pagination/Pagination.tsx @@ -1,3 +1,6 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import cx from 'classnames'; import * as React from 'react'; diff --git a/src/components/tables/DataTable/pagination/PaginationSizeSelector.scss b/src/components/tables/DataTable/pagination/PaginationSizeSelector.scss index 0f46a980..d9876090 100644 --- a/src/components/tables/DataTable/pagination/PaginationSizeSelector.scss +++ b/src/components/tables/DataTable/pagination/PaginationSizeSelector.scss @@ -1,3 +1,6 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ @use '../../../../style/variables.scss' as bkl; @use '../../../../style/mixins.scss' as mixins; diff --git a/src/components/tables/DataTable/pagination/PaginationSizeSelector.tsx b/src/components/tables/DataTable/pagination/PaginationSizeSelector.tsx index cbae7a67..877875cd 100644 --- a/src/components/tables/DataTable/pagination/PaginationSizeSelector.tsx +++ b/src/components/tables/DataTable/pagination/PaginationSizeSelector.tsx @@ -1,3 +1,6 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import cx from 'classnames'; import * as React from 'react'; diff --git a/src/components/tables/DataTable/pagination/PaginationStream.scss b/src/components/tables/DataTable/pagination/PaginationStream.scss index 9abd0679..bf9ead04 100644 --- a/src/components/tables/DataTable/pagination/PaginationStream.scss +++ b/src/components/tables/DataTable/pagination/PaginationStream.scss @@ -1,3 +1,6 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ @use '../../../../style/variables.scss' as bkl; @use '../../../../style/mixins.scss' as mixins; diff --git a/src/components/tables/DataTable/pagination/PaginationStream.tsx b/src/components/tables/DataTable/pagination/PaginationStream.tsx index 9739da3b..d1fbd004 100644 --- a/src/components/tables/DataTable/pagination/PaginationStream.tsx +++ b/src/components/tables/DataTable/pagination/PaginationStream.tsx @@ -1,3 +1,6 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import cx from 'classnames'; import * as React from 'react'; diff --git a/src/components/tables/DataTable/plugins/useCustomFilters.tsx b/src/components/tables/DataTable/plugins/useCustomFilters.tsx index 03952954..cad52639 100644 --- a/src/components/tables/DataTable/plugins/useCustomFilters.tsx +++ b/src/components/tables/DataTable/plugins/useCustomFilters.tsx @@ -1,3 +1,6 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import * as React from 'react'; import * as ReactTable from 'react-table'; diff --git a/src/components/tables/DataTable/plugins/useRowSelectColumn.scss b/src/components/tables/DataTable/plugins/useRowSelectColumn.scss index 97af459b..a132752c 100644 --- a/src/components/tables/DataTable/plugins/useRowSelectColumn.scss +++ b/src/components/tables/DataTable/plugins/useRowSelectColumn.scss @@ -1,3 +1,6 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ @use '../../../../style/variables.scss' as bkl; @@ -12,4 +15,4 @@ &__cell { margin-bottom: bkl.$sizing-m; } -} \ No newline at end of file +} diff --git a/src/components/tables/DataTable/plugins/useRowSelectColumn.tsx b/src/components/tables/DataTable/plugins/useRowSelectColumn.tsx index 9fca78fc..e0c05780 100644 --- a/src/components/tables/DataTable/plugins/useRowSelectColumn.tsx +++ b/src/components/tables/DataTable/plugins/useRowSelectColumn.tsx @@ -1,3 +1,6 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import * as React from 'react'; import * as ReactTable from 'react-table'; diff --git a/src/components/tables/DataTable/table/DataTable.scss b/src/components/tables/DataTable/table/DataTable.scss index 7c13685c..a8307cbd 100644 --- a/src/components/tables/DataTable/table/DataTable.scss +++ b/src/components/tables/DataTable/table/DataTable.scss @@ -1,3 +1,6 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ @use '../../../../style/variables.scss' as bkl; @use '../../../../style/mixins.scss' as mixins; diff --git a/src/components/tables/DataTable/table/DataTable.tsx b/src/components/tables/DataTable/table/DataTable.tsx index d175ef6f..f8f0e80e 100644 --- a/src/components/tables/DataTable/table/DataTable.tsx +++ b/src/components/tables/DataTable/table/DataTable.tsx @@ -1,3 +1,6 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import * as React from 'react'; import { classNames as cx, type ClassNameArgument, type ComponentProps } from '../../../../util/componentUtil.ts'; diff --git a/src/components/tables/DataTable/table/DataTablePlaceholder.scss b/src/components/tables/DataTable/table/DataTablePlaceholder.scss index e1315386..76e7a622 100644 --- a/src/components/tables/DataTable/table/DataTablePlaceholder.scss +++ b/src/components/tables/DataTable/table/DataTablePlaceholder.scss @@ -1,3 +1,6 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ @use '../../../../style/variables.scss' as bkl; @use '../../../../style/mixins.scss' as mixins; diff --git a/src/components/tables/DataTable/table/DataTablePlaceholder.tsx b/src/components/tables/DataTable/table/DataTablePlaceholder.tsx index 3c549680..d78bb3f3 100644 --- a/src/components/tables/DataTable/table/DataTablePlaceholder.tsx +++ b/src/components/tables/DataTable/table/DataTablePlaceholder.tsx @@ -1,3 +1,6 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import * as React from 'react'; import { classNames as cx, type ClassNameArgument, type ComponentProps } from '../../../../util/componentUtil.ts'; diff --git a/src/components/tables/MultiSearch/MultiSearch.scss b/src/components/tables/MultiSearch/MultiSearch.scss index 87bc455c..1ba904d2 100644 --- a/src/components/tables/MultiSearch/MultiSearch.scss +++ b/src/components/tables/MultiSearch/MultiSearch.scss @@ -1,3 +1,6 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ @use '../../../style/variables.scss' as *; @use '../../../components/overlays/dropdown/Dropdown.scss'; diff --git a/src/components/tables/MultiSearch/MultiSearch.stories.tsx b/src/components/tables/MultiSearch/MultiSearch.stories.tsx index 506296b6..1fa02cc9 100644 --- a/src/components/tables/MultiSearch/MultiSearch.stories.tsx +++ b/src/components/tables/MultiSearch/MultiSearch.stories.tsx @@ -1,3 +1,6 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import { getDay as dateGetDay, startOfDay as dateStartOfDay, endOfDay as dateEndOfDay, sub as dateSub } from 'date-fns'; diff --git a/src/components/tables/MultiSearch/MultiSearch.tsx b/src/components/tables/MultiSearch/MultiSearch.tsx index ca4e00b2..c2f8c66c 100644 --- a/src/components/tables/MultiSearch/MultiSearch.tsx +++ b/src/components/tables/MultiSearch/MultiSearch.tsx @@ -1,3 +1,6 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import * as Random from '../../../util/random'; import * as ObjectUtil from '../../../util/object_util'; diff --git a/src/components/tables/util/generateData.ts b/src/components/tables/util/generateData.ts index 2ac6c5a1..96d4ecab 100644 --- a/src/components/tables/util/generateData.ts +++ b/src/components/tables/util/generateData.ts @@ -1,3 +1,6 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import { seed, randFirstName, randLastName, randEmail, randCompanyName, randBetweenDate } from '@ngneat/falso';