Add README FAQ and align license headers

This commit is contained in:
i12bp8
2026-04-07 20:19:59 +02:00
parent 29f8c71722
commit 4fedd2b59b
4 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
* 2. Pack pixels into the tag's raw or RLE bitmap format.
* 3. Wrap those bytes into the IR frames that the tag understands.
*
* SPDX-License-Identifier: MIT
* SPDX-License-Identifier: GPL-3.0-only
*/
#include "tagtinker_proto.h"
+1 -1
View File
@@ -4,7 +4,7 @@
* This layer turns barcodes, pixels, and payload bytes into the frames
* that the Flipper sends over IR to the tag.
*
* SPDX-License-Identifier: MIT
* SPDX-License-Identifier: GPL-3.0-only
*/
#pragma once