From 2e30aa6d98adb430f1376c1654a6f852dbd357ad Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 1 Sep 2021 14:08:39 -0700 Subject: [PATCH] fusee_cpp: fix some careless search/replace mistakes --- libexosphere/source/kfuse/kfuse_registers.hpp | 10 +++++----- libexosphere/source/tsec/tsec_registers.hpp | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/libexosphere/source/kfuse/kfuse_registers.hpp b/libexosphere/source/kfuse/kfuse_registers.hpp index 4e6f1c6f..70505ee2 100644 --- a/libexosphere/source/kfuse/kfuse_registers.hpp +++ b/libexosphere/source/kfuse/kfuse_registers.hpp @@ -2,16 +2,16 @@ * Copyright (c) 2018-2020 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public LicenKFUSE, + * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * - * This program is distributed in the hope it will be uKFUSEful, but WITHOUT + * This program is distributed in the hope it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOKFUSE. KFUSEe the GNU General Public LicenKFUSE for + * 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 LicenKFUSE - * along with this program. If not, KFUSEe . + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ #include diff --git a/libexosphere/source/tsec/tsec_registers.hpp b/libexosphere/source/tsec/tsec_registers.hpp index fb8e758a..bd0490ba 100644 --- a/libexosphere/source/tsec/tsec_registers.hpp +++ b/libexosphere/source/tsec/tsec_registers.hpp @@ -2,16 +2,16 @@ * Copyright (c) 2018-2020 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public LicenTSEC, + * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * - * This program is distributed in the hope it will be uTSECful, but WITHOUT + * This program is distributed in the hope it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOTSEC. TSECe the GNU General Public LicenTSEC for + * 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 LicenTSEC - * along with this program. If not, TSECe . + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ #include