From 1e299ff15b043b3abdc6f76f4191ab07b19228c1 Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 2 Apr 2021 03:02:45 +0000 Subject: [PATCH] Fix Dale's email address ok drahn --- sys/arch/arm64/arm64/arm64var.h | 4 ++-- sys/arch/armv7/armv7/armv7.c | 4 ++-- sys/arch/armv7/armv7/armv7var.h | 4 ++-- sys/arch/armv7/omap/omap.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys/arch/arm64/arm64/arm64var.h b/sys/arch/arm64/arm64/arm64var.h index 5c83d10ce4b..21b82422b11 100644 --- a/sys/arch/arm64/arm64/arm64var.h +++ b/sys/arch/arm64/arm64/arm64var.h @@ -1,6 +1,6 @@ -/* $OpenBSD: arm64var.h,v 1.2 2018/05/15 11:12:35 kettenis Exp $ */ +/* $OpenBSD: arm64var.h,v 1.3 2021/04/02 03:02:45 tb Exp $ */ /* - * Copyright (c) 2005,2008 Dale Rahn + * Copyright (c) 2005,2008 Dale Rahn * Copyright (c) 2012-2013 Patrick Wildt * * Permission to use, copy, modify, and distribute this software for any diff --git a/sys/arch/armv7/armv7/armv7.c b/sys/arch/armv7/armv7/armv7.c index 993a278ab3b..0646e128a6d 100644 --- a/sys/arch/armv7/armv7/armv7.c +++ b/sys/arch/armv7/armv7/armv7.c @@ -1,6 +1,6 @@ -/* $OpenBSD: armv7.c,v 1.18 2021/03/25 04:12:01 jsg Exp $ */ +/* $OpenBSD: armv7.c,v 1.19 2021/04/02 03:02:46 tb Exp $ */ /* - * Copyright (c) 2005,2008 Dale Rahn + * Copyright (c) 2005,2008 Dale Rahn * Copyright (c) 2012-2013 Patrick Wildt * * Permission to use, copy, modify, and distribute this software for any diff --git a/sys/arch/armv7/armv7/armv7var.h b/sys/arch/armv7/armv7/armv7var.h index bb55332ecbc..9da5f3b65c2 100644 --- a/sys/arch/armv7/armv7/armv7var.h +++ b/sys/arch/armv7/armv7/armv7var.h @@ -1,6 +1,6 @@ -/* $OpenBSD: armv7var.h,v 1.17 2020/04/07 10:11:01 kettenis Exp $ */ +/* $OpenBSD: armv7var.h,v 1.18 2021/04/02 03:02:46 tb Exp $ */ /* - * Copyright (c) 2005,2008 Dale Rahn + * Copyright (c) 2005,2008 Dale Rahn * Copyright (c) 2012-2013 Patrick Wildt * * Permission to use, copy, modify, and distribute this software for any diff --git a/sys/arch/armv7/omap/omap.c b/sys/arch/armv7/omap/omap.c index ef97b999e8b..5ff3a18f2f5 100644 --- a/sys/arch/armv7/omap/omap.c +++ b/sys/arch/armv7/omap/omap.c @@ -1,6 +1,6 @@ -/* $OpenBSD: omap.c,v 1.21 2017/03/01 04:36:45 jsg Exp $ */ +/* $OpenBSD: omap.c,v 1.22 2021/04/02 03:02:46 tb Exp $ */ /* - * Copyright (c) 2005,2008 Dale Rahn + * Copyright (c) 2005,2008 Dale Rahn * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above -- 2.20.1