diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-01-07 01:45:51 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-01-07 01:45:51 +0000 |
| commit | c398230b64aea809cb7c5cea8db580af7097920c (patch) | |
| tree | eb31ac736ac91e1175c700bbbf60cf1c022cf331 /sys/netgraph/atm | |
| parent | 610055c9e2703bbfa36be9b6af27493748a30967 (diff) | |
Notes
Diffstat (limited to 'sys/netgraph/atm')
| -rw-r--r-- | sys/netgraph/atm/atmpif/ng_atmpif.c | 2 | ||||
| -rw-r--r-- | sys/netgraph/atm/atmpif/ng_atmpif_harp.c | 2 | ||||
| -rw-r--r-- | sys/netgraph/atm/atmpif/ng_atmpif_var.h | 2 | ||||
| -rw-r--r-- | sys/netgraph/atm/ccatm/ng_ccatm.c | 2 | ||||
| -rw-r--r-- | sys/netgraph/atm/ccatm/ng_ccatm_cust.h | 2 | ||||
| -rw-r--r-- | sys/netgraph/atm/ng_atm.c | 6 | ||||
| -rw-r--r-- | sys/netgraph/atm/ng_atm.h | 6 | ||||
| -rw-r--r-- | sys/netgraph/atm/ng_atmpif.h | 2 | ||||
| -rw-r--r-- | sys/netgraph/atm/ng_ccatm.h | 6 | ||||
| -rw-r--r-- | sys/netgraph/atm/ng_sscfu.h | 2 | ||||
| -rw-r--r-- | sys/netgraph/atm/ng_sscop.h | 2 | ||||
| -rw-r--r-- | sys/netgraph/atm/ng_uni.h | 2 | ||||
| -rw-r--r-- | sys/netgraph/atm/ngatmbase.c | 2 | ||||
| -rw-r--r-- | sys/netgraph/atm/ngatmbase.h | 2 | ||||
| -rw-r--r-- | sys/netgraph/atm/sscfu/ng_sscfu.c | 2 | ||||
| -rw-r--r-- | sys/netgraph/atm/sscfu/ng_sscfu_cust.h | 2 | ||||
| -rw-r--r-- | sys/netgraph/atm/sscop/ng_sscop.c | 2 | ||||
| -rw-r--r-- | sys/netgraph/atm/sscop/ng_sscop_cust.h | 2 | ||||
| -rw-r--r-- | sys/netgraph/atm/uni/ng_uni.c | 2 | ||||
| -rw-r--r-- | sys/netgraph/atm/uni/ng_uni_cust.h | 2 |
20 files changed, 29 insertions, 23 deletions
diff --git a/sys/netgraph/atm/atmpif/ng_atmpif.c b/sys/netgraph/atm/atmpif/ng_atmpif.c index b5eb2e5a4c91c..23e39b92fac5f 100644 --- a/sys/netgraph/atm/atmpif/ng_atmpif.c +++ b/sys/netgraph/atm/atmpif/ng_atmpif.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2003 Harti Brandt * Copyright 2003 Vincent Jardin * All rights reserved. diff --git a/sys/netgraph/atm/atmpif/ng_atmpif_harp.c b/sys/netgraph/atm/atmpif/ng_atmpif_harp.c index 13077564632de..793d9a482c248 100644 --- a/sys/netgraph/atm/atmpif/ng_atmpif_harp.c +++ b/sys/netgraph/atm/atmpif/ng_atmpif_harp.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2003 Harti Brandt * Copyright 2003 Vincent Jardin * All rights reserved. diff --git a/sys/netgraph/atm/atmpif/ng_atmpif_var.h b/sys/netgraph/atm/atmpif/ng_atmpif_var.h index f295461678dc8..515eb4e3a4d06 100644 --- a/sys/netgraph/atm/atmpif/ng_atmpif_var.h +++ b/sys/netgraph/atm/atmpif/ng_atmpif_var.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003 Harti Brandt. * Copyright (c) 2003 Vincent Jardin. * All rights reserved. diff --git a/sys/netgraph/atm/ccatm/ng_ccatm.c b/sys/netgraph/atm/ccatm/ng_ccatm.c index 3f85a6048d0e3..f2e2b870aac68 100644 --- a/sys/netgraph/atm/ccatm/ng_ccatm.c +++ b/sys/netgraph/atm/ccatm/ng_ccatm.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001-2002 * Fraunhofer Institute for Open Communication Systems (FhG Fokus). * All rights reserved. diff --git a/sys/netgraph/atm/ccatm/ng_ccatm_cust.h b/sys/netgraph/atm/ccatm/ng_ccatm_cust.h index 5720e8bd28059..305f2f9677041 100644 --- a/sys/netgraph/atm/ccatm/ng_ccatm_cust.h +++ b/sys/netgraph/atm/ccatm/ng_ccatm_cust.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003-2004 * Hartmut Brandt * All rights reserved. diff --git a/sys/netgraph/atm/ng_atm.c b/sys/netgraph/atm/ng_atm.c index dc55a4fe84062..7cfc5f0c8e88c 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. */ diff --git a/sys/netgraph/atm/ng_atm.h b/sys/netgraph/atm/ng_atm.h index ebf7cb69843c8..6b42d721c4cd7 100644 --- a/sys/netgraph/atm/ng_atm.h +++ b/sys/netgraph/atm/ng_atm.h @@ -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: Harti Brandt <harti@freebsd.org> - * + */ + +/* * Netgraph module to connect NATM interfaces to netgraph. * * $FreeBSD$ diff --git a/sys/netgraph/atm/ng_atmpif.h b/sys/netgraph/atm/ng_atmpif.h index b45df7578a0b0..bc41ad5de9278 100644 --- a/sys/netgraph/atm/ng_atmpif.h +++ b/sys/netgraph/atm/ng_atmpif.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003 Harti Brandt. * Copyright (c) 2003 Vincent Jardin. * All rights reserved. diff --git a/sys/netgraph/atm/ng_ccatm.h b/sys/netgraph/atm/ng_ccatm.h index ecc0738a47bee..9e1eb66887f68 100644 --- a/sys/netgraph/atm/ng_ccatm.h +++ b/sys/netgraph/atm/ng_ccatm.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001-2002 * Fraunhofer Institute for Open Communication Systems (FhG Fokus). * All rights reserved. @@ -31,7 +31,9 @@ * SUCH DAMAGE. * * $FreeBSD$ - * + */ + +/* * Interface to ng_ccatm */ #ifndef _NETGRAPH_ATM_NG_CCATM_H_ diff --git a/sys/netgraph/atm/ng_sscfu.h b/sys/netgraph/atm/ng_sscfu.h index 600d892f2c6c5..a59c98ddc7420 100644 --- a/sys/netgraph/atm/ng_sscfu.h +++ b/sys/netgraph/atm/ng_sscfu.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001-2003 * Fraunhofer Institute for Open Communication Systems (FhG Fokus). * All rights reserved. diff --git a/sys/netgraph/atm/ng_sscop.h b/sys/netgraph/atm/ng_sscop.h index 17713ca01193e..2f1e38ce30eea 100644 --- a/sys/netgraph/atm/ng_sscop.h +++ b/sys/netgraph/atm/ng_sscop.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001-2003 * Fraunhofer Institute for Open Communication Systems (FhG Fokus). * All rights reserved. diff --git a/sys/netgraph/atm/ng_uni.h b/sys/netgraph/atm/ng_uni.h index 957f3ad41a098..b2f6af0ec3652 100644 --- a/sys/netgraph/atm/ng_uni.h +++ b/sys/netgraph/atm/ng_uni.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001-2003 * Fraunhofer Institute for Open Communication Systems (FhG Fokus). * All rights reserved. diff --git a/sys/netgraph/atm/ngatmbase.c b/sys/netgraph/atm/ngatmbase.c index 7881fa371bd3e..ecb23e63d6a4b 100644 --- a/sys/netgraph/atm/ngatmbase.c +++ b/sys/netgraph/atm/ngatmbase.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001-2003 * Fraunhofer Institute for Open Communication Systems (FhG Fokus). * All rights reserved. diff --git a/sys/netgraph/atm/ngatmbase.h b/sys/netgraph/atm/ngatmbase.h index 39153ee419b3d..910dd03c0847b 100644 --- a/sys/netgraph/atm/ngatmbase.h +++ b/sys/netgraph/atm/ngatmbase.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001-2003 * Fraunhofer Institute for Open Communication Systems (FhG Fokus). * All rights reserved. diff --git a/sys/netgraph/atm/sscfu/ng_sscfu.c b/sys/netgraph/atm/sscfu/ng_sscfu.c index 10caa4980fd47..47413b59d81ce 100644 --- a/sys/netgraph/atm/sscfu/ng_sscfu.c +++ b/sys/netgraph/atm/sscfu/ng_sscfu.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001-2003 * Fraunhofer Institute for Open Communication Systems (FhG Fokus). * All rights reserved. diff --git a/sys/netgraph/atm/sscfu/ng_sscfu_cust.h b/sys/netgraph/atm/sscfu/ng_sscfu_cust.h index dcc197acbd4dd..b700c1b37d5c4 100644 --- a/sys/netgraph/atm/sscfu/ng_sscfu_cust.h +++ b/sys/netgraph/atm/sscfu/ng_sscfu_cust.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001-2003 * Fraunhofer Institute for Open Communication Systems (FhG Fokus). * All rights reserved. diff --git a/sys/netgraph/atm/sscop/ng_sscop.c b/sys/netgraph/atm/sscop/ng_sscop.c index 0d5906d75ff61..cb9752173194b 100644 --- a/sys/netgraph/atm/sscop/ng_sscop.c +++ b/sys/netgraph/atm/sscop/ng_sscop.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001-2003 * Fraunhofer Institute for Open Communication Systems (FhG Fokus). * All rights reserved. diff --git a/sys/netgraph/atm/sscop/ng_sscop_cust.h b/sys/netgraph/atm/sscop/ng_sscop_cust.h index 8086d4825dd1d..a1d839aa4156e 100644 --- a/sys/netgraph/atm/sscop/ng_sscop_cust.h +++ b/sys/netgraph/atm/sscop/ng_sscop_cust.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001-2003 * Fraunhofer Institute for Open Communication Systems (FhG Fokus). * All rights reserved. diff --git a/sys/netgraph/atm/uni/ng_uni.c b/sys/netgraph/atm/uni/ng_uni.c index 494092efb06c7..915b53b073736 100644 --- a/sys/netgraph/atm/uni/ng_uni.c +++ b/sys/netgraph/atm/uni/ng_uni.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001-2003 * Fraunhofer Institute for Open Communication Systems (FhG Fokus). * All rights reserved. diff --git a/sys/netgraph/atm/uni/ng_uni_cust.h b/sys/netgraph/atm/uni/ng_uni_cust.h index 445a8c28533aa..c2f23256312ed 100644 --- a/sys/netgraph/atm/uni/ng_uni_cust.h +++ b/sys/netgraph/atm/uni/ng_uni_cust.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001-2003 * Fraunhofer Institute for Open Communication Systems (FhG Fokus). * All rights reserved. |
