diff options
Diffstat (limited to 'examples/csharp/excs_sequence/Properties/AssemblyInfo.cs')
-rw-r--r-- | examples/csharp/excs_sequence/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/csharp/excs_sequence/Properties/AssemblyInfo.cs b/examples/csharp/excs_sequence/Properties/AssemblyInfo.cs index 9107d345..241c9b82 100644 --- a/examples/csharp/excs_sequence/Properties/AssemblyInfo.cs +++ b/examples/csharp/excs_sequence/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ @@ -17,7 +17,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Oracle Corporation")] [assembly: AssemblyProduct("excs_sequence")] -[assembly: AssemblyCopyright("Copyright © 2008, 2012 Oracle Corporation and/or its affiliates. All rights reserved.")] +[assembly: AssemblyCopyright("Copyright © 2008, 2015 Oracle Corporation and/or its affiliates. All rights reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] |