diff options
| author | Uri Shaked | 2025-02-11 11:01:48 +0200 |
|---|---|---|
| committer | Uri Shaked | 2025-02-11 11:01:48 +0200 |
| commit | 1378808fa3befb80582e1836705e472755505b73 (patch) | |
| tree | cdc39d81d7958a6f155bcf0fd02e903d64bf9e08 /demo/src/cpu-performance.ts | |
| parent | test(timer): fix typo #160 (diff) | |
| download | avr8js-1378808fa3befb80582e1836705e472755505b73.tar.gz avr8js-1378808fa3befb80582e1836705e472755505b73.tar.bz2 avr8js-1378808fa3befb80582e1836705e472755505b73.zip | |
docs: add copyright notice to source code
Diffstat (limited to '')
| -rw-r--r-- | demo/src/cpu-performance.ts | 3 |
1 files changed, 3 insertions, 0 deletions
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 { |
