From 1385e796cae867def91de3d3f27c1caa9be3aaf9 Mon Sep 17 00:00:00 2001 From: emma Date: Thu, 23 Mar 2023 13:22:18 -0400 Subject: [PATCH] fixed build.rs license header --- Cargo.toml | 2 +- build.rs | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6ed0b49..4d871a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yacexits" -version = "0.1.4" +version = "0.1.5" edition = "2021" license = "FSFAP" authors = [ "Emma Tebibyte " ] diff --git a/build.rs b/build.rs index c51c588..d2d8900 100644 --- a/build.rs +++ b/build.rs @@ -1,7 +1,8 @@ -// Copyright (c) 2023 YAC -// SPDX-License-Identifier: FSFAP - -/* Copying and distribution of this file, with or without modification, are +/* + * Copyright (c) 2023 YAC + * SPDX-License-Identifier: FSFAP + * + * Copying and distribution of this file, with or without modification, are * permitted in any medium without royalty provided the copyright notice and * this notice are preserved. This file is offered as-is, without any warranty. */