diff options
Diffstat (limited to 'src/plugins/kdb/db2/kdb_db2.h')
-rw-r--r-- | src/plugins/kdb/db2/kdb_db2.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/plugins/kdb/db2/kdb_db2.h b/src/plugins/kdb/db2/kdb_db2.h index efab9225db..30a53f70a8 100644 --- a/src/plugins/kdb/db2/kdb_db2.h +++ b/src/plugins/kdb/db2/kdb_db2.h @@ -1,7 +1,6 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +/* plugins/kdb/db2/kdb_db2.h */ /* - * lib/kdb/kdb_db2.h - * * Copyright 1997 by the Massachusetts Institute of Technology. * All Rights Reserved. * @@ -23,7 +22,9 @@ * M.I.T. makes no representations about the suitability of * this software for any purpose. It is provided "as is" without express * or implied warranty. - * + */ + +/* * * KDC Database backend definitions for Berkely DB. */ |