license "refactor" :)

This commit is contained in:
liquidraver
2026-06-07 22:47:17 +02:00
parent 2cf4b9704e
commit 2ad185bab4
328 changed files with 869 additions and 832 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* SPDX-License-Identifier: Apache-2.0
* SPDX-License-Identifier: MIT
* Adaptive Contention Window — dupe-counting based delay estimation
*/
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* SPDX-License-Identifier: Apache-2.0
* SPDX-License-Identifier: MIT
* ZephCore Dispatcher implementation
*/
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* SPDX-License-Identifier: Apache-2.0
* SPDX-License-Identifier: MIT
* ZephCore Identity - Ed25519 sign/verify (Monocypher backend)
*
* Backed by Monocypher (lib/monocypher). The persisted private key keeps the
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* SPDX-License-Identifier: Apache-2.0
* SPDX-License-Identifier: MIT
* ZephCore Mesh - minimal port for Phase 5
*/
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* SPDX-License-Identifier: Apache-2.0
* SPDX-License-Identifier: MIT
* ZephCore Packet implementation
*/
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* SPDX-License-Identifier: Apache-2.0
* SPDX-License-Identifier: MIT
* Adaptive Power Control — echo-based TX power reduction
*/
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* SPDX-License-Identifier: Apache-2.0
* SPDX-License-Identifier: MIT
* Static pool PacketManager - no dynamic allocation
*/
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* SPDX-License-Identifier: Apache-2.0
* SPDX-License-Identifier: MIT
* ZephCore Utils - PSA Crypto backend for AES-ECB, SHA256, HMAC
*/
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* SPDX-License-Identifier: Apache-2.0
* SPDX-License-Identifier: MIT
* ZephCore - CompanionMesh (Event-Driven)
*
* BLE stack is in adapters/ble/ZephyrBLE.cpp.
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* SPDX-License-Identifier: Apache-2.0
* SPDX-License-Identifier: MIT
* ZephCore - Repeater (USB CLI, Event-Driven)
*
* This is the main entry point for the repeater role.
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* SPDX-License-Identifier: Apache-2.0
* SPDX-License-Identifier: MIT
* ZephCore - Room Server (USB CLI, Event-Driven)
*
* This is the main entry point for the room server (shared BBS) role.