diff options
Diffstat (limited to 'sys/netgraph/atm/ng_atm.c')
-rw-r--r-- | sys/netgraph/atm/ng_atm.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/netgraph/atm/ng_atm.c b/sys/netgraph/atm/ng_atm.c index dc55a4f..7cfc5f0 100644 --- a/sys/netgraph/atm/ng_atm.c +++ b/sys/netgraph/atm/ng_atm.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001-2003 * Fraunhofer Institute for Open Communication Systems (FhG Fokus). * All rights reserved. @@ -25,7 +25,9 @@ * SUCH DAMAGE. * * Author: Hartmut Brandt <harti@freebsd.org> - * + */ + +/* * Netgraph module to connect NATM interfaces to netgraph. */ |