X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.Remoting.Metadata.W3cXsd2001%2FSoapEntities.cs;h=c30eeeab644bc93192789f864b2e2c3053d170bc;hb=2002994d0c06860d22253edbb7bae0ddcda7df44;hp=a66582c86eb53d60d58963a431aed608584fe4c3;hpb=b7a7e88f76c4fc27741f8890c7270f697bef95ec;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.Remoting.Metadata.W3cXsd2001/SoapEntities.cs b/mcs/class/corlib/System.Runtime.Remoting.Metadata.W3cXsd2001/SoapEntities.cs index a66582c86eb..c30eeeab644 100644 --- a/mcs/class/corlib/System.Runtime.Remoting.Metadata.W3cXsd2001/SoapEntities.cs +++ b/mcs/class/corlib/System.Runtime.Remoting.Metadata.W3cXsd2001/SoapEntities.cs @@ -8,11 +8,35 @@ // (C) 2003 Martin Willemoes Hansen // +// +// Copyright (C) 2004 Novell, Inc (http://www.novell.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 in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + using System; namespace System.Runtime.Remoting.Metadata.W3cXsd2001 { [Serializable] + [System.Runtime.InteropServices.ComVisible (true)] public sealed class SoapEntities : ISoapXsd { string _value;