X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem.Security.Cryptography%2FRIPEMD160ManagedTest.cs;h=2e2a65d62ab2bd7b205477a7fb63f12a21c56bab;hb=56f3fa4091f07eba02b6fa2374545f7da0f4a3dd;hp=d3cded8cc7cfa52c8a2bafd4f1dec3b7d9a3de8a;hpb=0a09faca2e4c3d910ebd40d205b9308a33b5f474;p=mono.git diff --git a/mcs/class/corlib/Test/System.Security.Cryptography/RIPEMD160ManagedTest.cs b/mcs/class/corlib/Test/System.Security.Cryptography/RIPEMD160ManagedTest.cs old mode 100755 new mode 100644 index d3cded8cc7c..2e2a65d62ab --- a/mcs/class/corlib/Test/System.Security.Cryptography/RIPEMD160ManagedTest.cs +++ b/mcs/class/corlib/Test/System.Security.Cryptography/RIPEMD160ManagedTest.cs @@ -3,9 +3,29 @@ // http://www.esat.kuleuven.ac.be/~bosselae/ripemd160.html // // Author: -// Sebastien Pouliot (spouliot@motus.com) +// Sebastien Pouliot (sebastien@ximian.com) // // (C) 2003 Motus Technologies Inc. (http://www.motus.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. // #if NET_2_0