summaryrefslogtreecommitdiffstats
path: root/rtkit-daemon.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-06-04 15:54:54 +0200
committerLennart Poettering <lennart@poettering.net>2009-06-04 15:54:54 +0200
commitd7672b9ab62b96e0263f69ad859e1a7996ee360a (patch)
tree9b2e9b9c749d322e7f4661839eaddb00b08378bb /rtkit-daemon.c
parent81e688df0a9be7ab353fc085cae6677963436b49 (diff)
add proper licensing
Diffstat (limited to 'rtkit-daemon.c')
-rw-r--r--rtkit-daemon.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/rtkit-daemon.c b/rtkit-daemon.c
index ff57a92..799d3f5 100644
--- a/rtkit-daemon.c
+++ b/rtkit-daemon.c
@@ -1,5 +1,24 @@
/*-*- Mode: C; c-basic-offset: 8 -*-*/
+/***
+ This file is part of RealtimeKit.
+
+ Copyright 2009 Lennart Poettering
+
+ RealtimeKit is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ RealtimeKit 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 General Public License
+ along with RealtimeKit. If not, see <http://www.gnu.org/licenses/>.
+***/
+
#define _GNU_SOURCE
#include <stdbool.h>