summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2009-10-11 18:33:19 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2009-10-11 18:33:19 +0200
commit35c96c2011d7ba0d82327f45ded45805fe777ce7 (patch)
treefa73c39c4f1432f35341a71f0b19d7e579427331
parent4c620c0eabf78ced2548e804468451342fe6bd6f (diff)
downloadmdk-35c96c2011d7ba0d82327f45ded45805fe777ce7.tar.gz
mdk-35c96c2011d7ba0d82327f45ded45805fe777ce7.tar.bz2
Copyright year updated.
-rw-r--r--mixlib/mix.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/mixlib/mix.c b/mixlib/mix.c
index d8adfa0..2452cdf 100644
--- a/mixlib/mix.c
+++ b/mixlib/mix.c
@@ -1,7 +1,7 @@
/* -*-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
@@ -53,7 +53,7 @@ mix_release_lib (void)
}
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";
@@ -61,8 +61,7 @@ const char *MIX_GPL_LICENSE =
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);
}