From 1378808fa3befb80582e1836705e472755505b73 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Tue, 11 Feb 2025 11:01:48 +0200 Subject: docs: add copyright notice to source code --- demo/src/cpu-performance.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'demo/src/cpu-performance.ts') diff --git a/demo/src/cpu-performance.ts b/demo/src/cpu-performance.ts index 1b1261e..88f9326 100644 --- a/demo/src/cpu-performance.ts +++ b/demo/src/cpu-performance.ts @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: MIT +// Copyright (c) Uri Shaked and contributors + import { CPU } from 'avr8js'; export class CPUPerformance { -- cgit v1.2.3