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. */