summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/collections.c2
-rw-r--r--src/plugin.c2
-rw-r--r--src/pluginclass.c2
-rw-r--r--src/plugininstance.c2
-rw-r--r--src/plugins.c2
-rw-r--r--src/pluginui.c2
-rw-r--r--src/pluginuiinstance.c2
-rw-r--r--src/port.c2
-rw-r--r--src/query.c2
-rw-r--r--src/scalepoint.c2
-rw-r--r--src/slv2_internal.h2
-rw-r--r--src/util.c2
-rw-r--r--src/value.c2
-rw-r--r--src/world.c2
14 files changed, 14 insertions, 14 deletions
diff --git a/src/collections.c b/src/collections.c
index a16c7fb..be4d898 100644
--- a/src/collections.c
+++ b/src/collections.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2008 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net>
*
* This library 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/plugin.c b/src/plugin.c
index 6987f4c..24eb69b 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* This library 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/pluginclass.c b/src/pluginclass.c
index cf7acf0..0ebdc45 100644
--- a/src/pluginclass.c
+++ b/src/pluginclass.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* This library 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/plugininstance.c b/src/plugininstance.c
index 365535b..26fd503 100644
--- a/src/plugininstance.c
+++ b/src/plugininstance.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* This library 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/plugins.c b/src/plugins.c
index 97e1323..4aee191 100644
--- a/src/plugins.c
+++ b/src/plugins.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* This library 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/pluginui.c b/src/pluginui.c
index 0ac3dca..ea3609b 100644
--- a/src/pluginui.c
+++ b/src/pluginui.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* This library 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/pluginuiinstance.c b/src/pluginuiinstance.c
index 44b41e5..2c59537 100644
--- a/src/pluginuiinstance.c
+++ b/src/pluginuiinstance.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
* Author: Lars Luthman
*
* This library is free software; you can redistribute it and/or modify it
diff --git a/src/port.c b/src/port.c
index 6ccd0f3..e75ffb5 100644
--- a/src/port.c
+++ b/src/port.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* This library 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/query.c b/src/query.c
index 8655eab..6f9bace 100644
--- a/src/query.c
+++ b/src/query.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* This library 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/scalepoint.c b/src/scalepoint.c
index 8c22ce2..1247b42 100644
--- a/src/scalepoint.c
+++ b/src/scalepoint.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* This library 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/slv2_internal.h b/src/slv2_internal.h
index d55c0dc..a24570f 100644
--- a/src/slv2_internal.h
+++ b/src/slv2_internal.h
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* This library 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/util.c b/src/util.c
index 3e6afb9..a58b5d1 100644
--- a/src/util.c
+++ b/src/util.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* This library 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/value.c b/src/value.c
index d05ba58..213ab44 100644
--- a/src/value.c
+++ b/src/value.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* This library 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/world.c b/src/world.c
index d905e52..62e2bfe 100644
--- a/src/world.c
+++ b/src/world.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
*
* This library 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