From f1b69e26a29bf8a5c3f91980dc4f15327d9e1b2a Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Fri, 1 Jan 2010 15:45:11 -0800 Subject: [PATCH] Update copyright notices. --- COPYING | 2 +- LICENSE.BSD | 2 +- Makefile.am | 2 +- autogen.sh | 2 +- data/Makefile.am | 2 +- data/conky.conf | 2 +- data/conky_no_x11.conf | 2 +- doc/docs.xml | 2 +- lua/Makefile.am | 2 +- lua/libcairo-helper.h | 2 +- src/Makefile.am | 2 +- src/algebra.c | 2 +- src/algebra.h | 2 +- src/bmpx.c | 2 +- src/bmpx.h | 2 +- src/ccurl_thread.c | 2 +- src/ccurl_thread.h | 2 +- src/colours.c | 2 +- src/colours.h | 2 +- src/combine.c | 2 +- src/combine.h | 2 +- src/common.c | 2 +- src/conf_cookie.c | 2 +- src/conky.c | 2 +- src/conky.h | 2 +- src/core.c | 2 +- src/core.h | 2 +- src/diskio.c | 2 +- src/diskio.h | 2 +- src/entropy.c | 2 +- src/entropy.h | 2 +- src/eve.c | 2 +- src/eve.h | 2 +- src/exec.c | 2 +- src/exec.h | 2 +- src/fonts.c | 2 +- src/fonts.h | 2 +- src/freebsd.c | 2 +- src/fs.c | 2 +- src/hddtemp.c | 2 +- src/i8k.c | 2 +- src/i8k.h | 2 +- src/ibm.c | 2 +- src/iconv_tools.c | 2 +- src/iconv_tools.h | 2 +- src/imlib2.c | 2 +- src/imlib2.h | 2 +- src/linux.c | 2 +- src/llua.c | 2 +- src/llua.h | 2 +- src/logging.h | 2 +- src/mail.c | 2 +- src/mboxscan.c | 2 +- src/mboxscan.h | 2 +- src/mixer.c | 2 +- src/mpd.c | 2 +- src/net_stat.c | 2 +- src/net_stat.h | 2 +- src/netbsd.c | 2 +- src/nvidia.c | 2 +- src/nvidia.h | 2 +- src/openbsd.c | 2 +- src/proc.c | 2 +- src/proc.h | 2 +- src/read_tcp.c | 2 +- src/read_tcp.h | 2 +- src/rss.c | 2 +- src/scroll.c | 2 +- src/scroll.h | 2 +- src/solaris.c | 2 +- src/sony.c | 2 +- src/sony.h | 2 +- src/specials.c | 2 +- src/specials.h | 2 +- src/tailhead.c | 2 +- src/tailhead.h | 2 +- src/template.c | 2 +- src/template.h | 2 +- src/text_object.c | 2 +- src/text_object.h | 2 +- src/timeinfo.c | 2 +- src/timeinfo.h | 2 +- src/top.c | 2 +- src/top.h | 2 +- src/user.c | 2 +- src/user.h | 2 +- src/users.c | 2 +- src/weather.c | 2 +- src/weather.h | 2 +- src/x11.c | 2 +- src/xmms2.c | 2 +- src/xmms2.h | 2 +- 92 files changed, 92 insertions(+), 92 deletions(-) diff --git a/COPYING b/COPYING index 7d49ea0..ab5e7af 100644 --- a/COPYING +++ b/COPYING @@ -5,5 +5,5 @@ All code written since the fork of torsmo is licensed under the GPL (see LICENSE.GPL for a copy), except where noted differently (such as in portmon code, timed thread code, and audacious code which are LGPL, and prss which is an MIT-style license). Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen -Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) +Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) All rights reserved. diff --git a/LICENSE.BSD b/LICENSE.BSD index 1388a58..604d79d 100644 --- a/LICENSE.BSD +++ b/LICENSE.BSD @@ -1,5 +1,5 @@ Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen -Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) +Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Makefile.am b/Makefile.am index 30f9bb6..01ddd7e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ # Please see COPYING for details # # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen -# Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) +# Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) # All rights reserved. # # This program is free software: you can redistribute it and/or modify diff --git a/autogen.sh b/autogen.sh index 9cf7ea8..1e7d76b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -9,7 +9,7 @@ # Please see COPYING for details # # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen -# Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) +# Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) # All rights reserved. # # This program is free software: you can redistribute it and/or modify diff --git a/data/Makefile.am b/data/Makefile.am index 46e6ea5..a7607d9 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -9,7 +9,7 @@ # Please see COPYING for details # # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen -# Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) +# Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) # All rights reserved. # # This program is free software: you can redistribute it and/or modify diff --git a/data/conky.conf b/data/conky.conf index b64e128..8736f35 100644 --- a/data/conky.conf +++ b/data/conky.conf @@ -7,7 +7,7 @@ # Please see COPYING for details # # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen -# Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) +# Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) # All rights reserved. # # This program is free software: you can redistribute it and/or modify diff --git a/data/conky_no_x11.conf b/data/conky_no_x11.conf index c25d1f1..2799245 100644 --- a/data/conky_no_x11.conf +++ b/data/conky_no_x11.conf @@ -7,7 +7,7 @@ # Please see COPYING for details # # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen -# Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) +# Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) # All rights reserved. # # This program is free software: you can redistribute it and/or modify diff --git a/doc/docs.xml b/doc/docs.xml index 6a37064..15222e1 100644 --- a/doc/docs.xml +++ b/doc/docs.xml @@ -320,7 +320,7 @@ Copying - Copyright (c) 2005-2009 Brenden Matthews, Philip + Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. Any original torsmo code is licensed under the BSD license (see LICENSE.BSD for a copy). All code written since the fork of torsmo is licensed under the GPL diff --git a/lua/Makefile.am b/lua/Makefile.am index 467ed40..45aeac5 100644 --- a/lua/Makefile.am +++ b/lua/Makefile.am @@ -4,7 +4,7 @@ # # Please see COPYING for details # -# Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) +# Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) # All rights reserved. # # This program is free software: you can redistribute it and/or modify diff --git a/lua/libcairo-helper.h b/lua/libcairo-helper.h index 92248fd..ff0d018 100644 --- a/lua/libcairo-helper.h +++ b/lua/libcairo-helper.h @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/Makefile.am b/src/Makefile.am index 0dc7241..4fb6a58 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,7 +9,7 @@ # Please see COPYING for details # # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen -# Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) +# Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) # All rights reserved. # # This program is free software: you can redistribute it and/or modify diff --git a/src/algebra.c b/src/algebra.c index 484e2e6..3f41e33 100644 --- a/src/algebra.c +++ b/src/algebra.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/algebra.h b/src/algebra.h index 46dc1e9..e338e5f 100644 --- a/src/algebra.h +++ b/src/algebra.h @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/bmpx.c b/src/bmpx.c index 2e04670..0d14e6b 100644 --- a/src/bmpx.c +++ b/src/bmpx.c @@ -9,7 +9,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/bmpx.h b/src/bmpx.h index 91064e3..da5fc29 100644 --- a/src/bmpx.h +++ b/src/bmpx.h @@ -5,7 +5,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/ccurl_thread.c b/src/ccurl_thread.c index f891754..0dbe88e 100644 --- a/src/ccurl_thread.c +++ b/src/ccurl_thread.c @@ -5,7 +5,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/ccurl_thread.h b/src/ccurl_thread.h index 1449075..f38daf2 100644 --- a/src/ccurl_thread.h +++ b/src/ccurl_thread.h @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/colours.c b/src/colours.c index 016eb32..290455e 100644 --- a/src/colours.c +++ b/src/colours.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/colours.h b/src/colours.h index 203a888..e1f65fd 100644 --- a/src/colours.h +++ b/src/colours.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/combine.c b/src/combine.c index 1323569..58cfd86 100644 --- a/src/combine.c +++ b/src/combine.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/combine.h b/src/combine.h index 22042c5..6e47fb8 100644 --- a/src/combine.h +++ b/src/combine.h @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/common.c b/src/common.c index 3c65f52..1bad93d 100644 --- a/src/common.c +++ b/src/common.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/conf_cookie.c b/src/conf_cookie.c index 9df42e9..a8769ad 100644 --- a/src/conf_cookie.c +++ b/src/conf_cookie.c @@ -5,7 +5,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/conky.c b/src/conky.c index e744897..991f14c 100644 --- a/src/conky.c +++ b/src/conky.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/conky.h b/src/conky.h index 7878288..9a6b80d 100644 --- a/src/conky.h +++ b/src/conky.h @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/core.c b/src/core.c index e1083fe..a7319c8 100644 --- a/src/core.c +++ b/src/core.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/core.h b/src/core.h index 3294559..6042545 100644 --- a/src/core.h +++ b/src/core.h @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/diskio.c b/src/diskio.c index de49f1d..627ebcf 100644 --- a/src/diskio.c +++ b/src/diskio.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/diskio.h b/src/diskio.h index 6225bbf..c762ac9 100644 --- a/src/diskio.h +++ b/src/diskio.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/entropy.c b/src/entropy.c index c18d3a2..732cfb7 100644 --- a/src/entropy.c +++ b/src/entropy.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/entropy.h b/src/entropy.h index 5cc90ef..76ee687 100644 --- a/src/entropy.h +++ b/src/entropy.h @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/eve.c b/src/eve.c index 2c81a2a..7661d4b 100644 --- a/src/eve.c +++ b/src/eve.c @@ -4,7 +4,7 @@ * Conky, a system monitor, based on torsmo * * Copyright (c) 2008 Asbjørn Zweidorff Kjær - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/eve.h b/src/eve.h index 9382117..a6e4210 100644 --- a/src/eve.h +++ b/src/eve.h @@ -3,7 +3,7 @@ * Conky, a system monitor, based on torsmo * * Copyright (c) 2008 Asbjørn Zweidorff Kjær - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/exec.c b/src/exec.c index 4057d09..286079a 100644 --- a/src/exec.c +++ b/src/exec.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/exec.h b/src/exec.h index 846d114..b497dd1 100644 --- a/src/exec.h +++ b/src/exec.h @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/fonts.c b/src/fonts.c index 4215b15..8767e00 100644 --- a/src/fonts.c +++ b/src/fonts.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/fonts.h b/src/fonts.h index 22d9278..913b29e 100644 --- a/src/fonts.h +++ b/src/fonts.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/freebsd.c b/src/freebsd.c index e536b96..aa94246 100644 --- a/src/freebsd.c +++ b/src/freebsd.c @@ -9,7 +9,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/fs.c b/src/fs.c index ad9140d..0981919 100644 --- a/src/fs.c +++ b/src/fs.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/hddtemp.c b/src/hddtemp.c index b3de87d..12e6f24 100644 --- a/src/hddtemp.c +++ b/src/hddtemp.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/i8k.c b/src/i8k.c index 0705658..5bfbd05 100644 --- a/src/i8k.c +++ b/src/i8k.c @@ -11,7 +11,7 @@ * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2007 Toni Spets - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/i8k.h b/src/i8k.h index 0e1bf42..a0fde0a 100644 --- a/src/i8k.h +++ b/src/i8k.h @@ -11,7 +11,7 @@ * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2007 Toni Spets - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/ibm.c b/src/ibm.c index c8f9b6d..47b0d33 100644 --- a/src/ibm.c +++ b/src/ibm.c @@ -11,7 +11,7 @@ * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2007 Toni Spets - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/iconv_tools.c b/src/iconv_tools.c index bf4a246..6dc129c 100644 --- a/src/iconv_tools.c +++ b/src/iconv_tools.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/iconv_tools.h b/src/iconv_tools.h index 73a1467..8ead0f1 100644 --- a/src/iconv_tools.h +++ b/src/iconv_tools.h @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/imlib2.c b/src/imlib2.c index 1670b8f..d6ef06f 100644 --- a/src/imlib2.c +++ b/src/imlib2.c @@ -5,7 +5,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2009 Brenden Matthews, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, et. al. * All rights reserved. * * This program is free software: you can redistribute it and/or modify diff --git a/src/imlib2.h b/src/imlib2.h index 747571c..117b668 100644 --- a/src/imlib2.h +++ b/src/imlib2.h @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2009 Brenden Matthews, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, et. al. * All rights reserved. * * This program is free software: you can redistribute it and/or modify diff --git a/src/linux.c b/src/linux.c index daaeb73..9ee271f 100644 --- a/src/linux.c +++ b/src/linux.c @@ -11,7 +11,7 @@ * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen * Copyright (c) 2007 Toni Spets - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/llua.c b/src/llua.c index bb9b2d3..21ac7d2 100644 --- a/src/llua.c +++ b/src/llua.c @@ -4,7 +4,7 @@ * Conky, a system monitor, based on torsmo * * Copyright (c) 2009 Toni Spets - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/llua.h b/src/llua.h index 0c94034..d2e59aa 100644 --- a/src/llua.h +++ b/src/llua.h @@ -3,7 +3,7 @@ * Conky, a system monitor, based on torsmo * * Copyright (c) 2009 Toni Spets - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/logging.h b/src/logging.h index 8916ff9..dbc17ab 100644 --- a/src/logging.h +++ b/src/logging.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/mail.c b/src/mail.c index 2dba7cc..bfd80fe 100644 --- a/src/mail.c +++ b/src/mail.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/mboxscan.c b/src/mboxscan.c index f106f0a..c9aef48 100644 --- a/src/mboxscan.c +++ b/src/mboxscan.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2006 Marco Candrian - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/mboxscan.h b/src/mboxscan.h index 76387ee..0844536 100644 --- a/src/mboxscan.h +++ b/src/mboxscan.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2006 Marco Candrian - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/mixer.c b/src/mixer.c index b3f1196..109ce9b 100644 --- a/src/mixer.c +++ b/src/mixer.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/mpd.c b/src/mpd.c index 5777ca3..24770db 100644 --- a/src/mpd.c +++ b/src/mpd.c @@ -9,7 +9,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/net_stat.c b/src/net_stat.c index 79cb6c6..0682fee 100644 --- a/src/net_stat.c +++ b/src/net_stat.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/net_stat.h b/src/net_stat.h index 6929ae9..141e840 100644 --- a/src/net_stat.h +++ b/src/net_stat.h @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/netbsd.c b/src/netbsd.c index 948ff59..9730b16 100644 --- a/src/netbsd.c +++ b/src/netbsd.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/nvidia.c b/src/nvidia.c index b0c299f..c6c94a9 100644 --- a/src/nvidia.c +++ b/src/nvidia.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2008 Markus Meissner - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/nvidia.h b/src/nvidia.h index 6be4254..0bca85a 100644 --- a/src/nvidia.h +++ b/src/nvidia.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2008 Markus Meissner - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/openbsd.c b/src/openbsd.c index 2d7dde4..2cd3f0c 100644 --- a/src/openbsd.c +++ b/src/openbsd.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2007 Toni Spets - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/proc.c b/src/proc.c index f40e61d..218393e 100644 --- a/src/proc.c +++ b/src/proc.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/proc.h b/src/proc.h index 9edc9c5..0e81334 100644 --- a/src/proc.h +++ b/src/proc.h @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/read_tcp.c b/src/read_tcp.c index 828cae4..b3cd328 100644 --- a/src/read_tcp.c +++ b/src/read_tcp.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/read_tcp.h b/src/read_tcp.h index 79f81e1..fec3923 100644 --- a/src/read_tcp.h +++ b/src/read_tcp.h @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/rss.c b/src/rss.c index 409bb1d..2f06cc7 100644 --- a/src/rss.c +++ b/src/rss.c @@ -6,7 +6,7 @@ * Please see COPYING for details * * Copyright (c) 2007 Toni Spets - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/scroll.c b/src/scroll.c index e46dd0f..f78f807 100644 --- a/src/scroll.c +++ b/src/scroll.c @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/scroll.h b/src/scroll.h index 4c33eb8..f7b59c6 100644 --- a/src/scroll.h +++ b/src/scroll.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/solaris.c b/src/solaris.c index 4cc5319..33f066d 100644 --- a/src/solaris.c +++ b/src/solaris.c @@ -9,7 +9,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/sony.c b/src/sony.c index a3eecba..0246882 100644 --- a/src/sony.c +++ b/src/sony.c @@ -5,7 +5,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * Copyright (c) 2009 Yeon-Hyeong Yang * (see AUTHORS) * All rights reserved. diff --git a/src/sony.h b/src/sony.h index b86287e..14f191a 100644 --- a/src/sony.h +++ b/src/sony.h @@ -4,7 +4,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * Copyright (c) 2009 Yeon-Hyeong Yang * (see AUTHORS) * All rights reserved. diff --git a/src/specials.c b/src/specials.c index 9a30b66..4e96aad 100644 --- a/src/specials.c +++ b/src/specials.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/specials.h b/src/specials.h index 820f9d1..f529ee3 100644 --- a/src/specials.h +++ b/src/specials.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/tailhead.c b/src/tailhead.c index 1c15be1..f0488cb 100644 --- a/src/tailhead.c +++ b/src/tailhead.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/tailhead.h b/src/tailhead.h index 6bd3dff..f69aaf8 100644 --- a/src/tailhead.h +++ b/src/tailhead.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/template.c b/src/template.c index e20faf5..a4351fd 100644 --- a/src/template.c +++ b/src/template.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/template.h b/src/template.h index a9ad267..7bdd322 100644 --- a/src/template.h +++ b/src/template.h @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/text_object.c b/src/text_object.c index 0dd7352..7bc625b 100644 --- a/src/text_object.c +++ b/src/text_object.c @@ -9,7 +9,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/text_object.h b/src/text_object.h index 5c9f779..50c94be 100644 --- a/src/text_object.h +++ b/src/text_object.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/timeinfo.c b/src/timeinfo.c index f48d9b7..0513e9b 100644 --- a/src/timeinfo.c +++ b/src/timeinfo.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/timeinfo.h b/src/timeinfo.h index 7988cda..b53b9f5 100644 --- a/src/timeinfo.h +++ b/src/timeinfo.h @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/top.c b/src/top.c index cdee265..af195bb 100644 --- a/src/top.c +++ b/src/top.c @@ -11,7 +11,7 @@ * * Copyright (c) 2005 Adi Zaimi, Dan Piponi , * Dave Clark - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/top.h b/src/top.h index d7c22d4..51bf936 100644 --- a/src/top.h +++ b/src/top.h @@ -10,7 +10,7 @@ * * Copyright (c) 2005 Adi Zaimi, Dan Piponi , * Dave Clark - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/user.c b/src/user.c index c17bdc3..7c326c0 100644 --- a/src/user.c +++ b/src/user.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/user.h b/src/user.h index 606f43a..94d2273 100644 --- a/src/user.h +++ b/src/user.h @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/users.c b/src/users.c index 73e8d08..cd3c01e 100644 --- a/src/users.c +++ b/src/users.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/weather.c b/src/weather.c index 2dd1aae..eea0fae 100644 --- a/src/weather.c +++ b/src/weather.c @@ -5,7 +5,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/weather.h b/src/weather.h index 713a1ea..166e3ae 100644 --- a/src/weather.h +++ b/src/weather.h @@ -9,7 +9,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/x11.c b/src/x11.c index c81c2b4..a860bee 100644 --- a/src/x11.c +++ b/src/x11.c @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/xmms2.c b/src/xmms2.c index a8abbbf..3dde9aa 100644 --- a/src/xmms2.c +++ b/src/xmms2.c @@ -9,7 +9,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * diff --git a/src/xmms2.h b/src/xmms2.h index 9ad6262..0443b12 100644 --- a/src/xmms2.h +++ b/src/xmms2.h @@ -8,7 +8,7 @@ * * Please see COPYING for details * - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * -- 1.7.9.5