Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[xsrc/trunk]: xsrc/external/mit Remove clause 3 and 4 from X68k server files ...
details: https://anonhg.NetBSD.org/xsrc/rev/9ede7e1ec2f6
branches: trunk
changeset: 10481:9ede7e1ec2f6
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Fri Apr 10 16:49:36 2020 +0000
description:
Remove clause 3 and 4 from X68k server files written by Yasushi Yamasaki.
I've finally contacted with Yamasaki-san and he kindly answered
"no objection to change them to 2 clause license" in private mail.
Diffs to be committed have also been confirmed by him.
We appreciate all his contribution to early NetBSD/x68k.
diffstat:
external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68k.h | 7 +------
external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kConfig.c | 7 +------
external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kFb.c | 7 +------
external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kGraph.c | 7 +------
external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kInit.c | 7 +------
external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kIo.c | 7 +------
external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kKbd.c | 7 +------
external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kKeyMap.c | 7 +------
external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kMouse.c | 7 +------
external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kReg.h | 7 +------
external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kText.c | 7 +------
external/mit/xorg-server/dist/hw/netbsd/x68k/x68k.h | 7 +------
external/mit/xorg-server/dist/hw/netbsd/x68k/x68kConfig.c | 7 +------
external/mit/xorg-server/dist/hw/netbsd/x68k/x68kFb.c | 7 +------
external/mit/xorg-server/dist/hw/netbsd/x68k/x68kGraph.c | 7 +------
external/mit/xorg-server/dist/hw/netbsd/x68k/x68kInit.c | 7 +------
external/mit/xorg-server/dist/hw/netbsd/x68k/x68kIo.c | 7 +------
external/mit/xorg-server/dist/hw/netbsd/x68k/x68kKbd.c | 7 +------
external/mit/xorg-server/dist/hw/netbsd/x68k/x68kKeyMap.c | 7 +------
external/mit/xorg-server/dist/hw/netbsd/x68k/x68kMouse.c | 7 +------
external/mit/xorg-server/dist/hw/netbsd/x68k/x68kReg.h | 7 +------
external/mit/xorg-server/dist/hw/netbsd/x68k/x68kText.c | 7 +------
22 files changed, 22 insertions(+), 132 deletions(-)
diffs (truncated from 462 to 300 lines):
diff -r e1c47e20e677 -r 9ede7e1ec2f6 external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68k.h
--- a/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68k.h Sun Mar 22 10:18:19 2020 +0000
+++ b/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68k.h Fri Apr 10 16:49:36 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: x68k.h,v 1.1.1.1 2016/06/09 09:07:59 mrg Exp $ */
+/* $NetBSD: x68k.h,v 1.2 2020/04/10 16:49:36 tsutsui Exp $ */
/*-------------------------------------------------------------------------
* Copyright (c) 1996 Yasushi Yamasaki
* All rights reserved.
@@ -11,11 +11,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Yasushi Yamasaki
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
diff -r e1c47e20e677 -r 9ede7e1ec2f6 external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kConfig.c
--- a/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kConfig.c Sun Mar 22 10:18:19 2020 +0000
+++ b/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kConfig.c Fri Apr 10 16:49:36 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: x68kConfig.c,v 1.1.1.1 2016/06/09 09:07:59 mrg Exp $ */
+/* $NetBSD: x68kConfig.c,v 1.2 2020/04/10 16:49:36 tsutsui Exp $ */
/*-------------------------------------------------------------------------
* Copyright (c) 1996 Yasushi Yamasaki
* All rights reserved.
@@ -11,11 +11,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Yasushi Yamasaki
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
diff -r e1c47e20e677 -r 9ede7e1ec2f6 external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kFb.c
--- a/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kFb.c Sun Mar 22 10:18:19 2020 +0000
+++ b/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kFb.c Fri Apr 10 16:49:36 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: x68kFb.c,v 1.1.1.1 2016/06/09 09:07:59 mrg Exp $ */
+/* $NetBSD: x68kFb.c,v 1.2 2020/04/10 16:49:36 tsutsui Exp $ */
/*-------------------------------------------------------------------------
* Copyright (c) 1996 Yasushi Yamasaki
* All rights reserved.
@@ -11,11 +11,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Yasushi Yamasaki
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
diff -r e1c47e20e677 -r 9ede7e1ec2f6 external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kGraph.c
--- a/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kGraph.c Sun Mar 22 10:18:19 2020 +0000
+++ b/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kGraph.c Fri Apr 10 16:49:36 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: x68kGraph.c,v 1.1.1.1 2016/06/09 09:07:59 mrg Exp $ */
+/* $NetBSD: x68kGraph.c,v 1.2 2020/04/10 16:49:36 tsutsui Exp $ */
/*-------------------------------------------------------------------------
* Copyright (c) 1996 Yasushi Yamasaki
* All rights reserved.
@@ -11,11 +11,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Yasushi Yamasaki
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
diff -r e1c47e20e677 -r 9ede7e1ec2f6 external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kInit.c
--- a/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kInit.c Sun Mar 22 10:18:19 2020 +0000
+++ b/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kInit.c Fri Apr 10 16:49:36 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: x68kInit.c,v 1.1.1.1 2016/06/09 09:07:59 mrg Exp $ */
+/* $NetBSD: x68kInit.c,v 1.2 2020/04/10 16:49:36 tsutsui Exp $ */
/*-------------------------------------------------------------------------
* Copyright (c) 1996 Yasushi Yamasaki
* All rights reserved.
@@ -11,11 +11,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Yasushi Yamasaki
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
diff -r e1c47e20e677 -r 9ede7e1ec2f6 external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kIo.c
--- a/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kIo.c Sun Mar 22 10:18:19 2020 +0000
+++ b/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kIo.c Fri Apr 10 16:49:36 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: x68kIo.c,v 1.1.1.1 2016/06/09 09:07:59 mrg Exp $ */
+/* $NetBSD: x68kIo.c,v 1.2 2020/04/10 16:49:36 tsutsui Exp $ */
/*-------------------------------------------------------------------------
* Copyright (c) 1996 Yasushi Yamasaki
* All rights reserved.
@@ -11,11 +11,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Yasushi Yamasaki
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
diff -r e1c47e20e677 -r 9ede7e1ec2f6 external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kKbd.c
--- a/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kKbd.c Sun Mar 22 10:18:19 2020 +0000
+++ b/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kKbd.c Fri Apr 10 16:49:36 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: x68kKbd.c,v 1.1.1.1 2016/06/09 09:07:59 mrg Exp $ */
+/* $NetBSD: x68kKbd.c,v 1.2 2020/04/10 16:49:36 tsutsui Exp $ */
/*-------------------------------------------------------------------------
* Copyright (c) 1996 Yasushi Yamasaki
* All rights reserved.
@@ -11,11 +11,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Yasushi Yamasaki
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
diff -r e1c47e20e677 -r 9ede7e1ec2f6 external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kKeyMap.c
--- a/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kKeyMap.c Sun Mar 22 10:18:19 2020 +0000
+++ b/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kKeyMap.c Fri Apr 10 16:49:36 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: x68kKeyMap.c,v 1.1.1.1 2016/06/09 09:07:59 mrg Exp $ */
+/* $NetBSD: x68kKeyMap.c,v 1.2 2020/04/10 16:49:36 tsutsui Exp $ */
/*-------------------------------------------------------------------------
* Copyright (c) 1996 Yasushi Yamasaki
* All rights reserved.
@@ -11,11 +11,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Yasushi Yamasaki
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
diff -r e1c47e20e677 -r 9ede7e1ec2f6 external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kMouse.c
--- a/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kMouse.c Sun Mar 22 10:18:19 2020 +0000
+++ b/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kMouse.c Fri Apr 10 16:49:36 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: x68kMouse.c,v 1.1.1.1 2016/06/09 09:07:59 mrg Exp $ */
+/* $NetBSD: x68kMouse.c,v 1.2 2020/04/10 16:49:36 tsutsui Exp $ */
/*-------------------------------------------------------------------------
* Copyright (c) 1996 Yasushi Yamasaki
* All rights reserved.
@@ -11,11 +11,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Yasushi Yamasaki
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
diff -r e1c47e20e677 -r 9ede7e1ec2f6 external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kReg.h
--- a/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kReg.h Sun Mar 22 10:18:19 2020 +0000
+++ b/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kReg.h Fri Apr 10 16:49:36 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: x68kReg.h,v 1.1.1.1 2016/06/09 09:07:59 mrg Exp $ */
+/* $NetBSD: x68kReg.h,v 1.2 2020/04/10 16:49:36 tsutsui Exp $ */
/*-------------------------------------------------------------------------
* Copyright (c) 1996 Yasushi Yamasaki
* All rights reserved.
@@ -11,11 +11,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Yasushi Yamasaki
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
diff -r e1c47e20e677 -r 9ede7e1ec2f6 external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kText.c
--- a/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kText.c Sun Mar 22 10:18:19 2020 +0000
+++ b/external/mit/xorg-server.old/dist/hw/netbsd/x68k/x68kText.c Fri Apr 10 16:49:36 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: x68kText.c,v 1.1.1.1 2016/06/09 09:07:59 mrg Exp $ */
+/* $NetBSD: x68kText.c,v 1.2 2020/04/10 16:49:36 tsutsui Exp $ */
/*-------------------------------------------------------------------------
* Copyright (c) 1996 Yasushi Yamasaki
* All rights reserved.
@@ -11,11 +11,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Yasushi Yamasaki
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
diff -r e1c47e20e677 -r 9ede7e1ec2f6 external/mit/xorg-server/dist/hw/netbsd/x68k/x68k.h
--- a/external/mit/xorg-server/dist/hw/netbsd/x68k/x68k.h Sun Mar 22 10:18:19 2020 +0000
+++ b/external/mit/xorg-server/dist/hw/netbsd/x68k/x68k.h Fri Apr 10 16:49:36 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: x68k.h,v 1.3 2016/09/11 03:55:57 tsutsui Exp $ */
+/* $NetBSD: x68k.h,v 1.4 2020/04/10 16:49:36 tsutsui Exp $ */
/*-------------------------------------------------------------------------
* Copyright (c) 1996 Yasushi Yamasaki
* All rights reserved.
@@ -11,11 +11,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Yasushi Yamasaki
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
diff -r e1c47e20e677 -r 9ede7e1ec2f6 external/mit/xorg-server/dist/hw/netbsd/x68k/x68kConfig.c
--- a/external/mit/xorg-server/dist/hw/netbsd/x68k/x68kConfig.c Sun Mar 22 10:18:19 2020 +0000
+++ b/external/mit/xorg-server/dist/hw/netbsd/x68k/x68kConfig.c Fri Apr 10 16:49:36 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: x68kConfig.c,v 1.3 2014/03/04 12:11:59 tsutsui Exp $ */
+/* $NetBSD: x68kConfig.c,v 1.4 2020/04/10 16:49:36 tsutsui Exp $ */
/*-------------------------------------------------------------------------
* Copyright (c) 1996 Yasushi Yamasaki
* All rights reserved.
@@ -11,11 +11,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Yasushi Yamasaki
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
diff -r e1c47e20e677 -r 9ede7e1ec2f6 external/mit/xorg-server/dist/hw/netbsd/x68k/x68kFb.c
--- a/external/mit/xorg-server/dist/hw/netbsd/x68k/x68kFb.c Sun Mar 22 10:18:19 2020 +0000
+++ b/external/mit/xorg-server/dist/hw/netbsd/x68k/x68kFb.c Fri Apr 10 16:49:36 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: x68kFb.c,v 1.2 2016/08/30 07:50:55 mrg Exp $ */
+/* $NetBSD: x68kFb.c,v 1.3 2020/04/10 16:49:36 tsutsui Exp $ */
/*-------------------------------------------------------------------------
* Copyright (c) 1996 Yasushi Yamasaki
* All rights reserved.
@@ -11,11 +11,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Yasushi Yamasaki
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
diff -r e1c47e20e677 -r 9ede7e1ec2f6 external/mit/xorg-server/dist/hw/netbsd/x68k/x68kGraph.c
--- a/external/mit/xorg-server/dist/hw/netbsd/x68k/x68kGraph.c Sun Mar 22 10:18:19 2020 +0000
+++ b/external/mit/xorg-server/dist/hw/netbsd/x68k/x68kGraph.c Fri Apr 10 16:49:36 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: x68kGraph.c,v 1.4 2016/08/30 07:50:55 mrg Exp $ */
+/* $NetBSD: x68kGraph.c,v 1.5 2020/04/10 16:49:36 tsutsui Exp $ */
Home |
Main Index |
Thread Index |
Old Index