diff --git a/sys/net/if_srt.c b/sys/net/if_srt.c index b971ace5f154..b7e3befe6c9b 100644 --- a/sys/net/if_srt.c +++ b/sys/net/if_srt.c @@ -1,3 +1,4 @@ +/* $NetBSD: if_srt.c,v 1.2 2006/12/29 10:40:48 wiz Exp $ */ /* This file is in the public domain. */ #include "opt_inet.h" diff --git a/sys/net/if_srt.h b/sys/net/if_srt.h index 7ef9795b6cbf..b6eb2853497c 100644 --- a/sys/net/if_srt.h +++ b/sys/net/if_srt.h @@ -1,6 +1,8 @@ #ifndef _IF_SRT_H_1b91f8f1_ #define _IF_SRT_H_1b91f8f1_ +/* $NetBSD: if_srt.h,v 1.2 2006/12/29 10:40:48 wiz Exp $ */ + /* This file is in the public domain. */ #include /* XXX for IFNAMSIZ */ diff --git a/usr.sbin/srtconfig/Makefile b/usr.sbin/srtconfig/Makefile index f08b7b41c968..af9ab28de342 100644 --- a/usr.sbin/srtconfig/Makefile +++ b/usr.sbin/srtconfig/Makefile @@ -1,3 +1,4 @@ +# $NetBSD: Makefile,v 1.2 2006/12/29 10:39:59 wiz Exp $ # This file is in the public domain. PROG= srtconfig diff --git a/usr.sbin/srtconfig/srtconfig.c b/usr.sbin/srtconfig/srtconfig.c index fc9288e1f43b..7b78ab6a9f2d 100644 --- a/usr.sbin/srtconfig/srtconfig.c +++ b/usr.sbin/srtconfig/srtconfig.c @@ -1,3 +1,4 @@ +/* $NetBSD: srtconfig.c,v 1.2 2006/12/29 10:39:59 wiz Exp $ */ /* This file is in the public domain. */ #include