aboutsummaryrefslogtreecommitdiff
path: root/src/survive_driverman.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/survive_driverman.c')
-rw-r--r--src/survive_driverman.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/survive_driverman.c b/src/survive_driverman.c
index b4684c8..8cdfb71 100644
--- a/src/survive_driverman.c
+++ b/src/survive_driverman.c
@@ -1,3 +1,8 @@
+// (C) 2017 <>< C. N. Lohr, Under MIT/x11 License.
+//
+// See notice in survive_driverman.h
+//
+
#include "survive_driverman.h"
#include <string.h>
#include <stdio.h>
@@ -45,6 +50,5 @@ void ListDrivers()
{
printf( " %s\n", DriverNames[i] );
}
-
}