Browse Source

copyright 2004 as well, prompted/reminded by miod

OPENBSD_3_5
todd 20 years ago
parent
commit
5cce1488fe
17 changed files with 37 additions and 37 deletions
  1. +2
    -2
      src/etc/MAKEDEV.mi
  2. +5
    -5
      src/etc/MAKEDEV.sub
  3. +2
    -2
      src/etc/etc.alpha/MAKEDEV.md
  4. +2
    -2
      src/etc/etc.amd64/MAKEDEV.md
  5. +2
    -2
      src/etc/etc.cats/MAKEDEV.md
  6. +2
    -2
      src/etc/etc.hp300/MAKEDEV.md
  7. +2
    -2
      src/etc/etc.hppa/MAKEDEV.md
  8. +2
    -2
      src/etc/etc.i386/MAKEDEV.md
  9. +2
    -2
      src/etc/etc.mac68k/MAKEDEV.md
  10. +2
    -2
      src/etc/etc.macppc/MAKEDEV.md
  11. +2
    -2
      src/etc/etc.mvme68k/MAKEDEV.md
  12. +2
    -2
      src/etc/etc.mvme88k/MAKEDEV.md
  13. +2
    -2
      src/etc/etc.mvmeppc/MAKEDEV.md
  14. +2
    -2
      src/etc/etc.pegasos/MAKEDEV.md
  15. +2
    -2
      src/etc/etc.sparc/MAKEDEV.md
  16. +2
    -2
      src/etc/etc.sparc64/MAKEDEV.md
  17. +2
    -2
      src/etc/etc.vax/MAKEDEV.md

+ 2
- 2
src/etc/MAKEDEV.mi View File

@ -1,10 +1,10 @@
include(MAKEDEV.sub)dnl include(MAKEDEV.sub)dnl
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 dnl
divert(1)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 {-#-} Permission to use, copy, modify, and distribute this software for any
{-#-} purpose with or without fee is hereby granted, provided that the above {-#-} purpose with or without fee is hereby granted, provided that the above


+ 5
- 5
src/etc/MAKEDEV.sub View File

@ -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
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
dnl Permission to use, copy, modify, and distribute this software for any 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 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
dnl vers ( uniqueidstring, versionstring, subdir ) dnl vers ( uniqueidstring, versionstring, subdir )
dnl 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
dnl if subdir is defined, prepend it to the filename in the version string dnl if subdir is defined, prepend it to the filename in the version string
dnl dnl
@ -78,7 +78,7 @@ define({-vers-},
dnl dnl
dnl Version info for this file: dnl Version info for this file:
dnl 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
dnl dnl
define({-_addsubdir-}, define({-_addsubdir-},


+ 2
- 2
src/etc/etc.alpha/MAKEDEV.md View File

@ -1,8 +1,8 @@
vers(__file__, 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 etc.MACHINE)dnl
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
dnl Permission to use, copy, modify, and distribute this software for any 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 dnl purpose with or without fee is hereby granted, provided that the above


+ 2
- 2
src/etc/etc.amd64/MAKEDEV.md View File

@ -1,8 +1,8 @@
vers(__file__, 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 etc.MACHINE)dnl
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
dnl Permission to use, copy, modify, and distribute this software for any 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 dnl purpose with or without fee is hereby granted, provided that the above


+ 2
- 2
src/etc/etc.cats/MAKEDEV.md View File

@ -1,8 +1,8 @@
vers(__file__, 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 etc.MACHINE)dnl
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 All rights reserved.
dnl dnl
dnl Redistribution and use in source and binary forms, with or without dnl Redistribution and use in source and binary forms, with or without


+ 2
- 2
src/etc/etc.hp300/MAKEDEV.md View File

@ -1,8 +1,8 @@
vers(__file__, 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 etc.MACHINE)dnl
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
dnl Permission to use, copy, modify, and distribute this software for any 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 dnl purpose with or without fee is hereby granted, provided that the above


+ 2
- 2
src/etc/etc.hppa/MAKEDEV.md View File

@ -1,8 +1,8 @@
vers(__file__, 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 etc.MACHINE)dnl
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
dnl Permission to use, copy, modify, and distribute this software for any 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 dnl purpose with or without fee is hereby granted, provided that the above


+ 2
- 2
src/etc/etc.i386/MAKEDEV.md View File

@ -1,8 +1,8 @@
vers(__file__, 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 etc.MACHINE)dnl
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
dnl Permission to use, copy, modify, and distribute this software for any 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 dnl purpose with or without fee is hereby granted, provided that the above


+ 2
- 2
src/etc/etc.mac68k/MAKEDEV.md View File

@ -1,8 +1,8 @@
vers(__file__, 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 etc.MACHINE)dnl
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
dnl Permission to use, copy, modify, and distribute this software for any 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 dnl purpose with or without fee is hereby granted, provided that the above


+ 2
- 2
src/etc/etc.macppc/MAKEDEV.md View File

@ -1,8 +1,8 @@
vers(__file__, 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 etc.MACHINE)dnl
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
dnl Permission to use, copy, modify, and distribute this software for any 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 dnl purpose with or without fee is hereby granted, provided that the above


+ 2
- 2
src/etc/etc.mvme68k/MAKEDEV.md View File

@ -1,8 +1,8 @@
vers(__file__, 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 etc.MACHINE)dnl
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
dnl Permission to use, copy, modify, and distribute this software for any 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 dnl purpose with or without fee is hereby granted, provided that the above


+ 2
- 2
src/etc/etc.mvme88k/MAKEDEV.md View File

@ -1,8 +1,8 @@
vers(__file__, 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 etc.MACHINE)dnl
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
dnl Permission to use, copy, modify, and distribute this software for any 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 dnl purpose with or without fee is hereby granted, provided that the above


+ 2
- 2
src/etc/etc.mvmeppc/MAKEDEV.md View File

@ -1,8 +1,8 @@
vers(__file__, 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 etc.MACHINE)dnl
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
dnl Permission to use, copy, modify, and distribute this software for any 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 dnl purpose with or without fee is hereby granted, provided that the above


+ 2
- 2
src/etc/etc.pegasos/MAKEDEV.md View File

@ -1,8 +1,8 @@
vers(__file__, 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 etc.MACHINE)dnl
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 All rights reserved.
dnl dnl
dnl Redistribution and use in source and binary forms, with or without dnl Redistribution and use in source and binary forms, with or without


+ 2
- 2
src/etc/etc.sparc/MAKEDEV.md View File

@ -1,8 +1,8 @@
vers(__file__, 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 etc.MACHINE)dnl
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
dnl Permission to use, copy, modify, and distribute this software for any 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 dnl purpose with or without fee is hereby granted, provided that the above


+ 2
- 2
src/etc/etc.sparc64/MAKEDEV.md View File

@ -1,8 +1,8 @@
vers(__file__, 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 etc.MACHINE)dnl
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
dnl Permission to use, copy, modify, and distribute this software for any 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 dnl purpose with or without fee is hereby granted, provided that the above


+ 2
- 2
src/etc/etc.vax/MAKEDEV.md View File

@ -1,8 +1,8 @@
vers(__file__, 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 etc.MACHINE)dnl
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
dnl Permission to use, copy, modify, and distribute this software for any 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 dnl purpose with or without fee is hereby granted, provided that the above


Loading…
Cancel
Save