From f3af92bd36f7da1ef879d7e2524326f27ab3db39 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Wed, 6 Mar 2019 16:50:14 +0000 Subject: [PATCH] Reorder copyright lines to preserve the source of "All rights reserved." Reported by: rgrimes MFC with: r344829, r344830 --- lib/libkvm/kvm_riscv.h | 2 +- sys/riscv/riscv/minidump_machdep.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libkvm/kvm_riscv.h b/lib/libkvm/kvm_riscv.h index f1021f448dc0..28472de998ca 100644 --- a/lib/libkvm/kvm_riscv.h +++ b/lib/libkvm/kvm_riscv.h @@ -1,7 +1,7 @@ /*- * Copyright (c) 2015 John H. Baldwin - * Copyright (c) 2019 Mitchell Horne * All rights reserved. + * Copyright (c) 2019 Mitchell Horne * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/riscv/riscv/minidump_machdep.c b/sys/riscv/riscv/minidump_machdep.c index 42f166b53d60..839f023f9205 100644 --- a/sys/riscv/riscv/minidump_machdep.c +++ b/sys/riscv/riscv/minidump_machdep.c @@ -1,8 +1,8 @@ /*- * Copyright (c) 2006 Peter Wemm * Copyright (c) 2015 The FreeBSD Foundation - * Copyright (c) 2019 Mitchell Horne * All rights reserved. + * Copyright (c) 2019 Mitchell Horne * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions