Module Name:    src
Committed By:   bad
Date:           Wed Oct  2 17:16:32 UTC 2024

Modified Files:
        src/tests/kernel: t_unmount.c

Log Message:
t_unmount.c: fix copyright year


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/kernel/t_unmount.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/kernel/t_unmount.c
diff -u src/tests/kernel/t_unmount.c:1.3 src/tests/kernel/t_unmount.c:1.4
--- src/tests/kernel/t_unmount.c:1.3	Sun Aug 11 12:58:10 2024
+++ src/tests/kernel/t_unmount.c	Wed Oct  2 17:16:32 2024
@@ -1,7 +1,7 @@
-/*	$NetBSD: t_unmount.c,v 1.3 2024/08/11 12:58:10 bad Exp $	*/
+/*	$NetBSD: t_unmount.c,v 1.4 2024/10/02 17:16:32 bad Exp $	*/
 
 /*-
- * Copyright (c) 2010 The NetBSD Foundation, Inc.
+ * Copyright (c) 2024 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@
 #include <sys/cdefs.h>
 __COPYRIGHT("@(#) Copyright (c) 2024\
  The NetBSD Foundation, inc. All rights reserved.");
-__RCSID("$NetBSD: t_unmount.c,v 1.3 2024/08/11 12:58:10 bad Exp $");
+__RCSID("$NetBSD: t_unmount.c,v 1.4 2024/10/02 17:16:32 bad Exp $");
 
 #include <sys/types.h>
 #include <sys/mount.h>

Reply via email to