Ignore:
Timestamp:
Apr 29, 2011, 11:21:36 AM (14 years ago)
Author:
markus
Message:

changed copyright headers according to contract; removed evaluation message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/os2ahci.c

    r86 r87  
    22 * os2ahci.c - main file for os2ahci driver
    33 *
    4  * Copyright (c) 2010 Christian Mueller. Parts copied from/inspired by the
    5  * Linux AHCI driver; those parts are (c) Linux AHCI/ATA maintainers
     4 * Copyright (c) 2011 thi.guten Software Development
     5 * Copyright (c) 2011 Mensys B.V.
     6 *
     7 * Authors: Christian Mueller, Markus Thielen
     8 *
     9 * Parts copied from/inspired by the Linux AHCI driver;
     10 * those parts are (c) Linux AHCI/ATA maintainers
    611 *
    712 *  This program is free software; you can redistribute it and/or modify
     
    108113static char     init_msg[] = "OS2AHCI driver version %d.%02d\n";
    109114static char     exit_msg[] = "OS2AHCI driver *not* installed\n";
    110 static char     eval_msg[] = ANSI_CLR_RED ANSI_CLR_BRIGHT "Evaluation version "
    111                              "- not licensed for production use.\n" ANSI_RESET;
    112115
    113116/* ----------------------------- start of code ----------------------------- */
     
    173176  /* print initialization message */
    174177  cprintf(init_msg, VERSION / 100, VERSION % 100);
    175   cprintf(eval_msg);
    176178
    177179  /* register driver with resource manager */
     
    366368    case OS2AHCI_IOCTL_GET_DEVLIST:
    367369      return(ioctl_get_devlist(ioctl));
    368    
     370
    369371    case OS2AHCI_IOCTL_PASSTHROUGH:
    370372      return(ioctl_passthrough(ioctl));
     
    834836  dt->ADDHandle     = add_handle;
    835837  dt->TotalAdapters = ad_info_cnt + 1;
    836    
     838
    837839  /* set start of adapter and device information tables */
    838840  pos = (char _far *) (dt->pAdapter + dt->TotalAdapters);
Note: See TracChangeset for help on using the changeset viewer.