Code

Renamed bootstrap.sh to autogen.sh.
[template.git] / src / fb.c
index c3d4c869502a238277bec823c5dac59c6b248130..4b8ae44a9f4adb3ae8399a323bd92593fdf21968 100644 (file)
--- a/src/fb.c
+++ b/src/fb.c
@@ -1,6 +1,6 @@
 /*
  * foobar - src/fb.c
- * Copyright (C) 2008 Sebastian Harl <sh@tokkee.org>
+ * Copyright (C) 2009 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
 static void
 exit_usage(char *name, int status)
 {
-       printf("Usage: %s <options>\n"
+       printf(
+"Usage: %s <options>\n"
 
-                       "\nOptions:\n"
-                       "  -h    display this help and exit\n"
-                       "  -V    display the version number and copyright\n"
+"\nOptions:\n"
+"  -h    display this help and exit\n"
+"  -V    display the version number and copyright\n"
 
-                       "\nfb "VERSION", http://tokkee.org\n", basename(name));
+"\nfb "VERSION", http://tokkee.org\n", basename(name));
        exit(status);
 } /* exit_usage */
 
@@ -54,7 +55,7 @@ static void
 exit_version(void)
 {
        printf("fb version "VERSION", built "BUILD_DATE"\n"
-                       "Copyright (C) 2008 Sebastian Harl <sh@tokkee.org>\n"
+                       "Copyright (C) 2009 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 "