|
Revision 445, 174 bytes
(checked in by pieterpalmers, 5 years ago)
|
* name change from FreeBoB to FFADO
* replaced tabs by 4 spaces
* got rid of end-of-line spaces
* made all license and copyrights conform
library becomes LGPL, apps become GPL
explicitly state LGPL v2.1 and GPL v2 (don't like v3 draft)
copyrights are 2005-2007 Daniel & Pieter
except for the MotU stuff (C) Jonathan, Pieter
|
| Line | |
|---|
| 1 |
/** |
|---|
| 2 |
@page amdtpdescription The AMDTP StreamProcessor |
|---|
| 3 |
|
|---|
| 4 |
@author Pieter Palmers <pieterpalmers@users.sourceforge.net> |
|---|
| 5 |
|
|---|
| 6 |
@section intro Introduction |
|---|
| 7 |
|
|---|
| 8 |
( still to be written ) |
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
*/ |
|---|