From 88c2ff6529a75243c5d61f795ea91fe62d17a1d1 Mon Sep 17 00:00:00 2001 From: itojun Date: Sun, 21 Jan 2001 15:25:46 +0000 Subject: [PATCH] make it easier to handle $FreeBSD$ tags (amount of diff matters). --- usr.sbin/rtadvd/advcap.c | 3 +-- usr.sbin/rtadvd/advcap.h | 3 +-- usr.sbin/rtadvd/config.c | 3 +-- usr.sbin/rtadvd/config.h | 3 +-- usr.sbin/rtadvd/dump.c | 3 +-- usr.sbin/rtadvd/dump.h | 3 +-- usr.sbin/rtadvd/if.c | 3 +-- usr.sbin/rtadvd/if.h | 3 +-- usr.sbin/rtadvd/pathnames.h | 2 +- usr.sbin/rtadvd/rrenum.c | 3 +-- usr.sbin/rtadvd/rrenum.h | 3 +-- usr.sbin/rtadvd/rtadvd.8 | 3 +-- usr.sbin/rtadvd/rtadvd.c | 3 +-- usr.sbin/rtadvd/rtadvd.h | 3 +-- usr.sbin/rtadvd/timer.c | 3 +-- usr.sbin/rtadvd/timer.h | 3 +-- 16 files changed, 16 insertions(+), 31 deletions(-) diff --git a/usr.sbin/rtadvd/advcap.c b/usr.sbin/rtadvd/advcap.c index 868066df957c..55a43cefa2ba 100644 --- a/usr.sbin/rtadvd/advcap.c +++ b/usr.sbin/rtadvd/advcap.c @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $KAME: advcap.c,v 1.3 2000/05/16 13:34:13 itojun Exp $ */ /* @@ -31,8 +32,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ /* diff --git a/usr.sbin/rtadvd/advcap.h b/usr.sbin/rtadvd/advcap.h index 40ed46aae4fb..dc3f428ef995 100644 --- a/usr.sbin/rtadvd/advcap.h +++ b/usr.sbin/rtadvd/advcap.h @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $KAME$ */ /* @@ -24,8 +25,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ /* Based on Id: termcap.h,v 1.8 1996/09/10 12:42:10 peter Exp */ diff --git a/usr.sbin/rtadvd/config.c b/usr.sbin/rtadvd/config.c index 422011246b9c..c2d3ee2ef878 100644 --- a/usr.sbin/rtadvd/config.c +++ b/usr.sbin/rtadvd/config.c @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $KAME: config.c,v 1.11 2000/05/16 13:34:13 itojun Exp $ */ /* @@ -27,8 +28,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #include diff --git a/usr.sbin/rtadvd/config.h b/usr.sbin/rtadvd/config.h index 76f42a0495ae..f08a7026e7c0 100644 --- a/usr.sbin/rtadvd/config.h +++ b/usr.sbin/rtadvd/config.h @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $KAME$ */ /* @@ -27,8 +28,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ extern void getconfig __P((char *)); diff --git a/usr.sbin/rtadvd/dump.c b/usr.sbin/rtadvd/dump.c index 8c070f8991cd..4b2801d16b99 100644 --- a/usr.sbin/rtadvd/dump.c +++ b/usr.sbin/rtadvd/dump.c @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $KAME: dump.c,v 1.10 2000/05/23 11:31:25 itojun Exp $ */ /* @@ -27,8 +28,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #include #include diff --git a/usr.sbin/rtadvd/dump.h b/usr.sbin/rtadvd/dump.h index b973d0adbd4b..03dff705ba61 100644 --- a/usr.sbin/rtadvd/dump.h +++ b/usr.sbin/rtadvd/dump.h @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $KAME$ */ /* @@ -27,8 +28,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ extern void rtadvd_dump_file __P((char *)); diff --git a/usr.sbin/rtadvd/if.c b/usr.sbin/rtadvd/if.c index cc2e5cf2a746..b77f472d047e 100644 --- a/usr.sbin/rtadvd/if.c +++ b/usr.sbin/rtadvd/if.c @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $KAME: if.c,v 1.14 2000/10/25 04:28:34 jinmei Exp $ */ /* @@ -27,8 +28,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #include diff --git a/usr.sbin/rtadvd/if.h b/usr.sbin/rtadvd/if.h index 8d74557b4ba3..f91e8d4b41d0 100644 --- a/usr.sbin/rtadvd/if.h +++ b/usr.sbin/rtadvd/if.h @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $KAME: if.h,v 1.2 2000/05/16 13:34:13 itojun Exp $ */ /* @@ -27,8 +28,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #define RTADV_TYPE2BITMASK(type) (0x1 << type) diff --git a/usr.sbin/rtadvd/pathnames.h b/usr.sbin/rtadvd/pathnames.h index 85ca33c11da4..9c68cc484fb6 100644 --- a/usr.sbin/rtadvd/pathnames.h +++ b/usr.sbin/rtadvd/pathnames.h @@ -1,4 +1,4 @@ +/* $FreeBSD$ */ /* $KAME$ */ -/* $FreeBSD$ */ #define _PATH_RTADVDCONF "/etc/rtadvd.conf" diff --git a/usr.sbin/rtadvd/rrenum.c b/usr.sbin/rtadvd/rrenum.c index f64ebc3c0546..a0edf9f7a62a 100644 --- a/usr.sbin/rtadvd/rrenum.c +++ b/usr.sbin/rtadvd/rrenum.c @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $KAME: rrenum.c,v 1.3 2000/05/16 13:34:14 itojun Exp $ */ /* @@ -27,8 +28,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #include diff --git a/usr.sbin/rtadvd/rrenum.h b/usr.sbin/rtadvd/rrenum.h index 729b96fece3d..3ab1e7d86ea8 100644 --- a/usr.sbin/rtadvd/rrenum.h +++ b/usr.sbin/rtadvd/rrenum.h @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $KAME$ */ /* @@ -27,8 +28,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ void rr_input __P((int len, struct icmp6_router_renum *rr, diff --git a/usr.sbin/rtadvd/rtadvd.8 b/usr.sbin/rtadvd/rtadvd.8 index cf70545a556c..3ddc77d37eaf 100644 --- a/usr.sbin/rtadvd/rtadvd.8 +++ b/usr.sbin/rtadvd/rtadvd.8 @@ -1,3 +1,4 @@ +.\" $FreeBSD$ .\" $KAME: rtadvd.8,v 1.9 2000/05/27 13:37:01 jinmei Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -27,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ -.\" .Dd May 17, 1998 .Dt RTADVD 8 .Os diff --git a/usr.sbin/rtadvd/rtadvd.c b/usr.sbin/rtadvd/rtadvd.c index 1cd602eb788c..000e6123cfa7 100644 --- a/usr.sbin/rtadvd/rtadvd.c +++ b/usr.sbin/rtadvd/rtadvd.c @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $KAME: rtadvd.c,v 1.30 2000/06/22 20:16:12 itojun Exp $ */ /* @@ -27,8 +28,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #include diff --git a/usr.sbin/rtadvd/rtadvd.h b/usr.sbin/rtadvd/rtadvd.h index 40beb1d87f97..3ffc7e62578d 100644 --- a/usr.sbin/rtadvd/rtadvd.h +++ b/usr.sbin/rtadvd/rtadvd.h @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $KAME: rtadvd.h,v 1.8 2000/05/16 13:34:14 itojun Exp $ */ /* @@ -27,8 +28,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #define ALLNODES "ff02::1" diff --git a/usr.sbin/rtadvd/timer.c b/usr.sbin/rtadvd/timer.c index d03eddd53eb1..7ccfb7e00994 100644 --- a/usr.sbin/rtadvd/timer.c +++ b/usr.sbin/rtadvd/timer.c @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $KAME: timer.c,v 1.3 2000/05/22 22:23:07 itojun Exp $ */ /* @@ -27,8 +28,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #include diff --git a/usr.sbin/rtadvd/timer.h b/usr.sbin/rtadvd/timer.h index 9a97c91c3bbb..c5f8b85ab612 100644 --- a/usr.sbin/rtadvd/timer.h +++ b/usr.sbin/rtadvd/timer.h @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $KAME: timer.h,v 1.2 2000/05/16 13:34:14 itojun Exp $ */ /* @@ -27,8 +28,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ /* a < b */