diff options
author | 2002-02-16 01:19:52 +0000 | |
---|---|---|
committer | 2002-02-16 01:19:52 +0000 | |
commit | f1ff85b0229ddbab7e565bd13e9c47c56ccc4ce2 (patch) | |
tree | 5f333f8c3f59fb5acfe863d7e566e24b6d08ed25 | |
parent | $OpenBSD$, public domain (diff) | |
download | wireguard-openbsd-f1ff85b0229ddbab7e565bd13e9c47c56ccc4ce2.tar.xz wireguard-openbsd-f1ff85b0229ddbab7e565bd13e9c47c56ccc4ce2.zip |
copyright repair
-rw-r--r-- | etc/MAKEDEV.mi | 4 | ||||
-rw-r--r-- | etc/MAKEDEV.sub | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/etc/MAKEDEV.mi b/etc/MAKEDEV.mi index 20f9b00e6e4..0a7b92864b2 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.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 diff --git a/etc/MAKEDEV.sub b/etc/MAKEDEV.sub index 384e03fec96..81b3ba0667e 100644 --- a/etc/MAKEDEV.sub +++ b/etc/MAKEDEV.sub @@ -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-}, |