--- linuxsampler/trunk/src/linuxsampler.cpp 2021/12/31 18:08:14 4013 +++ linuxsampler/trunk/src/linuxsampler.cpp 2022/01/01 14:57:42 4014 @@ -3,7 +3,7 @@ * LinuxSampler - modular, streaming capable sampler * * * * Copyright (C) 2003-2004 by Benno Senoner and Christian Schoenebeck * - * Copyright (C) 2005-2021 Christian Schoenebeck * + * Copyright (C) 2005-2022 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-2021 Christian Schoenebeck\n")); + dmsg(1,("Copyright (C) 2005-2022 Christian Schoenebeck\n")); dmsg(1,("Binary built: " __DATE__ "\n")) #if defined(WIN32)