summaryrefslogtreecommitdiff
path: root/sys/gdb
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-01-06 18:27:30 +0000
committerWarner Losh <imp@FreeBSD.org>2005-01-06 18:27:30 +0000
commitfa521b036670715f43656cf6c8bebc818f8b06c8 (patch)
tree7c40833f4d1636da8fa92d3ff11956ab64488972 /sys/gdb
parentaab95e55808cf89478d574bb998aef20b9a09bf6 (diff)
Notes
Diffstat (limited to 'sys/gdb')
-rw-r--r--sys/gdb/gdb.h2
-rw-r--r--sys/gdb/gdb_int.h2
-rw-r--r--sys/gdb/gdb_main.c2
-rw-r--r--sys/gdb/gdb_packet.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/gdb/gdb.h b/sys/gdb/gdb.h
index a7a54294d38e..6fd75583b4c0 100644
--- a/sys/gdb/gdb.h
+++ b/sys/gdb/gdb.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/gdb/gdb_int.h b/sys/gdb/gdb_int.h
index 1a043bdca632..c9e1bdcb117e 100644
--- a/sys/gdb/gdb_int.h
+++ b/sys/gdb/gdb_int.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/gdb/gdb_main.c b/sys/gdb/gdb_main.c
index bed693af3082..77233a2efadc 100644
--- a/sys/gdb/gdb_main.c
+++ b/sys/gdb/gdb_main.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 Marcel Moolenaar
* All rights reserved.
*
diff --git a/sys/gdb/gdb_packet.c b/sys/gdb/gdb_packet.c
index 703d2e0b52db..a4bbe24ee817 100644
--- a/sys/gdb/gdb_packet.c
+++ b/sys/gdb/gdb_packet.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 Marcel Moolenaar
* All rights reserved.
*