summaryrefslogtreecommitdiffstats
path: root/rtkit-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtkit-test.c')
-rw-r--r--rtkit-test.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/rtkit-test.c b/rtkit-test.c
index 25ef419..e9cb3c0 100644
--- a/rtkit-test.c
+++ b/rtkit-test.c
@@ -1,5 +1,26 @@
/*-*- 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/>.
+***/
+
+#pragma GCC diagnostic ignored "-Wunused-parameter"
+
#include <errno.h>
#include <string.h>
#include <sched.h>