1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

More license headers

This commit is contained in:
Ivan Grokhotkov
2014-12-19 11:16:28 +03:00
parent b22a803d53
commit 9ba2fcd29f
12 changed files with 119 additions and 547 deletions

View File

@ -1,5 +1,5 @@
/*
WiFiClient.cpp - Library for Arduino Wifi shield.
WiFiClient.h - Library for Arduino Wifi shield.
Copyright (c) 2011-2014 Arduino. All right reserved.
This library is free software; you can redistribute it and/or
@ -15,6 +15,8 @@
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Modified by Ivan Grokhotkov, December 2014 - esp8266 support
*/
#ifndef wificlient_h