diff options
author | rugrat <none@none> | 2006-10-02 14:15:16 -0700 |
---|---|---|
committer | rugrat <none@none> | 2006-10-02 14:15:16 -0700 |
commit | f67ca41a3fe371a8ac34045eb45b3c5449ee601c (patch) | |
tree | 5fa501581075ea287541f1b5d80da6d280961fca /usr/src | |
parent | 4a2712ca86022e3b5525dfaa83442962b02b9092 (diff) | |
download | illumos-gate-f67ca41a3fe371a8ac34045eb45b3c5449ee601c.tar.gz |
6463341 cleanup needed in vgatext and gfxp_vgatext
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c | 13 | ||||
-rw-r--r-- | usr/src/uts/intel/io/vgatext/vgatext.c | 8 |
2 files changed, 8 insertions, 13 deletions
diff --git a/usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c b/usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c index 9df14cb5f6..52101a7cc1 100644 --- a/usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c +++ b/usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c @@ -19,20 +19,15 @@ * CDDL HEADER END */ -/* Copyright (c) 1990, 1991 UNIX System Laboratories, Inc. */ -/* Copyright (c) 1984, 1986, 1987, 1988, 1989, 1990 AT&T */ -/* All Rights Reserved */ - -/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF */ -/* UNIX System Laboratories, Inc. */ -/* The copyright notice above does not evidence any */ -/* actual or intended publication of such source code. */ - /* * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ +/* Copyright (c) 1990, 1991 UNIX System Laboratories, Inc. */ +/* Copyright (c) 1984, 1986, 1987, 1988, 1989, 1990 AT&T */ +/* All Rights Reserved */ + #pragma ident "%Z%%M% %I% %E% SMI" #include <sys/errno.h> diff --git a/usr/src/uts/intel/io/vgatext/vgatext.c b/usr/src/uts/intel/io/vgatext/vgatext.c index 931d93ad11..96ad4fb4a8 100644 --- a/usr/src/uts/intel/io/vgatext/vgatext.c +++ b/usr/src/uts/intel/io/vgatext/vgatext.c @@ -19,15 +19,15 @@ * CDDL HEADER END */ -/* Copyright (c) 1990, 1991 UNIX System Laboratories, Inc. */ -/* Copyright (c) 1984, 1986, 1987, 1988, 1989, 1990 AT&T */ -/* All Rights Reserved */ - /* * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ +/* Copyright (c) 1990, 1991 UNIX System Laboratories, Inc. */ +/* Copyright (c) 1984, 1986, 1987, 1988, 1989, 1990 AT&T */ +/* All Rights Reserved */ + #pragma ident "%Z%%M% %I% %E% SMI" #include <sys/errno.h> |