PAC-Suite 2.0(r200)
|
00001 #ifndef VERSION_H 00002 #define VERSION_H 00003 00004 // Define the current PacSuite version 00005 #define PACVERSION "2.0" 00006 #define COPYRIGHT "Copyright © 2008-2011 by Matthias Nagl, Uni-Göttingen" 00007 00008 #define PAPERASCII "M. Nagl, et al., Rev. Sci. Instrum. 81, 073501 (2010)" 00009 #define PAPERDOI "[doi:10.1063/1.3455186]" 00010 #define PAPER "<a href=\"http://dx.doi.org/10.1063/1.3455186\">M. Nagl, et al., Rev. Sci. Instrum. <b>81</b>, 073501 (2010) " PAPERDOI "</a>" 00011 #define PAPERSTATUSBAR "Please refer to: " PAPER 00012 00013 #define COMMONABOUT "\ 00014 <p><b>The PAC-Suite.</b></p>\ 00015 \ 00016 <p>Please refer to:<br />" PAPER "</p>\ 00017 <p>" COPYRIGHT "<br /> \ 00018 (<a href=\"mailto:mnagl@uni-goettingen.de\">mnagl@uni-goettingen.de</a>)</p>\ 00019 \ 00020 <hr />\ 00021 \ 00022 <p>This program is free software; you can redistribute it and/or modify \ 00023 it under the terms of the GNU General Public License as published by \ 00024 the Free Software Foundation; either version 2 of the License, or \ 00025 (at your option) any later version.</p>\ 00026 \ 00027 <p>This program is distributed in the hope that it will be useful, \ 00028 but WITHOUT ANY WARRANTY; without even the implied warranty of \ 00029 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the \ 00030 GNU General Public License for more details.</p>\ 00031 \ 00032 <p>You should have received a copy of the GNU General Public License \ 00033 along with this program; if not, write to the<br />\ 00034 Free Software Foundation, Inc.,<br />\ 00035 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.</p>" 00036 00132 #endif // VERSION_H