Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/dm dm: Add "Copyright (c) 2015 The DragonFly Project...
details: https://anonhg.NetBSD.org/src/rev/64a203d7e044
branches: trunk
changeset: 1006210:64a203d7e044
user: tkusumi <tkusumi%NetBSD.org@localhost>
date: Sun Jan 05 08:11:10 2020 +0000
description:
dm: Add "Copyright (c) 2015 The DragonFly Project." to dm-flakey
which I missed in my initial dm-flakey commit.
diffstat:
sys/dev/dm/dm_target_flakey.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 614d8a605747 -r 64a203d7e044 sys/dev/dm/dm_target_flakey.c
--- a/sys/dev/dm/dm_target_flakey.c Sun Jan 05 08:08:26 2020 +0000
+++ b/sys/dev/dm/dm_target_flakey.c Sun Jan 05 08:11:10 2020 +0000
@@ -1,7 +1,8 @@
-/* $NetBSD: dm_target_flakey.c,v 1.1 2020/01/02 06:22:23 tkusumi Exp $ */
+/* $NetBSD: dm_target_flakey.c,v 1.2 2020/01/05 08:11:10 tkusumi Exp $ */
/*
* Copyright (c) 2020 The NetBSD Foundation, Inc.
+ * Copyright (c) 2015 The DragonFly Project. All rights reserved.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
@@ -29,7 +30,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dm_target_flakey.c,v 1.1 2020/01/02 06:22:23 tkusumi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dm_target_flakey.c,v 1.2 2020/01/05 08:11:10 tkusumi Exp $");
#include <sys/types.h>
#include <sys/param.h>
Home |
Main Index |
Thread Index |
Old Index