Browse Source

copyright repair

OPENBSD_3_1
deraadt 22 years ago
parent
commit
738acdc9e3
2 changed files with 7 additions and 7 deletions
  1. +2
    -2
      src/etc/MAKEDEV.mi
  2. +5
    -5
      src/etc/MAKEDEV.sub

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

@ -1,10 +1,10 @@
include(MAKEDEV.sub)dnl
dnl
vers(a, {-$OpenBSD: MAKEDEV.mi,v 1.32 2002/02/15 21:13:47 todd Exp $-})dnl
vers(a, {-$OpenBSD: MAKEDEV.mi,v 1.33 2002/02/16 01:19:52 deraadt Exp $-})dnl
dnl
divert(1)dnl
{-#-}
{-#-} Copyright (c) 2001 Todd T. Fries <todd@OpenBSD.org>
{-#-} Copyright (c) 2001,2002 Todd T. Fries <todd@OpenBSD.org>
{-#-} All rights reserved.
{-#-}
{-#-} Redistribution and use in source and binary forms, with or without


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

@ -1,6 +1,6 @@
dnl $OpenBSD: MAKEDEV.sub,v 1.6 2002/02/14 05:50:37 todd Exp $
dnl $OpenBSD: MAKEDEV.sub,v 1.7 2002/02/16 01:19:52 deraadt Exp $
dnl
dnl Copyright (c) 2001 Todd T. Fries <todd@OpenBSD.org>
dnl Copyright (c) 2001,2002 Todd T. Fries <todd@OpenBSD.org>
dnl All rights reserved.
dnl
dnl Redistribution and use in source and binary forms, with or without
@ -74,8 +74,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.6 2002/02/14 05:50:37 todd Exp $-})
dnl example2: vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.6 2002/02/14 05:50:37 todd Exp $-}, etc.MACHINE)
dnl example1: vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.7 2002/02/16 01:19:52 deraadt Exp $-})
dnl example2: vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.7 2002/02/16 01:19:52 deraadt Exp $-}, etc.MACHINE)
dnl
dnl if subdir is defined, prepend it to the filename in the version string
dnl
@ -86,7 +86,7 @@ define({-vers-},
dnl
dnl Version info for this file:
dnl
vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.6 2002/02/14 05:50:37 todd Exp $-})dnl
vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.7 2002/02/16 01:19:52 deraadt Exp $-})dnl
dnl
dnl
define({-_addsubdir-},


Loading…
Cancel
Save