chore: automatically enrich source files with copyright headers

This commit is contained in:
dev-lab 2026-05-23 09:09:46 +00:00 committed by github-actions[bot]
commit 55236223f8
30 changed files with 180 additions and 0 deletions

View file

@ -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.
*/
/* nets.js - Netlist Management (v3) */
class NetManager {