diff --git a/arduino-download.php b/arduino-download.php index 6540d81..76ea55a 100644 --- a/arduino-download.php +++ b/arduino-download.php @@ -1,5 +1,12 @@ wrote this file. As long as you retain this notice + * you can do whatever you want with this stuff. If we meet some day, and you + * think this stuff is worth it, you can buy me a Tschunk in return. + * ---------------------------------------------------------------------------*/ + header('Content-type: text/plain; charset=utf8', true); function check_header($k, $v = false) { diff --git a/arduino-upload.php b/arduino-upload.php index 4d04ac8..6d00083 100644 --- a/arduino-upload.php +++ b/arduino-upload.php @@ -1,5 +1,12 @@ wrote this file. As long as you retain this notice + * you can do whatever you want with this stuff. If we meet some day, and you + * think this stuff is worth it, you can buy me a Tschunk in return. + * ---------------------------------------------------------------------------*/ + # make sure that the webserver can write to this directory, e.g. # chown -R www-data:www-data /var/www/html diff --git a/include/signedUpdatesHelper.h b/include/signedUpdatesHelper.h index 98416a8..41c7cd5 100644 --- a/include/signedUpdatesHelper.h +++ b/include/signedUpdatesHelper.h @@ -1,3 +1,10 @@ +/* ---------------------------------------------------------------------------- + * "THE TSCHUNK LICENSE" (Revision 42): + * wrote this file. As long as you retain this notice + * you can do whatever you want with this stuff. If we meet some day, and you + * think this stuff is worth it, you can buy me a Tschunk in return. + * ---------------------------------------------------------------------------*/ + #include #include #include diff --git a/platformio.ini b/platformio.ini index bbc68c0..9edcc76 100644 --- a/platformio.ini +++ b/platformio.ini @@ -1,12 +1,9 @@ -; PlatformIO Project Configuration File -; -; Build options: build flags, source filter -; Upload options: custom upload port, speed and extra flags -; Library options: dependencies, extra library storages -; Advanced options: extra scripting -; -; Please visit documentation for the other options and examples -; https://docs.platformio.org/page/projectconf.html +; ---------------------------------------------------------------------------- +; "THE TSCHUNK LICENSE" (Revision 42): +; wrote this file. As long as you retain this notice +; you can do whatever you want with this stuff. If we meet some day, and you +; think this stuff is worth it, you can buy me a Tschunk in return. +; ---------------------------------------------------------------------------- [platformio] default_envs = serial diff --git a/public_key.py b/public_key.py index b1c810a..fec4524 100644 --- a/public_key.py +++ b/public_key.py @@ -1,3 +1,10 @@ +# ---------------------------------------------------------------------------- +# "THE TSCHUNK LICENSE" (Revision 42): +# wrote this file. As long as you retain this notice +# you can do whatever you want with this stuff. If we meet some day, and you +# think this stuff is worth it, you can buy me a Tschunk in return. +# ---------------------------------------------------------------------------- + import configparser import sys Import('env') diff --git a/sign_and_upload.py b/sign_and_upload.py index d5b5205..99f526a 100644 --- a/sign_and_upload.py +++ b/sign_and_upload.py @@ -1,3 +1,10 @@ +# ---------------------------------------------------------------------------- +# "THE TSCHUNK LICENSE" (Revision 42): +# wrote this file. As long as you retain this notice +# you can do whatever you want with this stuff. If we meet some day, and you +# think this stuff is worth it, you can buy me a Tschunk in return. +# ---------------------------------------------------------------------------- + import configparser import requests Import('env') diff --git a/src/main.cpp b/src/main.cpp index 4b40426..6855d94 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,3 +1,10 @@ +/* ---------------------------------------------------------------------------- + * "THE TSCHUNK LICENSE" (Revision 42): + * wrote this file. As long as you retain this notice + * you can do whatever you want with this stuff. If we meet some day, and you + * think this stuff is worth it, you can buy me a Tschunk in return. + * ---------------------------------------------------------------------------*/ + #include #include #include