aboutsummaryrefslogtreecommitdiff
path: root/share/examples/bootforth
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:55:43 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:55:43 +0000
commit26a58599a09a6181e0f5abe624021865a0c23186 (patch)
tree1f288887154d89d8d1e4988d0d82e3bcd2a21536 /share/examples/bootforth
parent401ab69cff8fa2320a9f8ea4baa114a6da6c952b (diff)
Diffstat (limited to 'share/examples/bootforth')
-rw-r--r--share/examples/bootforth/boot.4th1
-rw-r--r--share/examples/bootforth/frames.4th1
-rw-r--r--share/examples/bootforth/loader.rc1
-rw-r--r--share/examples/bootforth/menu.4th1
-rw-r--r--share/examples/bootforth/menuconf.4th1
-rw-r--r--share/examples/bootforth/screen.4th1
6 files changed, 0 insertions, 6 deletions
diff --git a/share/examples/bootforth/boot.4th b/share/examples/bootforth/boot.4th
index 8f26e0d0a38d..3f75424e46c5 100644
--- a/share/examples/bootforth/boot.4th
+++ b/share/examples/bootforth/boot.4th
@@ -1,6 +1,5 @@
\ Example of the file which is automatically loaded by /boot/loader
\ on startup.
-\ $FreeBSD$
\ Load the screen manipulation words
diff --git a/share/examples/bootforth/frames.4th b/share/examples/bootforth/frames.4th
index 4f1f9b812a03..0adcf9ef648b 100644
--- a/share/examples/bootforth/frames.4th
+++ b/share/examples/bootforth/frames.4th
@@ -1,6 +1,5 @@
\ Words implementing frame drawing
\ XXX Filled boxes are left as an exercise for the reader... ;-/
-\ $FreeBSD$
marker task-frames.4th
diff --git a/share/examples/bootforth/loader.rc b/share/examples/bootforth/loader.rc
index 617bc3db4104..e8aa549f5905 100644
--- a/share/examples/bootforth/loader.rc
+++ b/share/examples/bootforth/loader.rc
@@ -1,6 +1,5 @@
\ Example of the file which is automatically loaded by /boot/loader
\ on startup.
-\ $FreeBSD$
cr .( Loading Forth extensions:)
diff --git a/share/examples/bootforth/menu.4th b/share/examples/bootforth/menu.4th
index 5c5c3e98c74e..3462ea9fc5a9 100644
--- a/share/examples/bootforth/menu.4th
+++ b/share/examples/bootforth/menu.4th
@@ -1,7 +1,6 @@
\ Simple greeting screen, presenting basic options.
\ XXX This is far too trivial - I don't have time now to think
\ XXX about something more fancy... :-/
-\ $FreeBSD$
: title
f_single
diff --git a/share/examples/bootforth/menuconf.4th b/share/examples/bootforth/menuconf.4th
index a769f77e3543..df53e812aabc 100644
--- a/share/examples/bootforth/menuconf.4th
+++ b/share/examples/bootforth/menuconf.4th
@@ -1,7 +1,6 @@
\ Simple greeting screen, presenting basic options.
\ XXX This is far too trivial - I don't have time now to think
\ XXX about something more fancy... :-/
-\ $FreeBSD$
: title
f_single
diff --git a/share/examples/bootforth/screen.4th b/share/examples/bootforth/screen.4th
index 3ea79e453d80..8bd873f48884 100644
--- a/share/examples/bootforth/screen.4th
+++ b/share/examples/bootforth/screen.4th
@@ -1,5 +1,4 @@
\ Screen manipulation related words.
-\ $FreeBSD$
marker task-screen.4th