Skip to content

Commit

Permalink
added VeriTech copyright to AssemblyInfo files
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Aug 30, 2014
1 parent d2724e2 commit 9215213
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions RequireJsNet.Compressor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand Down
6 changes: 3 additions & 3 deletions RequireJsNet.ResxToJs/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand Down
8 changes: 4 additions & 4 deletions RequireJsNet.Scripts/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand Down
4 changes: 2 additions & 2 deletions RequireJsNet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand Down

0 comments on commit 9215213

Please sign in to comment.