summaryrefslogtreecommitdiffstats
path: root/raul/AtomLiblo.h
diff options
context:
space:
mode:
Diffstat (limited to 'raul/AtomLiblo.h')
-rw-r--r--raul/AtomLiblo.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/raul/AtomLiblo.h b/raul/AtomLiblo.h
index 6812dcf..c1c7d60 100644
--- a/raul/AtomLiblo.h
+++ b/raul/AtomLiblo.h
@@ -1,11 +1,11 @@
-/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard.
+/* This file is part of Raul. Copyright (C) 2007 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.
*
@@ -20,6 +20,8 @@
#include <lo/lo.h>
#include "raul/Atom.h"
+namespace Raul {
+
/** Support for serializing an Atom to/from liblo messages.
*
@@ -72,4 +74,6 @@ public:
};
+} // namespace Raul
+
#endif // RAUL_ATOM_LIBLO_H