/[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 920 by capela, Sun Sep 24 12:47:51 2006 UTC revision 3065 by capela, Mon Jan 2 12:11:50 2017 UTC
# Line 1  Line 1 
1  // qsamplerAbout.h  // qsamplerAbout.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2006, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2017, 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      "http://qsampler.sourceforge.net"
31  #define QSAMPLER_COPYRIGHT    "Copyright (C) 2004-2006, rncbc aka Rui Nuno Capela. All rights reserved."  #define QSAMPLER_COPYRIGHT    "Copyright (C) 2004-2017, rncbc aka Rui Nuno Capela. All rights reserved."
32    #define QSAMPLER_COPYRIGHT2   "Copyright (C) 2007-2015, Christian Schoenebeck"
33    
34    #define QSAMPLER_DOMAIN       "linuxsampler.org"
35    
36  #endif  // __qsamplerAbout_h  #endif  // __qsamplerAbout_h
37    
38    
39  // end of qsamplerAbout.h  // end of qsamplerAbout.h
40    

Legend:
Removed from v.920  
changed lines
  Added in v.3065

  ViewVC Help
Powered by ViewVC