1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00

STM32F4 - uip-conf.h - replace with identical file with less restrictive copyright

This commit is contained in:
ecdr 2014-03-31 00:29:59 -08:00
parent ecdb92070a
commit a0a54c23df

View File

@ -1,30 +1,43 @@
//***************************************************************************** /**
// * uip-conf.h - Project Specific Configuration File
// uip-conf.h - uIP Project Specific Configuration File *
// * uIP has a number of configuration options that can be overridden
// Copyright (c) 2007-2008 Luminary Micro, Inc. All rights reserved. * for each project. These are kept in a project-specific uip-conf.h
// * file and all configuration names have the prefix UIP_CONF.
// Software License Agreement */
//
// Luminary Micro, Inc. (LMI) is supplying this software for use solely and /*
// exclusively on LMI's microcontroller products. * Copyright (c) 2006, Swedish Institute of Computer Science.
// * All rights reserved.
// The software is owned by LMI and/or its suppliers, and is protected under *
// applicable copyright laws. All rights are reserved. You may not combine * Redistribution and use in source and binary forms, with or without
// this software with "viral" open-source software in order to form a larger * modification, are permitted provided that the following conditions
// program. Any use in violation of the foregoing restrictions may subject * are met:
// the user to criminal sanctions under applicable laws, as well as to civil * 1. Redistributions of source code must retain the above copyright
// liability for the breach of the terms and conditions of this license. * notice, this list of conditions and the following disclaimer.
// * 2. Redistributions in binary form must reproduce the above copyright
// THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * notice, this list of conditions and the following disclaimer in the
// OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * documentation and/or other materials provided with the distribution.
// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. * 3. Neither the name of the Institute nor the names of its contributors
// LMI SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR * may be used to endorse or promote products derived from this software
// CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER. * without specific prior written permission.
// *
// This is part of revision 2752 of the Stellaris Peripheral Driver Library. * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE 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 INSTITUTE 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.
*
* This file is part of the uIP TCP/IP stack
*
* Modified for eLua
*/
#ifndef __UIP_CONF_H__ #ifndef __UIP_CONF_H__
#define __UIP_CONF_H__ #define __UIP_CONF_H__