/[svn]/qsampler/trunk/src/qsamplerAbout.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerAbout.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2563 by capela, Tue May 20 10:59:37 2014 UTC revision 3404 by capela, Wed Jan 10 18:55:12 2018 UTC
# Line 1  Line 1 
1  // qsamplerAbout.h  // qsamplerAbout.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2014, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2018, rncbc aka Rui Nuno Capela. All rights reserved.
5    
6     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
7     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 25  Line 25 
25  #include "config.h"  #include "config.h"
26    
27  #define QSAMPLER_TITLE        PACKAGE_NAME  #define QSAMPLER_TITLE        PACKAGE_NAME
 #define QSAMPLER_VERSION      PACKAGE_VERSION  
28    
29  #define QSAMPLER_SUBTITLE     "A LinuxSampler Qt GUI Interface"  #define QSAMPLER_SUBTITLE     "A LinuxSampler Qt GUI Interface"
30  #define QSAMPLER_WEBSITE      "http://qsampler.sourceforge.net"  #define QSAMPLER_WEBSITE      "https://qsampler.sourceforge.io"
31  #define QSAMPLER_COPYRIGHT    "Copyright (C) 2004-2014, rncbc aka Rui Nuno Capela. All rights reserved."  #define QSAMPLER_COPYRIGHT    "Copyright (C) 2004-2018, rncbc aka Rui Nuno Capela. All rights reserved."
32  #define QSAMPLER_COPYRIGHT2   "Copyright (C) 2007, Christian Schoenebeck"  #define QSAMPLER_COPYRIGHT2   "Copyright (C) 2007-2015, Christian Schoenebeck"
33    
34  #define QSAMPLER_DOMAIN       "linuxsampler.org"  #define QSAMPLER_DOMAIN       "linuxsampler.org"
35    
# Line 38  Line 37 
37    
38    
39  // end of qsamplerAbout.h  // end of qsamplerAbout.h
40    

Legend:
Removed from v.2563  
changed lines
  Added in v.3404

  ViewVC Help
Powered by ViewVC