Remove $FreeBSD$: one-line forth tag

Remove /^\\[\s*]*\$FreeBSD\$.*$\n/
This commit is contained in:
Warner Losh 2023-08-16 11:55:43 -06:00
parent 401ab69cff
commit 26a58599a0
43 changed files with 0 additions and 43 deletions

View file

@ -1,6 +1,5 @@
\ Example of the file which is automatically loaded by /boot/loader
\ on startup.
\ $FreeBSD$
\ Load the screen manipulation words

View file

@ -1,6 +1,5 @@
\ Words implementing frame drawing
\ XXX Filled boxes are left as an exercise for the reader... ;-/
\ $FreeBSD$
marker task-frames.4th

View file

@ -1,6 +1,5 @@
\ Example of the file which is automatically loaded by /boot/loader
\ on startup.
\ $FreeBSD$
cr .( Loading Forth extensions:)

View file

@ -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

View file

@ -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

View file

@ -1,5 +1,4 @@
\ Screen manipulation related words.
\ $FreeBSD$
marker task-screen.4th

View file

@ -4,7 +4,6 @@
\ john sadler 1 sep 98
\ Needs oop.fr
\
\ $FreeBSD$
also oop definitions

View file

@ -7,7 +7,6 @@
\ ** C - W O R D
\ Models a FICL_WORD
\
\ $FreeBSD$
object subclass c-word
c-word ref: .link

View file

@ -7,7 +7,6 @@
\ locstate: 0 = looking for -- or }}
\ 1 = found --
\
\ $FreeBSD$
hide
0 constant zero

View file

@ -4,7 +4,6 @@
\ ** submitted by Larry Hastings, larry@hastings.org
\ **
\
\ $FreeBSD$
: r/o 1 ;
: r/w 3 ;

View file

@ -1,7 +1,6 @@
\ examples from FORML conference paper Nov 98
\ sadler
\
\ $FreeBSD$
.( loading FORML examples ) cr
object --> sub c-example

View file

@ -22,7 +22,6 @@
\ ** OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ ** SUCH DAMAGE.
\ **
\ ** $FreeBSD$
\ Words for use in scripts:
\ % ignore errors here

View file

@ -2,7 +2,6 @@
\ ** ANS conditional compile directives [if] [else] [then]
\ ** Requires ficl 2.0 or greater...
\
\ $FreeBSD$
hide

View file

@ -14,7 +14,6 @@
\
\ revised 2 June 2000 - { | a -- } now works correctly
\
\ $FreeBSD$
hide

View file

@ -3,7 +3,6 @@
\ John Sadler, 4 Oct 98
\ Requires ficl 2.02 FORGET-WID !!
\
\ $FreeBSD$
: marker ( "name" -- )
create

View file

@ -3,7 +3,6 @@
\ ** F I C L O - O E X T E N S I O N S
\ ** john sadler aug 1998
\
\ $FreeBSD$
17 ficl-vocabulary oop
also oop definitions

View file

@ -5,7 +5,6 @@
\ (jws) To make a prefix, simply create a new definition in the <prefixes>
\ wordlist. start-prefixes and end-prefixes handle the bookkeeping
\
\ $FreeBSD$
variable save-current

View file

@ -3,7 +3,6 @@
\ ** John Sadler (john_sadler@alum.mit.edu)
\ ** September, 1998
\
\ $FreeBSD$
\ ** Ficl USER variables
\ ** See words.c for primitive def'n of USER

View file

@ -11,7 +11,6 @@
\ s" woof woof woof " str --> cat
\ str --> type cr
\
\ $FreeBSD$
also oop definitions

View file

@ -24,7 +24,6 @@
\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ SUCH DAMAGE.
\
\ $FreeBSD$
marker task-beastie.4th

View file

@ -22,7 +22,6 @@
\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ SUCH DAMAGE.
\
\ $FreeBSD$
2 brandX ! 1 brandY ! \ Initialize brand placement defaults

View file

@ -22,7 +22,6 @@
\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ SUCH DAMAGE.
\
\ $FreeBSD$
marker task-brand.4th

View file

@ -22,7 +22,6 @@
\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ SUCH DAMAGE.
\
\ $FreeBSD$
marker task-check-password.4th

View file

@ -22,7 +22,6 @@
\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ SUCH DAMAGE.
\
\ $FreeBSD$
marker task-color.4th

View file

@ -22,7 +22,6 @@
\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ SUCH DAMAGE.
\
\ $FreeBSD$
marker task-delay.4th

View file

@ -22,7 +22,6 @@
\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ SUCH DAMAGE.
\
\ $FreeBSD$
only forth definitions

View file

@ -23,7 +23,6 @@
\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ SUCH DAMAGE.
\
\ $FreeBSD$
marker task-frames.4th

View file

@ -23,7 +23,6 @@
\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ SUCH DAMAGE.
\
\ $FreeBSD$
only forth definitions

View file

@ -1,5 +1,4 @@
\ Loader.rc
\ $FreeBSD$
\
\ You should not edit this file! Put any overrides in loader.rc.local
\ instead as this file can be replaced during system updates.

View file

@ -24,7 +24,6 @@
\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ SUCH DAMAGE.
\
\ $FreeBSD$
46 logoX ! 4 logoY ! \ Initialize logo placement defaults

View file

@ -23,7 +23,6 @@
\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ SUCH DAMAGE.
\
\ $FreeBSD$
46 logoX ! 4 logoY ! \ Initialize logo placement defaults

View file

@ -23,7 +23,6 @@
\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ SUCH DAMAGE.
\
\ $FreeBSD$
52 logoX ! 9 logoY ! \ Initialize logo placement defaults

View file

@ -22,7 +22,6 @@
\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ SUCH DAMAGE.
\
\ $FreeBSD$
46 logoX ! 7 logoY ! \ Initialize logo placement defaults

View file

@ -22,7 +22,6 @@
\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ SUCH DAMAGE.
\
\ $FreeBSD$
46 logoX ! 7 logoY ! \ Initialize logo placement defaults

View file

@ -22,7 +22,6 @@
\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ SUCH DAMAGE.
\
\ $FreeBSD$
marker task-menu-commands.4th

View file

@ -24,7 +24,6 @@
\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ SUCH DAMAGE.
\
\ $FreeBSD$
marker task-menu.4th

View file

@ -1,5 +1,4 @@
\ Menu.rc
\ $FreeBSD$
\
\ You should not edit this file! Put any overrides in menu.rc.local
\ instead as this file can be replaced during system updates.

View file

@ -22,7 +22,6 @@
\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ SUCH DAMAGE.
\
\ $FreeBSD$
marker task-menusets.4th

View file

@ -23,7 +23,6 @@
\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ SUCH DAMAGE.
\
\ $FreeBSD$
marker task-screen.4th

View file

@ -22,7 +22,6 @@
\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ SUCH DAMAGE.
\
\ $FreeBSD$
\ FICL words intended to be used as shortcuts for carrying out common tasks or
\ producing common results. Generally, words defined here are simply groupings

View file

@ -22,7 +22,6 @@
\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ SUCH DAMAGE.
\
\ $FreeBSD$
\ Loader.rc support functions:
\

View file

@ -22,7 +22,6 @@
\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ SUCH DAMAGE.
\
\ $FreeBSD$
marker task-version.4th

View file

@ -1,5 +1,4 @@
\ Loader.rc
\ $FreeBSD$
\
\ Includes additional commands
include /boot/loader.4th