summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-03-17 18:13:44 +0000
committerDavid Robillard <d@drobilla.net>2013-03-17 18:13:44 +0000
commit2c7670af2c56c46aaed8fddb17a5eb88de91beca (patch)
treeccea4a36a379c76832f683834c5c159a7cd36dbd /src
parent010d2f04975652cfde317476b0bef3398d80adfe (diff)
downloadpatchage-2c7670af2c56c46aaed8fddb17a5eb88de91beca.tar.gz
patchage-2c7670af2c56c46aaed8fddb17a5eb88de91beca.tar.bz2
patchage-2c7670af2c56c46aaed8fddb17a5eb88de91beca.zip
Update copyright date.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5087 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-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
22 files changed, 22 insertions, 22 deletions
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