summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--osx/Info.plist.in2
-rw-r--r--src/AlsaDriver.cpp2
-rw-r--r--src/AlsaDriver.hpp2
-rw-r--r--src/Driver.hpp2
-rw-r--r--src/JackDriver.cpp2
-rw-r--r--src/JackDriver.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.cpp2
-rw-r--r--src/PatchageModule.hpp2
-rw-r--r--src/PatchagePort.hpp2
-rw-r--r--src/PortID.hpp2
-rw-r--r--src/Queue.hpp2
-rw-r--r--src/StateManager.cpp2
-rw-r--r--src/StateManager.hpp2
-rw-r--r--src/UIFile.hpp2
-rw-r--r--src/Widget.hpp2
-rw-r--r--src/binary_location.h2
-rw-r--r--src/main.cpp2
-rw-r--r--wscript2
25 files changed, 26 insertions, 24 deletions
diff --git a/AUTHORS b/AUTHORS
index d7ab46b..3f838de 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,7 @@
Author:
David Robillard <d@drobilla.net>
+
+Jack D-BUS support:
Nedko Arnaudov <nedko@arnaudov.name>
Icons:
diff --git a/osx/Info.plist.in b/osx/Info.plist.in
index e7a1249..fed2102 100644
--- a/osx/Info.plist.in
+++ b/osx/Info.plist.in
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>patchage</string>
<key>CFBundleGetInfoString</key>
- <string>@PATCHAGE_VERSION@, Copyright © 2011 David Robillard</string>
+ <string>@PATCHAGE_VERSION@, Copyright © 2013 David Robillard</string>
<key>CFBundleIconFile</key>
<string>Patchage</string>
<key>CFBundleIdentifier</key>
diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp
index 278a6bc..d894883 100644
--- a/src/AlsaDriver.cpp
+++ b/src/AlsaDriver.cpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright 2007-2011 David Robillard <http://drobilla.net>
+ * Copyright 2007-2013 David 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/AlsaDriver.hpp b/src/AlsaDriver.hpp
index f1f81ba..4c8f231 100644
--- a/src/AlsaDriver.hpp
+++ b/src/AlsaDriver.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright 2007-2011 David Robillard <http://drobilla.net>
+ * Copyright 2007-2013 David 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/Driver.hpp b/src/Driver.hpp
index 50dce4a..6b08ac1 100644
--- a/src/Driver.hpp
+++ b/src/Driver.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright 2007-2011 David Robillard <http://drobilla.net>
+ * Copyright 2007-2013 David 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/JackDriver.cpp b/src/JackDriver.cpp
index 0c5b440..a893a3b 100644
--- a/src/JackDriver.cpp
+++ b/src/JackDriver.cpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright 2007-2011 David Robillard <http://drobilla.net>
+ * Copyright 2007-2013 David 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/JackDriver.hpp b/src/JackDriver.hpp
index 2206d37..d3ac0cd 100644
--- a/src/JackDriver.hpp
+++ b/src/JackDriver.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright 2007-2011 David Robillard <http://drobilla.net>
+ * Copyright 2007-2013 David 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/Patchage.cpp b/src/Patchage.cpp
index 3be7ed2..b77795c 100644
--- a/src/Patchage.cpp
+++ b/src/Patchage.cpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright 2007-2011 David Robillard <http://drobilla.net>
+ * Copyright 2007-2013 David 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/Patchage.hpp b/src/Patchage.hpp
index 08619c2..5f54b91 100644
--- a/src/Patchage.hpp
+++ b/src/Patchage.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright 2007-2011 David Robillard <http://drobilla.net>
+ * Copyright 2007-2013 David 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/PatchageCanvas.cpp b/src/PatchageCanvas.cpp
index 28fe1d4..976ab73 100644
--- a/src/PatchageCanvas.cpp
+++ b/src/PatchageCanvas.cpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright 2007-2011 David Robillard <http://drobilla.net>
+ * Copyright 2007-2013 David 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/PatchageCanvas.hpp b/src/PatchageCanvas.hpp
index 3701519..6f1a88b 100644
--- a/src/PatchageCanvas.hpp
+++ b/src/PatchageCanvas.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright 2007-2011 David Robillard <http://drobilla.net>
+ * Copyright 2007-2013 David 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/PatchageEvent.cpp b/src/PatchageEvent.cpp
index e718a88..895c071 100644
--- a/src/PatchageEvent.cpp
+++ b/src/PatchageEvent.cpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright 2007-2011 David Robillard <http://drobilla.net>
+ * Copyright 2007-2013 David 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/PatchageEvent.hpp b/src/PatchageEvent.hpp
index a17b255..8a8cec5 100644
--- a/src/PatchageEvent.hpp
+++ b/src/PatchageEvent.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright 2007-2011 David Robillard <http://drobilla.net>
+ * Copyright 2007-2013 David 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/PatchageModule.cpp b/src/PatchageModule.cpp
index 991ebb0..b02a052 100644
--- a/src/PatchageModule.cpp
+++ b/src/PatchageModule.cpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright 2010-2011 David Robillard <http://drobilla.net>
+ * Copyright 2010-2013 David 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/PatchageModule.hpp b/src/PatchageModule.hpp
index 401a366..23a5f4a 100644
--- a/src/PatchageModule.hpp
+++ b/src/PatchageModule.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright 2007-2011 David Robillard <http://drobilla.net>
+ * Copyright 2007-2013 David 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/PatchagePort.hpp b/src/PatchagePort.hpp
index 681cfd3..66e7d2b 100644
--- a/src/PatchagePort.hpp
+++ b/src/PatchagePort.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright 2007-2011 David Robillard <http://drobilla.net>
+ * Copyright 2007-2013 David 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/PortID.hpp b/src/PortID.hpp
index 8f31d4e..8c698b8 100644
--- a/src/PortID.hpp
+++ b/src/PortID.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright 2008-2011 David Robillard <http://drobilla.net>
+ * Copyright 2008-2013 David 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/Queue.hpp b/src/Queue.hpp
index c99ee54..3c62d8c 100644
--- a/src/Queue.hpp
+++ b/src/Queue.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright 2007-2011 David Robillard <http://drobilla.net>
+ * Copyright 2007-2013 David 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/StateManager.cpp b/src/StateManager.cpp
index 2f6a971..d059cb7 100644
--- a/src/StateManager.cpp
+++ b/src/StateManager.cpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright 2007-2011 David Robillard <http://drobilla.net>
+ * Copyright 2007-2013 David 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/StateManager.hpp b/src/StateManager.hpp
index bc15287..3df4d35 100644
--- a/src/StateManager.hpp
+++ b/src/StateManager.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright 2007-2011 David Robillard <http://drobilla.net>
+ * Copyright 2007-2013 David 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/UIFile.hpp b/src/UIFile.hpp
index d0b551c..55366dc 100644
--- a/src/UIFile.hpp
+++ b/src/UIFile.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright 2007-2011 David Robillard <http://drobilla.net>
+ * Copyright 2007-2013 David 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/Widget.hpp b/src/Widget.hpp
index 479d9e5..e69221f 100644
--- a/src/Widget.hpp
+++ b/src/Widget.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage
- * Copyright 2007-2011 David Robillard <http://drobilla.net>
+ * Copyright 2007-2013 David 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 e238467..29eb675 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 2008-2011 David Robillard <http://drobilla.net>
+ * Copyright 2008-2013 David 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 36dff7d..a0c8554 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright 2007-2011 David Robillard <http://drobilla.net>
+ * Copyright 2007-2013 David 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/wscript b/wscript
index 0973249..353d739 100644
--- a/wscript
+++ b/wscript
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# Licensed under the GNU GPL v3 or later, see COPYING file for details.
-# Copyright 2008-2010 David Robillard
+# Copyright 2008-2013 David Robillard
# Copyright 2008 Nedko Arnaudov
import os