From 51751d4a9f407f526de2b626d44e14690fbef004 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Sun, 26 Feb 2017 10:28:56 -0500 Subject: cleanup --- src/survive_driverman.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/survive_driverman.c') 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 #include @@ -45,6 +50,5 @@ void ListDrivers() { printf( " %s\n", DriverNames[i] ); } - } -- cgit v1.2.3