Skip to content

Commit 9215213

Browse files
committed
added VeriTech copyright to AssemblyInfo files
1 parent d2724e2 commit 9215213

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

RequireJsNet.Compressor/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
// set of attributes. Change these attribute values to modify the information
1414
// associated with an assembly.
1515
[assembly: AssemblyTitle("RequireJsNet.Compressor")]
16-
[assembly: AssemblyDescription("RequireJS MSBuild build task")]
16+
[assembly: AssemblyDescription("RequireJS.NET bundling and minification MSBuild task")]
1717
[assembly: AssemblyConfiguration("")]
18-
[assembly: AssemblyCompany("")]
19-
[assembly: AssemblyProduct("RequireJsNet.Compressor")]
20-
[assembly: AssemblyCopyright("Copyright © 2013")]
18+
[assembly: AssemblyCompany("VeriTech Solutions SRL")]
19+
[assembly: AssemblyProduct("RequireJS.NET Compressor")]
20+
[assembly: AssemblyCopyright("Copyright © VeriTech Solutions SRL 2014")]
2121
[assembly: AssemblyTrademark("")]
2222
[assembly: AssemblyCulture("")]
2323

RequireJsNet.ResxToJs/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
[assembly: AssemblyTitle("RequireJsNet.ResxToJs")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("RequireJsNet.ResxToJs")]
13-
[assembly: AssemblyCopyright("Copyright © 2014")]
11+
[assembly: AssemblyCompany("VeriTech Solutions SRL")]
12+
[assembly: AssemblyProduct("RequireJS.NET ResxToJs")]
13+
[assembly: AssemblyCopyright("Copyright © VeriTech Solutions SRL 2014")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

RequireJsNet.Scripts/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("RequireJsNet.Scripts")]
9-
[assembly: AssemblyDescription("")]
9+
[assembly: AssemblyDescription("Contains the minfy version of require.js the text and i18n plug-ins")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("RequireJsNet.Scripts")]
13-
[assembly: AssemblyCopyright("Copyright © 2014")]
11+
[assembly: AssemblyCompany("VeriTech Solutions SRL")]
12+
[assembly: AssemblyProduct("RequireJS.NET Scripts")]
13+
[assembly: AssemblyCopyright("Copyright © VeriTech Solutions SRL 2014")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

RequireJsNet/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
[assembly: AssemblyTitle("RequireJsNet")]
1616
[assembly: AssemblyDescription("RequireJS for ASP.NET MVC")]
1717
[assembly: AssemblyConfiguration("")]
18-
[assembly: AssemblyCompany("stefanprodan.eu")]
18+
[assembly: AssemblyCompany("VeriTech Solutions SRL")]
1919
[assembly: AssemblyProduct("RequireJS.NET")]
20-
[assembly: AssemblyCopyright("Copyright © Stefan Prodan 2014")]
20+
[assembly: AssemblyCopyright("Copyright © VeriTech Solutions SRL 2014")]
2121
[assembly: AssemblyTrademark("")]
2222
[assembly: AssemblyCulture("")]
2323

0 commit comments

Comments
 (0)