diff options
Diffstat (limited to 'win/C#/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs')
-rw-r--r-- | win/C#/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs b/win/C#/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs index 98c308af0..dea8e3e9d 100644 --- a/win/C#/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs +++ b/win/C#/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs @@ -8,9 +8,9 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("HandBrake.ApplicationServices")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Microsoft")]
+[assembly: AssemblyCompany("HandBrake Team")]
[assembly: AssemblyProduct("HandBrake.ApplicationServices")]
-[assembly: AssemblyCopyright("Copyright © Microsoft 2010")]
+[assembly: AssemblyCopyright("Copyright © HandBrake Team 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
|