Changeset 338 in xtideuniversalbios for trunk/Serial_Server/win32/Win32.cpp


Ignore:
Timestamp:
Mar 13, 2012, 7:35:15 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Added GNU GPL notice to the serial server.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Serial_Server/win32/Win32.cpp

    r278 r338  
    2121    char *usageStrings[] = {
    2222        "SerDrive - XTIDE Universal BIOS Serial Drive Server",
    23         "Version 2.0.0_wip, Built " __DATE__,
    24         "",
    25         "usage: SerDrive [options] imagefile [[slave-options] slave-imagefile]",
     23        "Version 2.0.0 Beta1, Built " __DATE__,
     24        "",
     25        "SerDrive is released under the GNU GPL v2.  SerDrive comes with ABSOLUTELY",
     26        "NO WARRANTY.  This is free software, and you are welcome to redistribute it",
     27        "under certain conditions.  See LICENSE.TXT (included with this distribution)",
     28        "for more details, or visit http://www.gnu.org/licenses/gpl-2.0.html.",
     29        "",
     30        "Usage: SerDrive [options] imagefile [[slave-options] slave-imagefile]",
    2631        "",
    2732        "  -g [cyl:head:sect]  Geometry in cylinders, sectors per cylinder, and heads",
Note: See TracChangeset for help on using the changeset viewer.