Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci fix attribution - I was confused what was the co...



details:   https://anonhg.NetBSD.org/src/rev/9456ed870a8f
branches:  trunk
changeset: 936414:9456ed870a8f
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun Jul 26 17:12:41 2020 +0000

description:
fix attribution - I was confused what was the correct final version

diffstat:

 sys/dev/pci/xmm7360.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r b7f201432396 -r 9456ed870a8f sys/dev/pci/xmm7360.c
--- a/sys/dev/pci/xmm7360.c     Sun Jul 26 17:10:56 2020 +0000
+++ b/sys/dev/pci/xmm7360.c     Sun Jul 26 17:12:41 2020 +0000
@@ -8,9 +8,9 @@
  *
  * Copyright (c) 2020 genua GmbH <info%genua.de@localhost>
  * Copyright (c) 2020 James Wah <james%laird-wah.net@localhost>
- * Copyright (c) 2020 Jaromir Dolecek <jdolecek%NetBSD.org@localhost>
  *
- * OpenBSD port written by Jaromir Dolecek for genua GmbH
+ * The OpenBSD and NetBSD support was written by Jaromir Dolecek for
+ * Moritz Systems Technology Company Sp. z o.o.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -74,7 +74,7 @@
 #include "opt_gateway.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xmm7360.c,v 1.1 2020/07/26 14:51:18 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xmm7360.c,v 1.2 2020/07/26 17:12:41 jdolecek Exp $");
 #endif
 
 #include <sys/param.h>



Home | Main Index | Thread Index | Old Index