--- linuxsampler/trunk/src/linuxsampler.cpp 2020/04/06 12:41:49 3766 +++ linuxsampler/trunk/src/linuxsampler.cpp 2021/01/03 18:05:57 3844 @@ -3,7 +3,7 @@ * LinuxSampler - modular, streaming capable sampler * * * * Copyright (C) 2003-2004 by Benno Senoner and Christian Schoenebeck * - * Copyright (C) 2005-2020 Christian Schoenebeck * + * Copyright (C) 2005-2021 Christian Schoenebeck * * * * 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 * @@ -125,7 +125,7 @@ dmsg(1,("LinuxSampler %s\n", VERSION)); dmsg(1,("Copyright (C) 2003,2004 by Benno Senoner and Christian Schoenebeck\n")); - dmsg(1,("Copyright (C) 2005-2020 Christian Schoenebeck\n")); + dmsg(1,("Copyright (C) 2005-2021 Christian Schoenebeck\n")); dmsg(1,("Binary built: " __DATE__ "\n")) #if defined(WIN32)