From: mpi Date: Fri, 10 Apr 2015 15:33:20 +0000 (+0000) Subject: I did quite some changes to this driver, so add copyright. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=26fe9faf4167df65b64bd99483880eb011ffb8d6;p=openbsd I did quite some changes to this driver, so add copyright. --- diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c index 2c7260a07ae..63e10004158 100644 --- a/sys/dev/usb/ehci.c +++ b/sys/dev/usb/ehci.c @@ -1,6 +1,21 @@ -/* $OpenBSD: ehci.c,v 1.183 2015/04/10 13:56:42 mpi Exp $ */ +/* $OpenBSD: ehci.c,v 1.184 2015/04/10 15:33:20 mpi Exp $ */ /* $NetBSD: ehci.c,v 1.66 2004/06/30 03:11:56 mycroft Exp $ */ +/* + * Copyright (c) 2014-2015 Martin Pieuchot + * + * 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) 2004-2008 The NetBSD Foundation, Inc. * All rights reserved.