summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2004-02-14 17:24:32 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2004-02-14 17:24:32 +0000
commitbdc8066837d6fff34dc6c6181d40278a339fa26e (patch)
treefa617d0c597f99fe25e9357d64a37fd75b42b66a
parent1fdf7775baccb2e4f80a02102c20333bbd5f43a4 (diff)
copyright 2004 as well, prompted/reminded by miod
-rw-r--r--etc/MAKEDEV.mi4
-rw-r--r--etc/MAKEDEV.sub10
-rw-r--r--etc/etc.alpha/MAKEDEV.md4
-rw-r--r--etc/etc.amd64/MAKEDEV.md4
-rw-r--r--etc/etc.cats/MAKEDEV.md4
-rw-r--r--etc/etc.hp300/MAKEDEV.md4
-rw-r--r--etc/etc.hppa/MAKEDEV.md4
-rw-r--r--etc/etc.i386/MAKEDEV.md4
-rw-r--r--etc/etc.mac68k/MAKEDEV.md4
-rw-r--r--etc/etc.macppc/MAKEDEV.md4
-rw-r--r--etc/etc.mvme68k/MAKEDEV.md4
-rw-r--r--etc/etc.mvme88k/MAKEDEV.md4
-rw-r--r--etc/etc.mvmeppc/MAKEDEV.md4
-rw-r--r--etc/etc.pegasos/MAKEDEV.md4
-rw-r--r--etc/etc.sparc/MAKEDEV.md4
-rw-r--r--etc/etc.sparc64/MAKEDEV.md4
-rw-r--r--etc/etc.vax/MAKEDEV.md4
17 files changed, 37 insertions, 37 deletions
diff --git a/etc/MAKEDEV.mi b/etc/MAKEDEV.mi
index 128f7511c1b..f92f941e783 100644
--- a/etc/MAKEDEV.mi
+++ b/etc/MAKEDEV.mi
@@ -1,10 +1,10 @@
include(MAKEDEV.sub)dnl
dnl
-vers(a, {-$OpenBSD: MAKEDEV.mi,v 1.70 2004/02/13 23:34:13 miod Exp $-})dnl
+vers(a, {-$OpenBSD: MAKEDEV.mi,v 1.71 2004/02/14 17:24:30 todd Exp $-})dnl
dnl
divert(1)dnl
{-#-}
-{-#-} Copyright (c) 2001,2002,2003 Todd T. Fries <todd@OpenBSD.org>
+{-#-} Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org>
{-#-}
{-#-} Permission to use, copy, modify, and distribute this software for any
{-#-} purpose with or without fee is hereby granted, provided that the above
diff --git a/etc/MAKEDEV.sub b/etc/MAKEDEV.sub
index 3a155d48116..f318e1c6230 100644
--- a/etc/MAKEDEV.sub
+++ b/etc/MAKEDEV.sub
@@ -1,6 +1,6 @@
-dnl $OpenBSD: MAKEDEV.sub,v 1.9 2004/01/12 22:18:24 todd Exp $
+dnl $OpenBSD: MAKEDEV.sub,v 1.10 2004/02/14 17:24:31 todd Exp $
dnl
-dnl Copyright (c) 2001,2002,2003 Todd T. Fries <todd@OpenBSD.org>
+dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org>
dnl
dnl Permission to use, copy, modify, and distribute this software for any
dnl purpose with or without fee is hereby granted, provided that the above
@@ -66,8 +66,8 @@ dnl store a version string for 'this' file
dnl
dnl vers ( uniqueidstring, versionstring, subdir )
dnl
-dnl example1: vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.9 2004/01/12 22:18:24 todd Exp $-})
-dnl example2: vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.9 2004/01/12 22:18:24 todd Exp $-}, etc.MACHINE)
+dnl example1: vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.10 2004/02/14 17:24:31 todd Exp $-})
+dnl example2: vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.10 2004/02/14 17:24:31 todd Exp $-}, etc.MACHINE)
dnl
dnl if subdir is defined, prepend it to the filename in the version string
dnl
@@ -78,7 +78,7 @@ define({-vers-},
dnl
dnl Version info for this file:
dnl
-vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.9 2004/01/12 22:18:24 todd Exp $-})dnl
+vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.10 2004/02/14 17:24:31 todd Exp $-})dnl
dnl
dnl
define({-_addsubdir-},
diff --git a/etc/etc.alpha/MAKEDEV.md b/etc/etc.alpha/MAKEDEV.md
index b47df2c653a..1d5f593c143 100644
--- a/etc/etc.alpha/MAKEDEV.md
+++ b/etc/etc.alpha/MAKEDEV.md
@@ -1,8 +1,8 @@
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.19 2004/02/13 23:34:20 miod Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.20 2004/02/14 17:24:31 todd Exp $-},
etc.MACHINE)dnl
dnl
-dnl Copyright (c) 2001,2002,2003 Todd T. Fries <todd@OpenBSD.org>
+dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org>
dnl
dnl Permission to use, copy, modify, and distribute this software for any
dnl purpose with or without fee is hereby granted, provided that the above
diff --git a/etc/etc.amd64/MAKEDEV.md b/etc/etc.amd64/MAKEDEV.md
index 8af7ba9910a..eff7abcd409 100644
--- a/etc/etc.amd64/MAKEDEV.md
+++ b/etc/etc.amd64/MAKEDEV.md
@@ -1,8 +1,8 @@
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.2 2004/02/07 20:30:59 deraadt Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.3 2004/02/14 17:24:31 todd Exp $-},
etc.MACHINE)dnl
dnl
-dnl Copyright (c) 2001,2002,2003 Todd T. Fries <todd@OpenBSD.org>
+dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org>
dnl
dnl Permission to use, copy, modify, and distribute this software for any
dnl purpose with or without fee is hereby granted, provided that the above
diff --git a/etc/etc.cats/MAKEDEV.md b/etc/etc.cats/MAKEDEV.md
index 537d88826a8..0a193720c47 100644
--- a/etc/etc.cats/MAKEDEV.md
+++ b/etc/etc.cats/MAKEDEV.md
@@ -1,8 +1,8 @@
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.4 2004/02/13 23:34:21 miod Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.5 2004/02/14 17:24:31 todd Exp $-},
etc.MACHINE)dnl
dnl
-dnl Copyright (c) 2001 Todd T. Fries <todd@OpenBSD.org>
+dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org>
dnl All rights reserved.
dnl
dnl Redistribution and use in source and binary forms, with or without
diff --git a/etc/etc.hp300/MAKEDEV.md b/etc/etc.hp300/MAKEDEV.md
index 78720866fc3..02c2a0ae73b 100644
--- a/etc/etc.hp300/MAKEDEV.md
+++ b/etc/etc.hp300/MAKEDEV.md
@@ -1,8 +1,8 @@
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.15 2004/02/10 01:31:20 millert Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.16 2004/02/14 17:24:31 todd Exp $-},
etc.MACHINE)dnl
dnl
-dnl Copyright (c) 2001,2002,2003 Todd T. Fries <todd@OpenBSD.org>
+dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org>
dnl
dnl Permission to use, copy, modify, and distribute this software for any
dnl purpose with or without fee is hereby granted, provided that the above
diff --git a/etc/etc.hppa/MAKEDEV.md b/etc/etc.hppa/MAKEDEV.md
index 72498d0c244..42b80c83059 100644
--- a/etc/etc.hppa/MAKEDEV.md
+++ b/etc/etc.hppa/MAKEDEV.md
@@ -1,8 +1,8 @@
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.17 2004/02/10 01:31:20 millert Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.18 2004/02/14 17:24:31 todd Exp $-},
etc.MACHINE)dnl
dnl
-dnl Copyright (c) 2001,2002,2003 Todd T. Fries <todd@OpenBSD.org>
+dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org>
dnl
dnl Permission to use, copy, modify, and distribute this software for any
dnl purpose with or without fee is hereby granted, provided that the above
diff --git a/etc/etc.i386/MAKEDEV.md b/etc/etc.i386/MAKEDEV.md
index 4e7f82eb5a1..0d99d8641ca 100644
--- a/etc/etc.i386/MAKEDEV.md
+++ b/etc/etc.i386/MAKEDEV.md
@@ -1,8 +1,8 @@
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.19 2004/02/10 01:31:20 millert Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.20 2004/02/14 17:24:31 todd Exp $-},
etc.MACHINE)dnl
dnl
-dnl Copyright (c) 2001,2002,2003 Todd T. Fries <todd@OpenBSD.org>
+dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org>
dnl
dnl Permission to use, copy, modify, and distribute this software for any
dnl purpose with or without fee is hereby granted, provided that the above
diff --git a/etc/etc.mac68k/MAKEDEV.md b/etc/etc.mac68k/MAKEDEV.md
index fb018c07524..afe18ea4bde 100644
--- a/etc/etc.mac68k/MAKEDEV.md
+++ b/etc/etc.mac68k/MAKEDEV.md
@@ -1,8 +1,8 @@
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.13 2004/02/10 01:31:20 millert Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.14 2004/02/14 17:24:31 todd Exp $-},
etc.MACHINE)dnl
dnl
-dnl Copyright (c) 2001,2002,2003 Todd T. Fries <todd@OpenBSD.org>
+dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org>
dnl
dnl Permission to use, copy, modify, and distribute this software for any
dnl purpose with or without fee is hereby granted, provided that the above
diff --git a/etc/etc.macppc/MAKEDEV.md b/etc/etc.macppc/MAKEDEV.md
index 728e0953938..2b489db0d00 100644
--- a/etc/etc.macppc/MAKEDEV.md
+++ b/etc/etc.macppc/MAKEDEV.md
@@ -1,8 +1,8 @@
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.14 2004/02/10 01:31:20 millert Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.15 2004/02/14 17:24:31 todd Exp $-},
etc.MACHINE)dnl
dnl
-dnl Copyright (c) 2001,2002,2003 Todd T. Fries <todd@OpenBSD.org>
+dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org>
dnl
dnl Permission to use, copy, modify, and distribute this software for any
dnl purpose with or without fee is hereby granted, provided that the above
diff --git a/etc/etc.mvme68k/MAKEDEV.md b/etc/etc.mvme68k/MAKEDEV.md
index 81cb07c9be3..3e66345509b 100644
--- a/etc/etc.mvme68k/MAKEDEV.md
+++ b/etc/etc.mvme68k/MAKEDEV.md
@@ -1,8 +1,8 @@
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.10 2004/02/10 01:31:20 millert Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.11 2004/02/14 17:24:31 todd Exp $-},
etc.MACHINE)dnl
dnl
-dnl Copyright (c) 2001,2002,2003 Todd T. Fries <todd@OpenBSD.org>
+dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org>
dnl
dnl Permission to use, copy, modify, and distribute this software for any
dnl purpose with or without fee is hereby granted, provided that the above
diff --git a/etc/etc.mvme88k/MAKEDEV.md b/etc/etc.mvme88k/MAKEDEV.md
index da150df801e..eeb0038bd59 100644
--- a/etc/etc.mvme88k/MAKEDEV.md
+++ b/etc/etc.mvme88k/MAKEDEV.md
@@ -1,8 +1,8 @@
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.11 2004/02/10 01:31:20 millert Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.12 2004/02/14 17:24:31 todd Exp $-},
etc.MACHINE)dnl
dnl
-dnl Copyright (c) 2001,2002,2003 Todd T. Fries <todd@OpenBSD.org>
+dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org>
dnl
dnl Permission to use, copy, modify, and distribute this software for any
dnl purpose with or without fee is hereby granted, provided that the above
diff --git a/etc/etc.mvmeppc/MAKEDEV.md b/etc/etc.mvmeppc/MAKEDEV.md
index d2905ba35bd..04058f54d61 100644
--- a/etc/etc.mvmeppc/MAKEDEV.md
+++ b/etc/etc.mvmeppc/MAKEDEV.md
@@ -1,8 +1,8 @@
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.13 2004/02/10 01:31:20 millert Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.14 2004/02/14 17:24:31 todd Exp $-},
etc.MACHINE)dnl
dnl
-dnl Copyright (c) 2001,2002,2003 Todd T. Fries <todd@OpenBSD.org>
+dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org>
dnl
dnl Permission to use, copy, modify, and distribute this software for any
dnl purpose with or without fee is hereby granted, provided that the above
diff --git a/etc/etc.pegasos/MAKEDEV.md b/etc/etc.pegasos/MAKEDEV.md
index 8486243ac28..0b85ec26db6 100644
--- a/etc/etc.pegasos/MAKEDEV.md
+++ b/etc/etc.pegasos/MAKEDEV.md
@@ -1,8 +1,8 @@
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.4 2004/02/13 23:34:21 miod Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.5 2004/02/14 17:24:31 todd Exp $-},
etc.MACHINE)dnl
dnl
-dnl Copyright (c) 2001 Todd T. Fries <todd@OpenBSD.org>
+dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org>
dnl All rights reserved.
dnl
dnl Redistribution and use in source and binary forms, with or without
diff --git a/etc/etc.sparc/MAKEDEV.md b/etc/etc.sparc/MAKEDEV.md
index 25c8d743dfa..17a3ad6d375 100644
--- a/etc/etc.sparc/MAKEDEV.md
+++ b/etc/etc.sparc/MAKEDEV.md
@@ -1,8 +1,8 @@
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.20 2004/02/10 01:31:20 millert Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.21 2004/02/14 17:24:31 todd Exp $-},
etc.MACHINE)dnl
dnl
-dnl Copyright (c) 2001,2002,2003 Todd T. Fries <todd@OpenBSD.org>
+dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org>
dnl
dnl Permission to use, copy, modify, and distribute this software for any
dnl purpose with or without fee is hereby granted, provided that the above
diff --git a/etc/etc.sparc64/MAKEDEV.md b/etc/etc.sparc64/MAKEDEV.md
index 821b3170fb6..ca9871a8540 100644
--- a/etc/etc.sparc64/MAKEDEV.md
+++ b/etc/etc.sparc64/MAKEDEV.md
@@ -1,8 +1,8 @@
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.29 2004/02/10 01:31:20 millert Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.30 2004/02/14 17:24:31 todd Exp $-},
etc.MACHINE)dnl
dnl
-dnl Copyright (c) 2001,2002,2003 Todd T. Fries <todd@OpenBSD.org>
+dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org>
dnl
dnl Permission to use, copy, modify, and distribute this software for any
dnl purpose with or without fee is hereby granted, provided that the above
diff --git a/etc/etc.vax/MAKEDEV.md b/etc/etc.vax/MAKEDEV.md
index ef0c8f12da2..68a70590ca3 100644
--- a/etc/etc.vax/MAKEDEV.md
+++ b/etc/etc.vax/MAKEDEV.md
@@ -1,8 +1,8 @@
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.14 2004/02/10 01:31:20 millert Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.15 2004/02/14 17:24:31 todd Exp $-},
etc.MACHINE)dnl
dnl
-dnl Copyright (c) 2001,2002,2003 Todd T. Fries <todd@OpenBSD.org>
+dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org>
dnl
dnl Permission to use, copy, modify, and distribute this software for any
dnl purpose with or without fee is hereby granted, provided that the above