diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2005-05-21 20:34:22 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2005-05-21 20:34:22 +0000 |
| commit | fef24b85895db42e96a7e20900d3247b1f2521da (patch) | |
| tree | 584cbd8ac646ca60b5c651d817b5ace772b54190 /sys/dev/fb | |
| parent | c9367f6c378cdecfac8adfc299c5c1eb909fce04 (diff) | |
Notes
Diffstat (limited to 'sys/dev/fb')
| -rw-r--r-- | sys/dev/fb/boot_font.c | 6 | ||||
| -rw-r--r-- | sys/dev/fb/gfb.c | 5 | ||||
| -rw-r--r-- | sys/dev/fb/tga.c | 5 |
3 files changed, 3 insertions, 13 deletions
diff --git a/sys/dev/fb/boot_font.c b/sys/dev/fb/boot_font.c index 9b924e763e78..77090c5f38bf 100644 --- a/sys/dev/fb/boot_font.c +++ b/sys/dev/fb/boot_font.c @@ -33,11 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ - -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - -/* +/*- * This font lives in the public domain. It it a PC font, IBM encoding, * which was designed for use with syscons. * diff --git a/sys/dev/fb/gfb.c b/sys/dev/fb/gfb.c index 63a317d8bb52..b0cf5a927f9a 100644 --- a/sys/dev/fb/gfb.c +++ b/sys/dev/fb/gfb.c @@ -23,10 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); -/* +/*- * Copyright (c) 1995, 1996 Carnegie-Mellon University. * All rights reserved. * diff --git a/sys/dev/fb/tga.c b/sys/dev/fb/tga.c index 08ca193a2309..b55dc5a5cf37 100644 --- a/sys/dev/fb/tga.c +++ b/sys/dev/fb/tga.c @@ -24,10 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); -/* +/*- * Copyright (c) 1995, 1996 Carnegie-Mellon University. * All rights reserved. * |
