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:
authorBoris Kirzner <borisk@mono-cvs.ximian.com>2005-05-30 15:55:41 +0400
committerBoris Kirzner <borisk@mono-cvs.ximian.com>2005-05-30 15:55:41 +0400
commit331fedf362f71fcc3d2efe6e358eca6fe0adcad6 (patch)
treed608c68ec682ec355f58af0861281fc28afc8d22 /mcs/class/System.Data/System.Data.ProviderBase
parent5cc74c7d75c10033fa91695b70695a48f05bb98c (diff)
Added copyright info to TARGET_JVM code base
svn path=/trunk/mcs/; revision=45191
Diffstat (limited to 'mcs/class/System.Data/System.Data.ProviderBase')
-rw-r--r--mcs/class/System.Data/System.Data.ProviderBase/DbCommandBase.cs1
-rw-r--r--mcs/class/System.Data/System.Data.ProviderBase/DbDataReaderBase.cs1
-rw-r--r--mcs/class/System.Data/System.Data.ProviderBase/DbParameterBase.cs1
-rw-r--r--mcs/class/System.Data/System.Data.ProviderBase/DbParameterCollectionBase.cs1
4 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.Data/System.Data.ProviderBase/DbCommandBase.cs b/mcs/class/System.Data/System.Data.ProviderBase/DbCommandBase.cs
index bf38ecf82e9..4b34e1ae47a 100644
--- a/mcs/class/System.Data/System.Data.ProviderBase/DbCommandBase.cs
+++ b/mcs/class/System.Data/System.Data.ProviderBase/DbCommandBase.cs
@@ -10,6 +10,7 @@
//
// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// (C) 2005 Mainsoft Corporation (http://www.mainsoft.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/mcs/class/System.Data/System.Data.ProviderBase/DbDataReaderBase.cs b/mcs/class/System.Data/System.Data.ProviderBase/DbDataReaderBase.cs
index 94294802e96..7bd921979f4 100644
--- a/mcs/class/System.Data/System.Data.ProviderBase/DbDataReaderBase.cs
+++ b/mcs/class/System.Data/System.Data.ProviderBase/DbDataReaderBase.cs
@@ -10,6 +10,7 @@
//
// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// (C) 2005 Mainsoft Corporation (http://www.mainsoft.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/mcs/class/System.Data/System.Data.ProviderBase/DbParameterBase.cs b/mcs/class/System.Data/System.Data.ProviderBase/DbParameterBase.cs
index 33a5e39d161..37af2b38481 100644
--- a/mcs/class/System.Data/System.Data.ProviderBase/DbParameterBase.cs
+++ b/mcs/class/System.Data/System.Data.ProviderBase/DbParameterBase.cs
@@ -10,6 +10,7 @@
//
//
// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// (C) 2005 Mainsoft Corporation (http://www.mainsoft.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/mcs/class/System.Data/System.Data.ProviderBase/DbParameterCollectionBase.cs b/mcs/class/System.Data/System.Data.ProviderBase/DbParameterCollectionBase.cs
index e6eb102d25d..8153ceae891 100644
--- a/mcs/class/System.Data/System.Data.ProviderBase/DbParameterCollectionBase.cs
+++ b/mcs/class/System.Data/System.Data.ProviderBase/DbParameterCollectionBase.cs
@@ -6,6 +6,7 @@
// Boris Kirzner (borisk@mainsoft.com)
//
// Copyright (C) Tim Coleman, 2003
+// (C) 2005 Mainsoft Corporation (http://www.mainsoft.com)
//
//