From 3e44f760fb194641e64fbd9cb8ae5df57f0c000f Mon Sep 17 00:00:00 2001 From: Ib Green Date: Thu, 6 Aug 2026 17:35:49 -0400 Subject: [PATCH] fix(experimental): normalize recent GPU data-frame SPDX headers --- modules/experimental/src/gpu-primitives/gpu-batch-hash-index.ts | 2 +- modules/experimental/src/ludf/index.ts | 2 +- modules/experimental/src/ludf/lu-data-frame.ts | 2 +- .../test/gpu-primitives/gpu-batch-hash-index.node.spec.ts | 2 +- .../test/gpu-primitives/gpu-batch-hash-index.spec.ts | 2 +- modules/experimental/test/ludf/lu-data-frame.node.spec.ts | 2 +- modules/experimental/test/ludf/lu-data-frame.spec.ts | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/experimental/src/gpu-primitives/gpu-batch-hash-index.ts b/modules/experimental/src/gpu-primitives/gpu-batch-hash-index.ts index becf09a9a8..a52f9b63e8 100644 --- a/modules/experimental/src/gpu-primitives/gpu-batch-hash-index.ts +++ b/modules/experimental/src/gpu-primitives/gpu-batch-hash-index.ts @@ -1,6 +1,6 @@ // luma.gl // SPDX-License-Identifier: MIT -// Copyright (c) vis.gl contributors +// SPDX-FileCopyrightText: Copyright (c) vis.gl contributors import {GraphVectorView, type GPUCommandGraph, type GraphDataView} from './gpu-command-graph'; import { diff --git a/modules/experimental/src/ludf/index.ts b/modules/experimental/src/ludf/index.ts index d19780b066..64b3f320c0 100644 --- a/modules/experimental/src/ludf/index.ts +++ b/modules/experimental/src/ludf/index.ts @@ -1,6 +1,6 @@ // luma.gl // SPDX-License-Identifier: MIT -// Copyright (c) vis.gl contributors +// SPDX-FileCopyrightText: Copyright (c) vis.gl contributors export {LuDataFrame} from './lu-data-frame'; export type { diff --git a/modules/experimental/src/ludf/lu-data-frame.ts b/modules/experimental/src/ludf/lu-data-frame.ts index e679291fc8..b287a3e9c0 100644 --- a/modules/experimental/src/ludf/lu-data-frame.ts +++ b/modules/experimental/src/ludf/lu-data-frame.ts @@ -1,6 +1,6 @@ // luma.gl // SPDX-License-Identifier: MIT -// Copyright (c) vis.gl contributors +// SPDX-FileCopyrightText: Copyright (c) vis.gl contributors import type {BufferLayout} from '@luma.gl/core'; import { diff --git a/modules/experimental/test/gpu-primitives/gpu-batch-hash-index.node.spec.ts b/modules/experimental/test/gpu-primitives/gpu-batch-hash-index.node.spec.ts index 4ab485720d..92e21e0054 100644 --- a/modules/experimental/test/gpu-primitives/gpu-batch-hash-index.node.spec.ts +++ b/modules/experimental/test/gpu-primitives/gpu-batch-hash-index.node.spec.ts @@ -1,6 +1,6 @@ // luma.gl // SPDX-License-Identifier: MIT -// Copyright (c) vis.gl contributors +// SPDX-FileCopyrightText: Copyright (c) vis.gl contributors import {Buffer} from '@luma.gl/core'; import { diff --git a/modules/experimental/test/gpu-primitives/gpu-batch-hash-index.spec.ts b/modules/experimental/test/gpu-primitives/gpu-batch-hash-index.spec.ts index 840db132bf..4606f3b3fe 100644 --- a/modules/experimental/test/gpu-primitives/gpu-batch-hash-index.spec.ts +++ b/modules/experimental/test/gpu-primitives/gpu-batch-hash-index.spec.ts @@ -1,6 +1,6 @@ // luma.gl // SPDX-License-Identifier: MIT -// Copyright (c) vis.gl contributors +// SPDX-FileCopyrightText: Copyright (c) vis.gl contributors import test from 'test/utils/vitest-tape'; import {Buffer, type Device} from '@luma.gl/core'; diff --git a/modules/experimental/test/ludf/lu-data-frame.node.spec.ts b/modules/experimental/test/ludf/lu-data-frame.node.spec.ts index a64ecea461..f7bd83eae3 100644 --- a/modules/experimental/test/ludf/lu-data-frame.node.spec.ts +++ b/modules/experimental/test/ludf/lu-data-frame.node.spec.ts @@ -1,6 +1,6 @@ // luma.gl // SPDX-License-Identifier: MIT -// Copyright (c) vis.gl contributors +// SPDX-FileCopyrightText: Copyright (c) vis.gl contributors import {readFileSync} from 'node:fs'; diff --git a/modules/experimental/test/ludf/lu-data-frame.spec.ts b/modules/experimental/test/ludf/lu-data-frame.spec.ts index 0608341710..f29f7418d4 100644 --- a/modules/experimental/test/ludf/lu-data-frame.spec.ts +++ b/modules/experimental/test/ludf/lu-data-frame.spec.ts @@ -1,6 +1,6 @@ // luma.gl // SPDX-License-Identifier: MIT -// Copyright (c) vis.gl contributors +// SPDX-FileCopyrightText: Copyright (c) vis.gl contributors import {Buffer, type Device} from '@luma.gl/core'; import {LuDataFrame} from '@luma.gl/experimental/ludf';