--- qsampler/trunk/src/qsamplerAbout.h 2014/05/20 10:59:37 2563 +++ qsampler/trunk/src/qsamplerAbout.h 2018/01/10 18:55:12 3404 @@ -1,7 +1,7 @@ // qsamplerAbout.h // /**************************************************************************** - Copyright (C) 2004-2014, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2004-2018, rncbc aka Rui Nuno Capela. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -25,12 +25,11 @@ #include "config.h" #define QSAMPLER_TITLE PACKAGE_NAME -#define QSAMPLER_VERSION PACKAGE_VERSION #define QSAMPLER_SUBTITLE "A LinuxSampler Qt GUI Interface" -#define QSAMPLER_WEBSITE "http://qsampler.sourceforge.net" -#define QSAMPLER_COPYRIGHT "Copyright (C) 2004-2014, rncbc aka Rui Nuno Capela. All rights reserved." -#define QSAMPLER_COPYRIGHT2 "Copyright (C) 2007, Christian Schoenebeck" +#define QSAMPLER_WEBSITE "https://qsampler.sourceforge.io" +#define QSAMPLER_COPYRIGHT "Copyright (C) 2004-2018, rncbc aka Rui Nuno Capela. All rights reserved." +#define QSAMPLER_COPYRIGHT2 "Copyright (C) 2007-2015, Christian Schoenebeck" #define QSAMPLER_DOMAIN "linuxsampler.org" @@ -38,3 +37,4 @@ // end of qsamplerAbout.h +