Blame samples/socks5-proxy/LICENSE

Packit b5b901
Files: *
Packit b5b901
========
Packit b5b901
Packit b5b901
Copyright StrongLoop, Inc. All rights reserved.
Packit b5b901
Packit b5b901
Permission is hereby granted, free of charge, to any person obtaining a copy
Packit b5b901
of this software and associated documentation files (the "Software"), to
Packit b5b901
deal in the Software without restriction, including without limitation the
Packit b5b901
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
Packit b5b901
sell copies of the Software, and to permit persons to whom the Software is
Packit b5b901
furnished to do so, subject to the following conditions:
Packit b5b901
Packit b5b901
The above copyright notice and this permission notice shall be included in
Packit b5b901
all copies or substantial portions of the Software.
Packit b5b901
Packit b5b901
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
Packit b5b901
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Packit b5b901
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
Packit b5b901
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
Packit b5b901
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
Packit b5b901
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
Packit b5b901
IN THE SOFTWARE.
Packit b5b901
Packit b5b901
Packit b5b901
Files: getopt.c
Packit b5b901
===============
Packit b5b901
Packit b5b901
Copyright (c) 1987, 1993, 1994
Packit b5b901
The Regents of the University of California.  All rights reserved.
Packit b5b901
Packit b5b901
Redistribution and use in source and binary forms, with or without
Packit b5b901
modification, are permitted provided that the following conditions
Packit b5b901
are met:
Packit b5b901
1. Redistributions of source code must retain the above copyright
Packit b5b901
   notice, this list of conditions and the following disclaimer.
Packit b5b901
2. Redistributions in binary form must reproduce the above copyright
Packit b5b901
   notice, this list of conditions and the following disclaimer in the
Packit b5b901
   documentation and/or other materials provided with the distribution.
Packit b5b901
3. Neither the name of the University nor the names of its contributors
Packit b5b901
   may be used to endorse or promote products derived from this software
Packit b5b901
   without specific prior written permission.
Packit b5b901
Packit b5b901
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
Packit b5b901
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Packit b5b901
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
Packit b5b901
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
Packit b5b901
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Packit b5b901
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
Packit b5b901
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
Packit b5b901
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
Packit b5b901
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
Packit b5b901
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
Packit b5b901
SUCH DAMAGE.