From 6b12f85b575d17a935785c62f2823a011254db89 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 18 Apr 2008 16:39:54 +0200 Subject: add copyright blurb --- rtwatch.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/rtwatch.c b/rtwatch.c index 27fccff..594979f 100644 --- a/rtwatch.c +++ b/rtwatch.c @@ -1,5 +1,24 @@ /*-*- Mode: C; c-basic-offset: 8 -*-*/ +/*** + This file is part of rtwatch. + + Copyright 2008 Lennart Poettering + + rtwatch is free software: you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 2.1 of the + License, or (at your option) any later version. + + rtwatch is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with rtwatch. If not, see . +***/ + /* This is Linux-only. Rock'n'roll! */ #define _GNU_SOURCE -- cgit