aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2007-04-05 03:22:33 +0000
committerAvuton Olrich <avuton@gmail.com>2007-04-05 03:22:33 +0000
commita061da8fb5224fcdedb1e4965c8ba4b9fdde4413 (patch)
tree0fe0c7f642be817df8e2c4270dc3d88429b347c8 /src/main.c
parent1bf233dd372d760bc9e51f242b3fe86eb9cb48f9 (diff)
downloadmpd-a061da8fb5224fcdedb1e4965c8ba4b9fdde4413.tar.gz
mpd-a061da8fb5224fcdedb1e4965c8ba4b9fdde4413.tar.xz
mpd-a061da8fb5224fcdedb1e4965c8ba4b9fdde4413.zip
The massive copyright update
git-svn-id: https://svn.musicpd.org/mpd/trunk@5834 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 41db55b79..d86273f70 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,5 +1,5 @@
/* the Music Player Daemon (MPD)
- * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
+ * Copyright (C) 2003-2007 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -136,7 +136,7 @@ static void version(void)
{
LOG("mpd (MPD: Music Player Daemon) %s\n", VERSION);
LOG("\n");
- LOG("Copyright (C) 2003-2006 Warren Dukes <warren.dukes@gmail.com>\n");
+ LOG("Copyright (C) 2003-2007 Warren Dukes <warren.dukes@gmail.com>\n");
LOG("This is free software; see the source for copying conditions. There is NO\n");
LOG("warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
LOG("\n");