diff options
author | 2013-03-10 21:57:04 +0000 | |
---|---|---|
committer | 2013-03-10 21:57:04 +0000 | |
commit | ff05f26263d6cf77ff241d60e2ba090a532ee18d (patch) | |
tree | c1177e2adc2710d2be2ae96cd240a0c29802798f | |
parent | Move sc_ih to virtio_pci_softc, it is not used outside of virtio_pci (diff) | |
download | wireguard-openbsd-ff05f26263d6cf77ff241d60e2ba090a532ee18d.tar.xz wireguard-openbsd-ff05f26263d6cf77ff241d60e2ba090a532ee18d.zip |
bump the copyright, and accept "2012" for netbsd; with the exception of
one change (coming next), syncs mdoclint to netbsd -r1.17;
-rw-r--r-- | regress/usr.bin/mdoclint/mdoclint | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/usr.bin/mdoclint/mdoclint b/regress/usr.bin/mdoclint/mdoclint index 37f62c95bc6..1f92a6cbecb 100644 --- a/regress/usr.bin/mdoclint/mdoclint +++ b/regress/usr.bin/mdoclint/mdoclint @@ -1,9 +1,9 @@ #!/usr/bin/perl # -# $OpenBSD: mdoclint,v 1.25 2012/08/23 14:44:42 jmc Exp $ -# $NetBSD: mdoclint,v 1.12 2010/08/30 12:20:44 wiz Exp $ +# $OpenBSD: mdoclint,v 1.26 2013/03/10 21:57:04 jmc Exp $ +# $NetBSD: mdoclint,v 1.17 2012/01/02 18:01:00 wiz Exp $ # -# Copyright (c) 2001-2010 Thomas Klausner +# Copyright (c) 2001-2012 Thomas Klausner # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -160,7 +160,7 @@ my $valid_date_re; $valid_date_re = qr{\$Mdocdate\b}; } if (NETBSD) { - $valid_date_re = qr{(?:January|February|March|April|May|June|July|August|September|October|November|December)\s*[1-9][0-9]*,\s*(?:198[0-9]|199[0-9]|200[0-9]|201[01])$}o; + $valid_date_re = qr{(?:January|February|March|April|May|June|July|August|September|October|November|December)\s*[1-9][0-9]*,\s*(?:198[0-9]|199[0-9]|200[0-9]|201[0-2])$}o; } } |