summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-07 01:45:51 +0000
committerimp <imp@FreeBSD.org>2005-01-07 01:45:51 +0000
commita50ffc29129a52835a39bf4868cd5facdc7dce30 (patch)
treeeb31ac736ac91e1175c700bbbf60cf1c022cf331 /sys
parent182c46b20dedd864b7066a7d50338bd691247880 (diff)
downloadFreeBSD-src-a50ffc29129a52835a39bf4868cd5facdc7dce30.zip
FreeBSD-src-a50ffc29129a52835a39bf4868cd5facdc7dce30.tar.gz
/* -> /*- for license, minor formatting changes
Diffstat (limited to 'sys')
-rw-r--r--sys/net/bpf.c2
-rw-r--r--sys/net/bpf.h2
-rw-r--r--sys/net/bpf_filter.c2
-rw-r--r--sys/net/bpfdesc.h2
-rw-r--r--sys/net/bridge.c2
-rw-r--r--sys/net/bridge.h2
-rw-r--r--sys/net/bsd_comp.c3
-rw-r--r--sys/net/fddi.h2
-rw-r--r--sys/net/if.c2
-rw-r--r--sys/net/if.h2
-rw-r--r--sys/net/if_arc.h2
-rw-r--r--sys/net/if_arcsubr.c2
-rw-r--r--sys/net/if_arp.h2
-rw-r--r--sys/net/if_atm.h2
-rw-r--r--sys/net/if_atmsubr.c2
-rw-r--r--sys/net/if_clone.c2
-rw-r--r--sys/net/if_clone.h2
-rw-r--r--sys/net/if_disc.c2
-rw-r--r--sys/net/if_dl.h2
-rw-r--r--sys/net/if_ethersubr.c2
-rw-r--r--sys/net/if_faith.c2
-rw-r--r--sys/net/if_fddisubr.c2
-rw-r--r--sys/net/if_fwsubr.c2
-rw-r--r--sys/net/if_gif.c2
-rw-r--r--sys/net/if_gif.h2
-rw-r--r--sys/net/if_gre.c2
-rw-r--r--sys/net/if_gre.h2
-rw-r--r--sys/net/if_iso88025subr.c2
-rw-r--r--sys/net/if_llc.h2
-rw-r--r--sys/net/if_loop.c2
-rw-r--r--sys/net/if_media.c2
-rw-r--r--sys/net/if_media.h2
-rw-r--r--sys/net/if_mib.c2
-rw-r--r--sys/net/if_mib.h2
-rw-r--r--sys/net/if_ppp.c4
-rw-r--r--sys/net/if_ppp.h4
-rw-r--r--sys/net/if_pppvar.h3
-rw-r--r--sys/net/if_sl.c2
-rw-r--r--sys/net/if_sppp.h3
-rw-r--r--sys/net/if_spppfr.c2
-rw-r--r--sys/net/if_spppsubr.c3
-rw-r--r--sys/net/if_stf.c2
-rw-r--r--sys/net/if_stf.h2
-rw-r--r--sys/net/if_tap.c2
-rw-r--r--sys/net/if_tap.h2
-rw-r--r--sys/net/if_tapvar.h2
-rw-r--r--sys/net/if_tun.c2
-rw-r--r--sys/net/if_tun.h2
-rw-r--r--sys/net/if_types.h2
-rw-r--r--sys/net/if_var.h2
-rw-r--r--sys/net/if_vlan.c2
-rw-r--r--sys/net/if_vlan_var.h2
-rw-r--r--sys/net/iso88025.h2
-rw-r--r--sys/net/net_osdep.h2
-rw-r--r--sys/net/netisr.h2
-rw-r--r--sys/net/pfil.c2
-rw-r--r--sys/net/pfil.h2
-rw-r--r--sys/net/pfkeyv2.h2
-rw-r--r--sys/net/ppp_comp.h4
-rw-r--r--sys/net/ppp_deflate.c2
-rw-r--r--sys/net/ppp_defs.h3
-rw-r--r--sys/net/ppp_tty.c3
-rw-r--r--sys/net/radix.c2
-rw-r--r--sys/net/radix.h2
-rw-r--r--sys/net/raw_cb.c2
-rw-r--r--sys/net/raw_cb.h2
-rw-r--r--sys/net/raw_usrreq.c2
-rw-r--r--sys/net/route.c2
-rw-r--r--sys/net/route.h2
-rw-r--r--sys/net/rtsock.c2
-rw-r--r--sys/net/slcompress.h3
-rw-r--r--sys/net/zlib.c3
-rw-r--r--sys/net/zlib.h7
-rw-r--r--sys/netatm/atm.h2
-rw-r--r--sys/netatm/atm_aal5.c2
-rw-r--r--sys/netatm/atm_cm.c2
-rw-r--r--sys/netatm/atm_cm.h2
-rw-r--r--sys/netatm/atm_device.c2
-rw-r--r--sys/netatm/atm_if.c2
-rw-r--r--sys/netatm/atm_if.h2
-rw-r--r--sys/netatm/atm_ioctl.h2
-rw-r--r--sys/netatm/atm_pcb.h2
-rw-r--r--sys/netatm/atm_proto.c2
-rw-r--r--sys/netatm/atm_sap.h2
-rw-r--r--sys/netatm/atm_sigmgr.h2
-rw-r--r--sys/netatm/atm_signal.c2
-rw-r--r--sys/netatm/atm_socket.c2
-rw-r--r--sys/netatm/atm_stack.h2
-rw-r--r--sys/netatm/atm_subr.c2
-rw-r--r--sys/netatm/atm_sys.h2
-rw-r--r--sys/netatm/atm_usrreq.c2
-rw-r--r--sys/netatm/atm_var.h2
-rw-r--r--sys/netatm/atm_vc.h2
-rw-r--r--sys/netatm/ipatm/ipatm.h2
-rw-r--r--sys/netatm/ipatm/ipatm_event.c2
-rw-r--r--sys/netatm/ipatm/ipatm_if.c2
-rw-r--r--sys/netatm/ipatm/ipatm_input.c2
-rw-r--r--sys/netatm/ipatm/ipatm_load.c2
-rw-r--r--sys/netatm/ipatm/ipatm_output.c2
-rw-r--r--sys/netatm/ipatm/ipatm_serv.h2
-rw-r--r--sys/netatm/ipatm/ipatm_usrreq.c2
-rw-r--r--sys/netatm/ipatm/ipatm_var.h2
-rw-r--r--sys/netatm/ipatm/ipatm_vcm.c2
-rw-r--r--sys/netatm/port.h2
-rw-r--r--sys/netatm/queue.h2
-rw-r--r--sys/netatm/sigpvc/sigpvc_if.c2
-rw-r--r--sys/netatm/sigpvc/sigpvc_subr.c2
-rw-r--r--sys/netatm/sigpvc/sigpvc_var.h2
-rw-r--r--sys/netatm/spans/spans_arp.c2
-rw-r--r--sys/netatm/spans/spans_cls.c2
-rw-r--r--sys/netatm/spans/spans_cls.h2
-rw-r--r--sys/netatm/spans/spans_if.c2
-rw-r--r--sys/netatm/spans/spans_kxdr.c2
-rw-r--r--sys/netatm/spans/spans_kxdr.h2
-rw-r--r--sys/netatm/spans/spans_msg.c2
-rw-r--r--sys/netatm/spans/spans_print.c2
-rw-r--r--sys/netatm/spans/spans_proto.c2
-rw-r--r--sys/netatm/spans/spans_subr.c2
-rw-r--r--sys/netatm/spans/spans_util.c2
-rw-r--r--sys/netatm/spans/spans_var.h2
-rw-r--r--sys/netatm/spans/spans_xdr.x2
-rw-r--r--sys/netatm/uni/q2110_sigaa.c2
-rw-r--r--sys/netatm/uni/q2110_sigcpcs.c2
-rw-r--r--sys/netatm/uni/q2110_subr.c2
-rw-r--r--sys/netatm/uni/qsaal1_sigaa.c2
-rw-r--r--sys/netatm/uni/qsaal1_sigcpcs.c2
-rw-r--r--sys/netatm/uni/qsaal1_subr.c2
-rw-r--r--sys/netatm/uni/sscf_uni.c2
-rw-r--r--sys/netatm/uni/sscf_uni.h2
-rw-r--r--sys/netatm/uni/sscf_uni_lower.c2
-rw-r--r--sys/netatm/uni/sscf_uni_upper.c2
-rw-r--r--sys/netatm/uni/sscf_uni_var.h2
-rw-r--r--sys/netatm/uni/sscop.c2
-rw-r--r--sys/netatm/uni/sscop.h2
-rw-r--r--sys/netatm/uni/sscop_lower.c2
-rw-r--r--sys/netatm/uni/sscop_misc.h2
-rw-r--r--sys/netatm/uni/sscop_pdu.c2
-rw-r--r--sys/netatm/uni/sscop_pdu.h2
-rw-r--r--sys/netatm/uni/sscop_sigaa.c2
-rw-r--r--sys/netatm/uni/sscop_sigcpcs.c2
-rw-r--r--sys/netatm/uni/sscop_subr.c2
-rw-r--r--sys/netatm/uni/sscop_timer.c2
-rw-r--r--sys/netatm/uni/sscop_upper.c2
-rw-r--r--sys/netatm/uni/sscop_var.h2
-rw-r--r--sys/netatm/uni/uni.h2
-rw-r--r--sys/netatm/uni/uni_load.c2
-rw-r--r--sys/netatm/uni/uniarp.c2
-rw-r--r--sys/netatm/uni/uniarp_cache.c2
-rw-r--r--sys/netatm/uni/uniarp_input.c2
-rw-r--r--sys/netatm/uni/uniarp_output.c2
-rw-r--r--sys/netatm/uni/uniarp_timer.c2
-rw-r--r--sys/netatm/uni/uniarp_vcm.c2
-rw-r--r--sys/netatm/uni/uniip.c2
-rw-r--r--sys/netatm/uni/uniip_var.h2
-rw-r--r--sys/netatm/uni/unisig.h2
-rw-r--r--sys/netatm/uni/unisig_decode.c2
-rw-r--r--sys/netatm/uni/unisig_decode.h2
-rw-r--r--sys/netatm/uni/unisig_encode.c2
-rw-r--r--sys/netatm/uni/unisig_if.c2
-rw-r--r--sys/netatm/uni/unisig_mbuf.c2
-rw-r--r--sys/netatm/uni/unisig_mbuf.h2
-rw-r--r--sys/netatm/uni/unisig_msg.c2
-rw-r--r--sys/netatm/uni/unisig_msg.h2
-rw-r--r--sys/netatm/uni/unisig_print.c2
-rw-r--r--sys/netatm/uni/unisig_print.h2
-rw-r--r--sys/netatm/uni/unisig_proto.c2
-rw-r--r--sys/netatm/uni/unisig_sigmgr_state.c2
-rw-r--r--sys/netatm/uni/unisig_subr.c2
-rw-r--r--sys/netatm/uni/unisig_util.c2
-rw-r--r--sys/netatm/uni/unisig_var.h2
-rw-r--r--sys/netatm/uni/unisig_vc_state.c2
-rw-r--r--sys/netgraph/atm/atmpif/ng_atmpif.c2
-rw-r--r--sys/netgraph/atm/atmpif/ng_atmpif_harp.c2
-rw-r--r--sys/netgraph/atm/atmpif/ng_atmpif_var.h2
-rw-r--r--sys/netgraph/atm/ccatm/ng_ccatm.c2
-rw-r--r--sys/netgraph/atm/ccatm/ng_ccatm_cust.h2
-rw-r--r--sys/netgraph/atm/ng_atm.c6
-rw-r--r--sys/netgraph/atm/ng_atm.h6
-rw-r--r--sys/netgraph/atm/ng_atmpif.h2
-rw-r--r--sys/netgraph/atm/ng_ccatm.h6
-rw-r--r--sys/netgraph/atm/ng_sscfu.h2
-rw-r--r--sys/netgraph/atm/ng_sscop.h2
-rw-r--r--sys/netgraph/atm/ng_uni.h2
-rw-r--r--sys/netgraph/atm/ngatmbase.c2
-rw-r--r--sys/netgraph/atm/ngatmbase.h2
-rw-r--r--sys/netgraph/atm/sscfu/ng_sscfu.c2
-rw-r--r--sys/netgraph/atm/sscfu/ng_sscfu_cust.h2
-rw-r--r--sys/netgraph/atm/sscop/ng_sscop.c2
-rw-r--r--sys/netgraph/atm/sscop/ng_sscop_cust.h2
-rw-r--r--sys/netgraph/atm/uni/ng_uni.c2
-rw-r--r--sys/netgraph/atm/uni/ng_uni_cust.h2
-rw-r--r--sys/netgraph/bluetooth/common/ng_bluetooth.c4
-rw-r--r--sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c4
-rw-r--r--sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_var.h4
-rw-r--r--sys/netgraph/bluetooth/drivers/h4/ng_h4.c4
-rw-r--r--sys/netgraph/bluetooth/drivers/h4/ng_h4_prse.h4
-rw-r--r--sys/netgraph/bluetooth/drivers/h4/ng_h4_var.h4
-rw-r--r--sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c4
-rw-r--r--sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h4
-rw-r--r--sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c4
-rw-r--r--sys/netgraph/bluetooth/hci/ng_hci_cmds.c4
-rw-r--r--sys/netgraph/bluetooth/hci/ng_hci_cmds.h4
-rw-r--r--sys/netgraph/bluetooth/hci/ng_hci_evnt.c4
-rw-r--r--sys/netgraph/bluetooth/hci/ng_hci_evnt.h4
-rw-r--r--sys/netgraph/bluetooth/hci/ng_hci_main.c4
-rw-r--r--sys/netgraph/bluetooth/hci/ng_hci_misc.c4
-rw-r--r--sys/netgraph/bluetooth/hci/ng_hci_misc.h4
-rw-r--r--sys/netgraph/bluetooth/hci/ng_hci_prse.h4
-rw-r--r--sys/netgraph/bluetooth/hci/ng_hci_ulpi.c4
-rw-r--r--sys/netgraph/bluetooth/hci/ng_hci_ulpi.h4
-rw-r--r--sys/netgraph/bluetooth/hci/ng_hci_var.h4
-rw-r--r--sys/netgraph/bluetooth/include/ng_bluetooth.h4
-rw-r--r--sys/netgraph/bluetooth/include/ng_bt3c.h4
-rw-r--r--sys/netgraph/bluetooth/include/ng_btsocket.h4
-rw-r--r--sys/netgraph/bluetooth/include/ng_btsocket_hci_raw.h4
-rw-r--r--sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h4
-rw-r--r--sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h4
-rw-r--r--sys/netgraph/bluetooth/include/ng_h4.h4
-rw-r--r--sys/netgraph/bluetooth/include/ng_hci.h4
-rw-r--r--sys/netgraph/bluetooth/include/ng_l2cap.h4
-rw-r--r--sys/netgraph/bluetooth/include/ng_ubt.h4
-rw-r--r--sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.c4
-rw-r--r--sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h4
-rw-r--r--sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.c4
-rw-r--r--sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.h4
-rw-r--r--sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c4
-rw-r--r--sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.h4
-rw-r--r--sys/netgraph/bluetooth/l2cap/ng_l2cap_main.c4
-rw-r--r--sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c4
-rw-r--r--sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.h4
-rw-r--r--sys/netgraph/bluetooth/l2cap/ng_l2cap_prse.h4
-rw-r--r--sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.c4
-rw-r--r--sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.h4
-rw-r--r--sys/netgraph/bluetooth/l2cap/ng_l2cap_var.h4
-rw-r--r--sys/netgraph/bluetooth/socket/ng_btsocket.c4
-rw-r--r--sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c4
-rw-r--r--sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c4
-rw-r--r--sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c4
-rw-r--r--sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c4
-rw-r--r--sys/netgraph/netgraph.h4
-rw-r--r--sys/netgraph/ng_UI.c5
-rw-r--r--sys/netgraph/ng_UI.h5
-rw-r--r--sys/netgraph/ng_async.c5
-rw-r--r--sys/netgraph/ng_async.h5
-rw-r--r--sys/netgraph/ng_atmllc.c2
-rw-r--r--sys/netgraph/ng_atmllc.h2
-rw-r--r--sys/netgraph/ng_base.c4
-rw-r--r--sys/netgraph/ng_bpf.c5
-rw-r--r--sys/netgraph/ng_bpf.h5
-rw-r--r--sys/netgraph/ng_bridge.c5
-rw-r--r--sys/netgraph/ng_bridge.h5
-rw-r--r--sys/netgraph/ng_cisco.c5
-rw-r--r--sys/netgraph/ng_cisco.h5
-rw-r--r--sys/netgraph/ng_device.c2
-rw-r--r--sys/netgraph/ng_device.h2
-rw-r--r--sys/netgraph/ng_echo.c5
-rw-r--r--sys/netgraph/ng_echo.h5
-rw-r--r--sys/netgraph/ng_eiface.h4
-rw-r--r--sys/netgraph/ng_etf.c4
-rw-r--r--sys/netgraph/ng_etf.h4
-rw-r--r--sys/netgraph/ng_ether.c4
-rw-r--r--sys/netgraph/ng_ether.h4
-rw-r--r--sys/netgraph/ng_fec.c6
-rw-r--r--sys/netgraph/ng_fec.h6
-rw-r--r--sys/netgraph/ng_frame_relay.c5
-rw-r--r--sys/netgraph/ng_frame_relay.h5
-rw-r--r--sys/netgraph/ng_gif.c4
-rw-r--r--sys/netgraph/ng_gif.h4
-rw-r--r--sys/netgraph/ng_gif_demux.c4
-rw-r--r--sys/netgraph/ng_gif_demux.h4
-rw-r--r--sys/netgraph/ng_hole.c5
-rw-r--r--sys/netgraph/ng_hole.h5
-rw-r--r--sys/netgraph/ng_iface.c4
-rw-r--r--sys/netgraph/ng_iface.h5
-rw-r--r--sys/netgraph/ng_ip_input.c4
-rw-r--r--sys/netgraph/ng_ip_input.h4
-rw-r--r--sys/netgraph/ng_ksocket.c5
-rw-r--r--sys/netgraph/ng_ksocket.h5
-rw-r--r--sys/netgraph/ng_l2tp.c3
-rw-r--r--sys/netgraph/ng_l2tp.h3
-rw-r--r--sys/netgraph/ng_lmi.c5
-rw-r--r--sys/netgraph/ng_lmi.h5
-rw-r--r--sys/netgraph/ng_message.h5
-rw-r--r--sys/netgraph/ng_mppc.c5
-rw-r--r--sys/netgraph/ng_mppc.h5
-rw-r--r--sys/netgraph/ng_one2many.c5
-rw-r--r--sys/netgraph/ng_one2many.h5
-rw-r--r--sys/netgraph/ng_parse.c5
-rw-r--r--sys/netgraph/ng_parse.h5
-rw-r--r--sys/netgraph/ng_ppp.c5
-rw-r--r--sys/netgraph/ng_ppp.h5
-rw-r--r--sys/netgraph/ng_pppoe.c5
-rw-r--r--sys/netgraph/ng_pppoe.h5
-rw-r--r--sys/netgraph/ng_pptpgre.c5
-rw-r--r--sys/netgraph/ng_pptpgre.h5
-rw-r--r--sys/netgraph/ng_rfc1490.c5
-rw-r--r--sys/netgraph/ng_rfc1490.h4
-rw-r--r--sys/netgraph/ng_sample.c5
-rw-r--r--sys/netgraph/ng_sample.h5
-rw-r--r--sys/netgraph/ng_socket.c4
-rw-r--r--sys/netgraph/ng_socket.h5
-rw-r--r--sys/netgraph/ng_socketvar.h5
-rw-r--r--sys/netgraph/ng_source.c4
-rw-r--r--sys/netgraph/ng_source.h4
-rw-r--r--sys/netgraph/ng_split.h2
-rw-r--r--sys/netgraph/ng_sppp.c4
-rw-r--r--sys/netgraph/ng_sppp.h4
-rw-r--r--sys/netgraph/ng_tee.c4
-rw-r--r--sys/netgraph/ng_tee.h4
-rw-r--r--sys/netgraph/ng_tty.c4
-rw-r--r--sys/netgraph/ng_tty.h4
-rw-r--r--sys/netgraph/ng_vjc.c4
-rw-r--r--sys/netgraph/ng_vjc.h4
-rw-r--r--sys/netinet/accf_http.c2
-rw-r--r--sys/netinet/icmp6.h4
-rw-r--r--sys/netinet/icmp_var.h2
-rw-r--r--sys/netinet/if_atm.c2
-rw-r--r--sys/netinet/if_atm.h2
-rw-r--r--sys/netinet/if_ether.c2
-rw-r--r--sys/netinet/if_ether.h2
-rw-r--r--sys/netinet/igmp.c2
-rw-r--r--sys/netinet/igmp.h2
-rw-r--r--sys/netinet/igmp_var.h2
-rw-r--r--sys/netinet/in.c2
-rw-r--r--sys/netinet/in.h2
-rw-r--r--sys/netinet/in_cksum.c2
-rw-r--r--sys/netinet/in_gif.c2
-rw-r--r--sys/netinet/in_gif.h2
-rw-r--r--sys/netinet/in_pcb.c2
-rw-r--r--sys/netinet/in_pcb.h2
-rw-r--r--sys/netinet/in_proto.c2
-rw-r--r--sys/netinet/in_rmx.c2
-rw-r--r--sys/netinet/in_systm.h2
-rw-r--r--sys/netinet/in_var.h2
-rw-r--r--sys/netinet/ip.h2
-rw-r--r--sys/netinet/ip6.h4
-rw-r--r--sys/netinet/ip_divert.c2
-rw-r--r--sys/netinet/ip_dummynet.c2
-rw-r--r--sys/netinet/ip_dummynet.h2
-rw-r--r--sys/netinet/ip_ecn.c2
-rw-r--r--sys/netinet/ip_ecn.h2
-rw-r--r--sys/netinet/ip_encap.c2
-rw-r--r--sys/netinet/ip_encap.h2
-rw-r--r--sys/netinet/ip_fastfwd.c2
-rw-r--r--sys/netinet/ip_fw.h2
-rw-r--r--sys/netinet/ip_fw2.c2
-rw-r--r--sys/netinet/ip_fw_pfil.c2
-rw-r--r--sys/netinet/ip_gre.c2
-rw-r--r--sys/netinet/ip_gre.h2
-rw-r--r--sys/netinet/ip_icmp.c2
-rw-r--r--sys/netinet/ip_icmp.h2
-rw-r--r--sys/netinet/ip_id.c2
-rw-r--r--sys/netinet/ip_input.c2
-rw-r--r--sys/netinet/ip_mroute.h2
-rw-r--r--sys/netinet/ip_output.c2
-rw-r--r--sys/netinet/ip_var.h2
-rw-r--r--sys/netinet/ipprotosw.h2
-rw-r--r--sys/netinet/pim.h2
-rw-r--r--sys/netinet/pim_var.h2
-rw-r--r--sys/netinet/raw_ip.c2
-rw-r--r--sys/netinet/tcp.h2
-rw-r--r--sys/netinet/tcp_debug.c2
-rw-r--r--sys/netinet/tcp_debug.h2
-rw-r--r--sys/netinet/tcp_fsm.h2
-rw-r--r--sys/netinet/tcp_hostcache.c2
-rw-r--r--sys/netinet/tcp_input.c2
-rw-r--r--sys/netinet/tcp_output.c2
-rw-r--r--sys/netinet/tcp_reass.c2
-rw-r--r--sys/netinet/tcp_sack.c4
-rw-r--r--sys/netinet/tcp_seq.h2
-rw-r--r--sys/netinet/tcp_subr.c2
-rw-r--r--sys/netinet/tcp_timer.c2
-rw-r--r--sys/netinet/tcp_timer.h2
-rw-r--r--sys/netinet/tcp_timewait.c2
-rw-r--r--sys/netinet/tcp_usrreq.c2
-rw-r--r--sys/netinet/tcp_var.h2
-rw-r--r--sys/netinet/tcpip.h2
-rw-r--r--sys/netinet/udp.h2
-rw-r--r--sys/netinet/udp_usrreq.c2
-rw-r--r--sys/netinet/udp_var.h2
-rw-r--r--sys/netipsec/ah.h2
-rw-r--r--sys/netipsec/ah_var.h2
-rw-r--r--sys/netipsec/esp.h2
-rw-r--r--sys/netipsec/esp_var.h2
-rw-r--r--sys/netipsec/ipcomp.h2
-rw-r--r--sys/netipsec/ipcomp_var.h2
-rw-r--r--sys/netipsec/ipip_var.h2
-rw-r--r--sys/netipsec/ipsec.c2
-rw-r--r--sys/netipsec/ipsec.h2
-rw-r--r--sys/netipsec/ipsec6.h2
-rw-r--r--sys/netipsec/ipsec_input.c2
-rw-r--r--sys/netipsec/ipsec_osdep.h2
-rw-r--r--sys/netipsec/key.c2
-rw-r--r--sys/netipsec/key.h2
-rw-r--r--sys/netipsec/key_debug.c2
-rw-r--r--sys/netipsec/key_debug.h2
-rw-r--r--sys/netipsec/key_var.h2
-rw-r--r--sys/netipsec/keydb.h2
-rw-r--r--sys/netipsec/keysock.c2
-rw-r--r--sys/netipsec/keysock.h2
-rw-r--r--sys/netipsec/xform.h2
-rw-r--r--sys/netipsec/xform_ah.c2
-rw-r--r--sys/netipsec/xform_esp.c2
-rw-r--r--sys/netipsec/xform_ipcomp.c2
-rw-r--r--sys/netipsec/xform_ipip.c2
-rw-r--r--sys/netipsec/xform_tcp.c2
-rw-r--r--sys/netipx/README3
-rw-r--r--sys/netipx/ipx.c2
-rw-r--r--sys/netipx/ipx.h2
-rw-r--r--sys/netipx/ipx_cksum.c2
-rw-r--r--sys/netipx/ipx_if.h2
-rw-r--r--sys/netipx/ipx_input.c2
-rw-r--r--sys/netipx/ipx_ip.c2
-rw-r--r--sys/netipx/ipx_ip.h2
-rw-r--r--sys/netipx/ipx_outputfl.c2
-rw-r--r--sys/netipx/ipx_pcb.c2
-rw-r--r--sys/netipx/ipx_pcb.h2
-rw-r--r--sys/netipx/ipx_proto.c2
-rw-r--r--sys/netipx/ipx_usrreq.c2
-rw-r--r--sys/netipx/ipx_var.h2
-rw-r--r--sys/netipx/spx.h2
-rw-r--r--sys/netipx/spx_debug.c2
-rw-r--r--sys/netipx/spx_debug.h2
-rw-r--r--sys/netipx/spx_timer.h2
-rw-r--r--sys/netipx/spx_usrreq.c2
-rw-r--r--sys/netipx/spx_var.h2
-rw-r--r--sys/netkey/key.c2
-rw-r--r--sys/netkey/key.h2
-rw-r--r--sys/netkey/key_debug.c2
-rw-r--r--sys/netkey/key_debug.h2
-rw-r--r--sys/netkey/key_var.h2
-rw-r--r--sys/netkey/keydb.c2
-rw-r--r--sys/netkey/keydb.h2
-rw-r--r--sys/netkey/keysock.c2
-rw-r--r--sys/netkey/keysock.h2
-rw-r--r--sys/netnatm/natm.c2
-rw-r--r--sys/netnatm/natm.h2
-rw-r--r--sys/netnatm/natm_pcb.c2
-rw-r--r--sys/netnatm/natm_proto.c2
-rw-r--r--sys/netncp/ncp.h3
-rw-r--r--sys/netncp/ncp_conn.c2
-rw-r--r--sys/netncp/ncp_conn.h2
-rw-r--r--sys/netncp/ncp_file.h2
-rw-r--r--sys/netncp/ncp_lib.h2
-rw-r--r--sys/netncp/ncp_login.c2
-rw-r--r--sys/netncp/ncp_mod.c2
-rw-r--r--sys/netncp/ncp_ncp.c2
-rw-r--r--sys/netncp/ncp_ncp.h2
-rw-r--r--sys/netncp/ncp_nls.c2
-rw-r--r--sys/netncp/ncp_nls.h2
-rw-r--r--sys/netncp/ncp_rcfile.h2
-rw-r--r--sys/netncp/ncp_rq.c2
-rw-r--r--sys/netncp/ncp_rq.h2
-rw-r--r--sys/netncp/ncp_sock.c2
-rw-r--r--sys/netncp/ncp_sock.h2
-rw-r--r--sys/netncp/ncp_subr.c2
-rw-r--r--sys/netncp/ncp_subr.h2
-rw-r--r--sys/netncp/ncp_user.h2
-rw-r--r--sys/netsmb/netbios.h2
-rw-r--r--sys/netsmb/smb.h2
-rw-r--r--sys/netsmb/smb_conn.c2
-rw-r--r--sys/netsmb/smb_conn.h2
-rw-r--r--sys/netsmb/smb_crypt.c2
-rw-r--r--sys/netsmb/smb_dev.c2
-rw-r--r--sys/netsmb/smb_dev.h2
-rw-r--r--sys/netsmb/smb_iod.c2
-rw-r--r--sys/netsmb/smb_rq.c2
-rw-r--r--sys/netsmb/smb_rq.h2
-rw-r--r--sys/netsmb/smb_smb.c2
-rw-r--r--sys/netsmb/smb_subr.c2
-rw-r--r--sys/netsmb/smb_subr.h2
-rw-r--r--sys/netsmb/smb_tran.h2
-rw-r--r--sys/netsmb/smb_trantcp.c2
-rw-r--r--sys/netsmb/smb_trantcp.h2
-rw-r--r--sys/netsmb/smb_usr.c2
-rw-r--r--sys/nfs/nfs_common.c2
-rw-r--r--sys/nfs/nfs_common.h2
-rw-r--r--sys/nfs/nfsproto.h2
-rw-r--r--sys/nfs/rpcv2.h2
-rw-r--r--sys/nfs/xdr_subs.h2
-rw-r--r--sys/nfs4client/nfs4.h2
-rw-r--r--sys/nfs4client/nfs4_dev.c2
-rw-r--r--sys/nfs4client/nfs4_dev.h2
-rw-r--r--sys/nfs4client/nfs4_idmap.c2
-rw-r--r--sys/nfs4client/nfs4_idmap.h2
-rw-r--r--sys/nfs4client/nfs4_socket.c4
-rw-r--r--sys/nfs4client/nfs4_subs.c2
-rw-r--r--sys/nfs4client/nfs4_vfs.h2
-rw-r--r--sys/nfs4client/nfs4_vfs_subs.c2
-rw-r--r--sys/nfs4client/nfs4_vfsops.c4
-rw-r--r--sys/nfs4client/nfs4_vn.h2
-rw-r--r--sys/nfs4client/nfs4_vn_subs.c2
-rw-r--r--sys/nfs4client/nfs4_vnops.c2
-rw-r--r--sys/nfs4client/nfs4m_subs.h2
-rw-r--r--sys/nfsclient/bootp_subr.c2
-rw-r--r--sys/nfsclient/krpc_subr.c2
-rw-r--r--sys/nfsclient/nfs.h2
-rw-r--r--sys/nfsclient/nfs_bio.c2
-rw-r--r--sys/nfsclient/nfs_nfsiod.c2
-rw-r--r--sys/nfsclient/nfs_node.c2
-rw-r--r--sys/nfsclient/nfs_socket.c2
-rw-r--r--sys/nfsclient/nfs_subs.c2
-rw-r--r--sys/nfsclient/nfs_vfsops.c2
-rw-r--r--sys/nfsclient/nfs_vnops.c2
-rw-r--r--sys/nfsclient/nfsargs.h2
-rw-r--r--sys/nfsclient/nfsdiskless.h2
-rw-r--r--sys/nfsclient/nfsm_subs.h2
-rw-r--r--sys/nfsclient/nfsmount.h2
-rw-r--r--sys/nfsclient/nfsnode.h2
-rw-r--r--sys/nfsclient/nfsstats.h2
-rw-r--r--sys/nfsserver/nfs.h2
-rw-r--r--sys/nfsserver/nfs_serv.c2
-rw-r--r--sys/nfsserver/nfs_srvcache.c2
-rw-r--r--sys/nfsserver/nfs_srvsock.c2
-rw-r--r--sys/nfsserver/nfs_srvsubs.c2
-rw-r--r--sys/nfsserver/nfs_syscalls.c2
-rw-r--r--sys/nfsserver/nfsm_subs.h2
-rw-r--r--sys/nfsserver/nfsrvcache.h2
-rw-r--r--sys/nfsserver/nfsrvstats.h2
519 files changed, 785 insertions, 571 deletions
diff --git a/sys/net/bpf.c b/sys/net/bpf.c
index debed79..234e414 100644
--- a/sys/net/bpf.c
+++ b/sys/net/bpf.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1990, 1991, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/bpf.h b/sys/net/bpf.h
index f758412..0a952e4 100644
--- a/sys/net/bpf.h
+++ b/sys/net/bpf.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1990, 1991, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/bpf_filter.c b/sys/net/bpf_filter.c
index cc1d11e..2754f4d 100644
--- a/sys/net/bpf_filter.c
+++ b/sys/net/bpf_filter.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1990, 1991, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/bpfdesc.h b/sys/net/bpfdesc.h
index 3561927..5e0eca4 100644
--- a/sys/net/bpfdesc.h
+++ b/sys/net/bpfdesc.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1990, 1991, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/bridge.c b/sys/net/bridge.c
index ddd0f0b..b610b33 100644
--- a/sys/net/bridge.c
+++ b/sys/net/bridge.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1998-2002 Luigi Rizzo
*
* Work partly supported by: Cisco Systems, Inc. - NSITE lab, RTP, NC
diff --git a/sys/net/bridge.h b/sys/net/bridge.h
index 666c65d..7eb3b2d 100644
--- a/sys/net/bridge.h
+++ b/sys/net/bridge.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1998-2002 Luigi Rizzo
*
* Work partly supported by: Cisco Systems, Inc. - NSITE lab, RTP, NC
diff --git a/sys/net/bsd_comp.c b/sys/net/bsd_comp.c
index dd08a92..40aee8a 100644
--- a/sys/net/bsd_comp.c
+++ b/sys/net/bsd_comp.c
@@ -1,4 +1,5 @@
-/* Because this code is derived from the 4.3BSD compress source:
+/*-
+ * Because this code is derived from the 4.3BSD compress source:
*
*
* Copyright (c) 1985, 1986 The Regents of the University of California.
diff --git a/sys/net/fddi.h b/sys/net/fddi.h
index 5415027..a488f29 100644
--- a/sys/net/fddi.h
+++ b/sys/net/fddi.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
* Copyright (c) 1995 Matt Thomas (thomas@lkg.dec.com)
diff --git a/sys/net/if.c b/sys/net/if.c
index 3968345..1dac78e 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1980, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/if.h b/sys/net/if.h
index a31653e..0fa63d7 100644
--- a/sys/net/if.h
+++ b/sys/net/if.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/if_arc.h b/sys/net/if_arc.h
index db3cb98..461f1b4 100644
--- a/sys/net/if_arc.h
+++ b/sys/net/if_arc.h
@@ -1,7 +1,7 @@
/* $NetBSD: if_arc.h,v 1.13 1999/11/19 20:41:19 thorpej Exp $ */
/* $FreeBSD$ */
-/*
+/*-
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/if_arcsubr.c b/sys/net/if_arcsubr.c
index fb221ab..39022ef 100644
--- a/sys/net/if_arcsubr.c
+++ b/sys/net/if_arcsubr.c
@@ -1,7 +1,7 @@
/* $NetBSD: if_arcsubr.c,v 1.36 2001/06/14 05:44:23 itojun Exp $ */
/* $FreeBSD$ */
-/*
+/*-
* Copyright (c) 1994, 1995 Ignatios Souvatzis
* Copyright (c) 1982, 1989, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/net/if_arp.h b/sys/net/if_arp.h
index a9cdd42..71f078b 100644
--- a/sys/net/if_arp.h
+++ b/sys/net/if_arp.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/if_atm.h b/sys/net/if_atm.h
index 48bfa61..4084569 100644
--- a/sys/net/if_atm.h
+++ b/sys/net/if_atm.h
@@ -1,7 +1,7 @@
/* $NetBSD: if_atm.h,v 1.7 1996/11/09 23:02:27 chuck Exp $ */
/* $FreeBSD$ */
-/*
+/*-
*
* Copyright (c) 1996 Charles D. Cranor and Washington University.
* All rights reserved.
diff --git a/sys/net/if_atmsubr.c b/sys/net/if_atmsubr.c
index e7df9c3..a5f7b11 100644
--- a/sys/net/if_atmsubr.c
+++ b/sys/net/if_atmsubr.c
@@ -1,6 +1,6 @@
/* $NetBSD: if_atmsubr.c,v 1.10 1997/03/11 23:19:51 chuck Exp $ */
-/*
+/*-
*
* Copyright (c) 1996 Charles D. Cranor and Washington University.
* All rights reserved.
diff --git a/sys/net/if_clone.c b/sys/net/if_clone.c
index 7a519ee..622afd5 100644
--- a/sys/net/if_clone.c
+++ b/sys/net/if_clone.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1980, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/if_clone.h b/sys/net/if_clone.h
index 61f1f1f..d84b47e 100644
--- a/sys/net/if_clone.h
+++ b/sys/net/if_clone.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/if_disc.c b/sys/net/if_disc.c
index 1b71630..da02110 100644
--- a/sys/net/if_disc.c
+++ b/sys/net/if_disc.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/if_dl.h b/sys/net/if_dl.h
index f13b419..8d88623 100644
--- a/sys/net/if_dl.h
+++ b/sys/net/if_dl.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c
index e7a923b..2a0df50 100644
--- a/sys/net/if_ethersubr.c
+++ b/sys/net/if_ethersubr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/if_faith.c b/sys/net/if_faith.c
index 91b727c..726eb91 100644
--- a/sys/net/if_faith.c
+++ b/sys/net/if_faith.c
@@ -1,6 +1,6 @@
/* $KAME: if_faith.c,v 1.23 2001/12/17 13:55:29 sumikawa Exp $ */
-/*
+/*-
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/if_fddisubr.c b/sys/net/if_fddisubr.c
index a38c1cc..a5bd486 100644
--- a/sys/net/if_fddisubr.c
+++ b/sys/net/if_fddisubr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1995, 1996
* Matt Thomas <matt@3am-software.com>. All rights reserved.
* Copyright (c) 1982, 1989, 1993
diff --git a/sys/net/if_fwsubr.c b/sys/net/if_fwsubr.c
index 331f361..ecee52e 100644
--- a/sys/net/if_fwsubr.c
+++ b/sys/net/if_fwsubr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 Doug Rabson
* Copyright (c) 1982, 1989, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/net/if_gif.c b/sys/net/if_gif.c
index 6d2221c..6d00fd8 100644
--- a/sys/net/if_gif.c
+++ b/sys/net/if_gif.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: if_gif.c,v 1.87 2001/10/19 08:50:27 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/net/if_gif.h b/sys/net/if_gif.h
index c3a9df2..dc92ae1 100644
--- a/sys/net/if_gif.h
+++ b/sys/net/if_gif.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: if_gif.h,v 1.17 2000/09/11 11:36:41 sumikawa Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/net/if_gre.c b/sys/net/if_gre.c
index 34dafef..a2a7831 100644
--- a/sys/net/if_gre.c
+++ b/sys/net/if_gre.c
@@ -1,7 +1,7 @@
/* $NetBSD: if_gre.c,v 1.49 2003/12/11 00:22:29 itojun Exp $ */
/* $FreeBSD$ */
-/*
+/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
* All rights reserved.
*
diff --git a/sys/net/if_gre.h b/sys/net/if_gre.h
index 2910f2f..ef9fa4e 100644
--- a/sys/net/if_gre.h
+++ b/sys/net/if_gre.h
@@ -1,7 +1,7 @@
/* $NetBSD: if_gre.h,v 1.13 2003/11/10 08:51:52 wiz Exp $ */
/* $FreeBSD$ */
-/*
+/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
* All rights reserved
*
diff --git a/sys/net/if_iso88025subr.c b/sys/net/if_iso88025subr.c
index dfe31e2..ff88371 100644
--- a/sys/net/if_iso88025subr.c
+++ b/sys/net/if_iso88025subr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1998, Larry Lile
* All rights reserved.
*
diff --git a/sys/net/if_llc.h b/sys/net/if_llc.h
index a458b2b..afdcda8 100644
--- a/sys/net/if_llc.h
+++ b/sys/net/if_llc.h
@@ -1,6 +1,6 @@
/* $NetBSD: if_llc.h,v 1.12 1999/11/19 20:41:19 thorpej Exp $ */
-/*
+/*-
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/if_loop.c b/sys/net/if_loop.c
index 1ddf74f..c2896c4 100644
--- a/sys/net/if_loop.c
+++ b/sys/net/if_loop.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/if_media.c b/sys/net/if_media.c
index 5351157..dcb9475 100644
--- a/sys/net/if_media.c
+++ b/sys/net/if_media.c
@@ -1,7 +1,7 @@
/* $NetBSD: if_media.c,v 1.1 1997/03/17 02:55:15 thorpej Exp $ */
/* $FreeBSD$ */
-/*
+/*-
* Copyright (c) 1997
* Jonathan Stone and Jason R. Thorpe. All rights reserved.
*
diff --git a/sys/net/if_media.h b/sys/net/if_media.h
index 3638b8f..68a785d 100644
--- a/sys/net/if_media.h
+++ b/sys/net/if_media.h
@@ -1,7 +1,7 @@
/* $NetBSD: if_media.h,v 1.3 1997/03/26 01:19:27 thorpej Exp $ */
/* $FreeBSD$ */
-/*
+/*-
* Copyright (c) 1997
* Jonathan Stone and Jason R. Thorpe. All rights reserved.
*
diff --git a/sys/net/if_mib.c b/sys/net/if_mib.c
index f104b77..4f6631b 100644
--- a/sys/net/if_mib.c
+++ b/sys/net/if_mib.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright 1996 Massachusetts Institute of Technology
*
* Permission to use, copy, modify, and distribute this software and
diff --git a/sys/net/if_mib.h b/sys/net/if_mib.h
index 6c29389..445bd5b 100644
--- a/sys/net/if_mib.h
+++ b/sys/net/if_mib.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright 1996 Massachusetts Institute of Technology
*
* Permission to use, copy, modify, and distribute this software and
diff --git a/sys/net/if_ppp.c b/sys/net/if_ppp.c
index 53b0b42..cece192 100644
--- a/sys/net/if_ppp.c
+++ b/sys/net/if_ppp.c
@@ -1,6 +1,8 @@
/*
* if_ppp.c - Point-to-Point Protocol (PPP) Asynchronous driver.
- *
+ */
+
+/*-
* Copyright (c) 1989 Carnegie Mellon University.
* All rights reserved.
*
diff --git a/sys/net/if_ppp.h b/sys/net/if_ppp.h
index 713d39a..d23255b 100644
--- a/sys/net/if_ppp.h
+++ b/sys/net/if_ppp.h
@@ -1,6 +1,8 @@
/*
* if_ppp.h - Point-to-Point Protocol definitions.
- *
+ */
+
+/*-
* Copyright (c) 1989 Carnegie Mellon University.
* All rights reserved.
*
diff --git a/sys/net/if_pppvar.h b/sys/net/if_pppvar.h
index 4449fbb..daa263c 100644
--- a/sys/net/if_pppvar.h
+++ b/sys/net/if_pppvar.h
@@ -1,6 +1,7 @@
/*
* if_pppvar.h - private structures and declarations for PPP.
- *
+ */
+/*-
* Copyright (c) 1994 The Australian National University.
* All rights reserved.
*
diff --git a/sys/net/if_sl.c b/sys/net/if_sl.c
index de4e8ed..0617037 100644
--- a/sys/net/if_sl.c
+++ b/sys/net/if_sl.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1987, 1989, 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/if_sppp.h b/sys/net/if_sppp.h
index 4149663..39267ae 100644
--- a/sys/net/if_sppp.h
+++ b/sys/net/if_sppp.h
@@ -1,6 +1,7 @@
/*
* Defines for synchronous PPP/Cisco/Frame Relay link level subroutines.
- *
+ */
+/*-
* Copyright (C) 1994-2000 Cronyx Engineering.
* Author: Serge Vakulenko, <vak@cronyx.ru>
*
diff --git a/sys/net/if_spppfr.c b/sys/net/if_spppfr.c
index 0cd9fcb..7989df9 100644
--- a/sys/net/if_spppfr.c
+++ b/sys/net/if_spppfr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Synchronous Frame Relay link level subroutines.
* ANSI T1.617-compaible link management signaling
* implemented for Frame Relay mode.
diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c
index 94f9c83..d7cf484 100644
--- a/sys/net/if_spppsubr.c
+++ b/sys/net/if_spppsubr.c
@@ -1,7 +1,8 @@
/*
* Synchronous PPP/Cisco/Frame Relay link level subroutines.
* Keepalive protocol implemented in both Cisco and PPP modes.
- *
+ */
+/*-
* Copyright (C) 1994-2000 Cronyx Engineering.
* Author: Serge Vakulenko, <vak@cronyx.ru>
*
diff --git a/sys/net/if_stf.c b/sys/net/if_stf.c
index eff2c7e..5cfb438 100644
--- a/sys/net/if_stf.c
+++ b/sys/net/if_stf.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: if_stf.c,v 1.73 2001/12/03 11:08:30 keiichi Exp $ */
-/*
+/*-
* Copyright (C) 2000 WIDE Project.
* All rights reserved.
*
diff --git a/sys/net/if_stf.h b/sys/net/if_stf.h
index 07d3d57..cbaf670 100644
--- a/sys/net/if_stf.h
+++ b/sys/net/if_stf.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: if_stf.h,v 1.5 2001/10/12 10:09:17 keiichi Exp $ */
-/*
+/*-
* Copyright (C) 2000 WIDE Project.
* All rights reserved.
*
diff --git a/sys/net/if_tap.c b/sys/net/if_tap.c
index 3642097..46fd276 100644
--- a/sys/net/if_tap.c
+++ b/sys/net/if_tap.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (C) 1999-2000 by Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/net/if_tap.h b/sys/net/if_tap.h
index 30f7421..daaddf7 100644
--- a/sys/net/if_tap.h
+++ b/sys/net/if_tap.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (C) 1999-2000 by Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/net/if_tapvar.h b/sys/net/if_tapvar.h
index 512a33d..1017bae 100644
--- a/sys/net/if_tapvar.h
+++ b/sys/net/if_tapvar.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (C) 1999-2000 by Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c
index 9103113..8936110 100644
--- a/sys/net/if_tun.c
+++ b/sys/net/if_tun.c
@@ -1,6 +1,6 @@
/* $NetBSD: if_tun.c,v 1.14 1994/06/29 06:36:25 cgd Exp $ */
-/*
+/*-
* Copyright (c) 1988, Julian Onions <jpo@cs.nott.ac.uk>
* Nottingham University 1987.
*
diff --git a/sys/net/if_tun.h b/sys/net/if_tun.h
index 185930a..382881c 100644
--- a/sys/net/if_tun.h
+++ b/sys/net/if_tun.h
@@ -1,6 +1,6 @@
/* $NetBSD: if_tun.h,v 1.5 1994/06/29 06:36:27 cgd Exp $ */
-/*
+/*-
* Copyright (c) 1988, Julian Onions <jpo@cs.nott.ac.uk>
* Nottingham University 1987.
*
diff --git a/sys/net/if_types.h b/sys/net/if_types.h
index e23af2d..7af5bec 100644
--- a/sys/net/if_types.h
+++ b/sys/net/if_types.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/if_var.h b/sys/net/if_var.h
index ebbaa25..d1d9fa2 100644
--- a/sys/net/if_var.h
+++ b/sys/net/if_var.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c
index 7a8429d..499af6b 100644
--- a/sys/net/if_vlan.c
+++ b/sys/net/if_vlan.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright 1998 Massachusetts Institute of Technology
*
* Permission to use, copy, modify, and distribute this software and
diff --git a/sys/net/if_vlan_var.h b/sys/net/if_vlan_var.h
index 871c0d3..b8b9997 100644
--- a/sys/net/if_vlan_var.h
+++ b/sys/net/if_vlan_var.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright 1998 Massachusetts Institute of Technology
*
* Permission to use, copy, modify, and distribute this software and
diff --git a/sys/net/iso88025.h b/sys/net/iso88025.h
index 1333cc5..8ffb23f 100644
--- a/sys/net/iso88025.h
+++ b/sys/net/iso88025.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1998, Larry Lile
* All rights reserved.
*
diff --git a/sys/net/net_osdep.h b/sys/net/net_osdep.h
index 66e99b5..f518be6 100644
--- a/sys/net/net_osdep.h
+++ b/sys/net/net_osdep.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: net_osdep.h,v 1.80 2003/08/09 17:06:39 suz Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/net/netisr.h b/sys/net/netisr.h
index 1b11fca..9ba3e8d 100644
--- a/sys/net/netisr.h
+++ b/sys/net/netisr.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1980, 1986, 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/pfil.c b/sys/net/pfil.c
index bfd382d..c9b7ce7 100644
--- a/sys/net/pfil.c
+++ b/sys/net/pfil.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $NetBSD: pfil.c,v 1.20 2001/11/12 23:49:46 lukem Exp $ */
-/*
+/*-
* Copyright (c) 1996 Matthew R. Green
* All rights reserved.
*
diff --git a/sys/net/pfil.h b/sys/net/pfil.h
index ed5a3d0..da14f5b 100644
--- a/sys/net/pfil.h
+++ b/sys/net/pfil.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $NetBSD: pfil.h,v 1.22 2003/06/23 12:57:08 martin Exp $ */
-/*
+/*-
* Copyright (c) 1996 Matthew R. Green
* All rights reserved.
*
diff --git a/sys/net/pfkeyv2.h b/sys/net/pfkeyv2.h
index a164f3b..d959acb 100644
--- a/sys/net/pfkeyv2.h
+++ b/sys/net/pfkeyv2.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: pfkeyv2.h,v 1.37 2003/09/06 05:15:43 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/net/ppp_comp.h b/sys/net/ppp_comp.h
index d75e6a7..00591ef 100644
--- a/sys/net/ppp_comp.h
+++ b/sys/net/ppp_comp.h
@@ -1,6 +1,8 @@
/*
* ppp_comp.h - Definitions for doing PPP packet compression.
- *
+ */
+
+/*-
* Copyright (c) 1994 The Australian National University.
* All rights reserved.
*
diff --git a/sys/net/ppp_deflate.c b/sys/net/ppp_deflate.c
index 3c7884e..6a49363 100644
--- a/sys/net/ppp_deflate.c
+++ b/sys/net/ppp_deflate.c
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
-/*
+/*-
* ppp_deflate.c - interface the zlib procedures for Deflate compression
* and decompression (as used by gzip) to the PPP code.
* This version is for use with mbufs on BSD-derived systems.
diff --git a/sys/net/ppp_defs.h b/sys/net/ppp_defs.h
index be891ee..386a176 100644
--- a/sys/net/ppp_defs.h
+++ b/sys/net/ppp_defs.h
@@ -1,6 +1,7 @@
/*
* ppp_defs.h - PPP definitions.
- *
+ */
+/*-
* Copyright (c) 1994 The Australian National University.
* All rights reserved.
*
diff --git a/sys/net/ppp_tty.c b/sys/net/ppp_tty.c
index d220acd..3c25bab 100644
--- a/sys/net/ppp_tty.c
+++ b/sys/net/ppp_tty.c
@@ -1,7 +1,8 @@
/*
* ppp_tty.c - Point-to-Point Protocol (PPP) driver for asynchronous
* tty devices.
- *
+ */
+/*-
* Copyright (c) 1989 Carnegie Mellon University.
* All rights reserved.
*
diff --git a/sys/net/radix.c b/sys/net/radix.c
index f4f99d3..3e8ef97 100644
--- a/sys/net/radix.c
+++ b/sys/net/radix.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1988, 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/radix.h b/sys/net/radix.h
index 2796b9d4..ca53095 100644
--- a/sys/net/radix.h
+++ b/sys/net/radix.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1988, 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/raw_cb.c b/sys/net/raw_cb.c
index b6ab208..8a8bba6 100644
--- a/sys/net/raw_cb.c
+++ b/sys/net/raw_cb.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1980, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/raw_cb.h b/sys/net/raw_cb.h
index 177dedf..4e6b77a 100644
--- a/sys/net/raw_cb.h
+++ b/sys/net/raw_cb.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1980, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/raw_usrreq.c b/sys/net/raw_usrreq.c
index 61b2d86..f06a903 100644
--- a/sys/net/raw_usrreq.c
+++ b/sys/net/raw_usrreq.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1980, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/route.c b/sys/net/route.c
index f2db78c..57d0e53 100644
--- a/sys/net/route.c
+++ b/sys/net/route.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1980, 1986, 1991, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/route.h b/sys/net/route.h
index d59ae72..755973e 100644
--- a/sys/net/route.h
+++ b/sys/net/route.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1980, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/rtsock.c b/sys/net/rtsock.c
index 6ec7c69..6fd6867 100644
--- a/sys/net/rtsock.c
+++ b/sys/net/rtsock.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1988, 1991, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/slcompress.h b/sys/net/slcompress.h
index c506d2b..794d8b8 100644
--- a/sys/net/slcompress.h
+++ b/sys/net/slcompress.h
@@ -1,6 +1,7 @@
/*
* Definitions for tcp compression routines.
- *
+ */
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/net/zlib.c b/sys/net/zlib.c
index b25d4a2..73e9572 100644
--- a/sys/net/zlib.c
+++ b/sys/net/zlib.c
@@ -30,7 +30,8 @@
/* +++ zutil.h */
-/* zutil.h -- internal interface and configuration of the compression library
+/*-
+ * zutil.h -- internal interface and configuration of the compression library
* Copyright (C) 1995-1996 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/sys/net/zlib.h b/sys/net/zlib.h
index 35119fb..9529e43 100644
--- a/sys/net/zlib.h
+++ b/sys/net/zlib.h
@@ -16,7 +16,8 @@
/* +++ zlib.h */
-/* zlib.h -- interface of the 'zlib' general purpose compression library
+/*-
+ zlib.h -- interface of the 'zlib' general purpose compression library
version 1.0.4, Jul 24th, 1996.
Copyright (C) 1995-1996 Jean-loup Gailly and Mark Adler
@@ -39,8 +40,8 @@
Jean-loup Gailly Mark Adler
gzip@prep.ai.mit.edu madler@alumni.caltech.edu
-
-
+*/
+/*
The data format used by the zlib library is described by RFCs (Request for
Comments) 1950 to 1952 in the files ftp://ds.internic.net/rfc/rfc1950.txt
(zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
diff --git a/sys/netatm/atm.h b/sys/netatm/atm.h
index c92312e..7ec9bdd 100644
--- a/sys/netatm/atm.h
+++ b/sys/netatm/atm.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/atm_aal5.c b/sys/netatm/atm_aal5.c
index 3b50c79..6d625e0 100644
--- a/sys/netatm/atm_aal5.c
+++ b/sys/netatm/atm_aal5.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/atm_cm.c b/sys/netatm/atm_cm.c
index aa3b0ea..2da05b3 100644
--- a/sys/netatm/atm_cm.c
+++ b/sys/netatm/atm_cm.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/atm_cm.h b/sys/netatm/atm_cm.h
index 05f2ace..c9e6dc5 100644
--- a/sys/netatm/atm_cm.h
+++ b/sys/netatm/atm_cm.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/atm_device.c b/sys/netatm/atm_device.c
index 4481a35..1d10f0f 100644
--- a/sys/netatm/atm_device.c
+++ b/sys/netatm/atm_device.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/atm_if.c b/sys/netatm/atm_if.c
index 81edae1..49c1867 100644
--- a/sys/netatm/atm_if.c
+++ b/sys/netatm/atm_if.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/atm_if.h b/sys/netatm/atm_if.h
index 73c40d2..6cadb75 100644
--- a/sys/netatm/atm_if.h
+++ b/sys/netatm/atm_if.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/atm_ioctl.h b/sys/netatm/atm_ioctl.h
index 7fce9be..e30cf78 100644
--- a/sys/netatm/atm_ioctl.h
+++ b/sys/netatm/atm_ioctl.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/atm_pcb.h b/sys/netatm/atm_pcb.h
index af273fa..07a263d 100644
--- a/sys/netatm/atm_pcb.h
+++ b/sys/netatm/atm_pcb.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/atm_proto.c b/sys/netatm/atm_proto.c
index 174852c..c2db1d1 100644
--- a/sys/netatm/atm_proto.c
+++ b/sys/netatm/atm_proto.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/atm_sap.h b/sys/netatm/atm_sap.h
index 35f5435..a05b32a 100644
--- a/sys/netatm/atm_sap.h
+++ b/sys/netatm/atm_sap.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/atm_sigmgr.h b/sys/netatm/atm_sigmgr.h
index 227b71f..8018929 100644
--- a/sys/netatm/atm_sigmgr.h
+++ b/sys/netatm/atm_sigmgr.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/atm_signal.c b/sys/netatm/atm_signal.c
index 1ff5e7f..d2a90e6 100644
--- a/sys/netatm/atm_signal.c
+++ b/sys/netatm/atm_signal.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/atm_socket.c b/sys/netatm/atm_socket.c
index 99dbaf6..a851537 100644
--- a/sys/netatm/atm_socket.c
+++ b/sys/netatm/atm_socket.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/atm_stack.h b/sys/netatm/atm_stack.h
index 4981ae2..b277c44 100644
--- a/sys/netatm/atm_stack.h
+++ b/sys/netatm/atm_stack.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/atm_subr.c b/sys/netatm/atm_subr.c
index d816dfd..505e899 100644
--- a/sys/netatm/atm_subr.c
+++ b/sys/netatm/atm_subr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/atm_sys.h b/sys/netatm/atm_sys.h
index d070d7f..7368ef5 100644
--- a/sys/netatm/atm_sys.h
+++ b/sys/netatm/atm_sys.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/atm_usrreq.c b/sys/netatm/atm_usrreq.c
index 4ea353f..67cc6a9 100644
--- a/sys/netatm/atm_usrreq.c
+++ b/sys/netatm/atm_usrreq.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/atm_var.h b/sys/netatm/atm_var.h
index 141a737..e014bf6 100644
--- a/sys/netatm/atm_var.h
+++ b/sys/netatm/atm_var.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/atm_vc.h b/sys/netatm/atm_vc.h
index c4f66a5..e70e646 100644
--- a/sys/netatm/atm_vc.h
+++ b/sys/netatm/atm_vc.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/ipatm/ipatm.h b/sys/netatm/ipatm/ipatm.h
index 887509c..303d3cd 100644
--- a/sys/netatm/ipatm/ipatm.h
+++ b/sys/netatm/ipatm/ipatm.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/ipatm/ipatm_event.c b/sys/netatm/ipatm/ipatm_event.c
index 7c68ca1..c266afa 100644
--- a/sys/netatm/ipatm/ipatm_event.c
+++ b/sys/netatm/ipatm/ipatm_event.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/ipatm/ipatm_if.c b/sys/netatm/ipatm/ipatm_if.c
index 7f85cde..3227b6a 100644
--- a/sys/netatm/ipatm/ipatm_if.c
+++ b/sys/netatm/ipatm/ipatm_if.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/ipatm/ipatm_input.c b/sys/netatm/ipatm/ipatm_input.c
index d1d52bc..3899d23 100644
--- a/sys/netatm/ipatm/ipatm_input.c
+++ b/sys/netatm/ipatm/ipatm_input.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/ipatm/ipatm_load.c b/sys/netatm/ipatm/ipatm_load.c
index 3334518..3df5e8f 100644
--- a/sys/netatm/ipatm/ipatm_load.c
+++ b/sys/netatm/ipatm/ipatm_load.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/ipatm/ipatm_output.c b/sys/netatm/ipatm/ipatm_output.c
index 195d8d1..11ac8c0 100644
--- a/sys/netatm/ipatm/ipatm_output.c
+++ b/sys/netatm/ipatm/ipatm_output.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/ipatm/ipatm_serv.h b/sys/netatm/ipatm/ipatm_serv.h
index f12562d..5eb6dc1 100644
--- a/sys/netatm/ipatm/ipatm_serv.h
+++ b/sys/netatm/ipatm/ipatm_serv.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/ipatm/ipatm_usrreq.c b/sys/netatm/ipatm/ipatm_usrreq.c
index 99d1575..9fcc20c 100644
--- a/sys/netatm/ipatm/ipatm_usrreq.c
+++ b/sys/netatm/ipatm/ipatm_usrreq.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/ipatm/ipatm_var.h b/sys/netatm/ipatm/ipatm_var.h
index d0e0d3e..1232677 100644
--- a/sys/netatm/ipatm/ipatm_var.h
+++ b/sys/netatm/ipatm/ipatm_var.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/ipatm/ipatm_vcm.c b/sys/netatm/ipatm/ipatm_vcm.c
index 490bbdc..7f7cdf7 100644
--- a/sys/netatm/ipatm/ipatm_vcm.c
+++ b/sys/netatm/ipatm/ipatm_vcm.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/port.h b/sys/netatm/port.h
index d8c7ceb..1487ac5 100644
--- a/sys/netatm/port.h
+++ b/sys/netatm/port.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/queue.h b/sys/netatm/queue.h
index 67bff75..82db246 100644
--- a/sys/netatm/queue.h
+++ b/sys/netatm/queue.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/sigpvc/sigpvc_if.c b/sys/netatm/sigpvc/sigpvc_if.c
index 8fab9b7..440de20 100644
--- a/sys/netatm/sigpvc/sigpvc_if.c
+++ b/sys/netatm/sigpvc/sigpvc_if.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/sigpvc/sigpvc_subr.c b/sys/netatm/sigpvc/sigpvc_subr.c
index 708521f..67164c8 100644
--- a/sys/netatm/sigpvc/sigpvc_subr.c
+++ b/sys/netatm/sigpvc/sigpvc_subr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/sigpvc/sigpvc_var.h b/sys/netatm/sigpvc/sigpvc_var.h
index 7e6af34..79b6818 100644
--- a/sys/netatm/sigpvc/sigpvc_var.h
+++ b/sys/netatm/sigpvc/sigpvc_var.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/spans/spans_arp.c b/sys/netatm/spans/spans_arp.c
index 63f7245..507562b 100644
--- a/sys/netatm/spans/spans_arp.c
+++ b/sys/netatm/spans/spans_arp.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/spans/spans_cls.c b/sys/netatm/spans/spans_cls.c
index 22f7e2c..84a9a6a 100644
--- a/sys/netatm/spans/spans_cls.c
+++ b/sys/netatm/spans/spans_cls.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/spans/spans_cls.h b/sys/netatm/spans/spans_cls.h
index 3c7a7ff..5539af6 100644
--- a/sys/netatm/spans/spans_cls.h
+++ b/sys/netatm/spans/spans_cls.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/spans/spans_if.c b/sys/netatm/spans/spans_if.c
index c4f071e..b07c503 100644
--- a/sys/netatm/spans/spans_if.c
+++ b/sys/netatm/spans/spans_if.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/spans/spans_kxdr.c b/sys/netatm/spans/spans_kxdr.c
index e0421f4..61864d5 100644
--- a/sys/netatm/spans/spans_kxdr.c
+++ b/sys/netatm/spans/spans_kxdr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/spans/spans_kxdr.h b/sys/netatm/spans/spans_kxdr.h
index 6ffead7..b9adfdd 100644
--- a/sys/netatm/spans/spans_kxdr.h
+++ b/sys/netatm/spans/spans_kxdr.h
@@ -1,7 +1,7 @@
/* $NetBSD: types.h,v 1.13 2000/06/13 01:02:44 thorpej Exp $ */
/* $NetBSD: xdr.h,v 1.19 2000/07/17 05:00:45 matt Exp $ */
-/*
+/*-
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
* unrestricted use provided that this legend is included on all tape
* media and as a part of the software program in whole or part. Users
diff --git a/sys/netatm/spans/spans_msg.c b/sys/netatm/spans/spans_msg.c
index a578a12..85da01f 100644
--- a/sys/netatm/spans/spans_msg.c
+++ b/sys/netatm/spans/spans_msg.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/spans/spans_print.c b/sys/netatm/spans/spans_print.c
index 68daa18..6f69562 100644
--- a/sys/netatm/spans/spans_print.c
+++ b/sys/netatm/spans/spans_print.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/spans/spans_proto.c b/sys/netatm/spans/spans_proto.c
index e46bde1..8e57e6e 100644
--- a/sys/netatm/spans/spans_proto.c
+++ b/sys/netatm/spans/spans_proto.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/spans/spans_subr.c b/sys/netatm/spans/spans_subr.c
index 19263dd..4b7889e 100644
--- a/sys/netatm/spans/spans_subr.c
+++ b/sys/netatm/spans/spans_subr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/spans/spans_util.c b/sys/netatm/spans/spans_util.c
index 15638cd..1f74255 100644
--- a/sys/netatm/spans/spans_util.c
+++ b/sys/netatm/spans/spans_util.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/spans/spans_var.h b/sys/netatm/spans/spans_var.h
index 7ea9942..7b1e2c2 100644
--- a/sys/netatm/spans/spans_var.h
+++ b/sys/netatm/spans/spans_var.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/spans/spans_xdr.x b/sys/netatm/spans/spans_xdr.x
index 7a3c118..ad9bfcc 100644
--- a/sys/netatm/spans/spans_xdr.x
+++ b/sys/netatm/spans/spans_xdr.x
@@ -1,4 +1,4 @@
-%/*
+%/*-
% *
% * ===================================
% * HARP | Host ATM Research Platform
diff --git a/sys/netatm/uni/q2110_sigaa.c b/sys/netatm/uni/q2110_sigaa.c
index 6f01b99..8a07532 100644
--- a/sys/netatm/uni/q2110_sigaa.c
+++ b/sys/netatm/uni/q2110_sigaa.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/q2110_sigcpcs.c b/sys/netatm/uni/q2110_sigcpcs.c
index 74d239b..279178b 100644
--- a/sys/netatm/uni/q2110_sigcpcs.c
+++ b/sys/netatm/uni/q2110_sigcpcs.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/q2110_subr.c b/sys/netatm/uni/q2110_subr.c
index 5f0eece..00ab4e9 100644
--- a/sys/netatm/uni/q2110_subr.c
+++ b/sys/netatm/uni/q2110_subr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/qsaal1_sigaa.c b/sys/netatm/uni/qsaal1_sigaa.c
index 7d5e5cd..2a105a5 100644
--- a/sys/netatm/uni/qsaal1_sigaa.c
+++ b/sys/netatm/uni/qsaal1_sigaa.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/qsaal1_sigcpcs.c b/sys/netatm/uni/qsaal1_sigcpcs.c
index 4df194f..c0ec4c9 100644
--- a/sys/netatm/uni/qsaal1_sigcpcs.c
+++ b/sys/netatm/uni/qsaal1_sigcpcs.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/qsaal1_subr.c b/sys/netatm/uni/qsaal1_subr.c
index d82ae1d..273ce82 100644
--- a/sys/netatm/uni/qsaal1_subr.c
+++ b/sys/netatm/uni/qsaal1_subr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/sscf_uni.c b/sys/netatm/uni/sscf_uni.c
index 3706244..8cabd16 100644
--- a/sys/netatm/uni/sscf_uni.c
+++ b/sys/netatm/uni/sscf_uni.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/sscf_uni.h b/sys/netatm/uni/sscf_uni.h
index e55d6b8..bdb2b26 100644
--- a/sys/netatm/uni/sscf_uni.h
+++ b/sys/netatm/uni/sscf_uni.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/uni/sscf_uni_lower.c b/sys/netatm/uni/sscf_uni_lower.c
index 76bae53..1286cea 100644
--- a/sys/netatm/uni/sscf_uni_lower.c
+++ b/sys/netatm/uni/sscf_uni_lower.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/sscf_uni_upper.c b/sys/netatm/uni/sscf_uni_upper.c
index 3f127e6..473366a 100644
--- a/sys/netatm/uni/sscf_uni_upper.c
+++ b/sys/netatm/uni/sscf_uni_upper.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/sscf_uni_var.h b/sys/netatm/uni/sscf_uni_var.h
index 934bdaa..117e3ad 100644
--- a/sys/netatm/uni/sscf_uni_var.h
+++ b/sys/netatm/uni/sscf_uni_var.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/uni/sscop.c b/sys/netatm/uni/sscop.c
index cc424be..2deb9b9 100644
--- a/sys/netatm/uni/sscop.c
+++ b/sys/netatm/uni/sscop.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/sscop.h b/sys/netatm/uni/sscop.h
index 89ca468..54e5a88 100644
--- a/sys/netatm/uni/sscop.h
+++ b/sys/netatm/uni/sscop.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/uni/sscop_lower.c b/sys/netatm/uni/sscop_lower.c
index 086250b..35bf7f4 100644
--- a/sys/netatm/uni/sscop_lower.c
+++ b/sys/netatm/uni/sscop_lower.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/sscop_misc.h b/sys/netatm/uni/sscop_misc.h
index 5fcea10..fa7c14a 100644
--- a/sys/netatm/uni/sscop_misc.h
+++ b/sys/netatm/uni/sscop_misc.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/uni/sscop_pdu.c b/sys/netatm/uni/sscop_pdu.c
index eeed1a0..1e95fe9 100644
--- a/sys/netatm/uni/sscop_pdu.c
+++ b/sys/netatm/uni/sscop_pdu.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/sscop_pdu.h b/sys/netatm/uni/sscop_pdu.h
index 9a930d0..e039a8a 100644
--- a/sys/netatm/uni/sscop_pdu.h
+++ b/sys/netatm/uni/sscop_pdu.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/uni/sscop_sigaa.c b/sys/netatm/uni/sscop_sigaa.c
index 528d1a2..586cf05 100644
--- a/sys/netatm/uni/sscop_sigaa.c
+++ b/sys/netatm/uni/sscop_sigaa.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/sscop_sigcpcs.c b/sys/netatm/uni/sscop_sigcpcs.c
index 919ba41..6211017 100644
--- a/sys/netatm/uni/sscop_sigcpcs.c
+++ b/sys/netatm/uni/sscop_sigcpcs.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/sscop_subr.c b/sys/netatm/uni/sscop_subr.c
index c4d2f4c..51a28d8 100644
--- a/sys/netatm/uni/sscop_subr.c
+++ b/sys/netatm/uni/sscop_subr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/sscop_timer.c b/sys/netatm/uni/sscop_timer.c
index da388d3..1fba368 100644
--- a/sys/netatm/uni/sscop_timer.c
+++ b/sys/netatm/uni/sscop_timer.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/sscop_upper.c b/sys/netatm/uni/sscop_upper.c
index 4b22e96..3e7d0b0 100644
--- a/sys/netatm/uni/sscop_upper.c
+++ b/sys/netatm/uni/sscop_upper.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/sscop_var.h b/sys/netatm/uni/sscop_var.h
index 9ba9ca6..a71c876 100644
--- a/sys/netatm/uni/sscop_var.h
+++ b/sys/netatm/uni/sscop_var.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/uni/uni.h b/sys/netatm/uni/uni.h
index b7cd1bd..44b0ed6 100644
--- a/sys/netatm/uni/uni.h
+++ b/sys/netatm/uni/uni.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/uni/uni_load.c b/sys/netatm/uni/uni_load.c
index 2f594d4..feb1d7d 100644
--- a/sys/netatm/uni/uni_load.c
+++ b/sys/netatm/uni/uni_load.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/uniarp.c b/sys/netatm/uni/uniarp.c
index ff6819f..bcd0967 100644
--- a/sys/netatm/uni/uniarp.c
+++ b/sys/netatm/uni/uniarp.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/uniarp_cache.c b/sys/netatm/uni/uniarp_cache.c
index 3aba40a..946fee8 100644
--- a/sys/netatm/uni/uniarp_cache.c
+++ b/sys/netatm/uni/uniarp_cache.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/uniarp_input.c b/sys/netatm/uni/uniarp_input.c
index b2cef44..125d20a 100644
--- a/sys/netatm/uni/uniarp_input.c
+++ b/sys/netatm/uni/uniarp_input.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/uniarp_output.c b/sys/netatm/uni/uniarp_output.c
index e2547e0..ea09169 100644
--- a/sys/netatm/uni/uniarp_output.c
+++ b/sys/netatm/uni/uniarp_output.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/uniarp_timer.c b/sys/netatm/uni/uniarp_timer.c
index 2f2915b..a5c384d 100644
--- a/sys/netatm/uni/uniarp_timer.c
+++ b/sys/netatm/uni/uniarp_timer.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/uniarp_vcm.c b/sys/netatm/uni/uniarp_vcm.c
index 3a2bc8a..08cc8ef 100644
--- a/sys/netatm/uni/uniarp_vcm.c
+++ b/sys/netatm/uni/uniarp_vcm.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/uniip.c b/sys/netatm/uni/uniip.c
index 1e07d75..57c072d 100644
--- a/sys/netatm/uni/uniip.c
+++ b/sys/netatm/uni/uniip.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/uniip_var.h b/sys/netatm/uni/uniip_var.h
index fd5129a..1fcdead 100644
--- a/sys/netatm/uni/uniip_var.h
+++ b/sys/netatm/uni/uniip_var.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/uni/unisig.h b/sys/netatm/uni/unisig.h
index 1f06f5c..88b496b 100644
--- a/sys/netatm/uni/unisig.h
+++ b/sys/netatm/uni/unisig.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/uni/unisig_decode.c b/sys/netatm/uni/unisig_decode.c
index 3f7f304..e89f551 100644
--- a/sys/netatm/uni/unisig_decode.c
+++ b/sys/netatm/uni/unisig_decode.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/unisig_decode.h b/sys/netatm/uni/unisig_decode.h
index 1e9a986..9e80d43 100644
--- a/sys/netatm/uni/unisig_decode.h
+++ b/sys/netatm/uni/unisig_decode.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/uni/unisig_encode.c b/sys/netatm/uni/unisig_encode.c
index 9322906..4ecfc9c 100644
--- a/sys/netatm/uni/unisig_encode.c
+++ b/sys/netatm/uni/unisig_encode.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/unisig_if.c b/sys/netatm/uni/unisig_if.c
index 30846e1..7347bec 100644
--- a/sys/netatm/uni/unisig_if.c
+++ b/sys/netatm/uni/unisig_if.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/unisig_mbuf.c b/sys/netatm/uni/unisig_mbuf.c
index c2f5bbb..aa5a85a 100644
--- a/sys/netatm/uni/unisig_mbuf.c
+++ b/sys/netatm/uni/unisig_mbuf.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/unisig_mbuf.h b/sys/netatm/uni/unisig_mbuf.h
index 986ae43..c5bc8bf 100644
--- a/sys/netatm/uni/unisig_mbuf.h
+++ b/sys/netatm/uni/unisig_mbuf.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/uni/unisig_msg.c b/sys/netatm/uni/unisig_msg.c
index 08b7934..806102b 100644
--- a/sys/netatm/uni/unisig_msg.c
+++ b/sys/netatm/uni/unisig_msg.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/unisig_msg.h b/sys/netatm/uni/unisig_msg.h
index 9ea3c4d..123bdb4 100644
--- a/sys/netatm/uni/unisig_msg.h
+++ b/sys/netatm/uni/unisig_msg.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/uni/unisig_print.c b/sys/netatm/uni/unisig_print.c
index a6d7919..72d1733 100644
--- a/sys/netatm/uni/unisig_print.c
+++ b/sys/netatm/uni/unisig_print.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/unisig_print.h b/sys/netatm/uni/unisig_print.h
index 22f440a..2812d03 100644
--- a/sys/netatm/uni/unisig_print.h
+++ b/sys/netatm/uni/unisig_print.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/uni/unisig_proto.c b/sys/netatm/uni/unisig_proto.c
index e5e8b93..08fe235 100644
--- a/sys/netatm/uni/unisig_proto.c
+++ b/sys/netatm/uni/unisig_proto.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/unisig_sigmgr_state.c b/sys/netatm/uni/unisig_sigmgr_state.c
index ad4a8d2..2d58354 100644
--- a/sys/netatm/uni/unisig_sigmgr_state.c
+++ b/sys/netatm/uni/unisig_sigmgr_state.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/unisig_subr.c b/sys/netatm/uni/unisig_subr.c
index faa7b0b..821283b 100644
--- a/sys/netatm/uni/unisig_subr.c
+++ b/sys/netatm/uni/unisig_subr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/unisig_util.c b/sys/netatm/uni/unisig_util.c
index 815242b..6bb23cc 100644
--- a/sys/netatm/uni/unisig_util.c
+++ b/sys/netatm/uni/unisig_util.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netatm/uni/unisig_var.h b/sys/netatm/uni/unisig_var.h
index 77e5048..ae6c2fe 100644
--- a/sys/netatm/uni/unisig_var.h
+++ b/sys/netatm/uni/unisig_var.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* ===================================
* HARP | Host ATM Research Platform
diff --git a/sys/netatm/uni/unisig_vc_state.c b/sys/netatm/uni/unisig_vc_state.c
index 81ff8fc..1c63b07 100644
--- a/sys/netatm/uni/unisig_vc_state.c
+++ b/sys/netatm/uni/unisig_vc_state.c
@@ -1,4 +1,4 @@
-/*
+/*-
* ===================================
* HARP | Host ATM Research Platform
* ===================================
diff --git a/sys/netgraph/atm/atmpif/ng_atmpif.c b/sys/netgraph/atm/atmpif/ng_atmpif.c
index b5eb2e5..23e39b9 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 1307756..793d9a4 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 f295461..515eb4e 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 3f85a60..f2e2b87 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 5720e8b..305f2f9 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 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.
*/
diff --git a/sys/netgraph/atm/ng_atm.h b/sys/netgraph/atm/ng_atm.h
index ebf7cb6..6b42d72 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 b45df75..bc41ad5 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 ecc0738..9e1eb66 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 600d892..a59c98d 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 17713ca..2f1e38c 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 957f3ad..b2f6af0 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 7881fa3..ecb23e6 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 39153ee..910dd03 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 10caa49..47413b5 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 dcc197a..b700c1b 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 0d5906d..cb97521 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 8086d48..a1d839a 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 494092e..915b53b 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 445a8c2..c2f2325 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.
diff --git a/sys/netgraph/bluetooth/common/ng_bluetooth.c b/sys/netgraph/bluetooth/common/ng_bluetooth.c
index ae5cc77..4836bad 100644
--- a/sys/netgraph/bluetooth/common/ng_bluetooth.c
+++ b/sys/netgraph/bluetooth/common/ng_bluetooth.c
@@ -1,6 +1,8 @@
/*
* bluetooth.c
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c b/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c
index 96ac0f5..e1f7532 100644
--- a/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c
+++ b/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c
@@ -1,6 +1,8 @@
/*
* ng_bt3c_pccard.c
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_var.h b/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_var.h
index 12ad770..76d959a 100644
--- a/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_var.h
+++ b/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_var.h
@@ -1,6 +1,8 @@
/*
* ng_bt3c_var.h
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/drivers/h4/ng_h4.c b/sys/netgraph/bluetooth/drivers/h4/ng_h4.c
index c532ac0..9f45b2e 100644
--- a/sys/netgraph/bluetooth/drivers/h4/ng_h4.c
+++ b/sys/netgraph/bluetooth/drivers/h4/ng_h4.c
@@ -1,6 +1,8 @@
/*
* ng_h4.c
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/drivers/h4/ng_h4_prse.h b/sys/netgraph/bluetooth/drivers/h4/ng_h4_prse.h
index a4e74a4..0feda48 100644
--- a/sys/netgraph/bluetooth/drivers/h4/ng_h4_prse.h
+++ b/sys/netgraph/bluetooth/drivers/h4/ng_h4_prse.h
@@ -1,6 +1,8 @@
/*
* ng_h4_prse.h
- *
+ */
+
+/*-
* Copyright (c) 2001 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/drivers/h4/ng_h4_var.h b/sys/netgraph/bluetooth/drivers/h4/ng_h4_var.h
index 932a04e..eca54f7 100644
--- a/sys/netgraph/bluetooth/drivers/h4/ng_h4_var.h
+++ b/sys/netgraph/bluetooth/drivers/h4/ng_h4_var.h
@@ -1,6 +1,8 @@
/*
* ng_h4_var.h
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
index a539f52..c4ab522 100644
--- a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
+++ b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
@@ -1,6 +1,8 @@
/*
* ng_ubt.c
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h
index 33dfbae..b136a8e 100644
--- a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h
+++ b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h
@@ -1,6 +1,8 @@
/*
* ng_ubt_var.h
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c b/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c
index 695d269..26f47cd 100644
--- a/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c
+++ b/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c
@@ -1,6 +1,8 @@
/*
* ubtbcmfw.c
- *
+ */
+
+/*-
* Copyright (c) 2003 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/hci/ng_hci_cmds.c b/sys/netgraph/bluetooth/hci/ng_hci_cmds.c
index 90c0859..8d630a2 100644
--- a/sys/netgraph/bluetooth/hci/ng_hci_cmds.c
+++ b/sys/netgraph/bluetooth/hci/ng_hci_cmds.c
@@ -1,6 +1,8 @@
/*
* ng_hci_cmds.c
- *
+ */
+
+/*-
* Copyright (c) Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/hci/ng_hci_cmds.h b/sys/netgraph/bluetooth/hci/ng_hci_cmds.h
index 781e9fc..9addd14 100644
--- a/sys/netgraph/bluetooth/hci/ng_hci_cmds.h
+++ b/sys/netgraph/bluetooth/hci/ng_hci_cmds.h
@@ -1,6 +1,8 @@
/*
* ng_hci_cmds.h
- *
+ */
+
+/*-
* Copyright (c) Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/hci/ng_hci_evnt.c b/sys/netgraph/bluetooth/hci/ng_hci_evnt.c
index 5fe192a..a4cc9ba 100644
--- a/sys/netgraph/bluetooth/hci/ng_hci_evnt.c
+++ b/sys/netgraph/bluetooth/hci/ng_hci_evnt.c
@@ -1,6 +1,8 @@
/*
* ng_hci_evnt.c
- *
+ */
+
+/*-
* Copyright (c) Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/hci/ng_hci_evnt.h b/sys/netgraph/bluetooth/hci/ng_hci_evnt.h
index 09769da..d89cfd5 100644
--- a/sys/netgraph/bluetooth/hci/ng_hci_evnt.h
+++ b/sys/netgraph/bluetooth/hci/ng_hci_evnt.h
@@ -1,6 +1,8 @@
/*
* ng_hci_evnt.h
- *
+ */
+
+/*-
* Copyright (c) Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/hci/ng_hci_main.c b/sys/netgraph/bluetooth/hci/ng_hci_main.c
index 5ca61ae..7ea23c8 100644
--- a/sys/netgraph/bluetooth/hci/ng_hci_main.c
+++ b/sys/netgraph/bluetooth/hci/ng_hci_main.c
@@ -1,6 +1,8 @@
/*
* ng_hci_main.c
- *
+ */
+
+/*-
* Copyright (c) Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/hci/ng_hci_misc.c b/sys/netgraph/bluetooth/hci/ng_hci_misc.c
index 3729295..d7a185c 100644
--- a/sys/netgraph/bluetooth/hci/ng_hci_misc.c
+++ b/sys/netgraph/bluetooth/hci/ng_hci_misc.c
@@ -1,6 +1,8 @@
/*
* ng_hci_misc.c
- *
+ */
+
+/*-
* Copyright (c) Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/hci/ng_hci_misc.h b/sys/netgraph/bluetooth/hci/ng_hci_misc.h
index 33250f2..59e8a3b 100644
--- a/sys/netgraph/bluetooth/hci/ng_hci_misc.h
+++ b/sys/netgraph/bluetooth/hci/ng_hci_misc.h
@@ -1,6 +1,8 @@
/*
* ng_hci_misc.h
- *
+ */
+
+/*-
* Copyright (c) Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/hci/ng_hci_prse.h b/sys/netgraph/bluetooth/hci/ng_hci_prse.h
index 5f0e3f0..fb4e8fa 100644
--- a/sys/netgraph/bluetooth/hci/ng_hci_prse.h
+++ b/sys/netgraph/bluetooth/hci/ng_hci_prse.h
@@ -1,6 +1,8 @@
/*
* ng_hci_prse.h
- *
+ */
+
+/*-
* Copyright (c) 2001 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/hci/ng_hci_ulpi.c b/sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
index 8d50884..311bd4f 100644
--- a/sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
+++ b/sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
@@ -1,6 +1,8 @@
/*
* ng_hci_ulpi.c
- *
+ */
+
+/*-
* Copyright (c) Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/hci/ng_hci_ulpi.h b/sys/netgraph/bluetooth/hci/ng_hci_ulpi.h
index 28c3ade..ced697e 100644
--- a/sys/netgraph/bluetooth/hci/ng_hci_ulpi.h
+++ b/sys/netgraph/bluetooth/hci/ng_hci_ulpi.h
@@ -1,6 +1,8 @@
/*
* ng_hci_ulpi.h
- *
+ */
+
+/*-
* Copyright (c) Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/hci/ng_hci_var.h b/sys/netgraph/bluetooth/hci/ng_hci_var.h
index 4bf12bb..bce4a25 100644
--- a/sys/netgraph/bluetooth/hci/ng_hci_var.h
+++ b/sys/netgraph/bluetooth/hci/ng_hci_var.h
@@ -1,6 +1,8 @@
/*
* ng_hci_var.h
- *
+ */
+
+/*-
* Copyright (c) 2001 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/include/ng_bluetooth.h b/sys/netgraph/bluetooth/include/ng_bluetooth.h
index 387504a..c0da3b9 100644
--- a/sys/netgraph/bluetooth/include/ng_bluetooth.h
+++ b/sys/netgraph/bluetooth/include/ng_bluetooth.h
@@ -1,6 +1,8 @@
/*
* bluetooth.h
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/include/ng_bt3c.h b/sys/netgraph/bluetooth/include/ng_bt3c.h
index 2af1837..49e0ed1 100644
--- a/sys/netgraph/bluetooth/include/ng_bt3c.h
+++ b/sys/netgraph/bluetooth/include/ng_bt3c.h
@@ -1,6 +1,8 @@
/*
* ng_bt3c.h
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/include/ng_btsocket.h b/sys/netgraph/bluetooth/include/ng_btsocket.h
index f02b5f7..01822e3 100644
--- a/sys/netgraph/bluetooth/include/ng_btsocket.h
+++ b/sys/netgraph/bluetooth/include/ng_btsocket.h
@@ -1,6 +1,8 @@
/*
* ng_btsocket.h
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/include/ng_btsocket_hci_raw.h b/sys/netgraph/bluetooth/include/ng_btsocket_hci_raw.h
index 129ebb6..95b5b3f 100644
--- a/sys/netgraph/bluetooth/include/ng_btsocket_hci_raw.h
+++ b/sys/netgraph/bluetooth/include/ng_btsocket_hci_raw.h
@@ -1,6 +1,8 @@
/*
* ng_btsocket_hci_raw.h
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h b/sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h
index 7498149..ff04ce2 100644
--- a/sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h
+++ b/sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h
@@ -1,6 +1,8 @@
/*
* ng_btsocket_l2cap.h
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h b/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
index e3d8aa9..cfc8873 100644
--- a/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
+++ b/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
@@ -1,6 +1,8 @@
/*
* ng_btsocket_rfcomm.h
- *
+ */
+
+/*-
* Copyright (c) 2001-2003 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/include/ng_h4.h b/sys/netgraph/bluetooth/include/ng_h4.h
index b191029..753c297 100644
--- a/sys/netgraph/bluetooth/include/ng_h4.h
+++ b/sys/netgraph/bluetooth/include/ng_h4.h
@@ -1,6 +1,8 @@
/*
* ng_h4.h
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/include/ng_hci.h b/sys/netgraph/bluetooth/include/ng_hci.h
index 1fed759..b2d6da6 100644
--- a/sys/netgraph/bluetooth/include/ng_hci.h
+++ b/sys/netgraph/bluetooth/include/ng_hci.h
@@ -1,6 +1,8 @@
/*
* ng_hci.h
- *
+ */
+
+/*-
* Copyright (c) 2001 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/include/ng_l2cap.h b/sys/netgraph/bluetooth/include/ng_l2cap.h
index 5759389..094aad3 100644
--- a/sys/netgraph/bluetooth/include/ng_l2cap.h
+++ b/sys/netgraph/bluetooth/include/ng_l2cap.h
@@ -1,6 +1,8 @@
/*
* ng_l2cap.h
- *
+ */
+
+/*-
* Copyright (c) Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/include/ng_ubt.h b/sys/netgraph/bluetooth/include/ng_ubt.h
index bdfc47a..94b2097 100644
--- a/sys/netgraph/bluetooth/include/ng_ubt.h
+++ b/sys/netgraph/bluetooth/include/ng_ubt.h
@@ -1,6 +1,8 @@
/*
* ng_ubt.h
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.c b/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.c
index e708990..06c19f6 100644
--- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.c
+++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.c
@@ -1,6 +1,8 @@
/*
* ng_l2cap_cmds.c
- *
+ */
+
+/*-
* Copyright (c) Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h b/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h
index ed8e84f..1831b84 100644
--- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h
+++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h
@@ -1,6 +1,8 @@
/*
* ng_l2cap_cmds.h
- *
+ */
+
+/*-
* Copyright (c) Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.c b/sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.c
index 9a40d26..9d5268e 100644
--- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.c
+++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.c
@@ -1,6 +1,8 @@
/*
* ng_l2cap_evnt.c
- *
+ */
+
+/*-
* Copyright (c) Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.h b/sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.h
index c7cf8ac..227b9c6 100644
--- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.h
+++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.h
@@ -1,6 +1,8 @@
/*
* ng_l2cap_evnt.h
- *
+ */
+
+/*-
* Copyright (c) Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c b/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c
index 8f9e506..6b827c5 100644
--- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c
+++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c
@@ -1,6 +1,8 @@
/*
* ng_l2cap_llpi.c
- *
+ */
+
+/*-
* Copyright (c) Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.h b/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.h
index 9efc835..919a0aa 100644
--- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.h
+++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.h
@@ -1,6 +1,8 @@
/*
* ng_l2cap_llpi.h
- *
+ */
+
+/*-
* Copyright (c) Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_main.c b/sys/netgraph/bluetooth/l2cap/ng_l2cap_main.c
index d58b144..7d5b300 100644
--- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_main.c
+++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_main.c
@@ -1,6 +1,8 @@
/*
* ng_l2cap_main.c
- *
+ */
+
+/*-
* Copyright (c) Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c b/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c
index 0a25086..59634ad 100644
--- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c
+++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c
@@ -1,6 +1,8 @@
/*
* ng_l2cap_misc.c
- *
+ */
+
+/*-
* Copyright (c) Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.h b/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.h
index b588e17..4679497 100644
--- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.h
+++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.h
@@ -1,6 +1,8 @@
/*
* ng_l2cap_misc.h
- *
+ */
+
+/*-
* Copyright (c) Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_prse.h b/sys/netgraph/bluetooth/l2cap/ng_l2cap_prse.h
index 08a9169..e2ec854 100644
--- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_prse.h
+++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_prse.h
@@ -1,6 +1,8 @@
/*
* ng_l2cap_prse.h
- *
+ */
+
+/*-
* Copyright (c) 2001 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.c b/sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.c
index ffce0f3..8a8e31d 100644
--- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.c
+++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.c
@@ -1,6 +1,8 @@
/*
* ng_l2cap_ulpi.c
- *
+ */
+
+/*-
* Copyright (c) Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.h b/sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.h
index 109b5b7..8a7679a 100644
--- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.h
+++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.h
@@ -1,6 +1,8 @@
/*
* ng_l2cap_ulpi.h
- *
+ */
+
+/*-
* Copyright (c) Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_var.h b/sys/netgraph/bluetooth/l2cap/ng_l2cap_var.h
index 3c4f28e..2188492 100644
--- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_var.h
+++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_var.h
@@ -1,6 +1,8 @@
/*
* ng_l2cap_var.h
- *
+ */
+
+/*-
* Copyright (c) 2001 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/socket/ng_btsocket.c b/sys/netgraph/bluetooth/socket/ng_btsocket.c
index 21ae63c..5c977d8 100644
--- a/sys/netgraph/bluetooth/socket/ng_btsocket.c
+++ b/sys/netgraph/bluetooth/socket/ng_btsocket.c
@@ -1,6 +1,8 @@
/*
* ng_btsocket.c
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c b/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
index 7c347c3..92b2bb5 100644
--- a/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
+++ b/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
@@ -1,6 +1,8 @@
/*
* ng_btsocket_hci_raw.c
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c b/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
index cb91fd7..5662d1d 100644
--- a/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
+++ b/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
@@ -1,6 +1,8 @@
/*
* ng_btsocket_l2cap.c
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c b/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c
index 97e9247..0eb3196 100644
--- a/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c
+++ b/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c
@@ -1,6 +1,8 @@
/*
* ng_btsocket_l2cap_raw.c
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c b/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
index 1ba7211..19a8dd6 100644
--- a/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
+++ b/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
@@ -1,6 +1,8 @@
/*
* ng_btsocket_rfcomm.c
- *
+ */
+
+/*-
* Copyright (c) 2001-2003 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/netgraph.h b/sys/netgraph/netgraph.h
index 5a11972..96e3dbb 100644
--- a/sys/netgraph/netgraph.h
+++ b/sys/netgraph/netgraph.h
@@ -1,6 +1,8 @@
/*
* netgraph.h
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_UI.c b/sys/netgraph/ng_UI.c
index 085804f..4755eb3 100644
--- a/sys/netgraph/ng_UI.c
+++ b/sys/netgraph/ng_UI.c
@@ -1,7 +1,8 @@
-
/*
* ng_UI.c
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_UI.h b/sys/netgraph/ng_UI.h
index 146c185..216570a 100644
--- a/sys/netgraph/ng_UI.h
+++ b/sys/netgraph/ng_UI.h
@@ -1,7 +1,8 @@
-
/*
* ng_UI.h
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_async.c b/sys/netgraph/ng_async.c
index 4c2f3f6..6cb5345 100644
--- a/sys/netgraph/ng_async.c
+++ b/sys/netgraph/ng_async.c
@@ -1,7 +1,8 @@
-
/*
* ng_async.c
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_async.h b/sys/netgraph/ng_async.h
index 3ecfaa2..4eb9fb5 100644
--- a/sys/netgraph/ng_async.h
+++ b/sys/netgraph/ng_async.h
@@ -1,7 +1,8 @@
-
/*
* ng_async.h
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_atmllc.c b/sys/netgraph/ng_atmllc.c
index d355cb8..64bf8c3 100644
--- a/sys/netgraph/ng_atmllc.c
+++ b/sys/netgraph/ng_atmllc.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2003-2004 Benno Rice <benno@eloquent.com.au>
* All Rights Reserved.
*
diff --git a/sys/netgraph/ng_atmllc.h b/sys/netgraph/ng_atmllc.h
index f9aed55..e2b35bd 100644
--- a/sys/netgraph/ng_atmllc.h
+++ b/sys/netgraph/ng_atmllc.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2003-2004 Benno Rice <benno@FreeBSD.org>
* All Rights Reserved.
*
diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c
index 5940b5e..95d45a0 100644
--- a/sys/netgraph/ng_base.c
+++ b/sys/netgraph/ng_base.c
@@ -1,6 +1,8 @@
/*
* ng_base.c
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_bpf.c b/sys/netgraph/ng_bpf.c
index 45c5023..ff3e76f 100644
--- a/sys/netgraph/ng_bpf.c
+++ b/sys/netgraph/ng_bpf.c
@@ -1,7 +1,8 @@
-
/*
* ng_bpf.c
- *
+ */
+
+/*-
* Copyright (c) 1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_bpf.h b/sys/netgraph/ng_bpf.h
index 478dd65..cef819c 100644
--- a/sys/netgraph/ng_bpf.h
+++ b/sys/netgraph/ng_bpf.h
@@ -1,7 +1,8 @@
-
/*
* ng_bpf.h
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_bridge.c b/sys/netgraph/ng_bridge.c
index 14100a9..ae9ff6d 100644
--- a/sys/netgraph/ng_bridge.c
+++ b/sys/netgraph/ng_bridge.c
@@ -1,7 +1,8 @@
-
/*
* ng_bridge.c
- *
+ */
+
+/*-
* Copyright (c) 2000 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_bridge.h b/sys/netgraph/ng_bridge.h
index 79c4de6..e60a753 100644
--- a/sys/netgraph/ng_bridge.h
+++ b/sys/netgraph/ng_bridge.h
@@ -1,7 +1,8 @@
-
/*
* ng_bridge.h
- *
+ */
+
+/*-
* Copyright (c) 2000 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_cisco.c b/sys/netgraph/ng_cisco.c
index 0f7b7b9..9ed3a8e 100644
--- a/sys/netgraph/ng_cisco.c
+++ b/sys/netgraph/ng_cisco.c
@@ -1,7 +1,8 @@
-
/*
* ng_cisco.c
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_cisco.h b/sys/netgraph/ng_cisco.h
index db3cd60..e6ed9a2 100644
--- a/sys/netgraph/ng_cisco.h
+++ b/sys/netgraph/ng_cisco.h
@@ -1,7 +1,8 @@
-
/*
* ng_cisco.h
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_device.c b/sys/netgraph/ng_device.c
index 2853b99..ed81bdb 100644
--- a/sys/netgraph/ng_device.c
+++ b/sys/netgraph/ng_device.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2002 Mark Santcroos <marks@ripe.net>
* Copyright (c) 2004 Gleb Smirnoff <glebius@FreeBSD.org>
*
diff --git a/sys/netgraph/ng_device.h b/sys/netgraph/ng_device.h
index 9f33369..b718fc0 100644
--- a/sys/netgraph/ng_device.h
+++ b/sys/netgraph/ng_device.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2002 Mark Santcroos <marks@ripe.net>
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/netgraph/ng_echo.c b/sys/netgraph/ng_echo.c
index 6e956be..a00447a 100644
--- a/sys/netgraph/ng_echo.c
+++ b/sys/netgraph/ng_echo.c
@@ -1,7 +1,8 @@
-
/*
* ng_echo.c
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_echo.h b/sys/netgraph/ng_echo.h
index 2e1bbe6..adb4e7c 100644
--- a/sys/netgraph/ng_echo.h
+++ b/sys/netgraph/ng_echo.h
@@ -1,7 +1,8 @@
-
/*
* ng_echo.h
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_eiface.h b/sys/netgraph/ng_eiface.h
index 54dfd38..be57c2a 100644
--- a/sys/netgraph/ng_eiface.h
+++ b/sys/netgraph/ng_eiface.h
@@ -1,6 +1,8 @@
/*
* ng_eiface.h
- *
+ */
+
+/*-
* Copyright (c) 1999-2001, Vitaly V Belekhov
* All rights reserved.
*
diff --git a/sys/netgraph/ng_etf.c b/sys/netgraph/ng_etf.c
index f41746c..b30c961 100644
--- a/sys/netgraph/ng_etf.c
+++ b/sys/netgraph/ng_etf.c
@@ -1,6 +1,8 @@
/*-
* ng_etf.c Ethertype filter
- *
+ */
+
+/*-
* Copyright (c) 2001, FreeBSD Incorporated
* All rights reserved.
*
diff --git a/sys/netgraph/ng_etf.h b/sys/netgraph/ng_etf.h
index 5bf19c3..9cc87c2 100644
--- a/sys/netgraph/ng_etf.h
+++ b/sys/netgraph/ng_etf.h
@@ -1,6 +1,8 @@
/*-
* ng_etf.h
- *
+ */
+
+/*-
* Copyright (c) 2001, FreeBSD Incorporated
* All rights reserved.
*
diff --git a/sys/netgraph/ng_ether.c b/sys/netgraph/ng_ether.c
index b73b7b1..a2873ae 100644
--- a/sys/netgraph/ng_ether.c
+++ b/sys/netgraph/ng_ether.c
@@ -1,7 +1,9 @@
/*
* ng_ether.c
- *
+ */
+
+/*-
* Copyright (c) 1996-2000 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_ether.h b/sys/netgraph/ng_ether.h
index 98a0b4c..e91a6b1 100644
--- a/sys/netgraph/ng_ether.h
+++ b/sys/netgraph/ng_ether.h
@@ -1,7 +1,9 @@
/*
* ng_ether.h
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_fec.c b/sys/netgraph/ng_fec.c
index 39f80aa..c35f3b5 100644
--- a/sys/netgraph/ng_fec.c
+++ b/sys/netgraph/ng_fec.c
@@ -1,6 +1,8 @@
/*
* ng_fec.c
- *
+ */
+
+/*-
* Copyright (c) 2001 Berkeley Software Design, Inc.
* Copyright (c) 2000, 2001
* Bill Paul <wpaul@osd.bsdi.com>. All rights reserved.
@@ -34,7 +36,7 @@
*
* $FreeBSD$
*/
-/*
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_fec.h b/sys/netgraph/ng_fec.h
index 5708ef7..8ef441b 100644
--- a/sys/netgraph/ng_fec.h
+++ b/sys/netgraph/ng_fec.h
@@ -1,6 +1,8 @@
/*
* ng_fec.h
- *
+ */
+
+/*-
* Copyright (c) 2000 Berkeley Software Design, Inc.
* Copyright (c) 1997, 1998, 1999, 2000
* Bill Paul <wpaul@osd.bsdi.com>. All rights reserved.
@@ -34,7 +36,7 @@
*
* $FreeBSD$
*/
-/*
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_frame_relay.c b/sys/netgraph/ng_frame_relay.c
index b86a31b..b2bcfc5 100644
--- a/sys/netgraph/ng_frame_relay.c
+++ b/sys/netgraph/ng_frame_relay.c
@@ -1,7 +1,8 @@
-
/*
* ng_frame_relay.c
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_frame_relay.h b/sys/netgraph/ng_frame_relay.h
index 0c25f7e..87b283a 100644
--- a/sys/netgraph/ng_frame_relay.h
+++ b/sys/netgraph/ng_frame_relay.h
@@ -1,7 +1,8 @@
-
/*
* ng_frame_relay.h
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_gif.c b/sys/netgraph/ng_gif.c
index fa54cd2..605c7f2 100644
--- a/sys/netgraph/ng_gif.c
+++ b/sys/netgraph/ng_gif.c
@@ -1,6 +1,8 @@
/*
* ng_gif.c
- *
+ */
+
+/*-
* Copyright 2001 The Aerospace Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/netgraph/ng_gif.h b/sys/netgraph/ng_gif.h
index 03dc523..3b56342 100644
--- a/sys/netgraph/ng_gif.h
+++ b/sys/netgraph/ng_gif.h
@@ -1,6 +1,8 @@
/*
* ng_gif.h
- *
+ */
+
+/*-
* Copyright 2001 The Aerospace Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/netgraph/ng_gif_demux.c b/sys/netgraph/ng_gif_demux.c
index b1fbaff..1c5c43a 100644
--- a/sys/netgraph/ng_gif_demux.c
+++ b/sys/netgraph/ng_gif_demux.c
@@ -1,6 +1,8 @@
/*
* ng_gif_demux.c
- *
+ */
+
+/*-
* Copyright 2001 The Aerospace Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/netgraph/ng_gif_demux.h b/sys/netgraph/ng_gif_demux.h
index de03dbc..072ffa0 100644
--- a/sys/netgraph/ng_gif_demux.h
+++ b/sys/netgraph/ng_gif_demux.h
@@ -1,6 +1,8 @@
/*
* ng_gif_demux.h
- *
+ */
+
+/*-
* Copyright 2001 The Aerospace Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/netgraph/ng_hole.c b/sys/netgraph/ng_hole.c
index 91cb253..75832f4 100644
--- a/sys/netgraph/ng_hole.c
+++ b/sys/netgraph/ng_hole.c
@@ -1,7 +1,8 @@
-
/*
* ng_hole.c
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_hole.h b/sys/netgraph/ng_hole.h
index 3ca2292..0c3f72d 100644
--- a/sys/netgraph/ng_hole.h
+++ b/sys/netgraph/ng_hole.h
@@ -1,7 +1,8 @@
-
/*
* ng_hole.h
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_iface.c b/sys/netgraph/ng_iface.c
index e31e97b..8dee760 100644
--- a/sys/netgraph/ng_iface.c
+++ b/sys/netgraph/ng_iface.c
@@ -1,6 +1,8 @@
/*
* ng_iface.c
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_iface.h b/sys/netgraph/ng_iface.h
index 6c3bbbc..721cc80 100644
--- a/sys/netgraph/ng_iface.h
+++ b/sys/netgraph/ng_iface.h
@@ -1,7 +1,8 @@
-
/*
* ng_iface.h
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_ip_input.c b/sys/netgraph/ng_ip_input.c
index 24fa660..416bc12 100644
--- a/sys/netgraph/ng_ip_input.c
+++ b/sys/netgraph/ng_ip_input.c
@@ -1,6 +1,8 @@
/*
* ng_ip_input.c
- *
+ */
+
+/*-
* Copyright 2001 The Aerospace Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/netgraph/ng_ip_input.h b/sys/netgraph/ng_ip_input.h
index e60ee37..96b72e5 100644
--- a/sys/netgraph/ng_ip_input.h
+++ b/sys/netgraph/ng_ip_input.h
@@ -1,6 +1,8 @@
/*
* ng_ip_input.h
- *
+ */
+
+/*-
* Copyright 2001 The Aerospace Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/netgraph/ng_ksocket.c b/sys/netgraph/ng_ksocket.c
index 735b5ff..7f2a654 100644
--- a/sys/netgraph/ng_ksocket.c
+++ b/sys/netgraph/ng_ksocket.c
@@ -1,7 +1,8 @@
-
/*
* ng_ksocket.c
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_ksocket.h b/sys/netgraph/ng_ksocket.h
index 224c37d..3eaa0f9 100644
--- a/sys/netgraph/ng_ksocket.h
+++ b/sys/netgraph/ng_ksocket.h
@@ -1,7 +1,8 @@
-
/*
* ng_ksocket.h
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_l2tp.c b/sys/netgraph/ng_l2tp.c
index 6e5d6a7..7734004 100644
--- a/sys/netgraph/ng_l2tp.c
+++ b/sys/netgraph/ng_l2tp.c
@@ -1,5 +1,4 @@
-
-/*
+/*-
* Copyright (c) 2001-2002 Packet Design, LLC.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_l2tp.h b/sys/netgraph/ng_l2tp.h
index 748a36ac..106162b 100644
--- a/sys/netgraph/ng_l2tp.h
+++ b/sys/netgraph/ng_l2tp.h
@@ -1,5 +1,4 @@
-
-/*
+/*-
* Copyright (c) 2001-2002 Packet Design, LLC.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_lmi.c b/sys/netgraph/ng_lmi.c
index 368d201..2a6c9f3 100644
--- a/sys/netgraph/ng_lmi.c
+++ b/sys/netgraph/ng_lmi.c
@@ -1,7 +1,8 @@
-
/*
* ng_lmi.c
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_lmi.h b/sys/netgraph/ng_lmi.h
index 7c79504..f1a1e81 100644
--- a/sys/netgraph/ng_lmi.h
+++ b/sys/netgraph/ng_lmi.h
@@ -1,7 +1,8 @@
-
/*
* ng_lmi.h
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_message.h b/sys/netgraph/ng_message.h
index a8f4254..3831c8b 100644
--- a/sys/netgraph/ng_message.h
+++ b/sys/netgraph/ng_message.h
@@ -1,7 +1,8 @@
-
/*
* ng_message.h
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_mppc.c b/sys/netgraph/ng_mppc.c
index 02be055..9ca45ed 100644
--- a/sys/netgraph/ng_mppc.c
+++ b/sys/netgraph/ng_mppc.c
@@ -1,7 +1,8 @@
-
/*
* ng_mppc.c
- *
+ */
+
+/*-
* Copyright (c) 1996-2000 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_mppc.h b/sys/netgraph/ng_mppc.h
index 6cb6813..b826806 100644
--- a/sys/netgraph/ng_mppc.h
+++ b/sys/netgraph/ng_mppc.h
@@ -1,7 +1,8 @@
-
/*
* ng_mppc.h
- *
+ */
+
+/*-
* Copyright (c) 1996-2000 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_one2many.c b/sys/netgraph/ng_one2many.c
index 9ab21ee..66f3a94 100644
--- a/sys/netgraph/ng_one2many.c
+++ b/sys/netgraph/ng_one2many.c
@@ -1,7 +1,8 @@
-
/*
* ng_one2many.c
- *
+ */
+
+/*-
* Copyright (c) 2000 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_one2many.h b/sys/netgraph/ng_one2many.h
index f9c4919..343f7ee 100644
--- a/sys/netgraph/ng_one2many.h
+++ b/sys/netgraph/ng_one2many.h
@@ -1,7 +1,8 @@
-
/*
* ng_one2many.h
- *
+ */
+
+/*-
* Copyright (c) 2000 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_parse.c b/sys/netgraph/ng_parse.c
index 4e89c5f..1d06a0f 100644
--- a/sys/netgraph/ng_parse.c
+++ b/sys/netgraph/ng_parse.c
@@ -1,7 +1,8 @@
-
/*
* ng_parse.c
- *
+ */
+
+/*-
* Copyright (c) 1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_parse.h b/sys/netgraph/ng_parse.h
index 9155551..92354fa 100644
--- a/sys/netgraph/ng_parse.h
+++ b/sys/netgraph/ng_parse.h
@@ -1,7 +1,8 @@
-
/*
* ng_parse.h
- *
+ */
+
+/*-
* Copyright (c) 1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_ppp.c b/sys/netgraph/ng_ppp.c
index 6811443..2173427 100644
--- a/sys/netgraph/ng_ppp.c
+++ b/sys/netgraph/ng_ppp.c
@@ -1,7 +1,8 @@
-
/*
* ng_ppp.c
- *
+ */
+
+/*-
* Copyright (c) 1996-2000 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_ppp.h b/sys/netgraph/ng_ppp.h
index 27ce469..e978389 100644
--- a/sys/netgraph/ng_ppp.h
+++ b/sys/netgraph/ng_ppp.h
@@ -1,7 +1,8 @@
-
/*
* ng_ppp.h
- *
+ */
+
+/*-
* Copyright (c) 1996-2000 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_pppoe.c b/sys/netgraph/ng_pppoe.c
index da8d651..702c607 100644
--- a/sys/netgraph/ng_pppoe.c
+++ b/sys/netgraph/ng_pppoe.c
@@ -1,7 +1,8 @@
-
/*
* ng_pppoe.c
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_pppoe.h b/sys/netgraph/ng_pppoe.h
index 892d655..be9a48f 100644
--- a/sys/netgraph/ng_pppoe.h
+++ b/sys/netgraph/ng_pppoe.h
@@ -1,7 +1,8 @@
-
/*
* ng_pppoe.h
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_pptpgre.c b/sys/netgraph/ng_pptpgre.c
index e439636..c48d770 100644
--- a/sys/netgraph/ng_pptpgre.c
+++ b/sys/netgraph/ng_pptpgre.c
@@ -1,7 +1,8 @@
-
/*
* ng_pptpgre.c
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_pptpgre.h b/sys/netgraph/ng_pptpgre.h
index 4367565..275f9e2 100644
--- a/sys/netgraph/ng_pptpgre.h
+++ b/sys/netgraph/ng_pptpgre.h
@@ -1,7 +1,8 @@
-
/*
* ng_pptpgre.h
- *
+ */
+
+/*-
* Copyright (c) 1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_rfc1490.c b/sys/netgraph/ng_rfc1490.c
index ab6b415..52a89a3 100644
--- a/sys/netgraph/ng_rfc1490.c
+++ b/sys/netgraph/ng_rfc1490.c
@@ -1,7 +1,8 @@
-
/*
* ng_rfc1490.c
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_rfc1490.h b/sys/netgraph/ng_rfc1490.h
index 2950988..0ef3f11 100644
--- a/sys/netgraph/ng_rfc1490.h
+++ b/sys/netgraph/ng_rfc1490.h
@@ -1,6 +1,8 @@
/*
* ng_rfc1490.h
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_sample.c b/sys/netgraph/ng_sample.c
index 8027f8d..45ba82a 100644
--- a/sys/netgraph/ng_sample.c
+++ b/sys/netgraph/ng_sample.c
@@ -1,7 +1,8 @@
-
/*
* ng_sample.c
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_sample.h b/sys/netgraph/ng_sample.h
index f74f494..816bc3b 100644
--- a/sys/netgraph/ng_sample.h
+++ b/sys/netgraph/ng_sample.h
@@ -1,7 +1,8 @@
-
/*
* ng_sample.h
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_socket.c b/sys/netgraph/ng_socket.c
index cd8a7ff..744f9a9 100644
--- a/sys/netgraph/ng_socket.c
+++ b/sys/netgraph/ng_socket.c
@@ -1,6 +1,8 @@
/*
* ng_socket.c
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_socket.h b/sys/netgraph/ng_socket.h
index 08d1414..204f11d 100644
--- a/sys/netgraph/ng_socket.h
+++ b/sys/netgraph/ng_socket.h
@@ -1,7 +1,8 @@
-
/*
* ng_socket.h
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_socketvar.h b/sys/netgraph/ng_socketvar.h
index 4a4541e..a539bb5 100644
--- a/sys/netgraph/ng_socketvar.h
+++ b/sys/netgraph/ng_socketvar.h
@@ -1,7 +1,8 @@
-
/*
* netgraph.h
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_source.c b/sys/netgraph/ng_source.c
index 347170b..2d7f3c3 100644
--- a/sys/netgraph/ng_source.c
+++ b/sys/netgraph/ng_source.c
@@ -1,6 +1,8 @@
/*
* ng_source.c
- *
+ */
+
+/*-
* Copyright 2002 Sandvine Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_source.h b/sys/netgraph/ng_source.h
index 3d93baf..fa54e1f 100644
--- a/sys/netgraph/ng_source.h
+++ b/sys/netgraph/ng_source.h
@@ -1,6 +1,8 @@
/*
* ng_source.h
- *
+ */
+
+/*-
* Copyright 2002 Sandvine Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_split.h b/sys/netgraph/ng_split.h
index 6e0854b..0be54a8 100644
--- a/sys/netgraph/ng_split.h
+++ b/sys/netgraph/ng_split.h
@@ -1,4 +1,4 @@
-/*
+/*-
*
* Copyright (c) 1999-2000, Vitaly V Belekhov
* All rights reserved.
diff --git a/sys/netgraph/ng_sppp.c b/sys/netgraph/ng_sppp.c
index 22fcbd7..2cf86e9 100644
--- a/sys/netgraph/ng_sppp.c
+++ b/sys/netgraph/ng_sppp.c
@@ -1,6 +1,8 @@
/*
* ng_sppp.c Netgraph to Sppp module.
- *
+ */
+
+/*-
* Copyright (C) 2002-2004 Cronyx Engineering.
* Copyright (C) 2002-2004 Roman Kurakin <rik@cronyx.ru>
*
diff --git a/sys/netgraph/ng_sppp.h b/sys/netgraph/ng_sppp.h
index 2616f03..e835351 100644
--- a/sys/netgraph/ng_sppp.h
+++ b/sys/netgraph/ng_sppp.h
@@ -1,6 +1,8 @@
/*
* ng_sppp.h Netgraph to Sppp module.
- *
+ */
+
+/*-
* Copyright (C) 2002-2004 Cronyx Engineering.
* Copyright (C) 2002-2004 Roman Kurakin <rik@cronyx.ru>
*
diff --git a/sys/netgraph/ng_tee.c b/sys/netgraph/ng_tee.c
index c9d57cd..07ae5c8 100644
--- a/sys/netgraph/ng_tee.c
+++ b/sys/netgraph/ng_tee.c
@@ -1,7 +1,9 @@
/*
* ng_tee.c
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_tee.h b/sys/netgraph/ng_tee.h
index b86c0f5..830155e 100644
--- a/sys/netgraph/ng_tee.h
+++ b/sys/netgraph/ng_tee.h
@@ -1,7 +1,9 @@
/*
* ng_tee.h
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_tty.c b/sys/netgraph/ng_tty.c
index d0ce28d..21bf43b 100644
--- a/sys/netgraph/ng_tty.c
+++ b/sys/netgraph/ng_tty.c
@@ -1,7 +1,9 @@
/*
* ng_tty.c
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_tty.h b/sys/netgraph/ng_tty.h
index a9a1807..c6b0094 100644
--- a/sys/netgraph/ng_tty.h
+++ b/sys/netgraph/ng_tty.h
@@ -1,7 +1,9 @@
/*
* ng_tty.h
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_vjc.c b/sys/netgraph/ng_vjc.c
index 508a098..1321233 100644
--- a/sys/netgraph/ng_vjc.c
+++ b/sys/netgraph/ng_vjc.c
@@ -1,7 +1,9 @@
/*
* ng_vjc.c
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netgraph/ng_vjc.h b/sys/netgraph/ng_vjc.h
index e0a6656..284d8d5 100644
--- a/sys/netgraph/ng_vjc.h
+++ b/sys/netgraph/ng_vjc.h
@@ -1,7 +1,9 @@
/*
* ng_vjc.h
- *
+ */
+
+/*-
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
*
diff --git a/sys/netinet/accf_http.c b/sys/netinet/accf_http.c
index d7843bc..dc146d0 100644
--- a/sys/netinet/accf_http.c
+++ b/sys/netinet/accf_http.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000 Paycounter, Inc.
* Author: Alfred Perlstein <alfred@paycounter.com>, <alfred@FreeBSD.org>
* All rights reserved.
diff --git a/sys/netinet/icmp6.h b/sys/netinet/icmp6.h
index 345798f..346aef7 100644
--- a/sys/netinet/icmp6.h
+++ b/sys/netinet/icmp6.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: icmp6.h,v 1.46 2001/04/27 15:09:48 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
@@ -30,7 +30,7 @@
* SUCH DAMAGE.
*/
-/*
+/*-
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/icmp_var.h b/sys/netinet/icmp_var.h
index 3af80de..f7bfa8b 100644
--- a/sys/netinet/icmp_var.h
+++ b/sys/netinet/icmp_var.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/if_atm.c b/sys/netinet/if_atm.c
index 1f4cb7f..8093f9a 100644
--- a/sys/netinet/if_atm.c
+++ b/sys/netinet/if_atm.c
@@ -1,6 +1,6 @@
/* $NetBSD: if_atm.c,v 1.6 1996/10/13 02:03:01 christos Exp $ */
-/*
+/*-
*
* Copyright (c) 1996 Charles D. Cranor and Washington University.
* All rights reserved.
diff --git a/sys/netinet/if_atm.h b/sys/netinet/if_atm.h
index 4f9a5fb..bd8b514 100644
--- a/sys/netinet/if_atm.h
+++ b/sys/netinet/if_atm.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $NetBSD: if_atm.h,v 1.2 1996/07/03 17:17:17 chuck Exp $ */
-/*
+/*-
*
* Copyright (c) 1996 Charles D. Cranor and Washington University.
* All rights reserved.
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c
index b31f330..2f1c037 100644
--- a/sys/netinet/if_ether.c
+++ b/sys/netinet/if_ether.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1988, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/if_ether.h b/sys/netinet/if_ether.h
index a901397..9b60492 100644
--- a/sys/netinet/if_ether.h
+++ b/sys/netinet/if_ether.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/igmp.c b/sys/netinet/igmp.c
index 3746396..27cff536 100644
--- a/sys/netinet/igmp.c
+++ b/sys/netinet/igmp.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1988 Stephen Deering.
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/netinet/igmp.h b/sys/netinet/igmp.h
index 96f3844..05a70fc 100644
--- a/sys/netinet/igmp.h
+++ b/sys/netinet/igmp.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1988 Stephen Deering.
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/netinet/igmp_var.h b/sys/netinet/igmp_var.h
index 17e0baf..aa083a8 100644
--- a/sys/netinet/igmp_var.h
+++ b/sys/netinet/igmp_var.h
@@ -1,4 +1,4 @@
-/*
+/*-a
* Copyright (c) 1988 Stephen Deering.
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/netinet/in.c b/sys/netinet/in.c
index a015afd..dc2a443 100644
--- a/sys/netinet/in.c
+++ b/sys/netinet/in.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1991, 1993
* The Regents of the University of California. All rights reserved.
* Copyright (C) 2001 WIDE Project. All rights reserved.
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index 9f85a33..20995bd 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1990, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/in_cksum.c b/sys/netinet/in_cksum.c
index 1a5c6e2..cd1affe 100644
--- a/sys/netinet/in_cksum.c
+++ b/sys/netinet/in_cksum.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1988, 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/in_gif.c b/sys/netinet/in_gif.c
index 3043c80..d6360b6 100644
--- a/sys/netinet/in_gif.c
+++ b/sys/netinet/in_gif.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: in_gif.c,v 1.54 2001/05/14 14:02:16 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netinet/in_gif.h b/sys/netinet/in_gif.h
index b2e3a68..e1f4ae4 100644
--- a/sys/netinet/in_gif.h
+++ b/sys/netinet/in_gif.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: in_gif.h,v 1.5 2000/04/14 08:36:02 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c
index 20a9465..63e25de 100644
--- a/sys/netinet/in_pcb.c
+++ b/sys/netinet/in_pcb.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1991, 1993, 1995
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h
index 6983480..99e12ad 100644
--- a/sys/netinet/in_pcb.h
+++ b/sys/netinet/in_pcb.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1990, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c
index a9158bf..9ae32c4 100644
--- a/sys/netinet/in_proto.c
+++ b/sys/netinet/in_proto.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/in_rmx.c b/sys/netinet/in_rmx.c
index ab9aabc..b98aa91 100644
--- a/sys/netinet/in_rmx.c
+++ b/sys/netinet/in_rmx.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright 1994, 1995 Massachusetts Institute of Technology
*
* Permission to use, copy, modify, and distribute this software and
diff --git a/sys/netinet/in_systm.h b/sys/netinet/in_systm.h
index a63dcca..8ae8885 100644
--- a/sys/netinet/in_systm.h
+++ b/sys/netinet/in_systm.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/in_var.h b/sys/netinet/in_var.h
index 2501db7..2106211 100644
--- a/sys/netinet/in_var.h
+++ b/sys/netinet/in_var.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1985, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/ip.h b/sys/netinet/ip.h
index 24d4405..1ad3a93 100644
--- a/sys/netinet/ip.h
+++ b/sys/netinet/ip.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/ip6.h b/sys/netinet/ip6.h
index 9b7991f..8b660f0 100644
--- a/sys/netinet/ip6.h
+++ b/sys/netinet/ip6.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: ip6.h,v 1.18 2001/03/29 05:34:30 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
@@ -30,7 +30,7 @@
* SUCH DAMAGE.
*/
-/*
+/*-
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/ip_divert.c b/sys/netinet/ip_divert.c
index 6287e76..c03a103 100644
--- a/sys/netinet/ip_divert.c
+++ b/sys/netinet/ip_divert.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1988, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/ip_dummynet.c b/sys/netinet/ip_dummynet.c
index 71b3299..93f0696 100644
--- a/sys/netinet/ip_dummynet.c
+++ b/sys/netinet/ip_dummynet.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1998-2002 Luigi Rizzo, Universita` di Pisa
* Portions Copyright (c) 2000 Akamba Corp.
* All rights reserved
diff --git a/sys/netinet/ip_dummynet.h b/sys/netinet/ip_dummynet.h
index f241dcd..1020f12 100644
--- a/sys/netinet/ip_dummynet.h
+++ b/sys/netinet/ip_dummynet.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1998-2002 Luigi Rizzo, Universita` di Pisa
* Portions Copyright (c) 2000 Akamba Corp.
* All rights reserved
diff --git a/sys/netinet/ip_ecn.c b/sys/netinet/ip_ecn.c
index 9ea2f6b..39884ba 100644
--- a/sys/netinet/ip_ecn.c
+++ b/sys/netinet/ip_ecn.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: ip_ecn.c,v 1.12 2002/01/07 11:34:47 kjc Exp $ */
-/*
+/*-
* Copyright (C) 1999 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netinet/ip_ecn.h b/sys/netinet/ip_ecn.h
index 01163ed..0886cc8 100644
--- a/sys/netinet/ip_ecn.h
+++ b/sys/netinet/ip_ecn.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: ip_ecn.h,v 1.8 2002/01/07 11:34:47 kjc Exp $ */
-/*
+/*-
* Copyright (C) 1999 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netinet/ip_encap.c b/sys/netinet/ip_encap.c
index 5d70e0e..efe0cce 100644
--- a/sys/netinet/ip_encap.c
+++ b/sys/netinet/ip_encap.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: ip_encap.c,v 1.41 2001/03/15 08:35:08 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netinet/ip_encap.h b/sys/netinet/ip_encap.h
index 518f502..3b1a5ae 100644
--- a/sys/netinet/ip_encap.h
+++ b/sys/netinet/ip_encap.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: ip_encap.h,v 1.7 2000/03/25 07:23:37 sumikawa Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netinet/ip_fastfwd.c b/sys/netinet/ip_fastfwd.c
index 4acb594..45d1a47 100644
--- a/sys/netinet/ip_fastfwd.c
+++ b/sys/netinet/ip_fastfwd.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2003 Andre Oppermann, Internet Business Solutions AG
* All rights reserved.
*
diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h
index 9771189..e73d701 100644
--- a/sys/netinet/ip_fw.h
+++ b/sys/netinet/ip_fw.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2002 Luigi Rizzo, Universita` di Pisa
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c
index dd60ed3..1ac1eb4 100644
--- a/sys/netinet/ip_fw2.c
+++ b/sys/netinet/ip_fw2.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2002 Luigi Rizzo, Universita` di Pisa
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/netinet/ip_fw_pfil.c b/sys/netinet/ip_fw_pfil.c
index 80c7d05..44e8652 100644
--- a/sys/netinet/ip_fw_pfil.c
+++ b/sys/netinet/ip_fw_pfil.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 Andre Oppermann, Internet Business Solutions AG
* All rights reserved.
*
diff --git a/sys/netinet/ip_gre.c b/sys/netinet/ip_gre.c
index a66f00e..e8201ed 100644
--- a/sys/netinet/ip_gre.c
+++ b/sys/netinet/ip_gre.c
@@ -1,7 +1,7 @@
/* $NetBSD: ip_gre.c,v 1.29 2003/09/05 23:02:43 itojun Exp $ */
/* $FreeBSD$ */
-/*
+/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
* All rights reserved.
*
diff --git a/sys/netinet/ip_gre.h b/sys/netinet/ip_gre.h
index b34baf6..f997f66 100644
--- a/sys/netinet/ip_gre.h
+++ b/sys/netinet/ip_gre.h
@@ -1,7 +1,7 @@
/* $NetBSD: ip_gre.h,v 1.5 2002/06/09 16:33:40 itojun Exp $ */
/* $FreeBSD$ */
-/*
+/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
* All rights reserved.
*
diff --git a/sys/netinet/ip_icmp.c b/sys/netinet/ip_icmp.c
index e922111..4547886 100644
--- a/sys/netinet/ip_icmp.c
+++ b/sys/netinet/ip_icmp.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1988, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/ip_icmp.h b/sys/netinet/ip_icmp.h
index 5ecd18c..9d58529 100644
--- a/sys/netinet/ip_icmp.h
+++ b/sys/netinet/ip_icmp.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/ip_id.c b/sys/netinet/ip_id.c
index eebc069..31262d9 100644
--- a/sys/netinet/ip_id.c
+++ b/sys/netinet/ip_id.c
@@ -1,6 +1,6 @@
/* $OpenBSD: ip_id.c,v 1.2 1999/08/26 13:37:01 provos Exp $ */
-/*
+/*-
* Copyright 1998 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
*
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index 07c7ba4..7b2bf87 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1988, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/ip_mroute.h b/sys/netinet/ip_mroute.h
index d4bb517..78119aa 100644
--- a/sys/netinet/ip_mroute.h
+++ b/sys/netinet/ip_mroute.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989 Stephen Deering.
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c
index aab1901..2d8e88a 100644
--- a/sys/netinet/ip_output.c
+++ b/sys/netinet/ip_output.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1988, 1990, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h
index c0da82f..c7541bc 100644
--- a/sys/netinet/ip_var.h
+++ b/sys/netinet/ip_var.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/ipprotosw.h b/sys/netinet/ipprotosw.h
index cead7ab..5f67eda 100644
--- a/sys/netinet/ipprotosw.h
+++ b/sys/netinet/ipprotosw.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netinet/pim.h b/sys/netinet/pim.h
index 3642aeb..7878f79 100644
--- a/sys/netinet/pim.h
+++ b/sys/netinet/pim.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1996-2000
* University of Southern California/Information Sciences Institute.
* All rights reserved.
diff --git a/sys/netinet/pim_var.h b/sys/netinet/pim_var.h
index 54c6322..e32a4ac 100644
--- a/sys/netinet/pim_var.h
+++ b/sys/netinet/pim_var.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1998-2000
* University of Southern California/Information Sciences Institute.
* All rights reserved.
diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c
index 0ff33e3..7e92d68 100644
--- a/sys/netinet/raw_ip.c
+++ b/sys/netinet/raw_ip.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1988, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/tcp.h b/sys/netinet/tcp.h
index 64aa6e8..c39ff48 100644
--- a/sys/netinet/tcp.h
+++ b/sys/netinet/tcp.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/tcp_debug.c b/sys/netinet/tcp_debug.c
index 0c8eba6..6cfc0d7 100644
--- a/sys/netinet/tcp_debug.c
+++ b/sys/netinet/tcp_debug.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/tcp_debug.h b/sys/netinet/tcp_debug.h
index b6033ce..03872e2 100644
--- a/sys/netinet/tcp_debug.h
+++ b/sys/netinet/tcp_debug.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/tcp_fsm.h b/sys/netinet/tcp_fsm.h
index 8713e76..e026cf3 100644
--- a/sys/netinet/tcp_fsm.h
+++ b/sys/netinet/tcp_fsm.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/tcp_hostcache.c b/sys/netinet/tcp_hostcache.c
index 591b8c4..7535d31 100644
--- a/sys/netinet/tcp_hostcache.c
+++ b/sys/netinet/tcp_hostcache.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2002 Andre Oppermann, Internet Business Solutions AG
* All rights reserved.
*
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index 13b4168..37405c1 100644
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1988, 1990, 1993, 1994, 1995
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c
index e761acc..2a88c52 100644
--- a/sys/netinet/tcp_output.c
+++ b/sys/netinet/tcp_output.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1988, 1990, 1993, 1995
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/tcp_reass.c b/sys/netinet/tcp_reass.c
index 13b4168..37405c1 100644
--- a/sys/netinet/tcp_reass.c
+++ b/sys/netinet/tcp_reass.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1988, 1990, 1993, 1994, 1995
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/tcp_sack.c b/sys/netinet/tcp_sack.c
index 98055e1..6230ff2 100644
--- a/sys/netinet/tcp_sack.c
+++ b/sys/netinet/tcp_sack.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1988, 1990, 1993, 1994, 1995
* The Regents of the University of California. All rights reserved.
*
@@ -30,7 +30,7 @@
* $FreeBSD$
*/
-/*
+/*-
* Copyright (c) 1982, 1986, 1988, 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/tcp_seq.h b/sys/netinet/tcp_seq.h
index d2bf224..dfc8f0e 100644
--- a/sys/netinet/tcp_seq.h
+++ b/sys/netinet/tcp_seq.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1993, 1995
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c
index e0cbfff..9c4e8bf 100644
--- a/sys/netinet/tcp_subr.c
+++ b/sys/netinet/tcp_subr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1988, 1990, 1993, 1995
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c
index 0a84259..e2b9f19 100644
--- a/sys/netinet/tcp_timer.c
+++ b/sys/netinet/tcp_timer.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1988, 1990, 1993, 1995
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/tcp_timer.h b/sys/netinet/tcp_timer.h
index 22d938e..c62060f 100644
--- a/sys/netinet/tcp_timer.h
+++ b/sys/netinet/tcp_timer.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/tcp_timewait.c b/sys/netinet/tcp_timewait.c
index e0cbfff..9c4e8bf 100644
--- a/sys/netinet/tcp_timewait.c
+++ b/sys/netinet/tcp_timewait.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1988, 1990, 1993, 1995
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c
index 66bd795..660dd5b 100644
--- a/sys/netinet/tcp_usrreq.c
+++ b/sys/netinet/tcp_usrreq.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1988, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h
index 0e394f5f..4f87ef4 100644
--- a/sys/netinet/tcp_var.h
+++ b/sys/netinet/tcp_var.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1993, 1994, 1995
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/tcpip.h b/sys/netinet/tcpip.h
index c410da7..3a89d5d 100644
--- a/sys/netinet/tcpip.h
+++ b/sys/netinet/tcpip.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/udp.h b/sys/netinet/udp.h
index 0f3d712..f03522e 100644
--- a/sys/netinet/udp.h
+++ b/sys/netinet/udp.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c
index 443b5db..29bfaf2 100644
--- a/sys/netinet/udp_usrreq.c
+++ b/sys/netinet/udp_usrreq.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1988, 1990, 1993, 1995
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netinet/udp_var.h b/sys/netinet/udp_var.h
index 4fc9a1d..2e02ce1 100644
--- a/sys/netinet/udp_var.h
+++ b/sys/netinet/udp_var.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1982, 1986, 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/netipsec/ah.h b/sys/netipsec/ah.h
index 1ba959a2..1ffeacd 100644
--- a/sys/netipsec/ah.h
+++ b/sys/netipsec/ah.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: ah.h,v 1.13 2000/10/18 21:28:00 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/ah_var.h b/sys/netipsec/ah_var.h
index a4cf4c9..5a8c06e 100644
--- a/sys/netipsec/ah_var.h
+++ b/sys/netipsec/ah_var.h
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
/* $OpenBSD: ip_ah.h,v 1.29 2002/06/09 16:26:10 itojun Exp $ */
-/*
+/*-
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
* Niels Provos (provos@physnet.uni-hamburg.de).
diff --git a/sys/netipsec/esp.h b/sys/netipsec/esp.h
index 920d334..eb37397 100644
--- a/sys/netipsec/esp.h
+++ b/sys/netipsec/esp.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: esp.h,v 1.16 2000/10/18 21:28:00 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/esp_var.h b/sys/netipsec/esp_var.h
index 22cf3aa..278b996 100644
--- a/sys/netipsec/esp_var.h
+++ b/sys/netipsec/esp_var.h
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
/* $OpenBSD: ip_esp.h,v 1.37 2002/06/09 16:26:10 itojun Exp $ */
-/*
+/*-
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
* Niels Provos (provos@physnet.uni-hamburg.de).
diff --git a/sys/netipsec/ipcomp.h b/sys/netipsec/ipcomp.h
index 26f3759..47e9305 100644
--- a/sys/netipsec/ipcomp.h
+++ b/sys/netipsec/ipcomp.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: ipcomp.h,v 1.8 2000/09/26 07:55:14 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1999 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/ipcomp_var.h b/sys/netipsec/ipcomp_var.h
index 9b10b1c..6a506bb 100644
--- a/sys/netipsec/ipcomp_var.h
+++ b/sys/netipsec/ipcomp_var.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: ipcomp.h,v 1.8 2000/09/26 07:55:14 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1999 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/ipip_var.h b/sys/netipsec/ipip_var.h
index 3004beb..7fbc643 100644
--- a/sys/netipsec/ipip_var.h
+++ b/sys/netipsec/ipip_var.h
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
/* $OpenBSD: ip_ipip.h,v 1.5 2002/06/09 16:26:10 itojun Exp $ */
-/*
+/*-
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
* Niels Provos (provos@physnet.uni-hamburg.de).
diff --git a/sys/netipsec/ipsec.c b/sys/netipsec/ipsec.c
index e53cede..51b39ed 100644
--- a/sys/netipsec/ipsec.c
+++ b/sys/netipsec/ipsec.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: ipsec.c,v 1.103 2001/05/24 07:14:18 sakane Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/ipsec.h b/sys/netipsec/ipsec.h
index b15a919..e08b94a 100644
--- a/sys/netipsec/ipsec.h
+++ b/sys/netipsec/ipsec.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: ipsec.h,v 1.53 2001/11/20 08:32:38 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/ipsec6.h b/sys/netipsec/ipsec6.h
index d2315965..84c3c8a 100644
--- a/sys/netipsec/ipsec6.h
+++ b/sys/netipsec/ipsec6.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: ipsec.h,v 1.44 2001/03/23 08:08:47 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/ipsec_input.c b/sys/netipsec/ipsec_input.c
index 7258446..030af2e 100644
--- a/sys/netipsec/ipsec_input.c
+++ b/sys/netipsec/ipsec_input.c
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
/* $OpenBSD: ipsec_input.c,v 1.63 2003/02/20 18:35:43 deraadt Exp $ */
-/*
+/*-
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
* Niels Provos (provos@physnet.uni-hamburg.de).
diff --git a/sys/netipsec/ipsec_osdep.h b/sys/netipsec/ipsec_osdep.h
index 86bef77..b4f0dff 100644
--- a/sys/netipsec/ipsec_osdep.h
+++ b/sys/netipsec/ipsec_osdep.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $NetBSD: ipsec_osdep.h,v 1.1 2003/08/13 20:06:51 jonathan Exp $ */
-/*
+/*-
* Copyright (c) 2003 Jonathan Stone (jonathan@cs.stanford.edu)
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/netipsec/key.c b/sys/netipsec/key.c
index 8e8ef39..72cd9d9 100644
--- a/sys/netipsec/key.c
+++ b/sys/netipsec/key.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: key.c,v 1.191 2001/06/27 10:46:49 sakane Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/key.h b/sys/netipsec/key.h
index 75707d0..7c63272 100644
--- a/sys/netipsec/key.h
+++ b/sys/netipsec/key.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: key.h,v 1.21 2001/07/27 03:51:30 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/key_debug.c b/sys/netipsec/key_debug.c
index a8e5296..73270a4 100644
--- a/sys/netipsec/key_debug.c
+++ b/sys/netipsec/key_debug.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: key_debug.c,v 1.26 2001/06/27 10:46:50 sakane Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/key_debug.h b/sys/netipsec/key_debug.h
index f105e85..be53f7a 100644
--- a/sys/netipsec/key_debug.h
+++ b/sys/netipsec/key_debug.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: key_debug.h,v 1.10 2001/08/05 08:37:52 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/key_var.h b/sys/netipsec/key_var.h
index e10cb99..e7d7005 100644
--- a/sys/netipsec/key_var.h
+++ b/sys/netipsec/key_var.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: key_var.h,v 1.11 2001/09/12 23:05:07 sakane Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/keydb.h b/sys/netipsec/keydb.h
index 047f819..6136c17 100644
--- a/sys/netipsec/keydb.h
+++ b/sys/netipsec/keydb.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: keydb.h,v 1.14 2000/08/02 17:58:26 sakane Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/keysock.c b/sys/netipsec/keysock.c
index f2c5ddf..59fea03 100644
--- a/sys/netipsec/keysock.c
+++ b/sys/netipsec/keysock.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: keysock.c,v 1.25 2001/08/13 20:07:41 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/keysock.h b/sys/netipsec/keysock.h
index 7d9080a..d8d27d2 100644
--- a/sys/netipsec/keysock.h
+++ b/sys/netipsec/keysock.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: keysock.h,v 1.8 2000/03/27 05:11:06 sumikawa Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/xform.h b/sys/netipsec/xform.h
index 04c2e07..65a08ed 100644
--- a/sys/netipsec/xform.h
+++ b/sys/netipsec/xform.h
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
/* $OpenBSD: ip_ipsp.h,v 1.119 2002/03/14 01:27:11 millert Exp $ */
-/*
+/*-
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr),
* Niels Provos (provos@physnet.uni-hamburg.de) and
diff --git a/sys/netipsec/xform_ah.c b/sys/netipsec/xform_ah.c
index 32f73f0..9b830d0 100644
--- a/sys/netipsec/xform_ah.c
+++ b/sys/netipsec/xform_ah.c
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
/* $OpenBSD: ip_ah.c,v 1.63 2001/06/26 06:18:58 angelos Exp $ */
-/*
+/*-
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
* Niels Provos (provos@physnet.uni-hamburg.de).
diff --git a/sys/netipsec/xform_esp.c b/sys/netipsec/xform_esp.c
index 49a6a21..7fe303e 100644
--- a/sys/netipsec/xform_esp.c
+++ b/sys/netipsec/xform_esp.c
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
/* $OpenBSD: ip_esp.c,v 1.69 2001/06/26 06:18:59 angelos Exp $ */
-/*
+/*-
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
* Niels Provos (provos@physnet.uni-hamburg.de).
diff --git a/sys/netipsec/xform_ipcomp.c b/sys/netipsec/xform_ipcomp.c
index 9533d00..90e7489 100644
--- a/sys/netipsec/xform_ipcomp.c
+++ b/sys/netipsec/xform_ipcomp.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $OpenBSD: ip_ipcomp.c,v 1.1 2001/07/05 12:08:52 jjbg Exp $ */
-/*
+/*-
* Copyright (c) 2001 Jean-Jacques Bernard-Gundol (jj@wabbitt.org)
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/netipsec/xform_ipip.c b/sys/netipsec/xform_ipip.c
index b71d56b..b0997c4 100644
--- a/sys/netipsec/xform_ipip.c
+++ b/sys/netipsec/xform_ipip.c
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
/* $OpenBSD: ip_ipip.c,v 1.25 2002/06/10 18:04:55 itojun Exp $ */
-/*
+/*-
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
* Niels Provos (provos@physnet.uni-hamburg.de).
diff --git a/sys/netipsec/xform_tcp.c b/sys/netipsec/xform_tcp.c
index 27e85c1..c70d70a 100644
--- a/sys/netipsec/xform_tcp.c
+++ b/sys/netipsec/xform_tcp.c
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
-/*
+/*-
* Copyright (c) 2003 Bruce M. Simpson <bms@spc.org>
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/netipx/README b/sys/netipx/README
index e1a9f56..102f528 100644
--- a/sys/netipx/README
+++ b/sys/netipx/README
@@ -15,6 +15,7 @@ Some Address
jhay@mikom.csir.co.za
--- Copyright Information ---
+/*-
Copyright (c) 1984, 1985, 1986, 1987, 1993
The Regents of the University of California. All rights reserved.
@@ -22,3 +23,5 @@ The Regents of the University of California. All rights reserved.
Modifications Copyright (c) 2004, Robert N. M. Watson
Modifications Copyright (c) 1995, Mike Mitchell
Modifications Copyright (c) 1995, John Hay
+
+*/
diff --git a/sys/netipx/ipx.c b/sys/netipx/ipx.c
index 337ffe3..778c4ce 100644
--- a/sys/netipx/ipx.c
+++ b/sys/netipx/ipx.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1995, Mike Mitchell
* Copyright (c) 1984, 1985, 1986, 1987, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/netipx/ipx.h b/sys/netipx/ipx.h
index 83f2a9b..dc97d09 100644
--- a/sys/netipx/ipx.h
+++ b/sys/netipx/ipx.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1995, Mike Mitchell
* Copyright (c) 1984, 1985, 1986, 1987, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/netipx/ipx_cksum.c b/sys/netipx/ipx_cksum.c
index c6a3e4f..81e9c65 100644
--- a/sys/netipx/ipx_cksum.c
+++ b/sys/netipx/ipx_cksum.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1995, Mike Mitchell
* Copyright (c) 1982, 1992, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/netipx/ipx_if.h b/sys/netipx/ipx_if.h
index 8bd5337..88d979b 100644
--- a/sys/netipx/ipx_if.h
+++ b/sys/netipx/ipx_if.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1995, Mike Mitchell
* Copyright (c) 1984, 1985, 1986, 1987, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/netipx/ipx_input.c b/sys/netipx/ipx_input.c
index f518db3..ad88885 100644
--- a/sys/netipx/ipx_input.c
+++ b/sys/netipx/ipx_input.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 Robert N. M. Watson
* Copyright (c) 1995, Mike Mitchell
* Copyright (c) 1984, 1985, 1986, 1987, 1993
diff --git a/sys/netipx/ipx_ip.c b/sys/netipx/ipx_ip.c
index 1344e20..4aa432b 100644
--- a/sys/netipx/ipx_ip.c
+++ b/sys/netipx/ipx_ip.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1995, Mike Mitchell
* Copyright (c) 1984, 1985, 1986, 1987, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/netipx/ipx_ip.h b/sys/netipx/ipx_ip.h
index 2eb3c8e..23e4470 100644
--- a/sys/netipx/ipx_ip.h
+++ b/sys/netipx/ipx_ip.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1995, Mike Mitchell
* Copyright (c) 1984, 1985, 1986, 1987, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/netipx/ipx_outputfl.c b/sys/netipx/ipx_outputfl.c
index 630f792..b8fa39a 100644
--- a/sys/netipx/ipx_outputfl.c
+++ b/sys/netipx/ipx_outputfl.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1995, Mike Mitchell
* Copyright (c) 1984, 1985, 1986, 1987, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/netipx/ipx_pcb.c b/sys/netipx/ipx_pcb.c
index 1c7edeb..81b8c0d4 100644
--- a/sys/netipx/ipx_pcb.c
+++ b/sys/netipx/ipx_pcb.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 Robert N. M. Watson
* Copyright (c) 1995, Mike Mitchell
* Copyright (c) 1984, 1985, 1986, 1987, 1993
diff --git a/sys/netipx/ipx_pcb.h b/sys/netipx/ipx_pcb.h
index c7719a1..8164844 100644
--- a/sys/netipx/ipx_pcb.h
+++ b/sys/netipx/ipx_pcb.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004, Robert N. M. Watson
* Copyright (c) 1995, Mike Mitchell
* Copyright (c) 1984, 1985, 1986, 1987, 1993
diff --git a/sys/netipx/ipx_proto.c b/sys/netipx/ipx_proto.c
index 22b8027..8f16aae 100644
--- a/sys/netipx/ipx_proto.c
+++ b/sys/netipx/ipx_proto.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1995, Mike Mitchell
* Copyright (c) 1984, 1985, 1986, 1987, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/netipx/ipx_usrreq.c b/sys/netipx/ipx_usrreq.c
index 5e5e4f4..508e0aa 100644
--- a/sys/netipx/ipx_usrreq.c
+++ b/sys/netipx/ipx_usrreq.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004-2005 Robert N. M. Watson
* Copyright (c) 1995, Mike Mitchell
* Copyright (c) 1984, 1985, 1986, 1987, 1993
diff --git a/sys/netipx/ipx_var.h b/sys/netipx/ipx_var.h
index 33985d3..c78536b 100644
--- a/sys/netipx/ipx_var.h
+++ b/sys/netipx/ipx_var.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1995, Mike Mitchell
* Copyright (c) 1984, 1985, 1986, 1987, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/netipx/spx.h b/sys/netipx/spx.h
index a069b3c..12fe93e 100644
--- a/sys/netipx/spx.h
+++ b/sys/netipx/spx.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1995, Mike Mitchell
* Copyright (c) 1984, 1985, 1986, 1987, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/netipx/spx_debug.c b/sys/netipx/spx_debug.c
index a0a44e4..4e4aff8 100644
--- a/sys/netipx/spx_debug.c
+++ b/sys/netipx/spx_debug.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1995, Mike Mitchell
* Copyright (c) 1984, 1985, 1986, 1987, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/netipx/spx_debug.h b/sys/netipx/spx_debug.h
index 31744ed..9e5bf67 100644
--- a/sys/netipx/spx_debug.h
+++ b/sys/netipx/spx_debug.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1995, Mike Mitchell
* Copyright (c) 1984, 1985, 1986, 1987, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/netipx/spx_timer.h b/sys/netipx/spx_timer.h
index 6022009..fd06efb 100644
--- a/sys/netipx/spx_timer.h
+++ b/sys/netipx/spx_timer.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1995, Mike Mitchell
* Copyright (c) 1982, 1986, 1988, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/netipx/spx_usrreq.c b/sys/netipx/spx_usrreq.c
index 68e352c..0be4daa 100644
--- a/sys/netipx/spx_usrreq.c
+++ b/sys/netipx/spx_usrreq.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 Robert N. M. Watson
* Copyright (c) 1995, Mike Mitchell
* Copyright (c) 1984, 1985, 1986, 1987, 1993
diff --git a/sys/netipx/spx_var.h b/sys/netipx/spx_var.h
index 7dfb783..1cf1229 100644
--- a/sys/netipx/spx_var.h
+++ b/sys/netipx/spx_var.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1995, Mike Mitchell
* Copyright (c) 1984, 1985, 1986, 1987, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/sys/netkey/key.c b/sys/netkey/key.c
index f41e1ab..06ba17e 100644
--- a/sys/netkey/key.c
+++ b/sys/netkey/key.c
@@ -1,6 +1,6 @@
/* $KAME: key.c,v 1.308 2003/09/07 20:35:59 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netkey/key.h b/sys/netkey/key.h
index 890516a..e4cfe4b 100644
--- a/sys/netkey/key.h
+++ b/sys/netkey/key.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: key.h,v 1.32 2003/09/07 05:25:20 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netkey/key_debug.c b/sys/netkey/key_debug.c
index a0de240..73b3b3d 100644
--- a/sys/netkey/key_debug.c
+++ b/sys/netkey/key_debug.c
@@ -1,6 +1,6 @@
/* $KAME: key_debug.c,v 1.38 2003/09/06 05:15:44 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netkey/key_debug.h b/sys/netkey/key_debug.h
index 215b9d9..435d923 100644
--- a/sys/netkey/key_debug.h
+++ b/sys/netkey/key_debug.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: key_debug.h,v 1.11 2002/11/05 03:48:34 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netkey/key_var.h b/sys/netkey/key_var.h
index 9c8d1d4..91b5d3b 100644
--- a/sys/netkey/key_var.h
+++ b/sys/netkey/key_var.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: key_var.h,v 1.12 2001/11/06 03:48:29 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netkey/keydb.c b/sys/netkey/keydb.c
index 697b6e5..711ed7b 100644
--- a/sys/netkey/keydb.c
+++ b/sys/netkey/keydb.c
@@ -1,6 +1,6 @@
/* $KAME: keydb.c,v 1.82 2003/09/07 07:47:33 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netkey/keydb.h b/sys/netkey/keydb.h
index 85581eb..b325362 100644
--- a/sys/netkey/keydb.h
+++ b/sys/netkey/keydb.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: keydb.h,v 1.24 2003/09/07 15:12:10 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netkey/keysock.c b/sys/netkey/keysock.c
index 301644b..a3ffd15 100644
--- a/sys/netkey/keysock.c
+++ b/sys/netkey/keysock.c
@@ -1,6 +1,6 @@
/* $KAME: keysock.c,v 1.32 2003/08/22 05:45:08 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netkey/keysock.h b/sys/netkey/keysock.h
index 5ea58f5..ff2db81 100644
--- a/sys/netkey/keysock.h
+++ b/sys/netkey/keysock.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: keysock.h,v 1.9 2002/03/21 14:00:14 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netnatm/natm.c b/sys/netnatm/natm.c
index 2318592..ef0b00a 100644
--- a/sys/netnatm/natm.c
+++ b/sys/netnatm/natm.c
@@ -1,5 +1,5 @@
/* $NetBSD: natm.c,v 1.5 1996/11/09 03:26:26 chuck Exp $ */
-/*
+/*-
*
* Copyright (c) 1996 Charles D. Cranor and Washington University.
* All rights reserved.
diff --git a/sys/netnatm/natm.h b/sys/netnatm/natm.h
index 9cc925d..07b9c1c 100644
--- a/sys/netnatm/natm.h
+++ b/sys/netnatm/natm.h
@@ -1,7 +1,7 @@
/* $NetBSD: natm.h,v 1.1 1996/07/04 03:20:12 chuck Exp $ */
/* $FreeBSD$ */
-/*
+/*-
*
* Copyright (c) 1996 Charles D. Cranor and Washington University.
* All rights reserved.
diff --git a/sys/netnatm/natm_pcb.c b/sys/netnatm/natm_pcb.c
index 0145527..361e3c1 100644
--- a/sys/netnatm/natm_pcb.c
+++ b/sys/netnatm/natm_pcb.c
@@ -1,5 +1,5 @@
/* $NetBSD: natm_pcb.c,v 1.4 1996/11/09 03:26:27 chuck Exp $ */
-/*
+/*-
*
* Copyright (c) 1996 Charles D. Cranor and Washington University.
* All rights reserved.
diff --git a/sys/netnatm/natm_proto.c b/sys/netnatm/natm_proto.c
index 535262f..ddfafcd 100644
--- a/sys/netnatm/natm_proto.c
+++ b/sys/netnatm/natm_proto.c
@@ -1,5 +1,5 @@
/* $NetBSD: natm_proto.c,v 1.3 1996/09/18 00:56:41 chuck Exp $ */
-/*
+/*-
*
* Copyright (c) 1996 Charles D. Cranor and Washington University.
* All rights reserved.
diff --git a/sys/netncp/ncp.h b/sys/netncp/ncp.h
index cfe60ab..5b10d9a 100644
--- a/sys/netncp/ncp.h
+++ b/sys/netncp/ncp.h
@@ -1,6 +1,7 @@
/*
* ncp.h
- *
+ */
+/*-
* Copyright (C) 1995 by Volker Lendecke
* New version derived from original ncp.h, 1998 Boris Popov
*
diff --git a/sys/netncp/ncp_conn.c b/sys/netncp/ncp_conn.c
index 41a01ec..2052b17 100644
--- a/sys/netncp/ncp_conn.c
+++ b/sys/netncp/ncp_conn.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, Boris Popov
* All rights reserved.
*
diff --git a/sys/netncp/ncp_conn.h b/sys/netncp/ncp_conn.h
index 4ef147e..6a2d603 100644
--- a/sys/netncp/ncp_conn.h
+++ b/sys/netncp/ncp_conn.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, Boris Popov
* All rights reserved.
*
diff --git a/sys/netncp/ncp_file.h b/sys/netncp/ncp_file.h
index 24dae7e..cebf4b9 100644
--- a/sys/netncp/ncp_file.h
+++ b/sys/netncp/ncp_file.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, Boris Popov
* All rights reserved.
*
diff --git a/sys/netncp/ncp_lib.h b/sys/netncp/ncp_lib.h
index 840156c..f3ce680 100644
--- a/sys/netncp/ncp_lib.h
+++ b/sys/netncp/ncp_lib.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, 2000, 2001 Boris Popov
* All rights reserved.
*
diff --git a/sys/netncp/ncp_login.c b/sys/netncp/ncp_login.c
index cf2e1c2..a61eb76 100644
--- a/sys/netncp/ncp_login.c
+++ b/sys/netncp/ncp_login.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, 2000, 2001 Boris Popov
* All rights reserved.
*
diff --git a/sys/netncp/ncp_mod.c b/sys/netncp/ncp_mod.c
index 83e9708..b4f919d 100644
--- a/sys/netncp/ncp_mod.c
+++ b/sys/netncp/ncp_mod.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2003 Tim J. Robbins.
* Copyright (c) 1999, 2000, 2001 Boris Popov
* All rights reserved.
diff --git a/sys/netncp/ncp_ncp.c b/sys/netncp/ncp_ncp.c
index f2f4e11..92b7e59 100644
--- a/sys/netncp/ncp_ncp.c
+++ b/sys/netncp/ncp_ncp.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, 2000, 2001 Boris Popov
* All rights reserved.
*
diff --git a/sys/netncp/ncp_ncp.h b/sys/netncp/ncp_ncp.h
index fd522b2..ab1c742 100644
--- a/sys/netncp/ncp_ncp.h
+++ b/sys/netncp/ncp_ncp.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, Boris Popov
* All rights reserved.
*
diff --git a/sys/netncp/ncp_nls.c b/sys/netncp/ncp_nls.c
index db0243d..6a8b573 100644
--- a/sys/netncp/ncp_nls.c
+++ b/sys/netncp/ncp_nls.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, Boris Popov
* All rights reserved.
*
diff --git a/sys/netncp/ncp_nls.h b/sys/netncp/ncp_nls.h
index 86a6aad..0a39152 100644
--- a/sys/netncp/ncp_nls.h
+++ b/sys/netncp/ncp_nls.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, Boris Popov
* All rights reserved.
*
diff --git a/sys/netncp/ncp_rcfile.h b/sys/netncp/ncp_rcfile.h
index 815b8dd..034402d 100644
--- a/sys/netncp/ncp_rcfile.h
+++ b/sys/netncp/ncp_rcfile.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, Boris Popov
* All rights reserved.
*
diff --git a/sys/netncp/ncp_rq.c b/sys/netncp/ncp_rq.c
index 28ddaca..6915bfa 100644
--- a/sys/netncp/ncp_rq.c
+++ b/sys/netncp/ncp_rq.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999-2001 Boris Popov
* All rights reserved.
*
diff --git a/sys/netncp/ncp_rq.h b/sys/netncp/ncp_rq.h
index 3697635..d0ad9ad 100644
--- a/sys/netncp/ncp_rq.h
+++ b/sys/netncp/ncp_rq.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, 2000, 2001 Boris Popov
* All rights reserved.
*
diff --git a/sys/netncp/ncp_sock.c b/sys/netncp/ncp_sock.c
index 651d2dc..8edf4bc 100644
--- a/sys/netncp/ncp_sock.c
+++ b/sys/netncp/ncp_sock.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, 2001 Boris Popov
* All rights reserved.
*
diff --git a/sys/netncp/ncp_sock.h b/sys/netncp/ncp_sock.h
index ee670df..7833760 100644
--- a/sys/netncp/ncp_sock.h
+++ b/sys/netncp/ncp_sock.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, Boris Popov
* All rights reserved.
*
diff --git a/sys/netncp/ncp_subr.c b/sys/netncp/ncp_subr.c
index b213733..fd7969a 100644
--- a/sys/netncp/ncp_subr.c
+++ b/sys/netncp/ncp_subr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, 2000, 2001 Boris Popov
* All rights reserved.
*
diff --git a/sys/netncp/ncp_subr.h b/sys/netncp/ncp_subr.h
index 124649a..83f1da2 100644
--- a/sys/netncp/ncp_subr.h
+++ b/sys/netncp/ncp_subr.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, Boris Popov
* All rights reserved.
*
diff --git a/sys/netncp/ncp_user.h b/sys/netncp/ncp_user.h
index 62ba777..dc6d3cd 100644
--- a/sys/netncp/ncp_user.h
+++ b/sys/netncp/ncp_user.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, Boris Popov
* All rights reserved.
*
diff --git a/sys/netsmb/netbios.h b/sys/netsmb/netbios.h
index b4d69de..8353fcd 100644
--- a/sys/netsmb/netbios.h
+++ b/sys/netsmb/netbios.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000-2001 Boris Popov
* All rights reserved.
*
diff --git a/sys/netsmb/smb.h b/sys/netsmb/smb.h
index a6dc8ee..a127465 100644
--- a/sys/netsmb/smb.h
+++ b/sys/netsmb/smb.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000-2001 Boris Popov
* All rights reserved.
*
diff --git a/sys/netsmb/smb_conn.c b/sys/netsmb/smb_conn.c
index aacb9bc..fbb523f 100644
--- a/sys/netsmb/smb_conn.c
+++ b/sys/netsmb/smb_conn.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000-2001 Boris Popov
* All rights reserved.
*
diff --git a/sys/netsmb/smb_conn.h b/sys/netsmb/smb_conn.h
index 4092dcb..a83af8b 100644
--- a/sys/netsmb/smb_conn.h
+++ b/sys/netsmb/smb_conn.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000-2001 Boris Popov
* All rights reserved.
*
diff --git a/sys/netsmb/smb_crypt.c b/sys/netsmb/smb_crypt.c
index 9d01217..e45c379 100644
--- a/sys/netsmb/smb_crypt.c
+++ b/sys/netsmb/smb_crypt.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000-2001, Boris Popov
* All rights reserved.
*
diff --git a/sys/netsmb/smb_dev.c b/sys/netsmb/smb_dev.c
index 2bc5b4f..5a3dbf7 100644
--- a/sys/netsmb/smb_dev.c
+++ b/sys/netsmb/smb_dev.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000-2001 Boris Popov
* All rights reserved.
*
diff --git a/sys/netsmb/smb_dev.h b/sys/netsmb/smb_dev.h
index a2f22ec..1454ab3 100644
--- a/sys/netsmb/smb_dev.h
+++ b/sys/netsmb/smb_dev.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000-2001 Boris Popov
* All rights reserved.
*
diff --git a/sys/netsmb/smb_iod.c b/sys/netsmb/smb_iod.c
index e2abac5..26bbe75 100644
--- a/sys/netsmb/smb_iod.c
+++ b/sys/netsmb/smb_iod.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000-2001 Boris Popov
* All rights reserved.
*
diff --git a/sys/netsmb/smb_rq.c b/sys/netsmb/smb_rq.c
index 51afaee..7099645 100644
--- a/sys/netsmb/smb_rq.c
+++ b/sys/netsmb/smb_rq.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000-2001, Boris Popov
* All rights reserved.
*
diff --git a/sys/netsmb/smb_rq.h b/sys/netsmb/smb_rq.h
index 8cdc1f6..c016d9d 100644
--- a/sys/netsmb/smb_rq.h
+++ b/sys/netsmb/smb_rq.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000-2001, Boris Popov
* All rights reserved.
*
diff --git a/sys/netsmb/smb_smb.c b/sys/netsmb/smb_smb.c
index c7d2a07..953456e 100644
--- a/sys/netsmb/smb_smb.c
+++ b/sys/netsmb/smb_smb.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000-2001 Boris Popov
* All rights reserved.
*
diff --git a/sys/netsmb/smb_subr.c b/sys/netsmb/smb_subr.c
index 6993337..0fb48ec 100644
--- a/sys/netsmb/smb_subr.c
+++ b/sys/netsmb/smb_subr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000-2001 Boris Popov
* All rights reserved.
*
diff --git a/sys/netsmb/smb_subr.h b/sys/netsmb/smb_subr.h
index 62c084a..9b38bfa 100644
--- a/sys/netsmb/smb_subr.h
+++ b/sys/netsmb/smb_subr.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000-2001, Boris Popov
* All rights reserved.
*
diff --git a/sys/netsmb/smb_tran.h b/sys/netsmb/smb_tran.h
index 6662083..4d8955d 100644
--- a/sys/netsmb/smb_tran.h
+++ b/sys/netsmb/smb_tran.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000-2001, Boris Popov
* All rights reserved.
*
diff --git a/sys/netsmb/smb_trantcp.c b/sys/netsmb/smb_trantcp.c
index 5029ad5..6c17e5d 100644
--- a/sys/netsmb/smb_trantcp.c
+++ b/sys/netsmb/smb_trantcp.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000-2001 Boris Popov
* All rights reserved.
*
diff --git a/sys/netsmb/smb_trantcp.h b/sys/netsmb/smb_trantcp.h
index 482d77e..6251b0e 100644
--- a/sys/netsmb/smb_trantcp.h
+++ b/sys/netsmb/smb_trantcp.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000-2001, Boris Popov
* All rights reserved.
*
diff --git a/sys/netsmb/smb_usr.c b/sys/netsmb/smb_usr.c
index fd0a326..2916ee84 100644
--- a/sys/netsmb/smb_usr.c
+++ b/sys/netsmb/smb_usr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000-2001 Boris Popov
* All rights reserved.
*
diff --git a/sys/nfs/nfs_common.c b/sys/nfs/nfs_common.c
index 6c66a39..c9270db 100644
--- a/sys/nfs/nfs_common.c
+++ b/sys/nfs/nfs_common.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfs/nfs_common.h b/sys/nfs/nfs_common.h
index 877b351..32ce4af 100644
--- a/sys/nfs/nfs_common.h
+++ b/sys/nfs/nfs_common.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfs/nfsproto.h b/sys/nfs/nfsproto.h
index 8444301..2da7a66 100644
--- a/sys/nfs/nfsproto.h
+++ b/sys/nfs/nfsproto.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfs/rpcv2.h b/sys/nfs/rpcv2.h
index c644a56..0d7935f 100644
--- a/sys/nfs/rpcv2.h
+++ b/sys/nfs/rpcv2.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfs/xdr_subs.h b/sys/nfs/xdr_subs.h
index e45b83b..6754671 100644
--- a/sys/nfs/xdr_subs.h
+++ b/sys/nfs/xdr_subs.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfs4client/nfs4.h b/sys/nfs4client/nfs4.h
index 148c224..4bcc6a7 100644
--- a/sys/nfs4client/nfs4.h
+++ b/sys/nfs4client/nfs4.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $Id: nfs4.h,v 1.25 2003/11/05 14:58:58 rees Exp $ */
-/*
+/*-
* copyright (c) 2003
* the regents of the university of michigan
* all rights reserved
diff --git a/sys/nfs4client/nfs4_dev.c b/sys/nfs4client/nfs4_dev.c
index b675e55..ab089b4 100644
--- a/sys/nfs4client/nfs4_dev.c
+++ b/sys/nfs4client/nfs4_dev.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $Id: nfs4_dev.c,v 1.10 2003/11/05 14:58:59 rees Exp $ */
-/*
+/*-
* copyright (c) 2003
* the regents of the university of michigan
* all rights reserved
diff --git a/sys/nfs4client/nfs4_dev.h b/sys/nfs4client/nfs4_dev.h
index 4d4817c..be14ce2 100644
--- a/sys/nfs4client/nfs4_dev.h
+++ b/sys/nfs4client/nfs4_dev.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $Id: nfs4_dev.h,v 1.3 2003/11/05 14:58:59 rees Exp $ */
-/*
+/*-
* copyright (c) 2003
* the regents of the university of michigan
* all rights reserved
diff --git a/sys/nfs4client/nfs4_idmap.c b/sys/nfs4client/nfs4_idmap.c
index 803f544..7eae5ec 100644
--- a/sys/nfs4client/nfs4_idmap.c
+++ b/sys/nfs4client/nfs4_idmap.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $Id: nfs4_idmap.c,v 1.4 2003/11/05 14:58:59 rees Exp $ */
-/*
+/*-
* copyright (c) 2003
* the regents of the university of michigan
* all rights reserved
diff --git a/sys/nfs4client/nfs4_idmap.h b/sys/nfs4client/nfs4_idmap.h
index 86cd01b..0b09cf4 100644
--- a/sys/nfs4client/nfs4_idmap.h
+++ b/sys/nfs4client/nfs4_idmap.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $Id: nfs4_idmap.h,v 1.2 2003/11/05 14:58:59 rees Exp $ */
-/*
+/*-
* copyright (c) 2003
* the regents of the university of michigan
* all rights reserved
diff --git a/sys/nfs4client/nfs4_socket.c b/sys/nfs4client/nfs4_socket.c
index caf2e2e..c33bcbb 100644
--- a/sys/nfs4client/nfs4_socket.c
+++ b/sys/nfs4client/nfs4_socket.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $Id: nfs_socket.c,v 1.12 2003/11/05 14:59:01 rees Exp $ */
-/*
+/*-
* copyright (c) 2003
* the regents of the university of michigan
* all rights reserved
@@ -25,7 +25,7 @@
* advised of the possibility of such damages.
*/
-/*
+/*-
* Copyright (c) 1989, 1991, 1993, 1995
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfs4client/nfs4_subs.c b/sys/nfs4client/nfs4_subs.c
index 9cf7b0e..739e39f 100644
--- a/sys/nfs4client/nfs4_subs.c
+++ b/sys/nfs4client/nfs4_subs.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $Id: nfs4_subs.c,v 1.52 2003/11/05 14:58:59 rees Exp $ */
-/*
+/*-
* copyright (c) 2003
* the regents of the university of michigan
* all rights reserved
diff --git a/sys/nfs4client/nfs4_vfs.h b/sys/nfs4client/nfs4_vfs.h
index 18772be3..61999ac 100644
--- a/sys/nfs4client/nfs4_vfs.h
+++ b/sys/nfs4client/nfs4_vfs.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $Id: nfs4_vfs.h,v 1.4 2003/11/05 14:59:00 rees Exp $ */
-/*
+/*-
* copyright (c) 2003
* the regents of the university of michigan
* all rights reserved
diff --git a/sys/nfs4client/nfs4_vfs_subs.c b/sys/nfs4client/nfs4_vfs_subs.c
index 1ac3df4..ced9e23 100644
--- a/sys/nfs4client/nfs4_vfs_subs.c
+++ b/sys/nfs4client/nfs4_vfs_subs.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $Id: nfs4_vfs_subs.c,v 1.5 2003/11/05 14:59:00 rees Exp $ */
-/*
+/*-
* copyright (c) 2003
* the regents of the university of michigan
* all rights reserved
diff --git a/sys/nfs4client/nfs4_vfsops.c b/sys/nfs4client/nfs4_vfsops.c
index 14a2720..a198535 100644
--- a/sys/nfs4client/nfs4_vfsops.c
+++ b/sys/nfs4client/nfs4_vfsops.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $Id: nfs_vfsops.c,v 1.38 2003/11/05 14:59:01 rees Exp $ */
-/*
+/*-
* copyright (c) 2003
* the regents of the university of michigan
* all rights reserved
@@ -25,7 +25,7 @@
* advised of the possibility of such damages.
*/
-/*
+/*-
* Copyright (c) 1989, 1993, 1995
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfs4client/nfs4_vn.h b/sys/nfs4client/nfs4_vn.h
index d984713..2f5f730 100644
--- a/sys/nfs4client/nfs4_vn.h
+++ b/sys/nfs4client/nfs4_vn.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $Id: nfs4_vn.h,v 1.5 2003/11/05 14:59:00 rees Exp $ */
-/*
+/*-
* copyright (c) 2003
* the regents of the university of michigan
* all rights reserved
diff --git a/sys/nfs4client/nfs4_vn_subs.c b/sys/nfs4client/nfs4_vn_subs.c
index dd6617b..bd42d5e 100644
--- a/sys/nfs4client/nfs4_vn_subs.c
+++ b/sys/nfs4client/nfs4_vn_subs.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $Id: nfs4_vn_subs.c,v 1.9 2003/11/05 14:59:00 rees Exp $ */
-/*
+/*-
* copyright (c) 2003
* the regents of the university of michigan
* all rights reserved
diff --git a/sys/nfs4client/nfs4_vnops.c b/sys/nfs4client/nfs4_vnops.c
index 985303a..abb6b33 100644
--- a/sys/nfs4client/nfs4_vnops.c
+++ b/sys/nfs4client/nfs4_vnops.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $Id: nfs_vnops.c,v 1.45 2003/11/05 14:59:02 rees Exp $ */
-/*
+/*-
* copyright (c) 2003
* the regents of the university of michigan
* all rights reserved
diff --git a/sys/nfs4client/nfs4m_subs.h b/sys/nfs4client/nfs4m_subs.h
index 534c836..60d0758 100644
--- a/sys/nfs4client/nfs4m_subs.h
+++ b/sys/nfs4client/nfs4m_subs.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $Id: nfs4m_subs.h,v 1.36 2003/11/05 14:59:01 rees Exp $ */
-/*
+/*-
* copyright (c) 2003
* the regents of the university of michigan
* all rights reserved
diff --git a/sys/nfsclient/bootp_subr.c b/sys/nfsclient/bootp_subr.c
index bee0d06..237b722 100644
--- a/sys/nfsclient/bootp_subr.c
+++ b/sys/nfsclient/bootp_subr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1995 Gordon Ross, Adam Glass
* Copyright (c) 1992 Regents of the University of California.
* All rights reserved.
diff --git a/sys/nfsclient/krpc_subr.c b/sys/nfsclient/krpc_subr.c
index 0bcf694..a813059 100644
--- a/sys/nfsclient/krpc_subr.c
+++ b/sys/nfsclient/krpc_subr.c
@@ -1,6 +1,6 @@
/* $NetBSD: krpc_subr.c,v 1.12.4.1 1996/06/07 00:52:26 cgd Exp $ */
-/*
+/*-
* Copyright (c) 1995 Gordon Ross, Adam Glass
* Copyright (c) 1992 Regents of the University of California.
* All rights reserved.
diff --git a/sys/nfsclient/nfs.h b/sys/nfsclient/nfs.h
index 92ba7de..2b45c42 100644
--- a/sys/nfsclient/nfs.h
+++ b/sys/nfsclient/nfs.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993, 1995
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfsclient/nfs_bio.c b/sys/nfsclient/nfs_bio.c
index 74316b8..9a187e5 100644
--- a/sys/nfsclient/nfs_bio.c
+++ b/sys/nfsclient/nfs_bio.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfsclient/nfs_nfsiod.c b/sys/nfsclient/nfs_nfsiod.c
index 8cbee10..b25d99c 100644
--- a/sys/nfsclient/nfs_nfsiod.c
+++ b/sys/nfsclient/nfs_nfsiod.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfsclient/nfs_node.c b/sys/nfsclient/nfs_node.c
index 59dde27..fc0cb69 100644
--- a/sys/nfsclient/nfs_node.c
+++ b/sys/nfsclient/nfs_node.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfsclient/nfs_socket.c b/sys/nfsclient/nfs_socket.c
index 2f44b3f..e18973f 100644
--- a/sys/nfsclient/nfs_socket.c
+++ b/sys/nfsclient/nfs_socket.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1991, 1993, 1995
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfsclient/nfs_subs.c b/sys/nfsclient/nfs_subs.c
index 9552f95..5a23acf 100644
--- a/sys/nfsclient/nfs_subs.c
+++ b/sys/nfsclient/nfs_subs.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfsclient/nfs_vfsops.c b/sys/nfsclient/nfs_vfsops.c
index cb77e1b..4a4d5d2 100644
--- a/sys/nfsclient/nfs_vfsops.c
+++ b/sys/nfsclient/nfs_vfsops.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993, 1995
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfsclient/nfs_vnops.c b/sys/nfsclient/nfs_vnops.c
index 1e6ff2f..f2074dd 100644
--- a/sys/nfsclient/nfs_vnops.c
+++ b/sys/nfsclient/nfs_vnops.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfsclient/nfsargs.h b/sys/nfsclient/nfsargs.h
index e4be3f5..8aa2392 100644
--- a/sys/nfsclient/nfsargs.h
+++ b/sys/nfsclient/nfsargs.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993, 1995
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfsclient/nfsdiskless.h b/sys/nfsclient/nfsdiskless.h
index 4b5cb16..69ee035 100644
--- a/sys/nfsclient/nfsdiskless.h
+++ b/sys/nfsclient/nfsdiskless.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfsclient/nfsm_subs.h b/sys/nfsclient/nfsm_subs.h
index 9ab9b9e..8083a47 100644
--- a/sys/nfsclient/nfsm_subs.h
+++ b/sys/nfsclient/nfsm_subs.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfsclient/nfsmount.h b/sys/nfsclient/nfsmount.h
index 7bc593c..7f23aaa 100644
--- a/sys/nfsclient/nfsmount.h
+++ b/sys/nfsclient/nfsmount.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfsclient/nfsnode.h b/sys/nfsclient/nfsnode.h
index b6c463f..6b87949 100644
--- a/sys/nfsclient/nfsnode.h
+++ b/sys/nfsclient/nfsnode.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfsclient/nfsstats.h b/sys/nfsclient/nfsstats.h
index a24f5c3..8028429 100644
--- a/sys/nfsclient/nfsstats.h
+++ b/sys/nfsclient/nfsstats.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993, 1995
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfsserver/nfs.h b/sys/nfsserver/nfs.h
index 3f83115..31d049c 100644
--- a/sys/nfsserver/nfs.h
+++ b/sys/nfsserver/nfs.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993, 1995
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfsserver/nfs_serv.c b/sys/nfsserver/nfs_serv.c
index bdad5ef..778dc5e 100644
--- a/sys/nfsserver/nfs_serv.c
+++ b/sys/nfsserver/nfs_serv.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfsserver/nfs_srvcache.c b/sys/nfsserver/nfs_srvcache.c
index b41942d..7873ea2 100644
--- a/sys/nfsserver/nfs_srvcache.c
+++ b/sys/nfsserver/nfs_srvcache.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfsserver/nfs_srvsock.c b/sys/nfsserver/nfs_srvsock.c
index 83911ee..5bd53dc 100644
--- a/sys/nfsserver/nfs_srvsock.c
+++ b/sys/nfsserver/nfs_srvsock.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1991, 1993, 1995
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfsserver/nfs_srvsubs.c b/sys/nfsserver/nfs_srvsubs.c
index 55c9f201..2ea1783 100644
--- a/sys/nfsserver/nfs_srvsubs.c
+++ b/sys/nfsserver/nfs_srvsubs.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfsserver/nfs_syscalls.c b/sys/nfsserver/nfs_syscalls.c
index d58fce4..b08d570 100644
--- a/sys/nfsserver/nfs_syscalls.c
+++ b/sys/nfsserver/nfs_syscalls.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfsserver/nfsm_subs.h b/sys/nfsserver/nfsm_subs.h
index 8e404d8..82e7e25 100644
--- a/sys/nfsserver/nfsm_subs.h
+++ b/sys/nfsserver/nfsm_subs.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfsserver/nfsrvcache.h b/sys/nfsserver/nfsrvcache.h
index 7782cee..3f58a51 100644
--- a/sys/nfsserver/nfsrvcache.h
+++ b/sys/nfsserver/nfsrvcache.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/nfsserver/nfsrvstats.h b/sys/nfsserver/nfsrvstats.h
index 5477380..d149e52 100644
--- a/sys/nfsserver/nfsrvstats.h
+++ b/sys/nfsserver/nfsrvstats.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1989, 1993, 1995
* The Regents of the University of California. All rights reserved.
*
OpenPOWER on IntegriCloud