Fixed license notice
This commit is contained in:
parent
3fda457f09
commit
6a11b7a16c
9
config.h
9
config.h
|
@ -1,10 +1,11 @@
|
||||||
/*
|
/*
|
||||||
* vim: sw=2 ts=2 expandtab
|
* vim: sw=2 ts=2 expandtab
|
||||||
*
|
*
|
||||||
* THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
* "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
||||||
* <cfr34k@tkolb.de> wrote this file. As long as you retain this notice you can
|
* Thomas Kolb <cfr34k@tkolb.de> wrote this file. As long as you retain this
|
||||||
* do whatever you want with this stuff. If we meet some day, and you think
|
* notice you can do whatever you want with this stuff. If we meet some day,
|
||||||
* this stuff is worth it, you can buy me a pizza in return. - Thomas Kolb
|
* and you think this stuff is worth it, you can buy me a pizza in return.
|
||||||
|
* - Thomas Kolb
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef CONFIG_H
|
#ifndef CONFIG_H
|
||||||
|
|
9
fft.c
9
fft.c
|
@ -1,10 +1,11 @@
|
||||||
/*
|
/*
|
||||||
* vim: sw=2 ts=2 expandtab
|
* vim: sw=2 ts=2 expandtab
|
||||||
*
|
*
|
||||||
* THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
* "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
||||||
* <cfr34k@tkolb.de> wrote this file. As long as you retain this notice you can
|
* Thomas Kolb <cfr34k@tkolb.de> wrote this file. As long as you retain this
|
||||||
* do whatever you want with this stuff. If we meet some day, and you think
|
* notice you can do whatever you want with this stuff. If we meet some day,
|
||||||
* this stuff is worth it, you can buy me a pizza in return. - Thomas Kolb
|
* and you think this stuff is worth it, you can buy me a pizza in return.
|
||||||
|
* - Thomas Kolb
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
9
fft.h
9
fft.h
|
@ -1,10 +1,11 @@
|
||||||
/*
|
/*
|
||||||
* vim: sw=2 ts=2 expandtab
|
* vim: sw=2 ts=2 expandtab
|
||||||
*
|
*
|
||||||
* THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
* "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
||||||
* <cfr34k@tkolb.de> wrote this file. As long as you retain this notice you can
|
* Thomas Kolb <cfr34k@tkolb.de> wrote this file. As long as you retain this
|
||||||
* do whatever you want with this stuff. If we meet some day, and you think
|
* notice you can do whatever you want with this stuff. If we meet some day,
|
||||||
* this stuff is worth it, you can buy me a pizza in return. - Thomas Kolb
|
* and you think this stuff is worth it, you can buy me a pizza in return.
|
||||||
|
* - Thomas Kolb
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef FFT_H
|
#ifndef FFT_H
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
/*
|
/*
|
||||||
* vim: sw=2 ts=2 expandtab
|
* vim: sw=2 ts=2 expandtab
|
||||||
*
|
*
|
||||||
* THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
* "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
||||||
* <cfr34k@tkolb.de> wrote this file. As long as you retain this notice you can
|
* Thomas Kolb <cfr34k@tkolb.de> wrote this file. As long as you retain this
|
||||||
* do whatever you want with this stuff. If we meet some day, and you think
|
* notice you can do whatever you want with this stuff. If we meet some day,
|
||||||
* this stuff is worth it, you can buy me a pizza in return. - Thomas Kolb
|
* and you think this stuff is worth it, you can buy me a pizza in return.
|
||||||
|
* - Thomas Kolb
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <lua.h>
|
#include <lua.h>
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
/*
|
/*
|
||||||
* vim: sw=2 ts=2 expandtab
|
* vim: sw=2 ts=2 expandtab
|
||||||
*
|
*
|
||||||
* THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
* "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
||||||
* <cfr34k@tkolb.de> wrote this file. As long as you retain this notice you can
|
* Thomas Kolb <cfr34k@tkolb.de> wrote this file. As long as you retain this
|
||||||
* do whatever you want with this stuff. If we meet some day, and you think
|
* notice you can do whatever you want with this stuff. If we meet some day,
|
||||||
* this stuff is worth it, you can buy me a pizza in return. - Thomas Kolb
|
* and you think this stuff is worth it, you can buy me a pizza in return.
|
||||||
|
* - Thomas Kolb
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef LUA_UTILS_H
|
#ifndef LUA_UTILS_H
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
/*
|
/*
|
||||||
* vim: sw=2 ts=2 expandtab
|
* vim: sw=2 ts=2 expandtab
|
||||||
*
|
*
|
||||||
* THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
* "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
||||||
* <cfr34k@tkolb.de> wrote this file. As long as you retain this notice you can
|
* Thomas Kolb <cfr34k@tkolb.de> wrote this file. As long as you retain this
|
||||||
* do whatever you want with this stuff. If we meet some day, and you think
|
* notice you can do whatever you want with this stuff. If we meet some day,
|
||||||
* this stuff is worth it, you can buy me a pizza in return. - Thomas Kolb
|
* and you think this stuff is worth it, you can buy me a pizza in return.
|
||||||
|
* - Thomas Kolb
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <semaphore.h>
|
#include <semaphore.h>
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
/*
|
/*
|
||||||
* vim: sw=2 ts=2 expandtab
|
* vim: sw=2 ts=2 expandtab
|
||||||
*
|
*
|
||||||
* THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
* "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
||||||
* <cfr34k@tkolb.de> wrote this file. As long as you retain this notice you can
|
* Thomas Kolb <cfr34k@tkolb.de> wrote this file. As long as you retain this
|
||||||
* do whatever you want with this stuff. If we meet some day, and you think
|
* notice you can do whatever you want with this stuff. If we meet some day,
|
||||||
* this stuff is worth it, you can buy me a pizza in return. - Thomas Kolb
|
* and you think this stuff is worth it, you can buy me a pizza in return.
|
||||||
|
* - Thomas Kolb
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef LUA_WRAPPERS_H
|
#ifndef LUA_WRAPPERS_H
|
||||||
|
|
10
lut.h
10
lut.h
|
@ -1,3 +1,13 @@
|
||||||
|
/*
|
||||||
|
* vim: sw=2 ts=2 expandtab
|
||||||
|
*
|
||||||
|
* "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
||||||
|
* Thomas Kolb <cfr34k@tkolb.de> 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 pizza in return.
|
||||||
|
* - Thomas Kolb
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef LUT_H
|
#ifndef LUT_H
|
||||||
#define LUT_H
|
#define LUT_H
|
||||||
|
|
||||||
|
|
9
main.c
9
main.c
|
@ -1,10 +1,11 @@
|
||||||
/*
|
/*
|
||||||
* vim: sw=2 ts=2 expandtab
|
* vim: sw=2 ts=2 expandtab
|
||||||
*
|
*
|
||||||
* THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
* "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
||||||
* <cfr34k@tkolb.de> wrote this file. As long as you retain this notice you can
|
* Thomas Kolb <cfr34k@tkolb.de> wrote this file. As long as you retain this
|
||||||
* do whatever you want with this stuff. If we meet some day, and you think
|
* notice you can do whatever you want with this stuff. If we meet some day,
|
||||||
* this stuff is worth it, you can buy me a pizza in return. - Thomas Kolb
|
* and you think this stuff is worth it, you can buy me a pizza in return.
|
||||||
|
* - Thomas Kolb
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
9
utils.c
9
utils.c
|
@ -1,10 +1,11 @@
|
||||||
/*
|
/*
|
||||||
* vim: sw=2 ts=2 expandtab
|
* vim: sw=2 ts=2 expandtab
|
||||||
*
|
*
|
||||||
* THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
* "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
||||||
* <cfr34k@tkolb.de> wrote this file. As long as you retain this notice you can
|
* Thomas Kolb <cfr34k@tkolb.de> wrote this file. As long as you retain this
|
||||||
* do whatever you want with this stuff. If we meet some day, and you think
|
* notice you can do whatever you want with this stuff. If we meet some day,
|
||||||
* this stuff is worth it, you can buy me a pizza in return. - Thomas Kolb
|
* and you think this stuff is worth it, you can buy me a pizza in return.
|
||||||
|
* - Thomas Kolb
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
9
utils.h
9
utils.h
|
@ -1,10 +1,11 @@
|
||||||
/*
|
/*
|
||||||
* vim: sw=2 ts=2 expandtab
|
* vim: sw=2 ts=2 expandtab
|
||||||
*
|
*
|
||||||
* THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
* "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
||||||
* <cfr34k@tkolb.de> wrote this file. As long as you retain this notice you can
|
* Thomas Kolb <cfr34k@tkolb.de> wrote this file. As long as you retain this
|
||||||
* do whatever you want with this stuff. If we meet some day, and you think
|
* notice you can do whatever you want with this stuff. If we meet some day,
|
||||||
* this stuff is worth it, you can buy me a pizza in return. - Thomas Kolb
|
* and you think this stuff is worth it, you can buy me a pizza in return.
|
||||||
|
* - Thomas Kolb
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef UTILS_H
|
#ifndef UTILS_H
|
||||||
|
|
9
ws2801.c
9
ws2801.c
|
@ -1,10 +1,11 @@
|
||||||
/*
|
/*
|
||||||
* vim: sw=2 ts=2 expandtab
|
* vim: sw=2 ts=2 expandtab
|
||||||
*
|
*
|
||||||
* THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
* "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
||||||
* <cfr34k@tkolb.de> wrote this file. As long as you retain this notice you can
|
* Thomas Kolb <cfr34k@tkolb.de> wrote this file. As long as you retain this
|
||||||
* do whatever you want with this stuff. If we meet some day, and you think
|
* notice you can do whatever you want with this stuff. If we meet some day,
|
||||||
* this stuff is worth it, you can buy me a pizza in return. - Thomas Kolb
|
* and you think this stuff is worth it, you can buy me a pizza in return.
|
||||||
|
* - Thomas Kolb
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
9
ws2801.h
9
ws2801.h
|
@ -1,10 +1,11 @@
|
||||||
/*
|
/*
|
||||||
* vim: sw=2 ts=2 expandtab
|
* vim: sw=2 ts=2 expandtab
|
||||||
*
|
*
|
||||||
* THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
* "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"):
|
||||||
* <cfr34k@tkolb.de> wrote this file. As long as you retain this notice you can
|
* Thomas Kolb <cfr34k@tkolb.de> wrote this file. As long as you retain this
|
||||||
* do whatever you want with this stuff. If we meet some day, and you think
|
* notice you can do whatever you want with this stuff. If we meet some day,
|
||||||
* this stuff is worth it, you can buy me a pizza in return. - Thomas Kolb
|
* and you think this stuff is worth it, you can buy me a pizza in return.
|
||||||
|
* - Thomas Kolb
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef WS2801_H
|
#ifndef WS2801_H
|
||||||
|
|
Loading…
Reference in a new issue