Administrator Guide
Table Of Contents
This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights reserved. Permission is hereby granted to copy and
distribute this license without modification. This license may not be modified without the express written permission of its
copyright owner.
The 3-Clause BSD License
Note: This license has also been called the "New BSD License" or "Modified BSD License". See also the 2-clause BSD License.
Copyright <YEAR> <COPYRIGHT HOLDER>
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
base64
//------------------------------------------------------------------------- // // Copyright (c) 1991 Bell Communications Research,
Inc. (Bellcore) // // Permission to use, copy, modify, and distribute this material // for any purpose and without fee is hereby
granted, provided // that the above copyright notice and this permission notice // appear in all copies, and that the name of
Bellcore not be // used in advertising or publicity pertaining to this // material without the specific, prior written permission //
of an authorized representative of Bellcore. BELLCORE // MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR
SUITABILITY // OF THIS MATERIAL FOR ANY PURPOSE. IT IS PROVIDED "AS IS", // WITHOUT ANY EXPRESS OR IMPLIED
WARRANTIES. // // Abstract/Purpose: // Encode and decode buffer using Base64 encoding // // Environment: // Windows
NT/2000, Linux, Netware // // Created/Version: // 2001 Oct 08 / $Revision: 1 $ // // Last Modified By/On: // $Author:
Doug_warzecha $ / $Date: 9/24/02 4:16p $ // //-------------------------------------------------------------------------
WindowsAzure.ServiceBus
MICROSOFT SOFTWARE LICENSE TERMS
MICROSOFT WINDOWS AZURE SOFTWARE DEVELOPMENT KIT, AND FOR
MICROSOFT WINDOWS AZURE LIBRARIES FOR .NET
These license terms are an agreement between Microsoft Corporation (or based on where you live, one of its affiliates) and you.
Please read them. They apply to the software named above, which includes the media on which you received it, if any. The
terms also apply to any Microsoft
● updates,
● supplements,
● Internet-based services, and
● support services
for this software, unless other terms accompany those items. If so, those terms apply.
By using the software, you accept these terms. If you do not accept them, do not use the software.
If you comply with these license terms, you have the rights below.
1. INSTALLATION AND USE RIGHTS. You may install and use any number of copies of the software on your devices to
design, develop and test your programs for use with Windows Azure.
Introduction
7