summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2006-03-16 00:26:11 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2006-03-16 00:26:11 +0000
commitaf9dca2283b9067e0f786df33986e59a810e02cb (patch)
tree5d34b60f25bf3ee5e1269c2cdf47e775b6da77f5
parentc1ab3cc4e0b409d1037b9b088a63579326af6a49 (diff)
downloadmdk-af9dca2283b9067e0f786df33986e59a810e02cb.tar.gz
mdk-af9dca2283b9067e0f786df33986e59a810e02cb.tar.bz2
Copyright year updated
-rw-r--r--mixlib/mix.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mixlib/mix.c b/mixlib/mix.c
index 78ab265..f5b2c0f 100644
--- a/mixlib/mix.c
+++ b/mixlib/mix.c
@@ -1,9 +1,9 @@
/* -*-c-*- -------------- mix.c :
* Implementation of the functions declared in mix.h
* ------------------------------------------------------------------
- * $Id: mix.c,v 1.7 2005/09/29 21:13:50 jao Exp $
+ * $Id: mix.c,v 1.8 2006/03/16 00:26:11 jao Exp $
* ------------------------------------------------------------------
- * Copyright (C) 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2005, 2006 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
@@ -55,7 +55,7 @@ mix_release_lib (void)
}
const char *MIX_GPL_LICENSE =
-"Copyright (C) 2000-2005 Free Software Foundation, Inc.\n"
+"Copyright (C) 2000-2006 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";