diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/JackDriver.cpp | 9 | ||||
-rw-r--r-- | src/Namespaces.cpp | 3 | ||||
-rw-r--r-- | src/Path.cpp | 3 | ||||
-rw-r--r-- | src/RDFQuery.cpp | 3 | ||||
-rw-r--r-- | src/RDFWriter.cpp | 3 | ||||
-rw-r--r-- | src/Thread.cpp | 3 |
6 files changed, 15 insertions, 9 deletions
diff --git a/src/JackDriver.cpp b/src/JackDriver.cpp index 167a4b9..d14a802 100644 --- a/src/JackDriver.cpp +++ b/src/JackDriver.cpp @@ -1,17 +1,18 @@ -/* This file is part of Patchage. Copyright (C) 2005 Dave Robillard. +/* This file is part of Raul. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * - * Patchage 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. * - * Patchage 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. * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include <cassert> diff --git a/src/Namespaces.cpp b/src/Namespaces.cpp index 379644d..2f3dd99 100644 --- a/src/Namespaces.cpp +++ b/src/Namespaces.cpp @@ -1,4 +1,5 @@ -/* This file is part of Raul. Copyright (C) 2007 Dave Robillard. +/* This file is part of Raul. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * 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 diff --git a/src/Path.cpp b/src/Path.cpp index 07c5279..39a2b71 100644 --- a/src/Path.cpp +++ b/src/Path.cpp @@ -1,4 +1,5 @@ -/* This file is part of Raul. Copyright (C) 2007-2007 Dave Robillard. +/* This file is part of Raul. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * 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 diff --git a/src/RDFQuery.cpp b/src/RDFQuery.cpp index a489a21..2074d50 100644 --- a/src/RDFQuery.cpp +++ b/src/RDFQuery.cpp @@ -1,4 +1,5 @@ -/* This file is part of Raul. Copyright (C) 2007 Dave Robillard. +/* This file is part of Raul. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * 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 diff --git a/src/RDFWriter.cpp b/src/RDFWriter.cpp index 66b166a..b23f51a 100644 --- a/src/RDFWriter.cpp +++ b/src/RDFWriter.cpp @@ -1,4 +1,5 @@ -/* This file is part of Raul. Copyright (C) 2007 Dave Robillard. +/* This file is part of Raul. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * 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 diff --git a/src/Thread.cpp b/src/Thread.cpp index cc024b0..58edff2 100644 --- a/src/Thread.cpp +++ b/src/Thread.cpp @@ -1,4 +1,5 @@ -/* This file is part of Raul. Copyright (C) 2007 Dave Robillard. +/* This file is part of Raul. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * 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 |