diff options
author | sr55 <[email protected]> | 2011-01-03 14:52:48 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-01-03 14:52:48 +0000 |
commit | 831f031de72b4e36fa77b7c4e2554d06b7e94f88 (patch) | |
tree | 3360f9e0905d9aca69703e45f06141d3e6f8cca9 | |
parent | c95b467ad33ce9b2e157ca83629f45e67f7e2ad1 (diff) |
WinGui:
- Update copyright date to 2011
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3727 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | win/C#/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs.tmpl | 2 | ||||
-rw-r--r-- | win/C#/Properties/AssemblyInfo.cs.tmpl | 2 | ||||
-rw-r--r-- | win/C#/frmAbout.Designer.cs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/win/C#/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs.tmpl b/win/C#/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs.tmpl index ebf742688..5669415aa 100644 --- a/win/C#/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs.tmpl +++ b/win/C#/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs.tmpl @@ -16,7 +16,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("HandBrake Team")]
[assembly: AssemblyProduct("HandBrake")]
-[assembly: AssemblyCopyright("Copyright © 2010")]
+[assembly: AssemblyCopyright("Copyright © 2011")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/win/C#/Properties/AssemblyInfo.cs.tmpl b/win/C#/Properties/AssemblyInfo.cs.tmpl index bb0c88122..5e3c9f92d 100644 --- a/win/C#/Properties/AssemblyInfo.cs.tmpl +++ b/win/C#/Properties/AssemblyInfo.cs.tmpl @@ -16,7 +16,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("HandBrake")]
[assembly: AssemblyProduct("HandBrake")]
-[assembly: AssemblyCopyright("Copyright © 2010")]
+[assembly: AssemblyCopyright("Copyright © 2011")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/win/C#/frmAbout.Designer.cs b/win/C#/frmAbout.Designer.cs index 4145deec7..00d2f76cc 100644 --- a/win/C#/frmAbout.Designer.cs +++ b/win/C#/frmAbout.Designer.cs @@ -65,7 +65,7 @@ namespace Handbrake this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(224, 13);
this.label1.TabIndex = 33;
- this.label1.Text = "Copyright 2003-2010 HandBrake Developers";
+ this.label1.Text = "Copyright 2003-2011 HandBrake Developers";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// PictureBox1
|