diff options
author | 2018-02-05 09:52:03 +0000 | |
---|---|---|
committer | 2018-02-05 09:52:03 +0000 | |
commit | 9f962d91a6e340229bbcbc30078185776c5ec74d (patch) | |
tree | cd0683ab5eddb1530e2c832888848b94676cd003 | |
parent | Ensure that the "bound to ..." message appears in the log unless (diff) | |
download | wireguard-openbsd-9f962d91a6e340229bbcbc30078185776c5ec74d.tar.xz wireguard-openbsd-9f962d91a6e340229bbcbc30078185776c5ec74d.zip |
claim copyright
-rw-r--r-- | sys/dev/usb/if_athn_usb.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/if_athn_usb.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/usb/if_athn_usb.c b/sys/dev/usb/if_athn_usb.c index ad5b3885fa3..a9525d809de 100644 --- a/sys/dev/usb/if_athn_usb.c +++ b/sys/dev/usb/if_athn_usb.c @@ -1,7 +1,8 @@ -/* $OpenBSD: if_athn_usb.c,v 1.49 2018/02/05 08:48:57 stsp Exp $ */ +/* $OpenBSD: if_athn_usb.c,v 1.50 2018/02/05 09:52:03 stsp Exp $ */ /*- * Copyright (c) 2011 Damien Bergamini <damien.bergamini@free.fr> + * Copyright (c) 2018 Stefan Sperling <stsp@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/sys/dev/usb/if_athn_usb.h b/sys/dev/usb/if_athn_usb.h index bc1d10b2722..c70004ed99d 100644 --- a/sys/dev/usb/if_athn_usb.h +++ b/sys/dev/usb/if_athn_usb.h @@ -1,7 +1,8 @@ -/* $OpenBSD: if_athn_usb.h,v 1.9 2018/02/05 08:48:57 stsp Exp $ */ +/* $OpenBSD: if_athn_usb.h,v 1.10 2018/02/05 09:52:03 stsp Exp $ */ /*- * Copyright (c) 2011 Damien Bergamini <damien.bergamini@free.fr> + * Copyright (c) 2018 Stefan Sperling <stsp@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 |