summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-02-22 14:13:04 +0000
committerpeter <peter@FreeBSD.org>1997-02-22 14:13:04 +0000
commit83b3c2c1614c7caa6fd6a6eb52f6b74876ae61dd (patch)
tree16d873bf76fc7c6d690bc0683913691dcb63f950 /usr.sbin/sade
parentecf45268515a5c2dec147e793d4870a2d411e91e (diff)
downloadFreeBSD-src-83b3c2c1614c7caa6fd6a6eb52f6b74876ae61dd.zip
FreeBSD-src-83b3c2c1614c7caa6fd6a6eb52f6b74876ae61dd.tar.gz
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/command.c2
-rw-r--r--usr.sbin/sade/config.c2
-rw-r--r--usr.sbin/sade/devices.c2
-rw-r--r--usr.sbin/sade/disks.c2
-rw-r--r--usr.sbin/sade/dispatch.c2
-rw-r--r--usr.sbin/sade/dmenu.c2
-rw-r--r--usr.sbin/sade/globals.c2
-rw-r--r--usr.sbin/sade/install.c2
-rw-r--r--usr.sbin/sade/keymap.c2
-rw-r--r--usr.sbin/sade/label.c2
-rw-r--r--usr.sbin/sade/main.c2
-rw-r--r--usr.sbin/sade/menus.c2
-rw-r--r--usr.sbin/sade/misc.c2
-rw-r--r--usr.sbin/sade/msg.c2
-rw-r--r--usr.sbin/sade/sade.h2
-rw-r--r--usr.sbin/sade/system.c2
-rw-r--r--usr.sbin/sade/variable.c2
-rw-r--r--usr.sbin/sade/wizard.c2
18 files changed, 18 insertions, 18 deletions
diff --git a/usr.sbin/sade/command.c b/usr.sbin/sade/command.c
index 3e3d5c9..b14f913 100644
--- a/usr.sbin/sade/command.c
+++ b/usr.sbin/sade/command.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $FreeBSD$
+ * $Id$
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c
index 21f631d..f64552d 100644
--- a/usr.sbin/sade/config.c
+++ b/usr.sbin/sade/config.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $FreeBSD$
+ * $Id$
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
diff --git a/usr.sbin/sade/devices.c b/usr.sbin/sade/devices.c
index 01e489f..e744255 100644
--- a/usr.sbin/sade/devices.c
+++ b/usr.sbin/sade/devices.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $FreeBSD$
+ * $Id$
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
diff --git a/usr.sbin/sade/disks.c b/usr.sbin/sade/disks.c
index 44deb3e..9e8ecd0 100644
--- a/usr.sbin/sade/disks.c
+++ b/usr.sbin/sade/disks.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $FreeBSD$
+ * $Id$
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
diff --git a/usr.sbin/sade/dispatch.c b/usr.sbin/sade/dispatch.c
index 75f1a52..034a7f5 100644
--- a/usr.sbin/sade/dispatch.c
+++ b/usr.sbin/sade/dispatch.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $FreeBSD$
+ * $Id$
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
diff --git a/usr.sbin/sade/dmenu.c b/usr.sbin/sade/dmenu.c
index 2bdf762..cafcaa0 100644
--- a/usr.sbin/sade/dmenu.c
+++ b/usr.sbin/sade/dmenu.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated for what's essentially a complete rewrite.
*
- * $FreeBSD$
+ * $Id$
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
diff --git a/usr.sbin/sade/globals.c b/usr.sbin/sade/globals.c
index 5b4010d..f96ad5a 100644
--- a/usr.sbin/sade/globals.c
+++ b/usr.sbin/sade/globals.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $FreeBSD$
+ * $Id$
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 5b0fb13..a6614eb 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $FreeBSD$
+ * $Id$
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
diff --git a/usr.sbin/sade/keymap.c b/usr.sbin/sade/keymap.c
index 53b0761..459f4cb 100644
--- a/usr.sbin/sade/keymap.c
+++ b/usr.sbin/sade/keymap.c
@@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $Id$
*
*/
diff --git a/usr.sbin/sade/label.c b/usr.sbin/sade/label.c
index 063f4f6..0854ab8 100644
--- a/usr.sbin/sade/label.c
+++ b/usr.sbin/sade/label.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $FreeBSD$
+ * $Id$
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
diff --git a/usr.sbin/sade/main.c b/usr.sbin/sade/main.c
index ed293b9..bbd6281 100644
--- a/usr.sbin/sade/main.c
+++ b/usr.sbin/sade/main.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated for what's essentially a complete rewrite.
*
- * $FreeBSD$
+ * $Id$
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c
index 3149600..0532045 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/menus.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $FreeBSD$
+ * $Id$
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
diff --git a/usr.sbin/sade/misc.c b/usr.sbin/sade/misc.c
index a055879..028018e 100644
--- a/usr.sbin/sade/misc.c
+++ b/usr.sbin/sade/misc.c
@@ -1,7 +1,7 @@
/*
* Miscellaneous support routines..
*
- * $FreeBSD$
+ * $Id$
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
diff --git a/usr.sbin/sade/msg.c b/usr.sbin/sade/msg.c
index 1516fee..76707c6 100644
--- a/usr.sbin/sade/msg.c
+++ b/usr.sbin/sade/msg.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $FreeBSD$
+ * $Id$
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
diff --git a/usr.sbin/sade/sade.h b/usr.sbin/sade/sade.h
index 2d5c5d5..0f6e61c 100644
--- a/usr.sbin/sade/sade.h
+++ b/usr.sbin/sade/sade.h
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated to essentially a complete rewrite.
*
- * $FreeBSD$
+ * $Id$
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
diff --git a/usr.sbin/sade/system.c b/usr.sbin/sade/system.c
index bb2f4c3..e5dc4a9 100644
--- a/usr.sbin/sade/system.c
+++ b/usr.sbin/sade/system.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $FreeBSD$
+ * $Id$
*
* Jordan Hubbard
*
diff --git a/usr.sbin/sade/variable.c b/usr.sbin/sade/variable.c
index 525dfbf..7a3e80a 100644
--- a/usr.sbin/sade/variable.c
+++ b/usr.sbin/sade/variable.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $FreeBSD$
+ * $Id$
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
diff --git a/usr.sbin/sade/wizard.c b/usr.sbin/sade/wizard.c
index 2ab2fe9..59831ea 100644
--- a/usr.sbin/sade/wizard.c
+++ b/usr.sbin/sade/wizard.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $FreeBSD$
+ * $Id$
*
*/
OpenPOWER on IntegriCloud