From 56363c46bf8fc42890d0eca57fc348701293e751 Mon Sep 17 00:00:00 2001 From: "Quek, Yao Jing" Date: Mon, 4 Sep 2023 10:49:17 +0800 Subject: [PATCH] Removed license header in tutorial --- doc/tutorials/chapter_8/oven_fsm.dart | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/doc/tutorials/chapter_8/oven_fsm.dart b/doc/tutorials/chapter_8/oven_fsm.dart index c04e90d05..540fd4bb0 100644 --- a/doc/tutorials/chapter_8/oven_fsm.dart +++ b/doc/tutorials/chapter_8/oven_fsm.dart @@ -1,13 +1,3 @@ -/// Copyright (C) 2023 Intel Corporation -/// SPDX-License-Identifier: BSD-3-Clause -/// -/// oven_fsm.dart -/// A simple oven FSM implementation using ROHD. -/// -/// 2023 February 13 -/// Author: Yao Jing Quek -/// - // ignore_for_file: avoid_print // Import the ROHD package.