_export const char* p4_warranty_string (void)
{
return
"\n"
"\nThis program is distributed in the hope that it will be useful,"
"\nbut WITHOUT ANY WARRANTY; without even the implied warranty of"
"\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU"
"\nLibrary General Public License for more details."
"\n"
"\nYou should have received a copy of the GNU Library General Public"
"\nLicense along with this program; if not, write to the Free Software"
"\nFoundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. " ;
} |