summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/AlsaDriver.cpp2
-rw-r--r--src/AlsaDriver.hpp2
-rw-r--r--src/DBus.cpp2
-rw-r--r--src/DBus.hpp2
-rw-r--r--src/Driver.hpp2
-rw-r--r--src/GladeFile.hpp2
-rw-r--r--src/JackDriver.cpp2
-rw-r--r--src/JackDriver.hpp2
-rw-r--r--src/LashClient.hpp2
-rw-r--r--src/LashProxy.hpp2
-rw-r--r--src/LoadProjectDialog.cpp2
-rw-r--r--src/LoadProjectDialog.hpp2
-rw-r--r--src/Patchage.cpp2
-rw-r--r--src/Patchage.hpp2
-rw-r--r--src/PatchageCanvas.cpp2
-rw-r--r--src/PatchageCanvas.hpp2
-rw-r--r--src/PatchageEvent.cpp2
-rw-r--r--src/PatchageEvent.hpp2
-rw-r--r--src/PatchageModule.hpp2
-rw-r--r--src/PatchagePort.hpp2
-rw-r--r--src/PortID.hpp2
-rw-r--r--src/Project.cpp2
-rw-r--r--src/ProjectList.hpp2
-rw-r--r--src/StateManager.cpp2
-rw-r--r--src/StateManager.hpp2
-rw-r--r--src/Widget.hpp2
-rw-r--r--src/binary_location.h2
-rw-r--r--src/main.cpp2
28 files changed, 28 insertions, 28 deletions
diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp
index 44569f3..5a24580 100644
--- a/src/AlsaDriver.cpp
+++ b/src/AlsaDriver.cpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* Patchage 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/AlsaDriver.hpp b/src/AlsaDriver.hpp
index 4b7c13f..e9f7e4c 100644
--- a/src/AlsaDriver.hpp
+++ b/src/AlsaDriver.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* Patchage 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/DBus.cpp b/src/DBus.cpp
index 5bd648b..b7401da 100644
--- a/src/DBus.cpp
+++ b/src/DBus.cpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright (C) 2008 Dave Robillard <dave@drobilla.net>
+ * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net>
* Copyright (C) 2008 Nedko Arnaudov <nedko@arnaudov.name>
*
* Patchage is free software; you can redistribute it and/or modify it under the
diff --git a/src/DBus.hpp b/src/DBus.hpp
index 983d274..4ed3561 100644
--- a/src/DBus.hpp
+++ b/src/DBus.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright (C) 2008 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net>
* Copyright (C) 2008 Nedko Arnaudov <nedko@arnaudov.name>
*
* Patchage is free software; you can redistribute it and/or modify it under the
diff --git a/src/Driver.hpp b/src/Driver.hpp
index 822b89d..8e8ba7c 100644
--- a/src/Driver.hpp
+++ b/src/Driver.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* Patchage 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/GladeFile.hpp b/src/GladeFile.hpp
index 2f10a80..0fdd28b 100644
--- a/src/GladeFile.hpp
+++ b/src/GladeFile.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* Patchage 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/JackDriver.cpp b/src/JackDriver.cpp
index ff937ac..bb424ff 100644
--- a/src/JackDriver.cpp
+++ b/src/JackDriver.cpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* Patchage 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/JackDriver.hpp b/src/JackDriver.hpp
index 2bdb990..90a5e9e 100644
--- a/src/JackDriver.hpp
+++ b/src/JackDriver.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* Patchage 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/LashClient.hpp b/src/LashClient.hpp
index 70e5d6f..6d50381 100644
--- a/src/LashClient.hpp
+++ b/src/LashClient.hpp
@@ -1,6 +1,6 @@
// -*- Mode: C++ ; indent-tabs-mode: t -*-
/* This file is part of Patchage.
- * Copyright (C) 2008 Dave Robillard <dave@drobilla.net>
+ * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net>
* Copyright (C) 2008 Nedko Arnaudov <nedko@arnaudov.name>
*
* Patchage is free software; you can redistribute it and/or modify it under the
diff --git a/src/LashProxy.hpp b/src/LashProxy.hpp
index 086a543..aca14d8 100644
--- a/src/LashProxy.hpp
+++ b/src/LashProxy.hpp
@@ -1,6 +1,6 @@
// -*- Mode: C++ ; indent-tabs-mode: t -*-
/* This file is part of Patchage.
- * Copyright (C) 2008 Dave Robillard <dave@drobilla.net>
+ * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net>
* Copyright (C) 2008 Nedko Arnaudov <nedko@arnaudov.name>
*
* Patchage is free software; you can redistribute it and/or modify it under the
diff --git a/src/LoadProjectDialog.cpp b/src/LoadProjectDialog.cpp
index 0a4c92a..35d32f3 100644
--- a/src/LoadProjectDialog.cpp
+++ b/src/LoadProjectDialog.cpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright (C) 2008 Dave Robillard <dave@drobilla.net>
+ * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net>
* Copyright (C) 2008 Nedko Arnaudov <nedko@arnaudov.name>
*
* Patchage is free software; you can redistribute it and/or modify it under the
diff --git a/src/LoadProjectDialog.hpp b/src/LoadProjectDialog.hpp
index c2fc8d1..d01bfe1 100644
--- a/src/LoadProjectDialog.hpp
+++ b/src/LoadProjectDialog.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright (C) 2008 Dave Robillard <dave@drobilla.net>
+ * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net>
* Copyright (C) 2008 Nedko Arnaudov <nedko@arnaudov.name>
*
* Patchage is free software; you can redistribute it and/or modify it under the
diff --git a/src/Patchage.cpp b/src/Patchage.cpp
index fc037a2..6d8456f 100644
--- a/src/Patchage.cpp
+++ b/src/Patchage.cpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* Patchage 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/Patchage.hpp b/src/Patchage.hpp
index cf4b828..37757e0 100644
--- a/src/Patchage.hpp
+++ b/src/Patchage.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* Patchage 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/PatchageCanvas.cpp b/src/PatchageCanvas.cpp
index cfbf267..4c487ba 100644
--- a/src/PatchageCanvas.cpp
+++ b/src/PatchageCanvas.cpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* Patchage 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/PatchageCanvas.hpp b/src/PatchageCanvas.hpp
index 1dd7a5a..5541687 100644
--- a/src/PatchageCanvas.hpp
+++ b/src/PatchageCanvas.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* Patchage 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/PatchageEvent.cpp b/src/PatchageEvent.cpp
index 370143a..88af4f3 100644
--- a/src/PatchageEvent.cpp
+++ b/src/PatchageEvent.cpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* Patchage 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/PatchageEvent.hpp b/src/PatchageEvent.hpp
index 337909d..575cbd5 100644
--- a/src/PatchageEvent.hpp
+++ b/src/PatchageEvent.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* Patchage 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/PatchageModule.hpp b/src/PatchageModule.hpp
index 363e459..3490088 100644
--- a/src/PatchageModule.hpp
+++ b/src/PatchageModule.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* Patchage 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/PatchagePort.hpp b/src/PatchagePort.hpp
index e85b1f0..3854320 100644
--- a/src/PatchagePort.hpp
+++ b/src/PatchagePort.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* Patchage 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/PortID.hpp b/src/PortID.hpp
index a57d9d1..b3eb373 100644
--- a/src/PortID.hpp
+++ b/src/PortID.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright (C) 2008 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net>
*
* Patchage 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/Project.cpp b/src/Project.cpp
index 655974c..0a1c2d5 100644
--- a/src/Project.cpp
+++ b/src/Project.cpp
@@ -1,6 +1,6 @@
// -*- Mode: C++ ; indent-tabs-mode: t -*-
/* This file is part of Patchage.
- * Copyright (C) 2008 Dave Robillard <dave@drobilla.net>
+ * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net>
* Copyright (C) 2008 Nedko Arnaudov <nedko@arnaudov.name>
*
* Patchage is free software; you can redistribute it and/or modify it under the
diff --git a/src/ProjectList.hpp b/src/ProjectList.hpp
index 558fe48..69997ef 100644
--- a/src/ProjectList.hpp
+++ b/src/ProjectList.hpp
@@ -1,6 +1,6 @@
// -*- Mode: C++ ; indent-tabs-mode: t -*-
/* This file is part of Patchage.
- * Copyright (C) 2008 Dave Robillard <dave@drobilla.net>
+ * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net>
* Copyright (C) 2008 Nedko Arnaudov <nedko@arnaudov.name>
*
* Patchage is free software; you can redistribute it and/or modify it under the
diff --git a/src/StateManager.cpp b/src/StateManager.cpp
index 0b8c55c..bd946cd 100644
--- a/src/StateManager.cpp
+++ b/src/StateManager.cpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* Patchage 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/StateManager.hpp b/src/StateManager.hpp
index 87267ff..01bdddd 100644
--- a/src/StateManager.hpp
+++ b/src/StateManager.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* Patchage 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/Widget.hpp b/src/Widget.hpp
index fa340bf..ee24adc 100644
--- a/src/Widget.hpp
+++ b/src/Widget.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* Patchage 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
diff --git a/src/binary_location.h b/src/binary_location.h
index 4244f4f..d8c3f12 100644
--- a/src/binary_location.h
+++ b/src/binary_location.h
@@ -1,5 +1,5 @@
/* Find the location of the program in the filesytem.
- * Copyright (C) 2008 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net>
*
* This 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/main.cpp b/src/main.cpp
index e77d8c7..062a203 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* Patchage 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