From b65d0617bca7bf85970854c728c37d935421ea14 Mon Sep 17 00:00:00 2001 From: Ren Kararou Date: Fri, 26 May 2023 17:25:38 -0400 Subject: rename files for clarity --- usr/src/mei/true/Cargo.toml | 2 +- usr/src/mei/true/src/main.rs | 31 ------------------------------- usr/src/mei/true/src/true.rs | 31 +++++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 usr/src/mei/true/src/main.rs create mode 100644 usr/src/mei/true/src/true.rs (limited to 'usr/src/mei/true') diff --git a/usr/src/mei/true/Cargo.toml b/usr/src/mei/true/Cargo.toml index 644bc0d..ec2d8a5 100644 --- a/usr/src/mei/true/Cargo.toml +++ b/usr/src/mei/true/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [[bin]] name = "true" -path = "src/main.rs" +path = "src/true.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/usr/src/mei/true/src/main.rs b/usr/src/mei/true/src/main.rs deleted file mode 100644 index 6f58f4e..0000000 --- a/usr/src/mei/true/src/main.rs +++ /dev/null @@ -1,31 +0,0 @@ -/* - * CDDL HEADER START - * - * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. - * - * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE - * or http://www.opensolaris.org/os/licensing. - * See the License for the specific language governing permissions - * and limitations under the License. - * - * When distributing Covered Code, include this CDDL HEADER in each - * file and include the License file at usr/src/OPENSOLARIS.LICENSE. - * If applicable, add the following below this CDDL HEADER, with the - * fields enclosed by brackets "[]" replaced with your own identifying - * information: Portions Copyright [yyyy] [name of copyright owner] - * - * CDDL HEADER END - */ - -/* - * Copyright 2023 Ren Kararou All rights reserved. - * Use is subject to license terms. - */ - - -fn main() { - return; -} diff --git a/usr/src/mei/true/src/true.rs b/usr/src/mei/true/src/true.rs new file mode 100644 index 0000000..6f58f4e --- /dev/null +++ b/usr/src/mei/true/src/true.rs @@ -0,0 +1,31 @@ +/* + * CDDL HEADER START + * + * The contents of this file are subject to the terms of the + * Common Development and Distribution License, Version 1.0 only + * (the "License"). You may not use this file except in compliance + * with the License. + * + * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE + * or http://www.opensolaris.org/os/licensing. + * See the License for the specific language governing permissions + * and limitations under the License. + * + * When distributing Covered Code, include this CDDL HEADER in each + * file and include the License file at usr/src/OPENSOLARIS.LICENSE. + * If applicable, add the following below this CDDL HEADER, with the + * fields enclosed by brackets "[]" replaced with your own identifying + * information: Portions Copyright [yyyy] [name of copyright owner] + * + * CDDL HEADER END + */ + +/* + * Copyright 2023 Ren Kararou All rights reserved. + * Use is subject to license terms. + */ + + +fn main() { + return; +} -- cgit 1.4.1-2-gfad0