/[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 621 by capela, Wed Jun 8 23:42:51 2005 UTC revision 2563 by capela, Tue May 20 10:59:37 2014 UTC
# Line 1  Line 1 
1  // qsamplerAbout.h  // qsamplerAbout.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2005, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2014, 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 13  Line 13 
13     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14     GNU General Public License for more details.     GNU General Public License for more details.
15    
16     You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License along
17     along with this program; if not, write to the Free Software     with this program; if not, write to the Free Software Foundation, Inc.,
18     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19    
20  *****************************************************************************/  *****************************************************************************/
21    
22  #ifndef __qsamplerAbout_h  #ifndef __qsamplerAbout_h
23  #define __qsamplerAbout_h  #define __qsamplerAbout_h
24    
25  #define QSAMPLER_TITLE        "Qsampler"  #include "config.h"
26    
27    #define QSAMPLER_TITLE        PACKAGE_NAME
28    #define QSAMPLER_VERSION      PACKAGE_VERSION
29    
30  #define QSAMPLER_SUBTITLE     "A LinuxSampler Qt GUI Interface"  #define QSAMPLER_SUBTITLE     "A LinuxSampler Qt GUI Interface"
 #define QSAMPLER_VERSION      "0.1.0.8"  
31  #define QSAMPLER_WEBSITE      "http://qsampler.sourceforge.net"  #define QSAMPLER_WEBSITE      "http://qsampler.sourceforge.net"
32  #define QSAMPLER_COPYRIGHT    "Copyright (C) 2004-2005, rncbc aka Rui Nuno Capela. All rights reserved."  #define QSAMPLER_COPYRIGHT    "Copyright (C) 2004-2014, rncbc aka Rui Nuno Capela. All rights reserved."
33    #define QSAMPLER_COPYRIGHT2   "Copyright (C) 2007, Christian Schoenebeck"
34    
35    #define QSAMPLER_DOMAIN       "linuxsampler.org"
36    
37  #endif  // __qsamplerAbout_h  #endif  // __qsamplerAbout_h
38    
39    
40  // end of qsamplerAbout.h  // end of qsamplerAbout.h

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

  ViewVC Help
Powered by ViewVC