summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--slv2/collections.h2
-rw-r--r--slv2/plugin.h2
-rw-r--r--slv2/pluginclass.h2
-rw-r--r--slv2/plugininstance.h2
-rw-r--r--slv2/pluginui.h2
-rw-r--r--slv2/pluginuiinstance.h2
-rw-r--r--slv2/port.h2
-rw-r--r--slv2/scalepoint.h2
-rw-r--r--slv2/slv2.h2
-rw-r--r--slv2/types.h2
-rw-r--r--slv2/util.h2
-rw-r--r--slv2/value.h2
-rw-r--r--slv2/world.h2
-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
27 files changed, 28 insertions, 28 deletions
diff --git a/slv2/collections.h b/slv2/collections.h
index 348ae93..44ef6c7 100644
--- a/slv2/collections.h
+++ b/slv2/collections.h
@@ -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/slv2/plugin.h b/slv2/plugin.h
index 696b9b6..bd457f0 100644
--- a/slv2/plugin.h
+++ b/slv2/plugin.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/slv2/pluginclass.h b/slv2/pluginclass.h
index 7afd4df..7e35d77 100644
--- a/slv2/pluginclass.h
+++ b/slv2/pluginclass.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/slv2/plugininstance.h b/slv2/plugininstance.h
index 2ff0a2b..a6888a0 100644
--- a/slv2/plugininstance.h
+++ b/slv2/plugininstance.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/slv2/pluginui.h b/slv2/pluginui.h
index 604c76e..e74ef6c 100644
--- a/slv2/pluginui.h
+++ b/slv2/pluginui.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/slv2/pluginuiinstance.h b/slv2/pluginuiinstance.h
index e72439c..9dc494a 100644
--- a/slv2/pluginuiinstance.h
+++ b/slv2/pluginuiinstance.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/slv2/port.h b/slv2/port.h
index 1f6af5d..b07c6a5 100644
--- a/slv2/port.h
+++ b/slv2/port.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/slv2/scalepoint.h b/slv2/scalepoint.h
index b5fb68c..ce9cfbf 100644
--- a/slv2/scalepoint.h
+++ b/slv2/scalepoint.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/slv2/slv2.h b/slv2/slv2.h
index ffb9567..caaed00 100644
--- a/slv2/slv2.h
+++ b/slv2/slv2.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/slv2/types.h b/slv2/types.h
index a7baf79..61c0dda 100644
--- a/slv2/types.h
+++ b/slv2/types.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/slv2/util.h b/slv2/util.h
index ec543df..19a057b 100644
--- a/slv2/util.h
+++ b/slv2/util.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/slv2/value.h b/slv2/value.h
index 86be450..e9d1966 100644
--- a/slv2/value.h
+++ b/slv2/value.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/slv2/world.h b/slv2/world.h
index f370ded..04d80a9 100644
--- a/slv2/world.h
+++ b/slv2/world.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/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);
}