diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-05-24 14:15:15 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-05-24 14:15:15 +0300 |
| commit | c771a678e382c6e37d5714231629de82476ab3ae (patch) | |
| tree | 81dcde9da210f6cec4ebb30308f259b3a55b500a /tasm/include | |
| parent | f91a8c111830b83ca296f6752d47d0c2880b112b (diff) | |
| download | tri-c771a678e382c6e37d5714231629de82476ab3ae.tar.gz tri-c771a678e382c6e37d5714231629de82476ab3ae.zip | |
add license stuff in tasm
Diffstat (limited to 'tasm/include')
| -rw-r--r-- | tasm/include/tasm/assembler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tasm/include/tasm/assembler.h b/tasm/include/tasm/assembler.h index 6f162e4..0527cfc 100644 --- a/tasm/include/tasm/assembler.h +++ b/tasm/include/tasm/assembler.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ + #ifndef TASM_ASSEMBLER_H #define TASM_ASSEMBLER_H |
