libohNet.so, libohNetJni.so, ohnet.jar

Copyright 2011-16, OpenHome Ltd. All rights reserved.

Unless otherwise stated, all code in this project is licensed under the
MIT license.  See MitLicense.txt below for details.

Files at the following locations are licensed under separate terms as
stated below:
  OpenHome/Functor.h
  OpenHome/md5.*
  OpenHome/sha*.*
  OpenHome/Net/Device/Bonjour/mDNSCore/*

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MitLicense.txt

Copyright (c) 2015 OpenHome Ltd.

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.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
OpenHome/Functor.h

Functor et al are heavily influenced by the article in
http://www.tutok.sk/fastgl/callback.html
The psuedo-code in this article was based on a header (no longer obviously
available at tutok.sk) which included the following license:

Permission to use, copy, modify, distribute and sell this software
for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation.  Rich Hickey makes no
representations about the suitability of this software for any
purpose.  It is provided "as is" without express or implied warranty.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
OpenHome/md5.*

Copyright (C) 1999, 2000, 2002 Aladdin Enterprises.  All rights reserved.

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

L. Peter Deutsch
ghost@aladdin.com

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
OpenHome/sha*.*

This file implements the Secure Hash Signature Standard
algorithms as defined in the National Institute of Standards
and Technology Federal Information Processing Standards
Publication (FIPS PUB) 180-1 published on April 17, 1995, 180-2
published on August 1, 2002, and the FIPS PUB 180-2 Change
Notice published on February 28, 2004.

A combined document showing all algorithms is available at
http://csrc.nist.gov/publications/fips/fips180-2/fips180-2withchangenotice.pdf

The five hashes are defined in these sizes:
        SHA-1           20 byte / 160 bit
        SHA-224         28 byte / 224 bit
        SHA-256         32 byte / 256 bit
        SHA-384         48 byte / 384 bit
        SHA-512         64 byte / 512 bit

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
OpenHome/Net/Device/Bonjour/mDNSCore/*

Copyright (c) 2002-2003 Apple Computer, Inc. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied. See the License for the specific language governing
permissions and limitations under the License.
