diff options
-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
|