add license

This commit is contained in:
Christian 2020-05-06 23:37:52 +02:00
parent 2574e7a91c
commit e152937798
Signed by: exxess
GPG Key ID: 88ED5070FE0D5F23
7 changed files with 48 additions and 9 deletions

View File

@ -1,5 +1,12 @@
<?php
/* ----------------------------------------------------------------------------
* "THE TSCHUNK LICENSE" (Revision 42):
* <christian@staudte.it> 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) {

View File

@ -1,5 +1,12 @@
<?php
/* ----------------------------------------------------------------------------
* "THE TSCHUNK LICENSE" (Revision 42):
* <christian@staudte.it> 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

View File

@ -1,3 +1,10 @@
/* ----------------------------------------------------------------------------
* "THE TSCHUNK LICENSE" (Revision 42):
* <christian@staudte.it> 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 <Arduino.h>
#include <ESP8266WiFi.h>
#include <ESP8266HTTPClient.h>

View File

@ -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):
; <christian@staudte.it> 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

View File

@ -1,3 +1,10 @@
# ----------------------------------------------------------------------------
# "THE TSCHUNK LICENSE" (Revision 42):
# <christian@staudte.it> 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')

View File

@ -1,3 +1,10 @@
# ----------------------------------------------------------------------------
# "THE TSCHUNK LICENSE" (Revision 42):
# <christian@staudte.it> 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')

View File

@ -1,3 +1,10 @@
/* ----------------------------------------------------------------------------
* "THE TSCHUNK LICENSE" (Revision 42):
* <christian@staudte.it> 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 <Arduino.h>
#include <ESP8266WiFi.h>
#include <PubSubClient.h>