Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbevain <jbevain@gmail.com>2010-04-12 15:44:30 +0400
committerjbevain <jbevain@gmail.com>2010-04-12 15:44:30 +0400
commit7d83ad54ae15c35aaf1cc6d93d84c793e9de3a1c (patch)
tree1958fdbae6e7c681574897981850b1c9307b5580 /symbols/pdb/Mono.Cecil.Pdb/AssemblyInfo.cs
parentfedc9b6c1ca5081e2b63d8050b911f120d4342de (diff)
add an AssemblyInfo to Mono.Cecil.Rocks, update the others
Diffstat (limited to 'symbols/pdb/Mono.Cecil.Pdb/AssemblyInfo.cs')
-rw-r--r--symbols/pdb/Mono.Cecil.Pdb/AssemblyInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/symbols/pdb/Mono.Cecil.Pdb/AssemblyInfo.cs b/symbols/pdb/Mono.Cecil.Pdb/AssemblyInfo.cs
index 5624924..eec128e 100644
--- a/symbols/pdb/Mono.Cecil.Pdb/AssemblyInfo.cs
+++ b/symbols/pdb/Mono.Cecil.Pdb/AssemblyInfo.cs
@@ -4,7 +4,7 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// (C) 2006 Jb Evain
+// Copyright (c) 2008 - 2010 Jb Evain
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
@@ -32,7 +32,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle ("Mono.Cecil.Pdb")]
[assembly: AssemblyProduct ("Mono.Cecil")]
-[assembly: AssemblyCopyright ("Copyright © 2004 - 2010, Jb Evain")]
+[assembly: AssemblyCopyright ("Copyright © 2008 - 2010 Jb Evain")]
[assembly: CLSCompliant (false)]
[assembly: ComVisible (false)]