diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mysqlerl.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mysqlerl.c b/src/mysqlerl.c index d65dba1..c9ad653 100644 --- a/src/mysqlerl.c +++ b/src/mysqlerl.c @@ -1,3 +1,9 @@ +/* + * MySQL port driver. + * + * Copyright (C) 2008, Brian Cully <bjc@kublai.com> + */ + #include <mysql.h> #include <errno.h> |