From 921521385a1aeb4ad58596985ad4eedee706018b Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Sat, 30 Aug 2014 12:42:17 +0300 Subject: [PATCH] added VeriTech copyright to AssemblyInfo files --- RequireJsNet.Compressor/Properties/AssemblyInfo.cs | 8 ++++---- RequireJsNet.ResxToJs/Properties/AssemblyInfo.cs | 6 +++--- RequireJsNet.Scripts/Properties/AssemblyInfo.cs | 8 ++++---- RequireJsNet/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/RequireJsNet.Compressor/Properties/AssemblyInfo.cs b/RequireJsNet.Compressor/Properties/AssemblyInfo.cs index a937dd1..1301f5d 100644 --- a/RequireJsNet.Compressor/Properties/AssemblyInfo.cs +++ b/RequireJsNet.Compressor/Properties/AssemblyInfo.cs @@ -13,11 +13,11 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("RequireJsNet.Compressor")] -[assembly: AssemblyDescription("RequireJS MSBuild build task")] +[assembly: AssemblyDescription("RequireJS.NET bundling and minification MSBuild task")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("RequireJsNet.Compressor")] -[assembly: AssemblyCopyright("Copyright © 2013")] +[assembly: AssemblyCompany("VeriTech Solutions SRL")] +[assembly: AssemblyProduct("RequireJS.NET Compressor")] +[assembly: AssemblyCopyright("Copyright © VeriTech Solutions SRL 2014")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/RequireJsNet.ResxToJs/Properties/AssemblyInfo.cs b/RequireJsNet.ResxToJs/Properties/AssemblyInfo.cs index af2754b..8d47ec9 100644 --- a/RequireJsNet.ResxToJs/Properties/AssemblyInfo.cs +++ b/RequireJsNet.ResxToJs/Properties/AssemblyInfo.cs @@ -8,9 +8,9 @@ [assembly: AssemblyTitle("RequireJsNet.ResxToJs")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("RequireJsNet.ResxToJs")] -[assembly: AssemblyCopyright("Copyright © 2014")] +[assembly: AssemblyCompany("VeriTech Solutions SRL")] +[assembly: AssemblyProduct("RequireJS.NET ResxToJs")] +[assembly: AssemblyCopyright("Copyright © VeriTech Solutions SRL 2014")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/RequireJsNet.Scripts/Properties/AssemblyInfo.cs b/RequireJsNet.Scripts/Properties/AssemblyInfo.cs index 14f187a..09ff242 100644 --- a/RequireJsNet.Scripts/Properties/AssemblyInfo.cs +++ b/RequireJsNet.Scripts/Properties/AssemblyInfo.cs @@ -6,11 +6,11 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("RequireJsNet.Scripts")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Contains the minfy version of require.js the text and i18n plug-ins")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("RequireJsNet.Scripts")] -[assembly: AssemblyCopyright("Copyright © 2014")] +[assembly: AssemblyCompany("VeriTech Solutions SRL")] +[assembly: AssemblyProduct("RequireJS.NET Scripts")] +[assembly: AssemblyCopyright("Copyright © VeriTech Solutions SRL 2014")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/RequireJsNet/Properties/AssemblyInfo.cs b/RequireJsNet/Properties/AssemblyInfo.cs index 4d85e3f..24dc391 100644 --- a/RequireJsNet/Properties/AssemblyInfo.cs +++ b/RequireJsNet/Properties/AssemblyInfo.cs @@ -15,9 +15,9 @@ [assembly: AssemblyTitle("RequireJsNet")] [assembly: AssemblyDescription("RequireJS for ASP.NET MVC")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("stefanprodan.eu")] +[assembly: AssemblyCompany("VeriTech Solutions SRL")] [assembly: AssemblyProduct("RequireJS.NET")] -[assembly: AssemblyCopyright("Copyright © Stefan Prodan 2014")] +[assembly: AssemblyCopyright("Copyright © VeriTech Solutions SRL 2014")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]