Code

src/foobar.c: Updated copyright year to 2008.
authorSebastian Harl <sh@tokkee.org>
Mon, 7 Jan 2008 08:19:19 +0000 (09:19 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 7 Jan 2008 08:19:19 +0000 (09:19 +0100)
src/foobar.c

index f1f69158602d2ac52b36612b7ebccb57778bdb7f..523b57c6cd8f76ea926e05744b0c2d3e11249ded 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * foobar - src/foobar.c
- * Copyright (C) 2007 Sebastian Harl <sh@tokkee.org>
+ * Copyright (C) 2008 Sebastian Harl <sh@tokkee.org>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
@@ -50,7 +50,7 @@ void exit_usage(char *name, int status)
 void exit_version(void)
 {
        printf("foobar version "VERSION", built "BUILD_DATE"\n"
-                       "Copyright (C) 2007 Sebastian Harl <sh@tokkee.org>\n"
+                       "Copyright (C) 2008 Sebastian Harl <sh@tokkee.org>\n"
 
                        "\nThis is free software under the terms of the GNU GPLv2; see "
                        "the source for\ncopying conditions. There is NO WARRANTY; not "