From 886314329c6a95f0b889a19c7846f716201500fe Mon Sep 17 00:00:00 2001 From: Jonas Kramer Date: Fri, 19 Feb 2010 13:33:47 +0100 Subject: [PATCH] Updated year to 2010 in copyright notes. --- manual/shell-fm.1 | 2 +- source/main.c | 6 +++--- source/radio.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manual/shell-fm.1 b/manual/shell-fm.1 index 295cdf0..b52ba7d 100644 --- a/manual/shell-fm.1 +++ b/manual/shell-fm.1 @@ -511,5 +511,5 @@ lastfm://tag/$TAG1*$TAG2*$TAG3 .SH BUGS Please send bug reports to . .SH COPYRIGHT -Copyright (C) 2006-2009 by Jonas Kramer. +Copyright (C) 2006-2010 by Jonas Kramer. Published under the terms of the GNU General Public License. diff --git a/source/main.c b/source/main.c index 03b2c29..0ed37dd 100644 --- a/source/main.c +++ b/source/main.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2006-2009 by Jonas Kramer + Copyright (C) 2006-2010 by Jonas Kramer Published under the terms of the GNU General Public License (GPL). */ @@ -168,7 +168,7 @@ int main(int argc, char ** argv) { #endif if(!background) { - puts("Shell.FM v" PACKAGE_VERSION ", (C) 2006-2009 by Jonas Kramer"); + puts("Shell.FM v" PACKAGE_VERSION ", (C) 2006-2010 by Jonas Kramer"); puts("Published under the terms of the GNU General Public License (GPL)."); #ifndef TUXBOX @@ -529,7 +529,7 @@ int main(int argc, char ** argv) { static void help(const char * argv0, int errorCode) { fprintf(stderr, - "Shell.FM v" PACKAGE_VERSION ", (C) 2006-2009 by Jonas Kramer\n" + "Shell.FM v" PACKAGE_VERSION ", (C) 2006-2010 by Jonas Kramer\n" "Published under the terms of the GNU General Public License (GPL).\n" "\n" "%s [options] [lastfm://url]\n" diff --git a/source/radio.c b/source/radio.c index c2ad436..0bb9e19 100644 --- a/source/radio.c +++ b/source/radio.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2006-2009 by Jonas Kramer. + Copyright (C) 2006-2010 by Jonas Kramer. Published under the terms of the GNU General Public License (GPL). */ -- 2.11.4.GIT