Skip to content

Commit

Permalink
Merge pull request #173 from NETponents/151
Browse files Browse the repository at this point in the history
151
  • Loading branch information
ARMmaster17 committed Aug 20, 2015
2 parents 6982d32 + 768de0f commit f3a7b61
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions src/core.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/////////////////////////////////////////////////
// This software is provided "as is" with //
// no warranty of any kind. Use this software //
// at your own risk. Distributed under the //
// MIT license. Copyright 2015 Joshua Zenn. //
// at your own risk. Protected under the GPL //
// v2.0 license. Copyright 2015 NETponents. //
/////////////////////////////////////////////////

#include <Arduino.h>
Expand Down
4 changes: 2 additions & 2 deletions src/core.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/////////////////////////////////////////////////
// This software is provided "as is" with //
// no warranty of any kind. Use this software //
// at your own risk. Distributed under the //
// MIT license. Copyright 2015 Joshua Zenn. //
// at your own risk. Protected under the GPL //
// v2.0 license. Copyright 2015 NETponents. //
/////////////////////////////////////////////////

#ifndef HEADER_CORE
Expand Down
4 changes: 2 additions & 2 deletions src/crash.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/////////////////////////////////////////////////
// This software is provided "as is" with //
// no warranty of any kind. Use this software //
// at your own risk. Distributed under the //
// MIT license. Copyright 2015 Joshua Zenn. //
// at your own risk. Protected under the GPL //
// v2.0 license. Copyright 2015 NETponents. //
/////////////////////////////////////////////////

#include <Arduino.h>
Expand Down
4 changes: 2 additions & 2 deletions src/crash.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/////////////////////////////////////////////////
// This software is provided "as is" with //
// no warranty of any kind. Use this software //
// at your own risk. Distributed under the //
// MIT license. Copyright 2015 Joshua Zenn. //
// at your own risk. Protected under the GPL //
// v2.0 license. Copyright 2015 NETponents. //
/////////////////////////////////////////////////

#ifndef HEADER_CRASH
Expand Down
4 changes: 2 additions & 2 deletions src/main.ino
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/////////////////////////////////////////////////
// This software is provided "as is" with //
// no warranty of any kind. Use this software //
// at your own risk. Distributed under the //
// MIT license. Copyright 2015 Joshua Zenn. //
// at your own risk. Protected under the GPL //
// v2.0 license. Copyright 2015 NETponents. //
/////////////////////////////////////////////////

// No need for <Arduino.h>
Expand Down
4 changes: 2 additions & 2 deletions src/output.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/////////////////////////////////////////////////
// This software is provided "as is" with //
// no warranty of any kind. Use this software //
// at your own risk. Distributed under the //
// MIT license. Copyright 2015 Joshua Zenn. //
// at your own risk. Protected under the GPL //
// v2.0 license. Copyright 2015 NETponents. //
/////////////////////////////////////////////////

#include <Arduino.h>
Expand Down
4 changes: 2 additions & 2 deletions src/output.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/////////////////////////////////////////////////
// This software is provided "as is" with //
// no warranty of any kind. Use this software //
// at your own risk. Distributed under the //
// MIT license. Copyright 2015 Joshua Zenn. //
// at your own risk. Protected under the GPL //
// v2.0 license. Copyright 2015 NETponents. //
/////////////////////////////////////////////////

#ifdef IO_LOG_LCD
Expand Down
4 changes: 2 additions & 2 deletions src/pbparse.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/////////////////////////////////////////////////
// This software is provided "as is" with //
// no warranty of any kind. Use this software //
// at your own risk. Distributed under the //
// MIT license. Copyright 2015 Joshua Zenn. //
// at your own risk. Protected under the GPL //
// v2.0 license. Copyright 2015 NETponents. //
/////////////////////////////////////////////////

#include <Arduino.h>
Expand Down
4 changes: 2 additions & 2 deletions src/pbparse.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/////////////////////////////////////////////////
// This software is provided "as is" with //
// no warranty of any kind. Use this software //
// at your own risk. Distributed under the //
// MIT license. Copyright 2015 Joshua Zenn. //
// at your own risk. Protected under the GPL //
// v2.0 license. Copyright 2015 NETponents. //
/////////////////////////////////////////////////

#ifndef HEADER_PBPARSE
Expand Down
4 changes: 2 additions & 2 deletions src/stack.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/////////////////////////////////////////////////
// This software is provided "as is" with //
// no warranty of any kind. Use this software //
// at your own risk. Distributed under the //
// MIT license. Copyright 2015 Joshua Zenn. //
// at your own risk. Protected under the GPL //
// v2.0 license. Copyright 2015 NETponents. //
/////////////////////////////////////////////////

#include <Arduino.h>
Expand Down
4 changes: 2 additions & 2 deletions src/stack.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/////////////////////////////////////////////////
// This software is provided "as is" with //
// no warranty of any kind. Use this software //
// at your own risk. Distributed under the //
// MIT license. Copyright 2015 Joshua Zenn. //
// at your own risk. Protected under the GPL //
// v2.0 license. Copyright 2015 NETponents. //
/////////////////////////////////////////////////

#ifndef HEADER_STACK
Expand Down
4 changes: 2 additions & 2 deletions src/swap.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/////////////////////////////////////////////////
// This software is provided "as is" with //
// no warranty of any kind. Use this software //
// at your own risk. Distributed under the //
// MIT license. Copyright 2015 Joshua Zenn. //
// at your own risk. Protected under the GPL //
// v2.0 license. Copyright 2015 NETponents. //
/////////////////////////////////////////////////

#include <Arduino.h>
Expand Down
4 changes: 2 additions & 2 deletions src/swap.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/////////////////////////////////////////////////
// This software is provided "as is" with //
// no warranty of any kind. Use this software //
// at your own risk. Distributed under the //
// MIT license. Copyright 2015 Joshua Zenn. //
// at your own risk. Protected under the GPL //
// v2.0 license. Copyright 2015 NETponents. //
/////////////////////////////////////////////////

#ifndef HEADER_SWAP
Expand Down
4 changes: 2 additions & 2 deletions src/tokenizer.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/////////////////////////////////////////////////
// This software is provided "as is" with //
// no warranty of any kind. Use this software //
// at your own risk. Distributed under the //
// MIT license. Copyright 2015 Joshua Zenn. //
// at your own risk. Protected under the GPL //
// v2.0 license. Copyright 2015 NETponents. //
/////////////////////////////////////////////////

#include <Arduino.h>
Expand Down
4 changes: 2 additions & 2 deletions src/tokenizer.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/////////////////////////////////////////////////
// This software is provided "as is" with //
// no warranty of any kind. Use this software //
// at your own risk. Distributed under the //
// MIT license. Copyright 2015 Joshua Zenn. //
// at your own risk. Protected under the GPL //
// v2.0 license. Copyright 2015 NETponents. //
/////////////////////////////////////////////////

#ifndef HEADER_TOKENIZER
Expand Down

0 comments on commit f3a7b61

Please sign in to comment.