Skip to content

Commit

Permalink
ref - Cleaned things up
Browse files Browse the repository at this point in the history
---

Type: ref
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Apr 29, 2024
1 parent c28a92e commit 15a67ab
Show file tree
Hide file tree
Showing 727 changed files with 4 additions and 13,032 deletions.
3 changes: 0 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
Possible specifiers (NitrocidReleaseSpecifier):
- REL: Final release
- DEV: Developer preview
- ALPHA: Alpha release
- BETA: Beta release
- RC: Release candidate
-->
<PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion KSCleanUnusedLocales/CodeLister.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//

using System;
using System.Collections.Generic;
using System.IO;

Expand Down
2 changes: 0 additions & 2 deletions KSCleanUnusedLocales/LocalizationLister.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;

namespace KSCleanUnusedLocales
{
Expand Down
18 changes: 0 additions & 18 deletions KSTests/Argument/ArgumentInfoInitializationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,6 @@
//

using System;

// Kernel Simulator Copyright (C) 2018-2022 Aptivi
//
// This file is part of Kernel Simulator
//
// Kernel Simulator 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.
//
// Kernel Simulator 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 this program. If not, see <https://www.gnu.org/licenses/>.

using KS.Arguments.ArgumentBase;
using NUnit.Framework;
using Shouldly;
Expand Down
18 changes: 0 additions & 18 deletions KSTests/Console/Color255QueryingTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,6 @@
//

using System;

// Kernel Simulator Copyright (C) 2018-2022 Aptivi
//
// This file is part of Kernel Simulator
//
// Kernel Simulator 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.
//
// Kernel Simulator 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 this program. If not, see <https://www.gnu.org/licenses/>.

using KS.ConsoleBase.Colors;
using Newtonsoft.Json.Linq;
using NUnit.Framework;
Expand Down
18 changes: 0 additions & 18 deletions KSTests/Console/ColorInitializationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,6 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//

// Kernel Simulator Copyright (C) 2018-2022 Aptivi
//
// This file is part of Kernel Simulator
//
// Kernel Simulator 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.
//
// Kernel Simulator 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 this program. If not, see <https://www.gnu.org/licenses/>.

using KS.ConsoleBase.Colors;
using NUnit.Framework;
using Shouldly;
Expand Down
18 changes: 0 additions & 18 deletions KSTests/Console/ColorQueryingTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,6 @@
//

using System.Diagnostics;

// Kernel Simulator Copyright (C) 2018-2022 Aptivi
//
// This file is part of Kernel Simulator
//
// Kernel Simulator 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.
//
// Kernel Simulator 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 this program. If not, see <https://www.gnu.org/licenses/>.

using KS.ConsoleBase.Colors;
using NUnit.Framework;
using Shouldly;
Expand Down
18 changes: 0 additions & 18 deletions KSTests/Console/ConsoleQueryingTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,6 @@
//

using System;

// Kernel Simulator Copyright (C) 2018-2022 Aptivi
//
// This file is part of Kernel Simulator
//
// Kernel Simulator 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.
//
// Kernel Simulator 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 this program. If not, see <https://www.gnu.org/licenses/>.

using KS.ConsoleBase;
using KS.ConsoleBase.Colors;
using NUnit.Framework;
Expand Down
18 changes: 0 additions & 18 deletions KSTests/Console/ThemeInfoInitializationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,6 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//

// Kernel Simulator Copyright (C) 2018-2022 Aptivi
//
// This file is part of Kernel Simulator
//
// Kernel Simulator 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.
//
// Kernel Simulator 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 this program. If not, see <https://www.gnu.org/licenses/>.

using System.IO;
using KS.ConsoleBase.Themes;
using NUnit.Framework;
Expand Down
19 changes: 0 additions & 19 deletions KSTests/Files/FilesystemManipulationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,6 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//

// Kernel Simulator Copyright (C) 2018-2022 Aptivi
//
// This file is part of Kernel Simulator
//
// Kernel Simulator 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.
//
// Kernel Simulator 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 this program. If not, see <https://www.gnu.org/licenses/>.

using System.IO;
using System.Text.RegularExpressions;
using KS.Files;
Expand All @@ -44,7 +26,6 @@
using KS.Files.Querying;
using KS.Files.Read;
using KS.Misc.Platform;
using KS.Shell;
using NUnit.Framework;
using Shouldly;

Expand Down
18 changes: 0 additions & 18 deletions KSTests/Files/FilesystemNeutralizationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,6 @@
//

using KS.Files;

// Kernel Simulator Copyright (C) 2018-2022 Aptivi
//
// This file is part of Kernel Simulator
//
// Kernel Simulator 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.
//
// Kernel Simulator 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 this program. If not, see <https://www.gnu.org/licenses/>.

using KS.Files.Folders;
using NUnit.Framework;
using Shouldly;
Expand Down
18 changes: 0 additions & 18 deletions KSTests/Files/FilesystemQueryingTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,6 @@
using System.Diagnostics;
using System.IO;
using KS.Files;

// Kernel Simulator Copyright (C) 2018-2022 Aptivi
//
// This file is part of Kernel Simulator
//
// Kernel Simulator 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.
//
// Kernel Simulator 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 this program. If not, see <https://www.gnu.org/licenses/>.

using KS.Files.LineEndings;
using KS.Files.Querying;
using NUnit.Framework;
Expand Down
18 changes: 0 additions & 18 deletions KSTests/Files/FilesystemSettingTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,6 @@
//

using KS.Files;

// Kernel Simulator Copyright (C) 2018-2022 Aptivi
//
// This file is part of Kernel Simulator
//
// Kernel Simulator 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.
//
// Kernel Simulator 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 this program. If not, see <https://www.gnu.org/licenses/>.

using KS.Files.Folders;
using KS.Misc.Configuration;
using NUnit.Framework;
Expand Down
18 changes: 0 additions & 18 deletions KSTests/Kernel/KernelMiscTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,6 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//

// Kernel Simulator Copyright (C) 2018-2022 Aptivi
//
// This file is part of Kernel Simulator
//
// Kernel Simulator 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.
//
// Kernel Simulator 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 this program. If not, see <https://www.gnu.org/licenses/>.

using KS.Kernel;
using NUnit.Framework;
using Shouldly;
Expand Down
18 changes: 0 additions & 18 deletions KSTests/Languages/LocalizationActionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,6 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//

// Kernel Simulator Copyright (C) 2018-2022 Aptivi
//
// This file is part of Kernel Simulator
//
// Kernel Simulator 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.
//
// Kernel Simulator 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 this program. If not, see <https://www.gnu.org/licenses/>.

using KS.Languages;
using NUnit.Framework;
using Shouldly;
Expand Down
18 changes: 0 additions & 18 deletions KSTests/Languages/LocalizationQueryingTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,6 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//

// Kernel Simulator Copyright (C) 2018-2022 Aptivi
//
// This file is part of Kernel Simulator
//
// Kernel Simulator 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.
//
// Kernel Simulator 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 this program. If not, see <https://www.gnu.org/licenses/>.

using KS.Languages;
using NUnit.Framework;
using Shouldly;
Expand Down
18 changes: 0 additions & 18 deletions KSTests/Languages/LocalizationSettingTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,6 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//

// Kernel Simulator Copyright (C) 2018-2022 Aptivi
//
// This file is part of Kernel Simulator
//
// Kernel Simulator 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.
//
// Kernel Simulator 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 this program. If not, see <https://www.gnu.org/licenses/>.

using KS.Languages;
using NUnit.Framework;
using Shouldly;
Expand Down
Loading

0 comments on commit 15a67ab

Please sign in to comment.