mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-04 18:03:20 +03:00
Fix license headers in WiFiUDP files
This commit is contained in:
parent
8b33f3e5b9
commit
75d9cf40be
@ -1,6 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
WiFiUdp.cpp - Library for Arduino Wifi shield.
|
WiFiUdp.cpp - UDP client/server for esp8266, mostly compatible
|
||||||
Copyright (c) 2011-2014 Arduino. All right reserved.
|
with Arduino WiFi shield library
|
||||||
|
|
||||||
|
Copyright (c) 2015 Ivan Grokhotkov. All rights reserved.
|
||||||
|
This file is part of the esp8266 core for Arduino environment.
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -15,6 +15,8 @@
|
|||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this library; if not, write to the Free Software
|
License along with this library; if not, write to the Free Software
|
||||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
|
Modified by Ivan Grokhotkov, January 2015 - esp8266 support
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef WIFIUDP_H
|
#ifndef WIFIUDP_H
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
ClientContext.h - TCP connection handling on top of lwIP
|
UdpContext.h - UDP connection handling on top of lwIP
|
||||||
|
|
||||||
Copyright (c) 2014 Ivan Grokhotkov. All rights reserved.
|
Copyright (c) 2014 Ivan Grokhotkov. All rights reserved.
|
||||||
This file is part of the esp8266 core for Arduino environment.
|
This file is part of the esp8266 core for Arduino environment.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user