aboutsummaryrefslogtreecommitdiff
path: root/demo/src/task-scheduler.ts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--demo/src/task-scheduler.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/demo/src/task-scheduler.ts b/demo/src/task-scheduler.ts
index 46413ef..d7e3c23 100644
--- a/demo/src/task-scheduler.ts
+++ b/demo/src/task-scheduler.ts
@@ -1,3 +1,6 @@
+// SPDX-License-Identifier: MIT
+// Copyright (c) Uri Shaked and contributors
+
export type IMicroTaskCallback = () => void;
export class MicroTaskScheduler {