Add documentation and license and prepare for publication

git-svn-id: svn://claunia.com/FileSystemIDandChk@39 17725271-3d32-4980-a8cb-9ff532f270ba
This commit is contained in:
2014-04-17 21:11:36 +00:00
parent 6a3902c65a
commit 805de66ba5
6 changed files with 775 additions and 3 deletions

View File

@@ -58,12 +58,12 @@ namespace FileSystemIDandChk
chkPartitions = true;
chkFilesystems = true;
// RELEASE
//isDebug = false;
isDebug = false;
// DEBUG
isDebug = true;
//isDebug = true;
Console.WriteLine("Filesystem Identifier and Checker");
Console.WriteLine("Copyright (C) Natalia Portillo, All Rights Reserved");
Console.WriteLine("Copyright (C) 2011-2014 Natalia Portillo");
// For debug
if (isDebug)