Add copyrights to ata.c/h files.

This commit is contained in:
Kevin O'Connor 2008-03-01 13:38:07 -05:00
parent 12dade52f8
commit c09492e78a
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,10 @@
// Low level ATA disk access
//
// Copyright (C) 2008 Kevin O'Connor <kevin@koconnor.net>
// Copyright (C) 2002 MandrakeSoft S.A.
//
// This file may be distributed under the terms of the GNU GPLv3 license.
#include "ata.h" // ATA_*
#include "types.h" // u8
#include "ioport.h" // inb

View File

@ -1,3 +1,10 @@
// Low level ATA disk definitions
//
// Copyright (C) 2008 Kevin O'Connor <kevin@koconnor.net>
// Copyright (C) 2002 MandrakeSoft S.A.
//
// This file may be distributed under the terms of the GNU GPLv3 license.
#include "types.h" // u16
// Function definitions