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:
authorJb Evain <jb@evain.net>2015-04-22 21:06:32 +0300
committerJb Evain <jb@evain.net>2015-04-22 21:06:32 +0300
commitb7b326bc04ea430728edc9668e6ae5e031fc8ac2 (patch)
treea33eac7d895f11b077a9360c835a4e83de39255a /Mono.Cecil
parenta4c7ec496d941188e75bcbafb0f0e7b95bbe227f (diff)
Update copyrights
Diffstat (limited to 'Mono.Cecil')
-rw-r--r--Mono.Cecil/ArrayType.cs3
-rw-r--r--Mono.Cecil/AssemblyDefinition.cs3
-rw-r--r--Mono.Cecil/AssemblyFlags.cs3
-rw-r--r--Mono.Cecil/AssemblyHashAlgorithm.cs3
-rw-r--r--Mono.Cecil/AssemblyInfo.cs3
-rw-r--r--Mono.Cecil/AssemblyLinkedResource.cs3
-rw-r--r--Mono.Cecil/AssemblyNameDefinition.cs3
-rw-r--r--Mono.Cecil/AssemblyNameReference.cs3
-rw-r--r--Mono.Cecil/AssemblyReader.cs5
-rw-r--r--Mono.Cecil/AssemblyWriter.cs3
-rw-r--r--Mono.Cecil/BaseAssemblyResolver.cs3
-rw-r--r--Mono.Cecil/CallSite.cs3
-rw-r--r--Mono.Cecil/CustomAttribute.cs3
-rw-r--r--Mono.Cecil/DefaultAssemblyResolver.cs3
-rw-r--r--Mono.Cecil/EmbeddedResource.cs3
-rw-r--r--Mono.Cecil/EventAttributes.cs3
-rw-r--r--Mono.Cecil/EventDefinition.cs3
-rw-r--r--Mono.Cecil/EventReference.cs3
-rw-r--r--Mono.Cecil/ExportedType.cs3
-rw-r--r--Mono.Cecil/FieldAttributes.cs3
-rw-r--r--Mono.Cecil/FieldDefinition.cs3
-rw-r--r--Mono.Cecil/FieldReference.cs3
-rw-r--r--Mono.Cecil/FileAttributes.cs3
-rw-r--r--Mono.Cecil/FunctionPointerType.cs3
-rw-r--r--Mono.Cecil/GenericInstanceMethod.cs3
-rw-r--r--Mono.Cecil/GenericInstanceType.cs3
-rw-r--r--Mono.Cecil/GenericParameter.cs3
-rw-r--r--Mono.Cecil/GenericParameterAttributes.cs3
-rw-r--r--Mono.Cecil/IConstantProvider.cs3
-rw-r--r--Mono.Cecil/ICustomAttributeProvider.cs3
-rw-r--r--Mono.Cecil/IGenericInstance.cs3
-rw-r--r--Mono.Cecil/IGenericParameterProvider.cs3
-rw-r--r--Mono.Cecil/IMarshalInfoProvider.cs3
-rw-r--r--Mono.Cecil/IMemberDefinition.cs3
-rw-r--r--Mono.Cecil/IMetadataScope.cs3
-rw-r--r--Mono.Cecil/IMetadataTokenProvider.cs3
-rw-r--r--Mono.Cecil/IMethodSignature.cs3
-rw-r--r--Mono.Cecil/Import.cs3
-rw-r--r--Mono.Cecil/LinkedResource.cs3
-rw-r--r--Mono.Cecil/ManifestResourceAttributes.cs3
-rw-r--r--Mono.Cecil/MarshalInfo.cs3
-rw-r--r--Mono.Cecil/MemberDefinitionCollection.cs3
-rw-r--r--Mono.Cecil/MemberReference.cs3
-rw-r--r--Mono.Cecil/MetadataResolver.cs3
-rw-r--r--Mono.Cecil/MetadataSystem.cs3
-rw-r--r--Mono.Cecil/MethodAttributes.cs3
-rw-r--r--Mono.Cecil/MethodCallingConvention.cs3
-rw-r--r--Mono.Cecil/MethodDefinition.cs3
-rw-r--r--Mono.Cecil/MethodImplAttributes.cs3
-rw-r--r--Mono.Cecil/MethodReference.cs3
-rw-r--r--Mono.Cecil/MethodReturnType.cs3
-rw-r--r--Mono.Cecil/MethodSemanticsAttributes.cs3
-rw-r--r--Mono.Cecil/MethodSpecification.cs3
-rw-r--r--Mono.Cecil/Modifiers.cs3
-rw-r--r--Mono.Cecil/ModuleDefinition.cs3
-rw-r--r--Mono.Cecil/ModuleKind.cs3
-rw-r--r--Mono.Cecil/ModuleReference.cs3
-rw-r--r--Mono.Cecil/NativeType.cs3
-rw-r--r--Mono.Cecil/PInvokeAttributes.cs3
-rw-r--r--Mono.Cecil/PInvokeInfo.cs3
-rw-r--r--Mono.Cecil/ParameterAttributes.cs3
-rw-r--r--Mono.Cecil/ParameterDefinition.cs3
-rw-r--r--Mono.Cecil/ParameterDefinitionCollection.cs3
-rw-r--r--Mono.Cecil/ParameterReference.cs3
-rw-r--r--Mono.Cecil/PinnedType.cs3
-rw-r--r--Mono.Cecil/PointerType.cs3
-rw-r--r--Mono.Cecil/PropertyAttributes.cs3
-rw-r--r--Mono.Cecil/PropertyDefinition.cs3
-rw-r--r--Mono.Cecil/PropertyReference.cs3
-rw-r--r--Mono.Cecil/ReferenceType.cs3
-rw-r--r--Mono.Cecil/Resource.cs3
-rw-r--r--Mono.Cecil/SecurityDeclaration.cs3
-rw-r--r--Mono.Cecil/SentinelType.cs3
-rw-r--r--Mono.Cecil/TargetRuntime.cs3
-rw-r--r--Mono.Cecil/TypeAttributes.cs3
-rw-r--r--Mono.Cecil/TypeDefinition.cs3
-rw-r--r--Mono.Cecil/TypeDefinitionCollection.cs3
-rw-r--r--Mono.Cecil/TypeParser.cs3
-rw-r--r--Mono.Cecil/TypeReference.cs3
-rw-r--r--Mono.Cecil/TypeSpecification.cs3
-rw-r--r--Mono.Cecil/TypeSystem.cs3
-rw-r--r--Mono.Cecil/VariantType.cs3
82 files changed, 165 insertions, 83 deletions
diff --git a/Mono.Cecil/ArrayType.cs b/Mono.Cecil/ArrayType.cs
index 55c59d8..63a56a3 100644
--- a/Mono.Cecil/ArrayType.cs
+++ b/Mono.Cecil/ArrayType.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/AssemblyDefinition.cs b/Mono.Cecil/AssemblyDefinition.cs
index f4e69cf..9efeee4 100644
--- a/Mono.Cecil/AssemblyDefinition.cs
+++ b/Mono.Cecil/AssemblyDefinition.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/AssemblyFlags.cs b/Mono.Cecil/AssemblyFlags.cs
index 72a0eb0..fc6073b 100644
--- a/Mono.Cecil/AssemblyFlags.cs
+++ b/Mono.Cecil/AssemblyFlags.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/AssemblyHashAlgorithm.cs b/Mono.Cecil/AssemblyHashAlgorithm.cs
index 79a5699..7a2ba2d 100644
--- a/Mono.Cecil/AssemblyHashAlgorithm.cs
+++ b/Mono.Cecil/AssemblyHashAlgorithm.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/AssemblyInfo.cs b/Mono.Cecil/AssemblyInfo.cs
index 7f4f3e4..27950a1 100644
--- a/Mono.Cecil/AssemblyInfo.cs
+++ b/Mono.Cecil/AssemblyInfo.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/AssemblyLinkedResource.cs b/Mono.Cecil/AssemblyLinkedResource.cs
index 4d8bac0..0378962 100644
--- a/Mono.Cecil/AssemblyLinkedResource.cs
+++ b/Mono.Cecil/AssemblyLinkedResource.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/AssemblyNameDefinition.cs b/Mono.Cecil/AssemblyNameDefinition.cs
index dc6b905..8126f1e 100644
--- a/Mono.Cecil/AssemblyNameDefinition.cs
+++ b/Mono.Cecil/AssemblyNameDefinition.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/AssemblyNameReference.cs b/Mono.Cecil/AssemblyNameReference.cs
index e328c78..b067fe7 100644
--- a/Mono.Cecil/AssemblyNameReference.cs
+++ b/Mono.Cecil/AssemblyNameReference.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/AssemblyReader.cs b/Mono.Cecil/AssemblyReader.cs
index 9d27889..cda76f6 100644
--- a/Mono.Cecil/AssemblyReader.cs
+++ b/Mono.Cecil/AssemblyReader.cs
@@ -1,10 +1,11 @@
-//
+//
// AssemblyReader.cs
//
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/AssemblyWriter.cs b/Mono.Cecil/AssemblyWriter.cs
index e338053..b173b74 100644
--- a/Mono.Cecil/AssemblyWriter.cs
+++ b/Mono.Cecil/AssemblyWriter.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/BaseAssemblyResolver.cs b/Mono.Cecil/BaseAssemblyResolver.cs
index 63c2610..18a29d2 100644
--- a/Mono.Cecil/BaseAssemblyResolver.cs
+++ b/Mono.Cecil/BaseAssemblyResolver.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/CallSite.cs b/Mono.Cecil/CallSite.cs
index 2d4ed41..7f57abd 100644
--- a/Mono.Cecil/CallSite.cs
+++ b/Mono.Cecil/CallSite.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/CustomAttribute.cs b/Mono.Cecil/CustomAttribute.cs
index e8eb057..124965b 100644
--- a/Mono.Cecil/CustomAttribute.cs
+++ b/Mono.Cecil/CustomAttribute.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/DefaultAssemblyResolver.cs b/Mono.Cecil/DefaultAssemblyResolver.cs
index e0baedf..72fffa2 100644
--- a/Mono.Cecil/DefaultAssemblyResolver.cs
+++ b/Mono.Cecil/DefaultAssemblyResolver.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/EmbeddedResource.cs b/Mono.Cecil/EmbeddedResource.cs
index 80c260c..5987a66 100644
--- a/Mono.Cecil/EmbeddedResource.cs
+++ b/Mono.Cecil/EmbeddedResource.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/EventAttributes.cs b/Mono.Cecil/EventAttributes.cs
index 815efa5..9e42ac5 100644
--- a/Mono.Cecil/EventAttributes.cs
+++ b/Mono.Cecil/EventAttributes.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/EventDefinition.cs b/Mono.Cecil/EventDefinition.cs
index 512643a..f3fa080 100644
--- a/Mono.Cecil/EventDefinition.cs
+++ b/Mono.Cecil/EventDefinition.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/EventReference.cs b/Mono.Cecil/EventReference.cs
index 8952002..4212ed8 100644
--- a/Mono.Cecil/EventReference.cs
+++ b/Mono.Cecil/EventReference.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/ExportedType.cs b/Mono.Cecil/ExportedType.cs
index c922baa..21a9175 100644
--- a/Mono.Cecil/ExportedType.cs
+++ b/Mono.Cecil/ExportedType.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/FieldAttributes.cs b/Mono.Cecil/FieldAttributes.cs
index dd6bf36..6dcb9b6 100644
--- a/Mono.Cecil/FieldAttributes.cs
+++ b/Mono.Cecil/FieldAttributes.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/FieldDefinition.cs b/Mono.Cecil/FieldDefinition.cs
index 489feed..10dabc2 100644
--- a/Mono.Cecil/FieldDefinition.cs
+++ b/Mono.Cecil/FieldDefinition.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/FieldReference.cs b/Mono.Cecil/FieldReference.cs
index 9150c57..2b2a768 100644
--- a/Mono.Cecil/FieldReference.cs
+++ b/Mono.Cecil/FieldReference.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/FileAttributes.cs b/Mono.Cecil/FileAttributes.cs
index 4d3b6ca..044715c 100644
--- a/Mono.Cecil/FileAttributes.cs
+++ b/Mono.Cecil/FileAttributes.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/FunctionPointerType.cs b/Mono.Cecil/FunctionPointerType.cs
index b7f04cc..fc5dd9f 100644
--- a/Mono.Cecil/FunctionPointerType.cs
+++ b/Mono.Cecil/FunctionPointerType.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/GenericInstanceMethod.cs b/Mono.Cecil/GenericInstanceMethod.cs
index 3df444c..b26babf 100644
--- a/Mono.Cecil/GenericInstanceMethod.cs
+++ b/Mono.Cecil/GenericInstanceMethod.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/GenericInstanceType.cs b/Mono.Cecil/GenericInstanceType.cs
index 60ee5fc..262bd98 100644
--- a/Mono.Cecil/GenericInstanceType.cs
+++ b/Mono.Cecil/GenericInstanceType.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/GenericParameter.cs b/Mono.Cecil/GenericParameter.cs
index ec70bfb..637bf19 100644
--- a/Mono.Cecil/GenericParameter.cs
+++ b/Mono.Cecil/GenericParameter.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/GenericParameterAttributes.cs b/Mono.Cecil/GenericParameterAttributes.cs
index 6d77956..9898fb1 100644
--- a/Mono.Cecil/GenericParameterAttributes.cs
+++ b/Mono.Cecil/GenericParameterAttributes.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/IConstantProvider.cs b/Mono.Cecil/IConstantProvider.cs
index 36f33dd..3ac85c8 100644
--- a/Mono.Cecil/IConstantProvider.cs
+++ b/Mono.Cecil/IConstantProvider.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/ICustomAttributeProvider.cs b/Mono.Cecil/ICustomAttributeProvider.cs
index 86bd374..50485d3 100644
--- a/Mono.Cecil/ICustomAttributeProvider.cs
+++ b/Mono.Cecil/ICustomAttributeProvider.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/IGenericInstance.cs b/Mono.Cecil/IGenericInstance.cs
index edc406c..c7ea9c6 100644
--- a/Mono.Cecil/IGenericInstance.cs
+++ b/Mono.Cecil/IGenericInstance.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/IGenericParameterProvider.cs b/Mono.Cecil/IGenericParameterProvider.cs
index 7a392b9..c1c0f84 100644
--- a/Mono.Cecil/IGenericParameterProvider.cs
+++ b/Mono.Cecil/IGenericParameterProvider.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/IMarshalInfoProvider.cs b/Mono.Cecil/IMarshalInfoProvider.cs
index e220400..57c3b03 100644
--- a/Mono.Cecil/IMarshalInfoProvider.cs
+++ b/Mono.Cecil/IMarshalInfoProvider.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/IMemberDefinition.cs b/Mono.Cecil/IMemberDefinition.cs
index ee73d9d..f403085 100644
--- a/Mono.Cecil/IMemberDefinition.cs
+++ b/Mono.Cecil/IMemberDefinition.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/IMetadataScope.cs b/Mono.Cecil/IMetadataScope.cs
index 04a0228..5937096 100644
--- a/Mono.Cecil/IMetadataScope.cs
+++ b/Mono.Cecil/IMetadataScope.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/IMetadataTokenProvider.cs b/Mono.Cecil/IMetadataTokenProvider.cs
index 6621835..8cecbb5 100644
--- a/Mono.Cecil/IMetadataTokenProvider.cs
+++ b/Mono.Cecil/IMetadataTokenProvider.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/IMethodSignature.cs b/Mono.Cecil/IMethodSignature.cs
index e3d288b..f80e2b8 100644
--- a/Mono.Cecil/IMethodSignature.cs
+++ b/Mono.Cecil/IMethodSignature.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/Import.cs b/Mono.Cecil/Import.cs
index c26baab..31ef8e3 100644
--- a/Mono.Cecil/Import.cs
+++ b/Mono.Cecil/Import.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/LinkedResource.cs b/Mono.Cecil/LinkedResource.cs
index 16c1d59..675d07d 100644
--- a/Mono.Cecil/LinkedResource.cs
+++ b/Mono.Cecil/LinkedResource.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/ManifestResourceAttributes.cs b/Mono.Cecil/ManifestResourceAttributes.cs
index 7d6bb19..3fddad5 100644
--- a/Mono.Cecil/ManifestResourceAttributes.cs
+++ b/Mono.Cecil/ManifestResourceAttributes.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/MarshalInfo.cs b/Mono.Cecil/MarshalInfo.cs
index 9d58738..387c4a0 100644
--- a/Mono.Cecil/MarshalInfo.cs
+++ b/Mono.Cecil/MarshalInfo.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/MemberDefinitionCollection.cs b/Mono.Cecil/MemberDefinitionCollection.cs
index 707f36f..b85e1b0 100644
--- a/Mono.Cecil/MemberDefinitionCollection.cs
+++ b/Mono.Cecil/MemberDefinitionCollection.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/MemberReference.cs b/Mono.Cecil/MemberReference.cs
index 46c3a20..56c7a97 100644
--- a/Mono.Cecil/MemberReference.cs
+++ b/Mono.Cecil/MemberReference.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/MetadataResolver.cs b/Mono.Cecil/MetadataResolver.cs
index 0b3c9dc..a57e3c5 100644
--- a/Mono.Cecil/MetadataResolver.cs
+++ b/Mono.Cecil/MetadataResolver.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/MetadataSystem.cs b/Mono.Cecil/MetadataSystem.cs
index 3ae2015..dd3a796 100644
--- a/Mono.Cecil/MetadataSystem.cs
+++ b/Mono.Cecil/MetadataSystem.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/MethodAttributes.cs b/Mono.Cecil/MethodAttributes.cs
index 626a97b..dda3b54 100644
--- a/Mono.Cecil/MethodAttributes.cs
+++ b/Mono.Cecil/MethodAttributes.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/MethodCallingConvention.cs b/Mono.Cecil/MethodCallingConvention.cs
index bd7188d..8259949 100644
--- a/Mono.Cecil/MethodCallingConvention.cs
+++ b/Mono.Cecil/MethodCallingConvention.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/MethodDefinition.cs b/Mono.Cecil/MethodDefinition.cs
index 2fc6f28..5ee3f79 100644
--- a/Mono.Cecil/MethodDefinition.cs
+++ b/Mono.Cecil/MethodDefinition.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/MethodImplAttributes.cs b/Mono.Cecil/MethodImplAttributes.cs
index b24fcf7..70b1cdb 100644
--- a/Mono.Cecil/MethodImplAttributes.cs
+++ b/Mono.Cecil/MethodImplAttributes.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/MethodReference.cs b/Mono.Cecil/MethodReference.cs
index 95558e2..e6ff3bc 100644
--- a/Mono.Cecil/MethodReference.cs
+++ b/Mono.Cecil/MethodReference.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/MethodReturnType.cs b/Mono.Cecil/MethodReturnType.cs
index c9d260e..b2a38fe 100644
--- a/Mono.Cecil/MethodReturnType.cs
+++ b/Mono.Cecil/MethodReturnType.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/MethodSemanticsAttributes.cs b/Mono.Cecil/MethodSemanticsAttributes.cs
index dd0f474..23f2bd5 100644
--- a/Mono.Cecil/MethodSemanticsAttributes.cs
+++ b/Mono.Cecil/MethodSemanticsAttributes.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/MethodSpecification.cs b/Mono.Cecil/MethodSpecification.cs
index 172c2d5..c018127 100644
--- a/Mono.Cecil/MethodSpecification.cs
+++ b/Mono.Cecil/MethodSpecification.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/Modifiers.cs b/Mono.Cecil/Modifiers.cs
index 91cadb1..ad0f184 100644
--- a/Mono.Cecil/Modifiers.cs
+++ b/Mono.Cecil/Modifiers.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/ModuleDefinition.cs b/Mono.Cecil/ModuleDefinition.cs
index e9a4715..0e83030 100644
--- a/Mono.Cecil/ModuleDefinition.cs
+++ b/Mono.Cecil/ModuleDefinition.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/ModuleKind.cs b/Mono.Cecil/ModuleKind.cs
index c29da88..3784ea3 100644
--- a/Mono.Cecil/ModuleKind.cs
+++ b/Mono.Cecil/ModuleKind.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/ModuleReference.cs b/Mono.Cecil/ModuleReference.cs
index 3934b3c..0bb1490 100644
--- a/Mono.Cecil/ModuleReference.cs
+++ b/Mono.Cecil/ModuleReference.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/NativeType.cs b/Mono.Cecil/NativeType.cs
index 88da980..03c5431 100644
--- a/Mono.Cecil/NativeType.cs
+++ b/Mono.Cecil/NativeType.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/PInvokeAttributes.cs b/Mono.Cecil/PInvokeAttributes.cs
index bb36838..1dc2dd3 100644
--- a/Mono.Cecil/PInvokeAttributes.cs
+++ b/Mono.Cecil/PInvokeAttributes.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/PInvokeInfo.cs b/Mono.Cecil/PInvokeInfo.cs
index cfd817c..6047862 100644
--- a/Mono.Cecil/PInvokeInfo.cs
+++ b/Mono.Cecil/PInvokeInfo.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/ParameterAttributes.cs b/Mono.Cecil/ParameterAttributes.cs
index e0bc825..3f123db 100644
--- a/Mono.Cecil/ParameterAttributes.cs
+++ b/Mono.Cecil/ParameterAttributes.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/ParameterDefinition.cs b/Mono.Cecil/ParameterDefinition.cs
index 928da89..cb1444f 100644
--- a/Mono.Cecil/ParameterDefinition.cs
+++ b/Mono.Cecil/ParameterDefinition.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/ParameterDefinitionCollection.cs b/Mono.Cecil/ParameterDefinitionCollection.cs
index bd8b1c1..d71fbeb 100644
--- a/Mono.Cecil/ParameterDefinitionCollection.cs
+++ b/Mono.Cecil/ParameterDefinitionCollection.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/ParameterReference.cs b/Mono.Cecil/ParameterReference.cs
index 46b057c..9db05ca 100644
--- a/Mono.Cecil/ParameterReference.cs
+++ b/Mono.Cecil/ParameterReference.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/PinnedType.cs b/Mono.Cecil/PinnedType.cs
index ff59cfb..b9dac80 100644
--- a/Mono.Cecil/PinnedType.cs
+++ b/Mono.Cecil/PinnedType.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/PointerType.cs b/Mono.Cecil/PointerType.cs
index a142e14..52de217 100644
--- a/Mono.Cecil/PointerType.cs
+++ b/Mono.Cecil/PointerType.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/PropertyAttributes.cs b/Mono.Cecil/PropertyAttributes.cs
index 1be0413..385f2e2 100644
--- a/Mono.Cecil/PropertyAttributes.cs
+++ b/Mono.Cecil/PropertyAttributes.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/PropertyDefinition.cs b/Mono.Cecil/PropertyDefinition.cs
index cbbd94a..3d9158c 100644
--- a/Mono.Cecil/PropertyDefinition.cs
+++ b/Mono.Cecil/PropertyDefinition.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/PropertyReference.cs b/Mono.Cecil/PropertyReference.cs
index 0dcfc95..9683c78 100644
--- a/Mono.Cecil/PropertyReference.cs
+++ b/Mono.Cecil/PropertyReference.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/ReferenceType.cs b/Mono.Cecil/ReferenceType.cs
index 7940c61..8e6ea5e 100644
--- a/Mono.Cecil/ReferenceType.cs
+++ b/Mono.Cecil/ReferenceType.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/Resource.cs b/Mono.Cecil/Resource.cs
index eff7f41..eef6540 100644
--- a/Mono.Cecil/Resource.cs
+++ b/Mono.Cecil/Resource.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/SecurityDeclaration.cs b/Mono.Cecil/SecurityDeclaration.cs
index a23a39d..a584a14 100644
--- a/Mono.Cecil/SecurityDeclaration.cs
+++ b/Mono.Cecil/SecurityDeclaration.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/SentinelType.cs b/Mono.Cecil/SentinelType.cs
index 664d75b..bfc3418 100644
--- a/Mono.Cecil/SentinelType.cs
+++ b/Mono.Cecil/SentinelType.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/TargetRuntime.cs b/Mono.Cecil/TargetRuntime.cs
index 9b49a5f..7b51d2e 100644
--- a/Mono.Cecil/TargetRuntime.cs
+++ b/Mono.Cecil/TargetRuntime.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/TypeAttributes.cs b/Mono.Cecil/TypeAttributes.cs
index 86fbc4d..d0b83ae 100644
--- a/Mono.Cecil/TypeAttributes.cs
+++ b/Mono.Cecil/TypeAttributes.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/TypeDefinition.cs b/Mono.Cecil/TypeDefinition.cs
index db5a065..2e7ef25 100644
--- a/Mono.Cecil/TypeDefinition.cs
+++ b/Mono.Cecil/TypeDefinition.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/TypeDefinitionCollection.cs b/Mono.Cecil/TypeDefinitionCollection.cs
index eae7122..a3ef3ae 100644
--- a/Mono.Cecil/TypeDefinitionCollection.cs
+++ b/Mono.Cecil/TypeDefinitionCollection.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/TypeParser.cs b/Mono.Cecil/TypeParser.cs
index 1af4934..7c8b9be 100644
--- a/Mono.Cecil/TypeParser.cs
+++ b/Mono.Cecil/TypeParser.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/TypeReference.cs b/Mono.Cecil/TypeReference.cs
index 9e8aa5c..15ed908 100644
--- a/Mono.Cecil/TypeReference.cs
+++ b/Mono.Cecil/TypeReference.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/TypeSpecification.cs b/Mono.Cecil/TypeSpecification.cs
index d3f62f9..024e064 100644
--- a/Mono.Cecil/TypeSpecification.cs
+++ b/Mono.Cecil/TypeSpecification.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/TypeSystem.cs b/Mono.Cecil/TypeSystem.cs
index 9eb2635..972c239 100644
--- a/Mono.Cecil/TypeSystem.cs
+++ b/Mono.Cecil/TypeSystem.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/Mono.Cecil/VariantType.cs b/Mono.Cecil/VariantType.cs
index 76562f6..cc1d8a4 100644
--- a/Mono.Cecil/VariantType.cs
+++ b/Mono.Cecil/VariantType.cs
@@ -4,7 +4,8 @@
// Author:
// Jb Evain (jbevain@gmail.com)
//
-// Copyright (c) 2008 - 2011 Jb Evain
+// Copyright (c) 2008 - 2015 Jb Evain
+// Copyright (c) 2008 - 2011 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the