From e2d521bbe73708da64662478155630d634e00932 Mon Sep 17 00:00:00 2001 From: taitep Date: Mon, 1 Dec 2025 22:06:13 +0100 Subject: Add license/copyright notices to top of each source file (where applicable) --- src/main.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 6a234cf..8abfe33 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,9 @@ +// Copyright (c) 2025 taitep +// SPDX-License-Identifier: MIT +// +// This file is part of TRVE (https://gitea.taitep.se/taitep/trve) +// See LICENSE file in the project root for full license text. + use std::{ error::Error, fs::File, -- cgit v1.2.3