diff options
author | Avuton Olrich <avuton@gmail.com> | 2009-12-31 20:55:13 -0800 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2009-12-31 20:58:43 -0800 |
commit | 9d3865cb952e95cfe8ac94f27f567f8408ec5b50 (patch) | |
tree | 27c8ff0d86c08a4d01012b81b247cb96c5c332b5 /src/filter | |
parent | 05cde5810accc64b4f57a106ad41ba46dfd99bbd (diff) | |
download | mpd-9d3865cb952e95cfe8ac94f27f567f8408ec5b50.tar.gz mpd-9d3865cb952e95cfe8ac94f27f567f8408ec5b50.tar.xz mpd-9d3865cb952e95cfe8ac94f27f567f8408ec5b50.zip |
Update copyright notices.
Diffstat (limited to 'src/filter')
-rw-r--r-- | src/filter/autoconvert_filter_plugin.c | 2 | ||||
-rw-r--r-- | src/filter/autoconvert_filter_plugin.h | 2 | ||||
-rw-r--r-- | src/filter/chain_filter_plugin.c | 2 | ||||
-rw-r--r-- | src/filter/chain_filter_plugin.h | 2 | ||||
-rw-r--r-- | src/filter/convert_filter_plugin.c | 2 | ||||
-rw-r--r-- | src/filter/convert_filter_plugin.h | 2 | ||||
-rw-r--r-- | src/filter/normalize_filter_plugin.c | 2 | ||||
-rw-r--r-- | src/filter/null_filter_plugin.c | 2 | ||||
-rw-r--r-- | src/filter/route_filter_plugin.c | 2 | ||||
-rw-r--r-- | src/filter/volume_filter_plugin.c | 2 | ||||
-rw-r--r-- | src/filter/volume_filter_plugin.h | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/src/filter/autoconvert_filter_plugin.c b/src/filter/autoconvert_filter_plugin.c index c862ffe23..9e197a5f6 100644 --- a/src/filter/autoconvert_filter_plugin.c +++ b/src/filter/autoconvert_filter_plugin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2009 The Music Player Daemon Project + * Copyright (C) 2003-2010 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/filter/autoconvert_filter_plugin.h b/src/filter/autoconvert_filter_plugin.h index cb98d6af2..730db197d 100644 --- a/src/filter/autoconvert_filter_plugin.h +++ b/src/filter/autoconvert_filter_plugin.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2009 The Music Player Daemon Project + * Copyright (C) 2003-2010 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/filter/chain_filter_plugin.c b/src/filter/chain_filter_plugin.c index 56fa3a5e1..06d4d0e6b 100644 --- a/src/filter/chain_filter_plugin.c +++ b/src/filter/chain_filter_plugin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2009 The Music Player Daemon Project + * Copyright (C) 2003-2010 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/filter/chain_filter_plugin.h b/src/filter/chain_filter_plugin.h index f8462b22d..42c6a9b78 100644 --- a/src/filter/chain_filter_plugin.h +++ b/src/filter/chain_filter_plugin.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2009 The Music Player Daemon Project + * Copyright (C) 2003-2010 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/filter/convert_filter_plugin.c b/src/filter/convert_filter_plugin.c index 87070fa3a..cb9e0940a 100644 --- a/src/filter/convert_filter_plugin.c +++ b/src/filter/convert_filter_plugin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2009 The Music Player Daemon Project + * Copyright (C) 2003-2010 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/filter/convert_filter_plugin.h b/src/filter/convert_filter_plugin.h index 8d370b0cb..ba9180e64 100644 --- a/src/filter/convert_filter_plugin.h +++ b/src/filter/convert_filter_plugin.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2009 The Music Player Daemon Project + * Copyright (C) 2003-2010 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/filter/normalize_filter_plugin.c b/src/filter/normalize_filter_plugin.c index 4a8bde51d..63bbb6e4f 100644 --- a/src/filter/normalize_filter_plugin.c +++ b/src/filter/normalize_filter_plugin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2009 The Music Player Daemon Project + * Copyright (C) 2003-2010 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/filter/null_filter_plugin.c b/src/filter/null_filter_plugin.c index d677780dc..650f95bc4 100644 --- a/src/filter/null_filter_plugin.c +++ b/src/filter/null_filter_plugin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2009 The Music Player Daemon Project + * Copyright (C) 2003-2010 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/filter/route_filter_plugin.c b/src/filter/route_filter_plugin.c index d9ca149c8..4f8f4cde1 100644 --- a/src/filter/route_filter_plugin.c +++ b/src/filter/route_filter_plugin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2009 The Music Player Daemon Project + * Copyright (C) 2003-2010 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/filter/volume_filter_plugin.c b/src/filter/volume_filter_plugin.c index 82eed3acc..eca7841da 100644 --- a/src/filter/volume_filter_plugin.c +++ b/src/filter/volume_filter_plugin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2009 The Music Player Daemon Project + * Copyright (C) 2003-2010 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/filter/volume_filter_plugin.h b/src/filter/volume_filter_plugin.h index c064741a2..ad3b2c6f1 100644 --- a/src/filter/volume_filter_plugin.h +++ b/src/filter/volume_filter_plugin.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2009 The Music Player Daemon Project + * Copyright (C) 2003-2010 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify |