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:
authorBen Maurer <benm@mono-cvs.ximian.com>2003-06-11 02:37:50 +0400
committerBen Maurer <benm@mono-cvs.ximian.com>2003-06-11 02:37:50 +0400
commit4b6d1164eb0e595971ca544ee7f69810b1a8213a (patch)
tree1e89fe39aec5027452e49d0ede3a542b980d3e1a /mcs/class/System/System.Collections.Specialized
parentf8c86e3500e42998ab49469332314a402ca51e86 (diff)
Change back the copyright. I guess I should not look for a carrear as a lawyer ;-)
svn path=/trunk/mcs/; revision=15290
Diffstat (limited to 'mcs/class/System/System.Collections.Specialized')
-rwxr-xr-xmcs/class/System/System.Collections.Specialized/StringCollection.cs6
1 files changed, 5 insertions, 1 deletions
diff --git a/mcs/class/System/System.Collections.Specialized/StringCollection.cs b/mcs/class/System/System.Collections.Specialized/StringCollection.cs
index 329effccaf4..1ae2e729ab3 100755
--- a/mcs/class/System/System.Collections.Specialized/StringCollection.cs
+++ b/mcs/class/System/System.Collections.Specialized/StringCollection.cs
@@ -2,10 +2,14 @@
// StringCollection.cs
//
// Authors:
+// John Barnette (jbarn@httcb.net)
+// Sean MacIsaac (macisaac@ximian.com)
// Ben Maurer (bmaurer@users.sourceforge.net)
//
// (C) 2003 Ben Maurer
-//
+// Copyright (C) 2001 John Barnette
+// (C) Ximian, Inc. http://www.ximian.com
+
namespace System.Collections.Specialized {