summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--example/pp-wait-page.c13
1 files changed, 10 insertions, 3 deletions
diff --git a/example/pp-wait-page.c b/example/pp-wait-page.c
index 80c3a4c..7696e7b 100644
--- a/example/pp-wait-page.c
+++ b/example/pp-wait-page.c
@@ -1,6 +1,13 @@
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
+/*
+ * DECT PP location update example
+ *
+ * Copyright (c) 2010 Patrick McHardy <kaber@trash.net>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+*/
+
#include <dect/libdect.h>
#include "common.h"
#include <lce.h>