diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-04-09 08:57:52 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-04-09 08:57:52 +0000 |
commit | 2d018deb938d1a5403bccb118a9a0bacb13e63ee (patch) | |
tree | dfc16615328ad06b9f321709866bff43b21bc191 /sys | |
parent | 16e5c40bb14d14763f2fba905207e20c48d9ef00 (diff) |
Assert my copyright for the AX88178/AX88772 bits over the last few years.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/if_axe.c | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/sys/dev/usb/if_axe.c b/sys/dev/usb/if_axe.c index 71ec9feeaae..56999dffb6e 100644 --- a/sys/dev/usb/if_axe.c +++ b/sys/dev/usb/if_axe.c @@ -1,4 +1,20 @@ -/* $OpenBSD: if_axe.c,v 1.62 2007/04/09 08:42:55 jsg Exp $ */ +/* $OpenBSD: if_axe.c,v 1.63 2007/04/09 08:57:51 jsg Exp $ */ + +/* + * Copyright (c) 2005, 2006, 2007 Jonathan Gray <jsg@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 + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ /* * Copyright (c) 1997, 1998, 1999, 2000-2003 |