diff options
author | Ian C <ianc@noddybox.co.uk> | 2012-01-08 22:43:17 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2012-01-08 22:43:17 +0000 |
commit | 5a4dd7575d114e5ef1879f6a0e74a5464f4adc01 (patch) | |
tree | 2f2dbb3b3c90452cbce9fbc16bdd4309abb3329b | |
parent | a00e548533eed5b1aead479e70a117eb05458a5f (diff) |
Updated dates in properties.
3 files changed, 3 insertions, 3 deletions
diff --git a/WindowsPhone/Noddybox.Emulation.EightBit.Z80/Properties/AssemblyInfo.cs b/WindowsPhone/Noddybox.Emulation.EightBit.Z80/Properties/AssemblyInfo.cs index 52b6054..f721332 100644 --- a/WindowsPhone/Noddybox.Emulation.EightBit.Z80/Properties/AssemblyInfo.cs +++ b/WindowsPhone/Noddybox.Emulation.EightBit.Z80/Properties/AssemblyInfo.cs @@ -11,7 +11,7 @@ using System.Resources; [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Noddybox.Emulation.EightBit.Z80")]
-[assembly: AssemblyCopyright("Copyright © 2011")]
+[assembly: AssemblyCopyright("Copyright © 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/WindowsPhone/Noddybox.Emulation.EightBit/Properties/AssemblyInfo.cs b/WindowsPhone/Noddybox.Emulation.EightBit/Properties/AssemblyInfo.cs index a0de499..aa22387 100644 --- a/WindowsPhone/Noddybox.Emulation.EightBit/Properties/AssemblyInfo.cs +++ b/WindowsPhone/Noddybox.Emulation.EightBit/Properties/AssemblyInfo.cs @@ -11,7 +11,7 @@ using System.Resources; [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Noddybox.Emulation.EightBit")]
-[assembly: AssemblyCopyright("Copyright © 2011")]
+[assembly: AssemblyCopyright("Copyright © 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/WindowsPhone/Noddybox.Emulation/Properties/AssemblyInfo.cs b/WindowsPhone/Noddybox.Emulation/Properties/AssemblyInfo.cs index d5a5343..c96fb58 100644 --- a/WindowsPhone/Noddybox.Emulation/Properties/AssemblyInfo.cs +++ b/WindowsPhone/Noddybox.Emulation/Properties/AssemblyInfo.cs @@ -11,7 +11,7 @@ using System.Resources; [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Noddybox.Emulation")]
-[assembly: AssemblyCopyright("Copyright © 2011")]
+[assembly: AssemblyCopyright("Copyright © 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
|