diff --git a/NohBoard/Extra/FileHelper.cs b/NohBoard/Extra/FileHelper.cs index e164bfb..960a03e 100644 --- a/NohBoard/Extra/FileHelper.cs +++ b/NohBoard/Extra/FileHelper.cs @@ -1,11 +1,26 @@ -namespace ThoNohT.NohBoard.Extra +/* +Copyright (C) 2016 by Eric Bataille + +This program 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 2 of the License, or +(at your option) any later version. + +This program 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 . +*/ + +namespace ThoNohT.NohBoard.Extra { - using System.Drawing; using System.IO; using System.Runtime.Serialization.Json; using System.Text; using System.Xml; - using ThoNohT.NohBoard.Keyboard; public static class FileHelper { diff --git a/NohBoard/Properties/AssemblyInfo.cs b/NohBoard/Properties/AssemblyInfo.cs index b4041fb..d5dbdc0 100644 --- a/NohBoard/Properties/AssemblyInfo.cs +++ b/NohBoard/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.1.0.0")] -[assembly: AssemblyFileVersion("0.1.0.0")] +[assembly: AssemblyVersion("0.1.1.0")] +[assembly: AssemblyFileVersion("0.1.1.0")]