aboutsummaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
authorUri Shaked2025-02-11 11:01:48 +0200
committerUri Shaked2025-02-11 11:01:48 +0200
commit1378808fa3befb80582e1836705e472755505b73 (patch)
treecdc39d81d7958a6f155bcf0fd02e903d64bf9e08 /src/types.ts
parenttest(timer): fix typo #160 (diff)
downloadavr8js-1378808fa3befb80582e1836705e472755505b73.tar.gz
avr8js-1378808fa3befb80582e1836705e472755505b73.tar.bz2
avr8js-1378808fa3befb80582e1836705e472755505b73.zip
docs: add copyright notice to source code
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/types.ts b/src/types.ts
index 850cd6b..1139251 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -1,3 +1,6 @@
+// SPDX-License-Identifier: MIT
+// Copyright (c) Uri Shaked and contributors
+
export type u8 = number;
export type u16 = number;
export type i16 = number;