diff options
author | sr55 <[email protected]> | 2012-05-05 23:59:57 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-05-05 23:59:57 +0000 |
commit | 3b7269378244f13341626883ce9ae73d49192ac9 (patch) | |
tree | 33cf7b76b88a7617a0e68e13598a9f3f8d66f7d4 /win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.tmpl | |
parent | 58acfd6089bede6effe753b65cd4a7bbe39ee265 (diff) |
WinGui: (WPF) Build system tweaks.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4648 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.tmpl')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.tmpl b/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.tmpl index a55652272..f5bc4f7e5 100644 --- a/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.tmpl +++ b/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.tmpl @@ -15,9 +15,9 @@ using System.Windows; [assembly: AssemblyTitle("HandBrake")]
[assembly: AssemblyDescription("HandBrake is an open-source, GPL-licensed, multiplatform, multithreaded video transcoder.")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("HandBrake Team")]
+[assembly: AssemblyCompany("HandBrake")]
[assembly: AssemblyProduct("HandBrake")]
-[assembly: AssemblyCopyright("Copyright © HandBrake Team 2011-2012")]
+[assembly: AssemblyCopyright("Copyright © HandBrake Team 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
|