X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2FSystem.Drawing%2FSystem.Drawing.Text%2FHotkeyPrefix.cs;h=be833c7b2fd0e194c3cc341bebb0e4891a419110;hb=38f320d19a29a3e7d6a92cdb0b3ebec149d7c1a7;hp=79eaf73551f442dbb2a4e893cab2c94b9b1e1c0f;hpb=200bee6858e53e75db8bec87c379790481c0ca19;p=mono.git diff --git a/mcs/class/System.Drawing/System.Drawing.Text/HotkeyPrefix.cs b/mcs/class/System.Drawing/System.Drawing.Text/HotkeyPrefix.cs index 79eaf73551f..be833c7b2fd 100644 --- a/mcs/class/System.Drawing/System.Drawing.Text/HotkeyPrefix.cs +++ b/mcs/class/System.Drawing/System.Drawing.Text/HotkeyPrefix.cs @@ -4,6 +4,29 @@ // (C) 2002 Ximian, Inc. http://www.ximian.com // Author: Dennis Hayes (dennish@raytek.com) // + +// +// 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.Drawing.Text {