diff --git a/LICENSE.txt b/LICENSE.txt index 318247e..5fcf784 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2015 Valeriano Alfonso Rodriguez +Copyright (c) 2016-2017 Valeriano Alfonso Rodriguez 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/VAR.Json/Properties/AssemblyInfo.cs b/VAR.Json/Properties/AssemblyInfo.cs index a558758..1db95e0 100644 --- a/VAR.Json/Properties/AssemblyInfo.cs +++ b/VAR.Json/Properties/AssemblyInfo.cs @@ -2,11 +2,11 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("VAR.Json")] -[assembly: AssemblyDescription("Json Library")] +[assembly: AssemblyDescription(".Net library for JSON parsing")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("VAR")] [assembly: AssemblyProduct("VAR.Json")] -[assembly: AssemblyCopyright("Copyright © VAR 2016")] +[assembly: AssemblyCopyright("Copyright © VAR 2016-2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)]