From e1c3d216f635e8b58bd015596e215f5f04d2dbcf Mon Sep 17 00:00:00 2001 From: Thomas Kolb Date: Sat, 2 Feb 2013 21:57:10 +0100 Subject: [PATCH] Add pizza-ware license note --- dirlisting.c | 10 ++++++++++ dirlisting.h | 10 ++++++++++ favicon.c | 10 ++++++++++ favicon.h | 10 ++++++++++ logger.c | 10 ++++++++++ logger.h | 10 ++++++++++ main.c | 10 ++++++++++ templates.h | 10 ++++++++++ util.c | 10 ++++++++++ util.h | 10 ++++++++++ 10 files changed, 100 insertions(+) diff --git a/dirlisting.c b/dirlisting.c index dd65bb0..6583a09 100644 --- a/dirlisting.c +++ b/dirlisting.c @@ -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 + */ + #include #include #include diff --git a/dirlisting.h b/dirlisting.h index 942ed01..4b499b2 100644 --- a/dirlisting.h +++ b/dirlisting.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 DIRLISTING_H #define DIRLISTING_H diff --git a/favicon.c b/favicon.c index da49256..90cd22b 100644 --- a/favicon.c +++ b/favicon.c @@ -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 + */ + #include #include "favicon.h" diff --git a/favicon.h b/favicon.h index 89bca84..a485fa7 100644 --- a/favicon.h +++ b/favicon.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 FAVICON_H #define FAVICON_H diff --git a/logger.c b/logger.c index 7a7aeb0..2618482 100644 --- a/logger.c +++ b/logger.c @@ -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 + */ + #include #include diff --git a/logger.h b/logger.h index 4264b37..844175f 100644 --- a/logger.h +++ b/logger.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 LOGGER_H #define LOGGER_H diff --git a/main.c b/main.c index 34f6fe7..44246e9 100644 --- a/main.c +++ b/main.c @@ -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 + */ + #include #include #include diff --git a/templates.h b/templates.h index 37e1c3f..e15e6de 100644 --- a/templates.h +++ b/templates.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 TEMPLATES_H #define TEMPLATES_H diff --git a/util.c b/util.c index 226fd3d..b42eb29 100644 --- a/util.c +++ b/util.c @@ -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 + */ + #include #include #include diff --git a/util.h b/util.h index 9ef3599..a86a2e9 100644 --- a/util.h +++ b/util.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 UTIL_H #define UTIL_H