summaryrefslogtreecommitdiffhomepage
path: root/mixlib/mix.c
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2020-10-19 04:26:12 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2020-10-19 04:26:12 +0100
commita7515e31fe9123321d3f4c80f511d861fae43d82 (patch)
treedba5a89e6bde2debb22d4cd86993a457e5aaac0b /mixlib/mix.c
parent092fe44992a7f1972076e1c85ca514aa2ae669b0 (diff)
downloadmdk-a7515e31fe9123321d3f4c80f511d861fae43d82.tar.gz
mdk-a7515e31fe9123321d3f4c80f511d861fae43d82.tar.bz2
Year range in --version messages
Diffstat (limited to 'mixlib/mix.c')
-rw-r--r--mixlib/mix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mixlib/mix.c b/mixlib/mix.c
index 0c992b1..fadfdc0 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, 2009, 2014 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2005, 2006, 2007, 2008, 2009, 2014, 2020 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-2014 Free Software Foundation, Inc.\n"
+"Copyright (C) 2000-2020 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";