diff options
author | sasano <sasano@cvs.openbsd.org> | 2013-12-03 21:07:00 +0000 |
---|---|---|
committer | sasano <sasano@cvs.openbsd.org> | 2013-12-03 21:07:00 +0000 |
commit | ae2b2f43b5009803f6c11bdff263534c39beadd7 (patch) | |
tree | 65aa417db8a84cb971ea748c83679ce9ce2febb3 /sys | |
parent | 1c2f2c6f27fb4ee95e2629f079b50f50c053cda8 (diff) |
add copyright notice/code modifier's name.
ok by deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/if_ugl.c | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/sys/dev/usb/if_ugl.c b/sys/dev/usb/if_ugl.c index 0e7d8a1a5c8..171aa6909eb 100644 --- a/sys/dev/usb/if_ugl.c +++ b/sys/dev/usb/if_ugl.c @@ -1,6 +1,22 @@ -/* $OpenBSD: if_ugl.c,v 1.1 2013/11/15 19:42:20 sasano Exp $ */ +/* $OpenBSD: if_ugl.c,v 1.2 2013/12/03 21:06:59 sasano Exp $ */ /* $NetBSD: if_upl.c,v 1.19 2002/07/11 21:14:26 augustss Exp $ */ /* + * Copyright (c) 2013 SASANO Takayoshi <uaa@uaa.org.uk> + * + * 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) 2000 The NetBSD Foundation, Inc. * All rights reserved. * |