diff options
Diffstat (limited to 'src/common/interface')
-rw-r--r-- | src/common/interface/ClientInterface.hpp | 2 | ||||
-rw-r--r-- | src/common/interface/CommonInterface.hpp | 2 | ||||
-rw-r--r-- | src/common/interface/Connection.hpp | 2 | ||||
-rw-r--r-- | src/common/interface/EngineInterface.hpp | 2 | ||||
-rw-r--r-- | src/common/interface/EventType.hpp | 2 | ||||
-rw-r--r-- | src/common/interface/GraphObject.hpp | 2 | ||||
-rw-r--r-- | src/common/interface/Node.hpp | 2 | ||||
-rw-r--r-- | src/common/interface/Patch.hpp | 2 | ||||
-rw-r--r-- | src/common/interface/Plugin.hpp | 2 | ||||
-rw-r--r-- | src/common/interface/Port.hpp | 2 | ||||
-rw-r--r-- | src/common/interface/PortType.hpp | 2 | ||||
-rw-r--r-- | src/common/interface/Resource.hpp | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/src/common/interface/ClientInterface.hpp b/src/common/interface/ClientInterface.hpp index e12788f9..39a121b1 100644 --- a/src/common/interface/ClientInterface.hpp +++ b/src/common/interface/ClientInterface.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * Ingen 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/common/interface/CommonInterface.hpp b/src/common/interface/CommonInterface.hpp index fa4859b3..efd80050 100644 --- a/src/common/interface/CommonInterface.hpp +++ b/src/common/interface/CommonInterface.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2008-2009 David Robillard <http://drobilla.net> * * Ingen 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/common/interface/Connection.hpp b/src/common/interface/Connection.hpp index 8daea551..8e429631 100644 --- a/src/common/interface/Connection.hpp +++ b/src/common/interface/Connection.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * Ingen 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/common/interface/EngineInterface.hpp b/src/common/interface/EngineInterface.hpp index f334cf20..384c500d 100644 --- a/src/common/interface/EngineInterface.hpp +++ b/src/common/interface/EngineInterface.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * Ingen is free software = 0; 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/common/interface/EventType.hpp b/src/common/interface/EventType.hpp index 1e9a1b16..8a19ba42 100644 --- a/src/common/interface/EventType.hpp +++ b/src/common/interface/EventType.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2008-2009 David Robillard <http://drobilla.net> * * Ingen 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/common/interface/GraphObject.hpp b/src/common/interface/GraphObject.hpp index d53658c5..de908cc5 100644 --- a/src/common/interface/GraphObject.hpp +++ b/src/common/interface/GraphObject.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * Ingen 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/common/interface/Node.hpp b/src/common/interface/Node.hpp index 4a700a12..e7669761 100644 --- a/src/common/interface/Node.hpp +++ b/src/common/interface/Node.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * Ingen 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/common/interface/Patch.hpp b/src/common/interface/Patch.hpp index f46c1a6d..87f12bca 100644 --- a/src/common/interface/Patch.hpp +++ b/src/common/interface/Patch.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * Ingen 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/common/interface/Plugin.hpp b/src/common/interface/Plugin.hpp index 22464e91..5acaa8e6 100644 --- a/src/common/interface/Plugin.hpp +++ b/src/common/interface/Plugin.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * Ingen 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/common/interface/Port.hpp b/src/common/interface/Port.hpp index 06272b6f..1ddcc0a9 100644 --- a/src/common/interface/Port.hpp +++ b/src/common/interface/Port.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * Ingen 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/common/interface/PortType.hpp b/src/common/interface/PortType.hpp index 19558adc..4813f0ee 100644 --- a/src/common/interface/PortType.hpp +++ b/src/common/interface/PortType.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * Ingen 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/common/interface/Resource.hpp b/src/common/interface/Resource.hpp index 7a40f8bb..c5b5624a 100644 --- a/src/common/interface/Resource.hpp +++ b/src/common/interface/Resource.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2008-2009 David Robillard <http://drobilla.net> * * Ingen 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 |