diff --git a/config.h b/config.h index c6e83b6..50866b5 100644 --- a/config.h +++ b/config.h @@ -1,10 +1,11 @@ /* * vim: sw=2 ts=2 expandtab * - * THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): - * 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 + * "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): + * Thomas Kolb 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 CONFIG_H diff --git a/fft.c b/fft.c index 8154910..5bfd05c 100644 --- a/fft.c +++ b/fft.c @@ -1,10 +1,11 @@ /* * vim: sw=2 ts=2 expandtab * - * THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): - * 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 + * "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): + * Thomas Kolb 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 */ #include diff --git a/fft.h b/fft.h index f3d77f3..555e6c4 100644 --- a/fft.h +++ b/fft.h @@ -1,10 +1,11 @@ /* * vim: sw=2 ts=2 expandtab * - * THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): - * 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 + * "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): + * Thomas Kolb 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 FFT_H diff --git a/lua_utils.c b/lua_utils.c index 50e65f1..8230d29 100644 --- a/lua_utils.c +++ b/lua_utils.c @@ -1,10 +1,11 @@ /* * vim: sw=2 ts=2 expandtab * - * THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): - * 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 + * "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): + * Thomas Kolb 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 */ #include diff --git a/lua_utils.h b/lua_utils.h index ce60603..2400b06 100644 --- a/lua_utils.h +++ b/lua_utils.h @@ -1,10 +1,11 @@ /* * vim: sw=2 ts=2 expandtab * - * THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): - * 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 + * "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): + * Thomas Kolb 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 LUA_UTILS_H diff --git a/lua_wrappers.c b/lua_wrappers.c index d366e64..18e273c 100644 --- a/lua_wrappers.c +++ b/lua_wrappers.c @@ -1,10 +1,11 @@ /* * vim: sw=2 ts=2 expandtab * - * THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): - * 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 + * "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): + * Thomas Kolb 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 */ #include diff --git a/lua_wrappers.h b/lua_wrappers.h index 28da0eb..cdf995a 100644 --- a/lua_wrappers.h +++ b/lua_wrappers.h @@ -1,10 +1,11 @@ /* * vim: sw=2 ts=2 expandtab * - * THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): - * 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 + * "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): + * Thomas Kolb 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 LUA_WRAPPERS_H diff --git a/lut.h b/lut.h index fb9cd1a..d807ae2 100644 --- a/lut.h +++ b/lut.h @@ -1,3 +1,13 @@ +/* + * vim: sw=2 ts=2 expandtab + * + * "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): + * Thomas Kolb 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 #define LUT_H diff --git a/main.c b/main.c index eeec118..a6a5d7a 100644 --- a/main.c +++ b/main.c @@ -1,10 +1,11 @@ /* * vim: sw=2 ts=2 expandtab * - * THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): - * 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 + * "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): + * Thomas Kolb 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 */ #include diff --git a/utils.c b/utils.c index 0c0750e..ecfcca8 100644 --- a/utils.c +++ b/utils.c @@ -1,10 +1,11 @@ /* * vim: sw=2 ts=2 expandtab * - * THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): - * 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 + * "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): + * Thomas Kolb 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 */ #include diff --git a/utils.h b/utils.h index 7c33f43..cba7fd3 100644 --- a/utils.h +++ b/utils.h @@ -1,10 +1,11 @@ /* * vim: sw=2 ts=2 expandtab * - * THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): - * 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 + * "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): + * Thomas Kolb 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 UTILS_H diff --git a/ws2801.c b/ws2801.c index 03c548a..d1cf917 100644 --- a/ws2801.c +++ b/ws2801.c @@ -1,10 +1,11 @@ /* * vim: sw=2 ts=2 expandtab * - * THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): - * 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 + * "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): + * Thomas Kolb 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 */ #include diff --git a/ws2801.h b/ws2801.h index 24ef5c2..6c48bad 100644 --- a/ws2801.h +++ b/ws2801.h @@ -1,10 +1,11 @@ /* * vim: sw=2 ts=2 expandtab * - * THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): - * 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 + * "THE PIZZA-WARE LICENSE" (derived from "THE BEER-WARE LICENCE"): + * Thomas Kolb 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 WS2801_H