; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
;
;1. Redistributions of source code must retain the above copyright
;    notice, this list of conditions and the following disclaimer.
;
;2. Redistributions in binary form must reproduce the above copyright
;    notice, this list of conditions and the following disclaimer in the
;    documentation and/or other materials provided with the distribution.
;
; THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS" AND
; ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
; ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
; FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
; DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
; OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
; HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
; LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
; OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
; SUCH DAMAGE.
;
LOGO  db '              NeXt-DOS.System/3 ',0ffh
      db '                     .______|_.|||| | ',0ffh                    
      db '                  |  ||||  |  O  | ',0ffh      
      db '                      |    O   |_____. ',0ffh   
      db '                .________.       ',0ffh,0   
;
COPYR db ''
OEM   db '',0ffh      
      ;   ^---- Insert your company name here if you make modifications! like e.g. Caldera etc...
      db 'NX-DOS [BETA]' ; DOSIX
      db 'Embedded RTOS - http://nxdos.sourceforge.net/',0ffh      
      db 'Copyright (c) 95-2009 Christopher Robert Evans. All rights reserved.',0ffh,0ffh,0
;
LICENSE db 0ffh
IF (GPL)
   db ' This program is copyrighted, but may be freely distributed under',0ffh
   db ' the terms of the Free Software Foundations GNU General Public',0ffh
   db ' License v2 (or later).  See the file COPYING for the legalities.',0ffh,0ffh
   db ' ABSOLUTELY NO WARRANTY: Use it at your own risk!',0ffh
   db 0ffh
ENDIF
   db ' Please check the documentation folder for applicable license details.',0ffh
db 0
