Skip to content

Commit

Permalink
+license
Browse files Browse the repository at this point in the history
  • Loading branch information
d-a-v committed Jan 3, 2022
1 parent a6cca2c commit b96338f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions cores/esp8266/timehelper.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* timehelper.c - generic time functions
* Copyright (c) 2021 esp8266/Arduino. 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
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU Lesser General Public License for more details.
* 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
*
*/


#include "Arduino.h"

Expand Down

0 comments on commit b96338f

Please sign in to comment.