summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2008-03-15 13:59:35 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2008-03-15 13:59:35 +0100
commitfe2d29ed7994f96ef0cc33b9727d46ce584e09d2 (patch)
tree9dba132a90eb39570c5b8bab42893d22fae86808
parent5e60e7754d4a4caa9782d8a76f7160fd713017cd (diff)
downloadmdk-fe2d29ed7994f96ef0cc33b9727d46ce584e09d2.tar.gz
mdk-fe2d29ed7994f96ef0cc33b9727d46ce584e09d2.tar.bz2
Copyright year update
-rw-r--r--mixlib/mix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mixlib/mix.c b/mixlib/mix.c
index d1f95ac..d8adfa0 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 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2005, 2006, 2007, 2008 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-2006 Free Software Foundation, Inc.\n"
+"Copyright (C) 2000-2008 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";