From 88436621c26a0ae345fdb2755c3896854e66b26c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 16 Apr 2011 20:28:18 +0000 Subject: Update copyright headers git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3153 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/ClientStore.cpp | 2 +- src/client/ClientStore.hpp | 2 +- src/client/ConnectionModel.hpp | 2 +- src/client/HTTPClientReceiver.cpp | 2 +- src/client/HTTPClientReceiver.hpp | 2 +- src/client/HTTPEngineSender.cpp | 2 +- src/client/HTTPEngineSender.hpp | 2 +- src/client/NodeModel.cpp | 2 +- src/client/NodeModel.hpp | 2 +- src/client/OSCClientReceiver.cpp | 2 +- src/client/OSCClientReceiver.hpp | 2 +- src/client/OSCEngineSender.cpp | 2 +- src/client/OSCEngineSender.hpp | 2 +- src/client/ObjectModel.cpp | 2 +- src/client/ObjectModel.hpp | 2 +- src/client/PatchModel.cpp | 2 +- src/client/PatchModel.hpp | 2 +- src/client/PluginModel.cpp | 2 +- src/client/PluginModel.hpp | 2 +- src/client/PluginUI.cpp | 2 +- src/client/PluginUI.hpp | 2 +- src/client/PortModel.cpp | 2 +- src/client/PortModel.hpp | 2 +- src/client/SigClientInterface.hpp | 2 +- src/client/ThreadedSigClientInterface.cpp | 2 +- src/client/ThreadedSigClientInterface.hpp | 2 +- src/client/ingen_client.cpp | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) (limited to 'src/client') diff --git a/src/client/ClientStore.cpp b/src/client/ClientStore.cpp index 44a1da18..7f3f78e0 100644 --- a/src/client/ClientStore.cpp +++ b/src/client/ClientStore.cpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David Robillard * * 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/client/ClientStore.hpp b/src/client/ClientStore.hpp index b245f403..bb74a27b 100644 --- a/src/client/ClientStore.hpp +++ b/src/client/ClientStore.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David Robillard * * 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/client/ConnectionModel.hpp b/src/client/ConnectionModel.hpp index 9c25975f..f05298c4 100644 --- a/src/client/ConnectionModel.hpp +++ b/src/client/ConnectionModel.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David Robillard * * 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/client/HTTPClientReceiver.cpp b/src/client/HTTPClientReceiver.cpp index 81119767..76a44bea 100644 --- a/src/client/HTTPClientReceiver.cpp +++ b/src/client/HTTPClientReceiver.cpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2008-2009 David Robillard + * Copyright 2008-2011 David Robillard * * 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/client/HTTPClientReceiver.hpp b/src/client/HTTPClientReceiver.hpp index f699f74e..c6df3dd7 100644 --- a/src/client/HTTPClientReceiver.hpp +++ b/src/client/HTTPClientReceiver.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2008-2009 David Robillard + * Copyright 2008-2011 David Robillard * * 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/client/HTTPEngineSender.cpp b/src/client/HTTPEngineSender.cpp index 27682c5e..bbb0f28a 100644 --- a/src/client/HTTPEngineSender.cpp +++ b/src/client/HTTPEngineSender.cpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2008-2009 David Robillard + * Copyright 2008-2011 David Robillard * * 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/client/HTTPEngineSender.hpp b/src/client/HTTPEngineSender.hpp index 5713d593..58cdf407 100644 --- a/src/client/HTTPEngineSender.hpp +++ b/src/client/HTTPEngineSender.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2008-2009 David Robillard + * Copyright 2008-2011 David Robillard * * 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/client/NodeModel.cpp b/src/client/NodeModel.cpp index d7bcc7f4..51016f03 100644 --- a/src/client/NodeModel.cpp +++ b/src/client/NodeModel.cpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David Robillard * * 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/client/NodeModel.hpp b/src/client/NodeModel.hpp index 4ca3847e..e283323a 100644 --- a/src/client/NodeModel.hpp +++ b/src/client/NodeModel.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David Robillard * * 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/client/OSCClientReceiver.cpp b/src/client/OSCClientReceiver.cpp index 37cfb532..7a68692f 100644 --- a/src/client/OSCClientReceiver.cpp +++ b/src/client/OSCClientReceiver.cpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David Robillard * * 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/client/OSCClientReceiver.hpp b/src/client/OSCClientReceiver.hpp index 76c84d3d..d9230e2a 100644 --- a/src/client/OSCClientReceiver.hpp +++ b/src/client/OSCClientReceiver.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David Robillard * * 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/client/OSCEngineSender.cpp b/src/client/OSCEngineSender.cpp index ee45f6b8..31a64333 100644 --- a/src/client/OSCEngineSender.cpp +++ b/src/client/OSCEngineSender.cpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David Robillard * * 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/client/OSCEngineSender.hpp b/src/client/OSCEngineSender.hpp index f39b975e..883749be 100644 --- a/src/client/OSCEngineSender.hpp +++ b/src/client/OSCEngineSender.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David Robillard * * 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/client/ObjectModel.cpp b/src/client/ObjectModel.cpp index 69776c2c..8a378e34 100644 --- a/src/client/ObjectModel.cpp +++ b/src/client/ObjectModel.cpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David Robillard * * 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/client/ObjectModel.hpp b/src/client/ObjectModel.hpp index 18a136cb..af22f01f 100644 --- a/src/client/ObjectModel.hpp +++ b/src/client/ObjectModel.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David Robillard * * 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/client/PatchModel.cpp b/src/client/PatchModel.cpp index 9a8fd994..08b78692 100644 --- a/src/client/PatchModel.cpp +++ b/src/client/PatchModel.cpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David Robillard * * 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/client/PatchModel.hpp b/src/client/PatchModel.hpp index a62ae1bd..ec8031c4 100644 --- a/src/client/PatchModel.hpp +++ b/src/client/PatchModel.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David Robillard * * 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/client/PluginModel.cpp b/src/client/PluginModel.cpp index d1733b59..a18eb0fe 100644 --- a/src/client/PluginModel.cpp +++ b/src/client/PluginModel.cpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David Robillard * * 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/client/PluginModel.hpp b/src/client/PluginModel.hpp index 459f9eb7..3a4a80b5 100644 --- a/src/client/PluginModel.hpp +++ b/src/client/PluginModel.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David Robillard * * 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/client/PluginUI.cpp b/src/client/PluginUI.cpp index 6d37ff35..6315bdd2 100644 --- a/src/client/PluginUI.cpp +++ b/src/client/PluginUI.cpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David Robillard * * 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/client/PluginUI.hpp b/src/client/PluginUI.hpp index fc90e629..13adb436 100644 --- a/src/client/PluginUI.hpp +++ b/src/client/PluginUI.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David Robillard * * 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/client/PortModel.cpp b/src/client/PortModel.cpp index 3afbf588..94b83ee3 100644 --- a/src/client/PortModel.cpp +++ b/src/client/PortModel.cpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David Robillard * * 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/client/PortModel.hpp b/src/client/PortModel.hpp index c05610e7..8a62aed1 100644 --- a/src/client/PortModel.hpp +++ b/src/client/PortModel.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David Robillard * * 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/client/SigClientInterface.hpp b/src/client/SigClientInterface.hpp index a99d409c..e58cc3ac 100644 --- a/src/client/SigClientInterface.hpp +++ b/src/client/SigClientInterface.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David Robillard * * 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/client/ThreadedSigClientInterface.cpp b/src/client/ThreadedSigClientInterface.cpp index eb752d9f..5a0fe93d 100644 --- a/src/client/ThreadedSigClientInterface.cpp +++ b/src/client/ThreadedSigClientInterface.cpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David Robillard * * 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/client/ThreadedSigClientInterface.hpp b/src/client/ThreadedSigClientInterface.hpp index 08e7956e..0f8843a7 100644 --- a/src/client/ThreadedSigClientInterface.hpp +++ b/src/client/ThreadedSigClientInterface.hpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David Robillard * * 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/client/ingen_client.cpp b/src/client/ingen_client.cpp index bb5198c6..f8bd06a3 100644 --- a/src/client/ingen_client.cpp +++ b/src/client/ingen_client.cpp @@ -1,5 +1,5 @@ /* This file is part of Ingen. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David Robillard * * 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 -- cgit v1.2.1