Ignore:
Timestamp:
Mar 3, 2003, 10:28:29 PM (22 years ago)
Author:
kiewitz
Message:

AiR-BOOT v1.01.
Signature-date: 2003-03-02.
Updated a whole bunch of sources.
Note: This comment was created after rebuilding the repo. [2011-07]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AIR-BOOT/SOURCE/REGULAR/STD_TEXT.ASM

    r12 r23  
    44; The sourcecode is released via www.netlabs.org CVS *ONLY*.
    55;  You MUST NOT upload it to other servers nor republish it in any way.
    6 ;  The sourcecode is still COPYRIGHTED and NOT YET RELEASED UNDER GPL.
    7 ;  It's (c) Copyright 1998-2002 by Martin Kiewitz.
     6;  The sourcecode is still COPYRIGHTED and NOT RELEASED UNDER GPL.
     7;  It's (c) Copyright 1998-2003 by Martin Kiewitz.
    88;  You may recompile the source and do *PRIVATE* modifications, but please keep
    99;  in mind that modifying this code needs at least *some* assembly skill. If
     
    2424
    2525CopyrightVersionLen         equ   5
    26 Copyright                    db ' AiR-BOOT v1.00 - (c) ''98-2003 Martin Kiewitz, Dedicated to Gerd Kiewitz', 0
    27 BootEndMsg                   db 'Distribute/copy freely. Only meant for private usage.', 0
     26Copyright                    db ' AiR-BOOT v1.01 - (c) 1998-2003 Martin Kiewitz, Dedicated to Gerd Kiewitz', 0
     27IFDEF ReleaseCommercial
     28   RegisteredTo              db 'Registered To: Myself', 0
     29  ELSE
     30   BootEndMsg                db 'Distribute/copy freely. Only meant for private usage.', 0
     31ENDIF
    2832
    2933CheckID_MBR                  db 'AiRBOOT'
Note: See TracChangeset for help on using the changeset viewer.