summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2005-05-21 20:34:22 +0000
committermarius <marius@FreeBSD.org>2005-05-21 20:34:22 +0000
commit11bd45d4034769f7da949898047699532e42054c (patch)
tree584cbd8ac646ca60b5c651d817b5ace772b54190 /sys
parent5da7e2536006cfc98710a87ba5f16748fa8cbd00 (diff)
downloadFreeBSD-src-11bd45d4034769f7da949898047699532e42054c.zip
FreeBSD-src-11bd45d4034769f7da949898047699532e42054c.tar.gz
- Remove duplicate FBSDID.
- Start copyright comments with /*- where missing.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/fb/boot_font.c6
-rw-r--r--sys/dev/fb/gfb.c5
-rw-r--r--sys/dev/fb/tga.c5
3 files changed, 3 insertions, 13 deletions
diff --git a/sys/dev/fb/boot_font.c b/sys/dev/fb/boot_font.c
index 9b924e7..77090c5 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 63a317d..b0cf5a9 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 08ca193..b55dc5a 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.
*
OpenPOWER on IntegriCloud