[USBOHCI_NEW] Add license headers.

This commit is contained in:
Thomas Faber 2018-09-08 10:12:39 +02:00
parent 7554829576
commit 855df84fb2
No known key found for this signature in database
GPG key ID: 076E7C3D44720826
5 changed files with 35 additions and 0 deletions

View file

@ -1,3 +1,10 @@
/*
* PROJECT: ReactOS USB OHCI Miniport Driver
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: USBOHCI declarations
* COPYRIGHT: Copyright 2017-2018 Vadim Galyant <vgal@rambler.ru>
*/
#ifndef USBOHCI_H__
#define USBOHCI_H__