chore: automatically enrich source files with copyright headers
This commit is contained in:
parent
d76aea27b8
commit
55236223f8
30 changed files with 180 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
/*
|
||||
* Copyright (c) 2025-2026 Taras Greben
|
||||
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Commercial-pcb-retrace
|
||||
* See LICENSE file for details.
|
||||
*/
|
||||
|
||||
/* inspector.js - Visual Trace Tracking (v6) */
|
||||
|
||||
class Inspector {
|
||||
|
|
|
|||
Loading…
Reference in a new issue