Source-Changes-HG archive

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

[src/trunk]: src/sys/dev remove my copyright.



details:   https://anonhg.NetBSD.org/src/rev/70c3337edf83
branches:  trunk
changeset: 824378:70c3337edf83
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jun 03 14:46:29 2017 +0000

description:
remove my copyright.

diffstat:

 sys/dev/isapnp/devlist2h.awk |  3 +--
 sys/dev/mii/devlist2h.awk    |  3 +--
 sys/dev/pcmcia/devlist2h.awk |  3 +--
 sys/dev/sdmmc/devlist2h.awk  |  5 ++---
 4 files changed, 5 insertions(+), 9 deletions(-)

diffs (77 lines):

diff -r d76f48a0bb3c -r 70c3337edf83 sys/dev/isapnp/devlist2h.awk
--- a/sys/dev/isapnp/devlist2h.awk      Sat Jun 03 14:45:59 2017 +0000
+++ b/sys/dev/isapnp/devlist2h.awk      Sat Jun 03 14:46:29 2017 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/awk -f
-#      $NetBSD: devlist2h.awk,v 1.9 2008/05/02 18:11:05 martin Exp $
+#      $NetBSD: devlist2h.awk,v 1.10 2017/06/03 14:46:29 christos Exp $
 #
 # Copyright (c) 1998 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -42,7 +42,6 @@
 # 3. All advertising materials mentioning features or use of this software
 #    must display the following acknowledgement:
 #      This product includes software developed by Christopher G. Demetriou.
-#      This product includes software developed by Christos Zoulas
 # 4. The name of the author(s) may not be used to endorse or promote products
 #    derived from this software without specific prior written permission
 #
diff -r d76f48a0bb3c -r 70c3337edf83 sys/dev/mii/devlist2h.awk
--- a/sys/dev/mii/devlist2h.awk Sat Jun 03 14:45:59 2017 +0000
+++ b/sys/dev/mii/devlist2h.awk Sat Jun 03 14:46:29 2017 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/awk -f
-#      $NetBSD: devlist2h.awk,v 1.7 2008/05/02 18:11:05 martin Exp $
+#      $NetBSD: devlist2h.awk,v 1.8 2017/06/03 14:46:29 christos Exp $
 #
 # Copyright (c) 1998 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -42,7 +42,6 @@
 # 3. All advertising materials mentioning features or use of this software
 #    must display the following acknowledgement:
 #      This model includes software developed by Christopher G. Demetriou.
-#      This model includes software developed by Christos Zoulas
 # 4. The name of the author(s) may not be used to endorse or promote models
 #    derived from this software without specific prior written permission
 #
diff -r d76f48a0bb3c -r 70c3337edf83 sys/dev/pcmcia/devlist2h.awk
--- a/sys/dev/pcmcia/devlist2h.awk      Sat Jun 03 14:45:59 2017 +0000
+++ b/sys/dev/pcmcia/devlist2h.awk      Sat Jun 03 14:46:29 2017 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/awk -f
-#      $NetBSD: devlist2h.awk,v 1.12 2008/05/02 18:11:06 martin Exp $
+#      $NetBSD: devlist2h.awk,v 1.13 2017/06/03 14:46:29 christos Exp $
 #
 # Copyright (c) 1998, 2004 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -42,7 +42,6 @@
 # 3. All advertising materials mentioning features or use of this software
 #    must display the following acknowledgement:
 #      This product includes software developed by Christopher G. Demetriou.
-#      This product includes software developed by Christos Zoulas
 # 4. The name of the author(s) may not be used to endorse or promote products
 #    derived from this software without specific prior written permission
 #
diff -r d76f48a0bb3c -r 70c3337edf83 sys/dev/sdmmc/devlist2h.awk
--- a/sys/dev/sdmmc/devlist2h.awk       Sat Jun 03 14:45:59 2017 +0000
+++ b/sys/dev/sdmmc/devlist2h.awk       Sat Jun 03 14:46:29 2017 +0000
@@ -1,9 +1,8 @@
 #! /usr/bin/awk -f
-#      $NetBSD: devlist2h.awk,v 1.1 2009/04/21 03:00:30 nonaka Exp $
+#      $NetBSD: devlist2h.awk,v 1.2 2017/06/03 14:46:29 christos Exp $
 #      $OpenBSD: devlist2h.awk,v 1.2 2006/06/02 21:16:44 uwe Exp $
 #      NetBSD: devlist2h.awk,v 1.2 1998/07/22 11:47:13 christos Exp
 #
-# Copyright (c) 1998, Christos Zoulas
 # Copyright (c) 1995, 1996 Christopher G. Demetriou
 # All rights reserved.
 #
@@ -67,7 +66,7 @@
        VERSION = $0
        gsub("\\$", "", VERSION)
 
-       printf("/*\t$NetBSD: devlist2h.awk,v 1.1 2009/04/21 03:00:30 nonaka Exp $\t*/\n\n") > hfile
+       printf("/*\t$NetBSD: devlist2h.awk,v 1.2 2017/06/03 14:46:29 christos Exp $\t*/\n\n") > hfile
        printf("/*\n") > hfile
        printf(" * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.\n") \
            > hfile



Home | Main Index | Thread Index | Old Index