Module Name: src
Committed By: maxv
Date: Sat May 23 08:25:32 UTC 2020
Modified Files:
src/sys/arch/amd64/stand/prekern: console.c pdir.h prekern.c prekern.h
redef.h trap.S
Log Message:
Bump copyrights.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/amd64/stand/prekern/console.c \
src/sys/arch/amd64/stand/prekern/trap.S
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/amd64/stand/prekern/pdir.h
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/amd64/stand/prekern/prekern.c
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/amd64/stand/prekern/prekern.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/amd64/stand/prekern/redef.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/stand/prekern/console.c
diff -u src/sys/arch/amd64/stand/prekern/console.c:1.5 src/sys/arch/amd64/stand/prekern/console.c:1.6
--- src/sys/arch/amd64/stand/prekern/console.c:1.5 Sat May 23 08:23:28 2020
+++ src/sys/arch/amd64/stand/prekern/console.c Sat May 23 08:25:32 2020
@@ -1,7 +1,7 @@
-/* $NetBSD: console.c,v 1.5 2020/05/23 08:23:28 maxv Exp $ */
+/* $NetBSD: console.c,v 1.6 2020/05/23 08:25:32 maxv Exp $ */
/*
- * Copyright (c) 2017 The NetBSD Foundation, Inc. All rights reserved.
+ * Copyright (c) 2017-2020 The NetBSD Foundation, Inc. All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Maxime Villard.
Index: src/sys/arch/amd64/stand/prekern/trap.S
diff -u src/sys/arch/amd64/stand/prekern/trap.S:1.5 src/sys/arch/amd64/stand/prekern/trap.S:1.6
--- src/sys/arch/amd64/stand/prekern/trap.S:1.5 Tue Mar 19 19:15:57 2019
+++ src/sys/arch/amd64/stand/prekern/trap.S Sat May 23 08:25:32 2020
@@ -1,7 +1,7 @@
-/* $NetBSD: trap.S,v 1.5 2019/03/19 19:15:57 maxv Exp $ */
+/* $NetBSD: trap.S,v 1.6 2020/05/23 08:25:32 maxv Exp $ */
/*
- * Copyright (c) 2017 The NetBSD Foundation, Inc. All rights reserved.
+ * Copyright (c) 2017-2020 The NetBSD Foundation, Inc. All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Maxime Villard.
Index: src/sys/arch/amd64/stand/prekern/pdir.h
diff -u src/sys/arch/amd64/stand/prekern/pdir.h:1.6 src/sys/arch/amd64/stand/prekern/pdir.h:1.7
--- src/sys/arch/amd64/stand/prekern/pdir.h:1.6 Sat Nov 3 08:27:16 2018
+++ src/sys/arch/amd64/stand/prekern/pdir.h Sat May 23 08:25:32 2020
@@ -1,7 +1,7 @@
-/* $NetBSD: pdir.h,v 1.6 2018/11/03 08:27:16 maxv Exp $ */
+/* $NetBSD: pdir.h,v 1.7 2020/05/23 08:25:32 maxv Exp $ */
/*
- * Copyright (c) 2017 The NetBSD Foundation, Inc. All rights reserved.
+ * Copyright (c) 2017-2020 The NetBSD Foundation, Inc. All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Maxime Villard.
Index: src/sys/arch/amd64/stand/prekern/prekern.c
diff -u src/sys/arch/amd64/stand/prekern/prekern.c:1.12 src/sys/arch/amd64/stand/prekern/prekern.c:1.13
--- src/sys/arch/amd64/stand/prekern/prekern.c:1.12 Sat May 23 08:10:50 2020
+++ src/sys/arch/amd64/stand/prekern/prekern.c Sat May 23 08:25:32 2020
@@ -1,7 +1,7 @@
-/* $NetBSD: prekern.c,v 1.12 2020/05/23 08:10:50 maxv Exp $ */
+/* $NetBSD: prekern.c,v 1.13 2020/05/23 08:25:32 maxv Exp $ */
/*
- * Copyright (c) 2017 The NetBSD Foundation, Inc. All rights reserved.
+ * Copyright (c) 2017-2020 The NetBSD Foundation, Inc. All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Maxime Villard.
Index: src/sys/arch/amd64/stand/prekern/prekern.h
diff -u src/sys/arch/amd64/stand/prekern/prekern.h:1.22 src/sys/arch/amd64/stand/prekern/prekern.h:1.23
--- src/sys/arch/amd64/stand/prekern/prekern.h:1.22 Thu May 7 21:05:37 2020
+++ src/sys/arch/amd64/stand/prekern/prekern.h Sat May 23 08:25:32 2020
@@ -1,7 +1,7 @@
-/* $NetBSD: prekern.h,v 1.22 2020/05/07 21:05:37 maxv Exp $ */
+/* $NetBSD: prekern.h,v 1.23 2020/05/23 08:25:32 maxv Exp $ */
/*
- * Copyright (c) 2017 The NetBSD Foundation, Inc. All rights reserved.
+ * Copyright (c) 2017-2020 The NetBSD Foundation, Inc. All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Maxime Villard.
Index: src/sys/arch/amd64/stand/prekern/redef.h
diff -u src/sys/arch/amd64/stand/prekern/redef.h:1.2 src/sys/arch/amd64/stand/prekern/redef.h:1.3
--- src/sys/arch/amd64/stand/prekern/redef.h:1.2 Tue Nov 14 13:58:07 2017
+++ src/sys/arch/amd64/stand/prekern/redef.h Sat May 23 08:25:32 2020
@@ -1,7 +1,7 @@
-/* $NetBSD: redef.h,v 1.2 2017/11/14 13:58:07 maxv Exp $ */
+/* $NetBSD: redef.h,v 1.3 2020/05/23 08:25:32 maxv Exp $ */
/*
- * Copyright (c) 2017 The NetBSD Foundation, Inc. All rights reserved.
+ * Copyright (c) 2017-2020 The NetBSD Foundation, Inc. All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Maxime Villard.