diff options
author | David Robillard <d@drobilla.net> | 2011-02-04 01:40:01 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-04 01:40:01 +0000 |
commit | cfa70a49ec316be6ab83769161a5e02b97c84f65 (patch) | |
tree | 15afa92869e9c9f184824127575b336ff79d7596 /src/world.c | |
parent | 5b8c788cc4a42f9424d5cca7ca46ceb3cb427af7 (diff) | |
download | lilv-cfa70a49ec316be6ab83769161a5e02b97c84f65.tar.gz lilv-cfa70a49ec316be6ab83769161a5e02b97c84f65.tar.bz2 lilv-cfa70a49ec316be6ab83769161a5e02b97c84f65.zip |
Update copyright dates.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2896 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/world.c')
-rw-r--r-- | src/world.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); } |