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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2013-05-09 12:33:13 +0400
committerMarek Safar <marek.safar@gmail.com>2013-05-09 12:33:13 +0400
commit5ad94bd33e123930e37736028f734e45e8f53318 (patch)
tree29e2e6bad907857e40bb55390af536e31b9cbe71 /mcs/class/System.Data
parentcfbd05ca34178ccd56370a66a8888bd270a798a8 (diff)
Fix copyright author
Diffstat (limited to 'mcs/class/System.Data')
-rw-r--r--mcs/class/System.Data/System.Data.Common/TaskHelper.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/System.Data/System.Data.Common/TaskHelper.cs b/mcs/class/System.Data/System.Data.Common/TaskHelper.cs
index cc28f7dc4e2..511edbff86e 100644
--- a/mcs/class/System.Data/System.Data.Common/TaskHelper.cs
+++ b/mcs/class/System.Data/System.Data.Common/TaskHelper.cs
@@ -1,7 +1,7 @@
//
// System.Data.Common.TaskHelper.cs
//
-// Copyright (C) 2013 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2013 PÄ“teris Å…ikiforovs
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
@@ -29,7 +29,7 @@ using System;
using System.Threading.Tasks;
namespace System.Data.Common {
- internal sealed class TaskHelper
+ static class TaskHelper
{
internal static Task CreateCanceledTask ()
{