00001
00002
00003
00004
00005
00006
00007 #ifndef __license_h_
00008 #define __license_h_
00009
00010 #define COPYRIGHT "Copyright 2006 iptelorg GmbH"
00011 #define DISCLAIMER \
00012 "This is free software with ABSOLUTELY NO WARRANTY.\n\
00013 For details type `warranty'."
00014
00015
00016 #define LICENSE \
00017 " This program is free software; you can redistribute it and/or modify\n\
00018 it under the terms of the GNU General Public License as published by\n\
00019 the Free Software Foundation; either version 2 of the License , or\n\
00020 (at your option) any later version.\n\
00021 \n\
00022 This program is distributed in the hope that it will be useful,\n\
00023 but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
00024 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\
00025 GNU General Public License for more details.\n\
00026 \n\
00027 You should have received a copy of the GNU General Public License\n\
00028 along with this program. If not, write to\n\
00029 \n\
00030 The Free Software Foundation, Inc.\n\
00031 51 Franklin Street, Fifth Floor,\n\
00032 Boston, MA 02110-1301, USA."
00033
00034 #endif