Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
upd - Updated copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Dec 10, 2023
1 parent 1bc8023 commit 60d5cfb
Show file tree
Hide file tree
Showing 38 changed files with 281 additions and 223 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ end_of_line = crlf
insert_final_newline = true
indent_style = space
indent_size = 4
file_header_template = \nRetroKS Copyright (C) 2022 Aptivi\n\nThis file is part of RetroKS\n\nRetroKS is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nRetroKS is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY, without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see <https://www.gnu.org/licenses/>.\n

# IDE0060: Remove unused parameter
dotnet_diagnostic.IDE0060.severity = warning
Expand All @@ -27,3 +28,21 @@ end_of_line = crlf
insert_final_newline = true
indent_style = space
indent_size = 2

[*.xml]
end_of_line = crlf
insert_final_newline = true
indent_style = space
indent_size = 2

[*.json]
end_of_line = crlf
insert_final_newline = true
indent_style = space
indent_size = 4

[*.yml]
end_of_line = crlf
insert_final_newline = true
indent_style = space
indent_size = 2
13 changes: 7 additions & 6 deletions RetroKS/Arguments/ArgumentParse.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@

//
// RetroKS Copyright (C) 2022 Aptivi
//
//
// This file is part of RetroKS
//
//
// RetroKS 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.
//
//
// RetroKS is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// 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;
using System.Linq;
Expand Down
13 changes: 7 additions & 6 deletions RetroKS/Arguments/ArgumentPrompt.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@

//
// RetroKS Copyright (C) 2022 Aptivi
//
//
// This file is part of RetroKS
//
//
// RetroKS 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.
//
//
// RetroKS is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// 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;
using Terminaux.Reader;
Expand Down
13 changes: 7 additions & 6 deletions RetroKS/Arguments/CommandLineArgsParse.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@

//
// RetroKS Copyright (C) 2022 Aptivi
//
//
// This file is part of RetroKS
//
//
// RetroKS 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.
//
//
// RetroKS is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// 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 static System.Environment;
using System.Linq;
Expand Down
13 changes: 7 additions & 6 deletions RetroKS/Console/ColorInitialize.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@

//
// RetroKS Copyright (C) 2022 Aptivi
//
//
// This file is part of RetroKS
//
//
// RetroKS 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.
//
//
// RetroKS is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// 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;

Expand Down
13 changes: 7 additions & 6 deletions RetroKS/Console/ColorSet.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@

//
// RetroKS Copyright (C) 2022 Aptivi
//
//
// This file is part of RetroKS
//
//
// RetroKS 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.
//
//
// RetroKS is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// 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;
using System.Linq;
Expand Down
13 changes: 7 additions & 6 deletions RetroKS/Console/LoadBackground.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@

//
// RetroKS Copyright (C) 2022 Aptivi
//
//
// This file is part of RetroKS
//
//
// RetroKS 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.
//
//
// RetroKS is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// 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;

Expand Down
13 changes: 7 additions & 6 deletions RetroKS/Console/TemplateSet.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@

//
// RetroKS Copyright (C) 2022 Aptivi
//
//
// This file is part of RetroKS
//
//
// RetroKS 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.
//
//
// RetroKS is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// 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;
using System.Linq;
Expand Down
13 changes: 7 additions & 6 deletions RetroKS/Console/Templates.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@

//
// RetroKS Copyright (C) 2022 Aptivi
//
//
// This file is part of RetroKS
//
//
// RetroKS 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.
//
//
// RetroKS is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// 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;

Expand Down
13 changes: 7 additions & 6 deletions RetroKS/EntryPoint.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@

//
// RetroKS Copyright (C) 2022 Aptivi
//
//
// This file is part of RetroKS
//
//
// RetroKS 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.
//
//
// RetroKS is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// 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;
using System.Reflection;
Expand Down
13 changes: 7 additions & 6 deletions RetroKS/Files/CurrentDir.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@

//
// RetroKS Copyright (C) 2022 Aptivi
//
//
// This file is part of RetroKS
//
//
// RetroKS 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.
//
//
// RetroKS is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// 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/>.
//

namespace RetroKS
{
Expand Down
13 changes: 7 additions & 6 deletions RetroKS/Files/FileContents.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@

//
// RetroKS Copyright (C) 2022 Aptivi
//
//
// This file is part of RetroKS
//
//
// RetroKS 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.
//
//
// RetroKS is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// 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/>.
//

namespace RetroKS
{
Expand Down
13 changes: 7 additions & 6 deletions RetroKS/Files/InitializeDirectoryFile.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@

//
// RetroKS Copyright (C) 2022 Aptivi
//
//
// This file is part of RetroKS
//
//
// RetroKS 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.
//
//
// RetroKS is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// 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;

Expand Down
13 changes: 7 additions & 6 deletions RetroKS/Files/ListFolders.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@

//
// RetroKS Copyright (C) 2022 Aptivi
//
//
// This file is part of RetroKS
//
//
// RetroKS 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.
//
//
// RetroKS is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// 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.Collections.Generic;

Expand Down
Loading

0 comments on commit 60d5cfb

Please sign in to comment.