summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2019-06-14 13:29:58 +0200
committerJohn Kacur <jkacur@redhat.com>2019-06-19 01:43:22 +0200
commitc7d35519ac5dd5af8bba30bd8e642fa46a69535d (patch)
treedefc8a8021b821c5f64c7caa6cfc18b8ffb1b539
parent37516acefc6c95648931d01ee08607ab56f80bf6 (diff)
downloadrt-tests-c7d35519ac5dd5af8bba30bd8e642fa46a69535d.tar.gz
rt-tests-c7d35519ac5dd5af8bba30bd8e642fa46a69535d.tar.xz
rt-tests: ssdd: Add Licence information to ssdd
Add License Information to ssdd Signed-off-by: John Kacur <jkacur@redhat.com> Signed-off-by: Joe Korty <joe.korty@concurrent-rt.com>
-rw-r--r--src/ssdd/ssdd.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ssdd/ssdd.c b/src/ssdd/ssdd.c
index 4e29358..2c3a779 100644
--- a/src/ssdd/ssdd.c
+++ b/src/ssdd/ssdd.c
@@ -15,6 +15,13 @@
*
* The tracer waits on each PTRACE_SINGLESTEP with a waitpid(2)
* and checks that waitpid's return values for correctness.
+ *
+ * This program was originally written by
+ * Joe Korty <joe.korty@concurrent-rt.com>
+ * This program is free software; you can redistribute it and / or modify
+ * it under the terms of the GNU General Public License Version 2
+ * of the licence, or (at your option) any later version
+ * see COPYING for more information
*/
#include <stdio.h>
#include <stdlib.h>