Module Name: othersrc
Committed By: lukem
Date: Sun Apr 9 01:18:28 UTC 2023
Modified Files:
othersrc/usr.bin/tnftp: COPYING configure.ac
Log Message:
copyright 2023
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 othersrc/usr.bin/tnftp/COPYING
cvs rdiff -u -r1.44 -r1.45 othersrc/usr.bin/tnftp/configure.ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/usr.bin/tnftp/COPYING
diff -u othersrc/usr.bin/tnftp/COPYING:1.10 othersrc/usr.bin/tnftp/COPYING:1.11
--- othersrc/usr.bin/tnftp/COPYING:1.10 Sat Oct 9 04:26:37 2021
+++ othersrc/usr.bin/tnftp/COPYING Sun Apr 9 01:18:28 2023
@@ -1,6 +1,6 @@
-$NetBSD: COPYING,v 1.10 2021/10/09 04:26:37 lukem Exp $
+$NetBSD: COPYING,v 1.11 2023/04/09 01:18:28 lukem Exp $
-Copyright (c) 2001-2021 The NetBSD Foundation, Inc.
+Copyright (c) 2001-2023 The NetBSD Foundation, Inc.
All rights reserved.
This code is derived from software contributed to The NetBSD Foundation
Index: othersrc/usr.bin/tnftp/configure.ac
diff -u othersrc/usr.bin/tnftp/configure.ac:1.44 othersrc/usr.bin/tnftp/configure.ac:1.45
--- othersrc/usr.bin/tnftp/configure.ac:1.44 Fri Aug 27 02:29:39 2021
+++ othersrc/usr.bin/tnftp/configure.ac Sun Apr 9 01:18:28 2023
@@ -1,4 +1,4 @@
-# $NetBSD: configure.ac,v 1.44 2021/08/27 02:29:39 lukem Exp $
+# $NetBSD: configure.ac,v 1.45 2023/04/09 01:18:28 lukem Exp $
#
# Process this file with autoconf to produce a configure script.
@@ -6,10 +6,10 @@ AC_INIT([tnftp], [20210827], [lukem@NetB
AC_PREREQ([2.69])
AC_COPYRIGHT([
-Copyright (c) 1999-2021 The NetBSD Foundation, Inc.
+Copyright (c) 1999-2023 The NetBSD Foundation, Inc.
All rights reserved.
])
-AC_REVISION([$Revision: 1.44 $])
+AC_REVISION([$Revision: 1.45 $])
AS_SHELL_SANITIZE()