diff options
Diffstat (limited to 'slv2')
-rw-r--r-- | slv2/plugin.h | 4 | ||||
-rw-r--r-- | slv2/plugininstance.h | 4 | ||||
-rw-r--r-- | slv2/pluginlist.h | 6 | ||||
-rw-r--r-- | slv2/port.h | 4 | ||||
-rw-r--r-- | slv2/private_types.h | 4 | ||||
-rw-r--r-- | slv2/query.h | 4 | ||||
-rw-r--r-- | slv2/slv2.h | 4 | ||||
-rw-r--r-- | slv2/types.h | 4 |
8 files changed, 17 insertions, 17 deletions
diff --git a/slv2/plugin.h b/slv2/plugin.h index 95d933e..056c72f 100644 --- a/slv2/plugin.h +++ b/slv2/plugin.h @@ -1,5 +1,5 @@ -/* LibSLV2 - * Copyright (C) 2006 Dave Robillard <drobilla@connect.carleton.ca> +/* SLV2 + * Copyright (C) 2007 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/slv2/plugininstance.h b/slv2/plugininstance.h index cb35c02..cfa6788 100644 --- a/slv2/plugininstance.h +++ b/slv2/plugininstance.h @@ -1,5 +1,5 @@ -/* LibSLV2 - * Copyright (C) 2006 Dave Robillard <drobilla@connect.carleton.ca> +/* SLV2 + * Copyright (C) 2007 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/slv2/pluginlist.h b/slv2/pluginlist.h index 7a0f967..aca3bb7 100644 --- a/slv2/pluginlist.h +++ b/slv2/pluginlist.h @@ -1,5 +1,5 @@ -/* LibSLV2 - * Copyright (C) 2006 Dave Robillard <drobilla@connect.carleton.ca> +/* SLV2 + * Copyright (C) 2007 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 @@ -27,7 +27,7 @@ extern "C" { typedef struct _PluginList* SLV2List; -/** \defgroup lists Plugin lists +/** \defgroup lists Plugin discovery * * These functions are for locating plugins installed on the system. * diff --git a/slv2/port.h b/slv2/port.h index 52a8a84..4e352a8 100644 --- a/slv2/port.h +++ b/slv2/port.h @@ -1,5 +1,5 @@ -/* LibSLV2 - * Copyright (C) 2006 Dave Robillard <drobilla@connect.carleton.ca> +/* SLV2 + * Copyright (C) 2007 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/slv2/private_types.h b/slv2/private_types.h index d0f6fa4..590ecae 100644 --- a/slv2/private_types.h +++ b/slv2/private_types.h @@ -1,5 +1,5 @@ -/* LibSLV2 - * Copyright (C) 2006 Dave Robillard <drobilla@connect.carleton.ca> +/* SLV2 + * Copyright (C) 2007 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/slv2/query.h b/slv2/query.h index a23df0e..28df4a6 100644 --- a/slv2/query.h +++ b/slv2/query.h @@ -1,5 +1,5 @@ -/* LibSLV2 - * Copyright (C) 2006 Dave Robillard <drobilla@connect.carleton.ca> +/* SLV2 + * Copyright (C) 2007 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/slv2/slv2.h b/slv2/slv2.h index 6305f23..b3c9f63 100644 --- a/slv2/slv2.h +++ b/slv2/slv2.h @@ -1,5 +1,5 @@ -/* LibSLV2 - * Copyright (C) 2006 Dave Robillard <drobilla@connect.carleton.ca> +/* SLV2 + * Copyright (C) 2007 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/slv2/types.h b/slv2/types.h index 6bce16b..ca695b4 100644 --- a/slv2/types.h +++ b/slv2/types.h @@ -1,5 +1,5 @@ -/* LibSLV2 - * Copyright (C) 2006 Dave Robillard <drobilla@connect.carleton.ca> +/* SLV2 + * Copyright (C) 2007 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 |