index d8adfa051f5d0d8fc056d72d688552256122280b..2452cdf8465181599a76ff6f68ffd5d4093f26f0 100644 (file)
 /* -*-c-*- -------------- mix.c :
 * Implementation of the functions declared in mix.h
 * ------------------------------------------------------------------
- * Copyright (C) 2000, 2001, 2002, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 *
 * 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
 }
 const char *MIX_GPL_LICENSE =
-"Copyright (C) 2000-2008 Free Software Foundation, Inc.\n"
+"Copyright (C) 2000-2009 Free Software Foundation, Inc.\n"
 "There is NO warranty. You may redistribute this software\n"
 "under the terms of the GNU General Public License.\n"
 "For more information about these matters, see the files named COPYING.\n";
 void
 mix_print_license (const gchar *program)
 {
- fprintf (stderr, _("%s (GNU MDK %s)\n\n"),
-     program, VERSION);
+ fprintf (stderr, _("%s (GNU MDK %s)\n\n"), program, VERSION);
  fprintf (stderr, MIX_GPL_LICENSE);
 }