Module Name: src
Committed By: kre
Date: Wed Dec 5 02:48:05 UTC 2018
Modified Files:
src/tests/bin/sh: t_builtins.sh
Log Message:
Oops, this is 2018, not 2017 ... cut&paste (affects just copyright notice)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/bin/sh/t_builtins.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/bin/sh/t_builtins.sh
diff -u src/tests/bin/sh/t_builtins.sh:1.1 src/tests/bin/sh/t_builtins.sh:1.2
--- src/tests/bin/sh/t_builtins.sh:1.1 Wed Dec 5 02:45:06 2018
+++ src/tests/bin/sh/t_builtins.sh Wed Dec 5 02:48:04 2018
@@ -1,6 +1,6 @@
-# $NetBSD: t_builtins.sh,v 1.1 2018/12/05 02:45:06 kre Exp $
+# $NetBSD: t_builtins.sh,v 1.2 2018/12/05 02:48:04 kre Exp $
#
-# Copyright (c) 2017 The NetBSD Foundation, Inc.
+# Copyright (c) 2018 The NetBSD Foundation, Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without