diff options
Diffstat (limited to 'raul/Slave.h')
-rw-r--r-- | raul/Slave.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/raul/Slave.h b/raul/Slave.h index c16818b..fb0c67c 100644 --- a/raul/Slave.h +++ b/raul/Slave.h @@ -1,11 +1,11 @@ -/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. +/* This file is part of Raul. Copyright (C) 2006 Dave Robillard. * - * Ingen is free software; you can redistribute it and/or modify it under the + * Raul is free software; you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software * Foundation; either version 2 of the License, or (at your option) any later * version. * - * Ingen is distributed in the hope that it will be useful, but WITHOUT ANY + * Raul is distributed in the hope that it will be useful, but WITHOUT ANY * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for details. * @@ -27,7 +27,7 @@ * Use this to perform some task in a separate thread you want to 'drive' * from a realtime (or otherwise) thread. * - * \ingroup engine + * \ingroup raul */ class Slave : public Thread { |