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.c4
14 files changed, 15 insertions, 15 deletions
diff --git a/src/collections.c b/src/collections.c
index 4730e1b..576a6c1 100644
--- a/src/collections.c
+++ b/src/collections.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2008-2009 David Robillard <http://drobilla.net>
+ * Copyright (C) 2008-2011 David 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 049a7ec..7e38b48 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2011 David 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 9125eed..8a6da7b 100644
--- a/src/pluginclass.c
+++ b/src/pluginclass.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2011 David 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 2229424..b262fbd 100644
--- a/src/plugininstance.c
+++ b/src/plugininstance.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2011 David 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 71fd265..0c96af0 100644
--- a/src/plugins.c
+++ b/src/plugins.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2011 David 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 7cbf475..9942117 100644
--- a/src/pluginui.c
+++ b/src/pluginui.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2011 David 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 5103cdc..a4020d5 100644
--- a/src/pluginuiinstance.c
+++ b/src/pluginuiinstance.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2011 David 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 f48c30f..bf3876f 100644
--- a/src/port.c
+++ b/src/port.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2011 David 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 3ad5ef8..6730bd7 100644
--- a/src/query.c
+++ b/src/query.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2011 David 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 304123b..06a133b 100644
--- a/src/scalepoint.c
+++ b/src/scalepoint.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2011 David 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 2d1bed9..6be329a 100644
--- a/src/slv2_internal.h
+++ b/src/slv2_internal.h
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2011 David 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 b6b7d85..c1b3430 100644
--- a/src/util.c
+++ b/src/util.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2011 David 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 9e9f8d5..1797e2b 100644
--- a/src/value.c
+++ b/src/value.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2011 David 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 9657805..6c2054c 100644
--- a/src/world.c
+++ b/src/world.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2011 David 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
@@ -378,7 +378,7 @@ slv2_world_load_bundle(SLV2World world, SLV2Value bundle_uri)
slv2_value_new_from_node(world, file_node));
}
- // Add plugin to world plugin list
+ // Add plugin to world plugin list (FIXME: slow, use real data structure)
raptor_sequence_push(world->plugins, plugin);
raptor_sequence_sort(world->plugins, slv2_plugin_compare_by_uri);
}