diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4171414 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.verified.txt text eol=lf +*.received.txt text eol=lf diff --git a/Directory.Build.props b/Directory.Build.props index 429a6b2..32d31ce 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,8 @@ Declan Smith icon.png - readme.md + README.md + LICENSE.txt A process runner library true true @@ -24,7 +25,8 @@ - - + + + \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt index d87806e..a04d753 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 Invex Games +Copyright (c) 2026 Declan Smith Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/_atom/_atom.csproj b/_atom/_atom.csproj index 3eb73d9..5db4a54 100644 --- a/_atom/_atom.csproj +++ b/_atom/_atom.csproj @@ -7,11 +7,6 @@ $(NoWarn);CS1591 - - - - -