diff --git a/src/core.cpp b/src/core.cpp index 64c0ca2..80f8c78 100644 --- a/src/core.cpp +++ b/src/core.cpp @@ -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 diff --git a/src/core.h b/src/core.h index 08c4c8f..2a4c1f3 100644 --- a/src/core.h +++ b/src/core.h @@ -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 diff --git a/src/crash.cpp b/src/crash.cpp index e27c4fd..1b23224 100644 --- a/src/crash.cpp +++ b/src/crash.cpp @@ -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 diff --git a/src/crash.h b/src/crash.h index e4d6e68..3b3bed2 100644 --- a/src/crash.h +++ b/src/crash.h @@ -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 diff --git a/src/main.ino b/src/main.ino index e126b37..82a1f3f 100644 --- a/src/main.ino +++ b/src/main.ino @@ -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 diff --git a/src/output.cpp b/src/output.cpp index 12eb83c..620cb43 100644 --- a/src/output.cpp +++ b/src/output.cpp @@ -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 diff --git a/src/output.h b/src/output.h index 7011159..8f7dae4 100644 --- a/src/output.h +++ b/src/output.h @@ -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 diff --git a/src/pbparse.cpp b/src/pbparse.cpp index 46f6786..b0f4dc8 100644 --- a/src/pbparse.cpp +++ b/src/pbparse.cpp @@ -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 diff --git a/src/pbparse.h b/src/pbparse.h index 24341b1..f9c33cc 100644 --- a/src/pbparse.h +++ b/src/pbparse.h @@ -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 diff --git a/src/stack.cpp b/src/stack.cpp index a9223da..e22bdae 100644 --- a/src/stack.cpp +++ b/src/stack.cpp @@ -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 diff --git a/src/stack.h b/src/stack.h index 00a6ccb..bcdce16 100644 --- a/src/stack.h +++ b/src/stack.h @@ -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 diff --git a/src/swap.cpp b/src/swap.cpp index d52fb8b..6047d1e 100644 --- a/src/swap.cpp +++ b/src/swap.cpp @@ -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 diff --git a/src/swap.h b/src/swap.h index 29009ed..72b713e 100644 --- a/src/swap.h +++ b/src/swap.h @@ -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 diff --git a/src/tokenizer.cpp b/src/tokenizer.cpp index d3bcdd0..3d42446 100644 --- a/src/tokenizer.cpp +++ b/src/tokenizer.cpp @@ -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 diff --git a/src/tokenizer.h b/src/tokenizer.h index 60973f3..8f94af6 100644 --- a/src/tokenizer.h +++ b/src/tokenizer.h @@ -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