Skip to content

Commit

Permalink
chore: add SPDX headers
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 9, 2025
1 parent 8efb2a0 commit ef0181d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/scenegraph-pan-zoom/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { adaptiveCanvas2d } from "@thi.ng/canvas";
import {
asPolygon,
Expand Down
1 change: 1 addition & 0 deletions examples/thing-packages-quiz/src/packages.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// generated @ 2025-01-28T23:31:33.204Z - DO NOT EDIT!
// run `yarn tool:packages` to re-generate...

Expand Down
1 change: 1 addition & 0 deletions packages/checks/src/is-dark-mode.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
/**
* Browser only. Returns true if client has currently dark mode enabled. Always
* returns false if no global `window` object is available.
Expand Down
1 change: 1 addition & 0 deletions tools/src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { ILogger } from "@thi.ng/logger";
import { execFileSync } from "node:child_process";
import { LOGGER } from "./api.js";
Expand Down

0 comments on commit ef0181d

Please sign in to comment.