diff --git a/Cargo.toml b/Cargo.toml index f5655e7..aef6a91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,17 +1,17 @@ -# This file is part of Deja-vu. +# This file is part of Deja-Vu. # -# Deja-vu is free software: you can redistribute it and/or modify it +# Deja-Vu is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Deja-vu is distributed in the hope that it will be useful, but +# Deja-Vu is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Deja-vu. If not, see . +# along with Deja-Vu. If not, see . [workspace] members = ["core", "boot_diags", "deja_vu", "pe_menu"] diff --git a/boot_diags/Cargo.toml b/boot_diags/Cargo.toml index 3781fa0..cf73a7a 100644 --- a/boot_diags/Cargo.toml +++ b/boot_diags/Cargo.toml @@ -1,17 +1,17 @@ -# This file is part of Deja-vu. +# This file is part of Deja-Vu. # -# Deja-vu is free software: you can redistribute it and/or modify it +# Deja-Vu is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Deja-vu is distributed in the hope that it will be useful, but +# Deja-Vu is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Deja-vu. If not, see . +# along with Deja-Vu. If not, see . [package] name = "boot-diags" diff --git a/boot_diags/build.rs b/boot_diags/build.rs index c3ced6b..8988d39 100644 --- a/boot_diags/build.rs +++ b/boot_diags/build.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use anyhow::Result; use vergen_gix::{BuildBuilder, CargoBuilder, Emitter, GixBuilder}; diff --git a/boot_diags/src/app.rs b/boot_diags/src/app.rs index c8897e6..220e587 100644 --- a/boot_diags/src/app.rs +++ b/boot_diags/src/app.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use core::{ action::Action, diff --git a/boot_diags/src/main.rs b/boot_diags/src/main.rs index 8bcfda9..82b0996 100644 --- a/boot_diags/src/main.rs +++ b/boot_diags/src/main.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use clap::Parser; use color_eyre::Result; diff --git a/config/config.json5 b/config/config.json5 index 62d9b3a..1a27554 100644 --- a/config/config.json5 +++ b/config/config.json5 @@ -1,5 +1,5 @@ { - "app_title": "Deja-vu", + "app_title": "Deja-Vu", "clone_app_path": "C:/Program Files/Some Clone Tool/app.exe", "conemu_path": "C:/Program Files/ConEmu/ConEmu64.exe", "keybindings": { diff --git a/core/Cargo.toml b/core/Cargo.toml index 0b92777..8d99e89 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,17 +1,17 @@ -# This file is part of Deja-vu. +# This file is part of Deja-Vu. # -# Deja-vu is free software: you can redistribute it and/or modify it +# Deja-Vu is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Deja-vu is distributed in the hope that it will be useful, but +# Deja-Vu is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Deja-vu. If not, see . +# along with Deja-Vu. If not, see . [package] name = "core" diff --git a/core/build.rs b/core/build.rs index c3ced6b..8988d39 100644 --- a/core/build.rs +++ b/core/build.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use anyhow::Result; use vergen_gix::{BuildBuilder, CargoBuilder, Emitter, GixBuilder}; diff --git a/core/src/action.rs b/core/src/action.rs index c4f6a4f..b578031 100644 --- a/core/src/action.rs +++ b/core/src/action.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use serde::{Deserialize, Serialize}; use strum::Display; diff --git a/core/src/cli.rs b/core/src/cli.rs index be4d597..f154dfe 100644 --- a/core/src/cli.rs +++ b/core/src/cli.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use clap::Parser; diff --git a/core/src/components.rs b/core/src/components.rs index 6d1fd97..e46c56a 100644 --- a/core/src/components.rs +++ b/core/src/components.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use color_eyre::Result; use crossterm::event::{KeyEvent, MouseEvent}; diff --git a/core/src/components/footer.rs b/core/src/components/footer.rs index 7355961..d266be2 100644 --- a/core/src/components/footer.rs +++ b/core/src/components/footer.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use color_eyre::Result; use ratatui::{ diff --git a/core/src/components/fps.rs b/core/src/components/fps.rs index cdb822e..32e4770 100644 --- a/core/src/components/fps.rs +++ b/core/src/components/fps.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use std::time::Instant; diff --git a/core/src/components/left.rs b/core/src/components/left.rs index ca8c1e0..eb27244 100644 --- a/core/src/components/left.rs +++ b/core/src/components/left.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use color_eyre::Result; use crossterm::event::KeyEvent; diff --git a/core/src/components/popup.rs b/core/src/components/popup.rs index c95cce2..4b951a7 100644 --- a/core/src/components/popup.rs +++ b/core/src/components/popup.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use color_eyre::Result; use rand::random; diff --git a/core/src/components/right.rs b/core/src/components/right.rs index 569d0a1..e7c18b6 100644 --- a/core/src/components/right.rs +++ b/core/src/components/right.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use color_eyre::Result; use crossterm::event::KeyEvent; diff --git a/core/src/components/state.rs b/core/src/components/state.rs index caf768b..d2862a9 100644 --- a/core/src/components/state.rs +++ b/core/src/components/state.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use std::collections::HashMap; diff --git a/core/src/components/title.rs b/core/src/components/title.rs index ee4f088..f8e7dee 100644 --- a/core/src/components/title.rs +++ b/core/src/components/title.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use color_eyre::Result; use ratatui::{ diff --git a/core/src/config.rs b/core/src/config.rs index 49eb824..2878c20 100644 --- a/core/src/config.rs +++ b/core/src/config.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // #![allow(dead_code)] // Remove this once you start using the code @@ -149,8 +149,8 @@ pub fn get_config_dir() -> PathBuf { } fn project_directory() -> Option { - ProjectDirs::from("com", "Deja-vu", "deja-vu") - //ProjectDirs::from("com", "Deja-vu", env!("CARGO_PKG_NAME")) + ProjectDirs::from("com", "Deja-Vu", "deja-vu") + //ProjectDirs::from("com", "Deja-Vu", env!("CARGO_PKG_NAME")) } #[derive(Clone, Debug, Default, Deref, DerefMut)] diff --git a/core/src/errors.rs b/core/src/errors.rs index 6d1753f..6285edc 100644 --- a/core/src/errors.rs +++ b/core/src/errors.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use std::env; diff --git a/core/src/lib.rs b/core/src/lib.rs index 2e49e5e..f954f22 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // pub mod action; pub mod cli; diff --git a/core/src/line.rs b/core/src/line.rs index 2a6235a..c618451 100644 --- a/core/src/line.rs +++ b/core/src/line.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use ratatui::{ style::{Color, Style}, diff --git a/core/src/logging.rs b/core/src/logging.rs index 741e981..02c8b3a 100644 --- a/core/src/logging.rs +++ b/core/src/logging.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use color_eyre::Result; use tracing_error::ErrorLayer; diff --git a/core/src/state.rs b/core/src/state.rs index 8892f81..e4bc8c9 100644 --- a/core/src/state.rs +++ b/core/src/state.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use std::sync::{Arc, Mutex}; diff --git a/core/src/system.rs b/core/src/system.rs index 1d9692d..f8c5db1 100644 --- a/core/src/system.rs +++ b/core/src/system.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // pub mod boot; pub mod cpu; diff --git a/core/src/system/boot.rs b/core/src/system/boot.rs index 94edf3e..5dfd4dd 100644 --- a/core/src/system/boot.rs +++ b/core/src/system/boot.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use super::{disk::PartitionTableType, drivers::Driver}; use crate::tasks::Task; diff --git a/core/src/system/cpu.rs b/core/src/system/cpu.rs index 1187d2c..0e2a316 100644 --- a/core/src/system/cpu.rs +++ b/core/src/system/cpu.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // #[must_use] pub fn get_cpu_name() -> String { diff --git a/core/src/system/disk.rs b/core/src/system/disk.rs index 96a8ae0..3450add 100644 --- a/core/src/system/disk.rs +++ b/core/src/system/disk.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use serde::{Deserialize, Serialize}; use std::{ diff --git a/core/src/system/diskpart.rs b/core/src/system/diskpart.rs index ab827c5..ae1c97a 100644 --- a/core/src/system/diskpart.rs +++ b/core/src/system/diskpart.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use std::{ collections::HashMap, diff --git a/core/src/system/drivers.rs b/core/src/system/drivers.rs index a95c342..8ddfa6c 100644 --- a/core/src/system/drivers.rs +++ b/core/src/system/drivers.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use std::{env, fmt, fs::read_dir, path::PathBuf, process::Command}; diff --git a/core/src/tasks.rs b/core/src/tasks.rs index 09e8cb7..7e885e5 100644 --- a/core/src/tasks.rs +++ b/core/src/tasks.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use std::{ diff --git a/core/src/tests/mod.rs b/core/src/tests/mod.rs index cf96690..6750d5d 100644 --- a/core/src/tests/mod.rs +++ b/core/src/tests/mod.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // pub mod sample_output; diff --git a/core/src/tests/sample_output.rs b/core/src/tests/sample_output.rs index 2d2681b..4ffdfda 100644 --- a/core/src/tests/sample_output.rs +++ b/core/src/tests/sample_output.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // #[allow(dead_code)] pub static DETAIL_DISK_GPT: &str = "Disk 2 is now the selected disk. diff --git a/core/src/tui.rs b/core/src/tui.rs index 9bc93c7..cf563b0 100644 --- a/core/src/tui.rs +++ b/core/src/tui.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // #![allow(dead_code)] // Remove this once you start using the code diff --git a/deja_vu/Cargo.toml b/deja_vu/Cargo.toml index 5cee449..ae4ab91 100644 --- a/deja_vu/Cargo.toml +++ b/deja_vu/Cargo.toml @@ -1,17 +1,17 @@ -# This file is part of Deja-vu. +# This file is part of Deja-Vu. # -# Deja-vu is free software: you can redistribute it and/or modify it +# Deja-Vu is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Deja-vu is distributed in the hope that it will be useful, but +# Deja-Vu is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Deja-vu. If not, see . +# along with Deja-Vu. If not, see . [package] name = "deja-vu" diff --git a/deja_vu/build.rs b/deja_vu/build.rs index c3ced6b..8988d39 100644 --- a/deja_vu/build.rs +++ b/deja_vu/build.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use anyhow::Result; use vergen_gix::{BuildBuilder, CargoBuilder, Emitter, GixBuilder}; diff --git a/deja_vu/src/app.rs b/deja_vu/src/app.rs index b96d8bc..463565e 100644 --- a/deja_vu/src/app.rs +++ b/deja_vu/src/app.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . use core::{ action::Action, diff --git a/deja_vu/src/main.rs b/deja_vu/src/main.rs index 8bcfda9..82b0996 100644 --- a/deja_vu/src/main.rs +++ b/deja_vu/src/main.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use clap::Parser; use color_eyre::Result; diff --git a/pe_menu/Cargo.toml b/pe_menu/Cargo.toml index cf7bcfb..a3f1a55 100644 --- a/pe_menu/Cargo.toml +++ b/pe_menu/Cargo.toml @@ -1,17 +1,17 @@ -# This file is part of Deja-vu. +# This file is part of Deja-Vu. # -# Deja-vu is free software: you can redistribute it and/or modify it +# Deja-Vu is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Deja-vu is distributed in the hope that it will be useful, but +# Deja-Vu is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Deja-vu. If not, see . +# along with Deja-Vu. If not, see . [package] name = "pe-menu" diff --git a/pe_menu/build.rs b/pe_menu/build.rs index c3ced6b..8988d39 100644 --- a/pe_menu/build.rs +++ b/pe_menu/build.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use anyhow::Result; use vergen_gix::{BuildBuilder, CargoBuilder, Emitter, GixBuilder}; diff --git a/pe_menu/src/app.rs b/pe_menu/src/app.rs index 5f9c060..9ec8c58 100644 --- a/pe_menu/src/app.rs +++ b/pe_menu/src/app.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use core::{ action::Action, diff --git a/pe_menu/src/main.rs b/pe_menu/src/main.rs index 8bcfda9..82b0996 100644 --- a/pe_menu/src/main.rs +++ b/pe_menu/src/main.rs @@ -1,17 +1,17 @@ -// This file is part of Deja-vu. +// This file is part of Deja-Vu. // -// Deja-vu is free software: you can redistribute it and/or modify it +// Deja-Vu is free software: you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Deja-vu is distributed in the hope that it will be useful, but +// Deja-Vu is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Deja-vu. If not, see . +// along with Deja-Vu. If not, see . // use clap::Parser; use color_eyre::Result;