Update copyrights
authorJeremie Laval <jeremie.laval@gmail.com>
Tue, 10 Apr 2012 10:38:09 +0000 (11:38 +0100)
committerJeremie Laval <jeremie.laval@gmail.com>
Tue, 10 Apr 2012 11:39:02 +0000 (12:39 +0100)
mcs/class/corlib/Test/System.Threading/CancellationTokenSourceTest.cs
mcs/class/corlib/Test/System.Threading/ManualResetEventSlimTests.cs

index 45d9ba9a90359a1309bfe8271a335bdb17d40b1b..ea2b86e25888c52ce93d25740f235a4f9cc6b1c2 100644 (file)
@@ -3,6 +3,7 @@
 //
 // Authors:
 //       Marek Safar (marek.safar@gmail.com)
+//       Jeremie Laval (jeremie.laval@gmail.com)
 //
 // Copyright 2011 Xamarin, Inc (http://www.xamarin.com)
 //
index a450951aca7a18de83662817990b9e4d1f554139..8ea74fa91d352d173919de5b61ea107ac8abea07 100644 (file)
@@ -1,7 +1,11 @@
-#if NET_4_0
 // ManualResetEventSlimTests.cs
 //
+// Authors:
+//       Marek Safar (marek.safar@gmail.com)
+//       Jeremie Laval (jeremie.laval@gmail.com)
+//
 // Copyright (c) 2008 Jérémie "Garuma" Laval
+// Copyright (c) 2012 Xamarin, Inc (http://www.xamarin.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
@@ -23,6 +27,8 @@
 //
 //
 
+#if NET_4_0
+
 using System;
 using System.Threading;