diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-07-02 04:42:44 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-07-02 04:42:44 +0000 |
commit | 4b491689ef44a726793d2c2228c6e041d79449bd (patch) | |
tree | bd9381b5ecc074c93fb8aebccaa27c448dda2677 /sys/arch/i386 | |
parent | 81154660ff920bee8fd15b46ade4c3f6d954ce0a (diff) |
remove oga's copyright notice, none of those changes remain
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/pci/agp_machdep.c | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/sys/arch/i386/pci/agp_machdep.c b/sys/arch/i386/pci/agp_machdep.c index e48463e6be9..3756aab94c1 100644 --- a/sys/arch/i386/pci/agp_machdep.c +++ b/sys/arch/i386/pci/agp_machdep.c @@ -1,21 +1,6 @@ -/* $OpenBSD: agp_machdep.c,v 1.23 2024/07/02 04:29:01 jsg Exp $ */ +/* $OpenBSD: agp_machdep.c,v 1.24 2024/07/02 04:42:43 jsg Exp $ */ /* - * Copyright (c) 2008 - 2009 Owain G. Ainsworth <oga@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) 2002 Michael Shalayeff * All rights reserved. * |