From e21b04fd3f33629bbd2ac9f3db4236902cab4b2b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 15 Oct 2006 17:16:22 +0000 Subject: Trivial documentation fixups. git-svn-id: http://svn.drobilla.net/lad/raul@175 a436a847-0d15-0410-975c-d299462d15a1 --- raul/Slave.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'raul/Slave.h') 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 { -- cgit v1.2.1