/*****************************************************************************/ /* Copyright.h */ /*****************************************************************************/ #define CopyRightMessageBrief "\ \ WASD VMS Web Services, Copyright (C) 1996-2020 Mark G.Daniel.\n\ This package (all associated programs), comes with ABSOLUTELY NO WARRANTY.\n\ This is free software, and you are welcome to redistribute it under the\n\ conditions of the GNU GENERAL PUBLIC LICENSE, version 3, or any later version.\n\ http://www.gnu.org/licenses/gpl.txt\n\ " #define CopyRightMessageFull "\ \ WASD VMS Web Services, Copyright (C) 1996-2020 Mark G.Daniel.\n\ \n\ This package is free software; you can redistribute it and/or modify it\n\ under the terms of the GNU General Public License as published by the\n\ Free Software Foundation; version 3 of the License, or any later version.\n\ \n\ This package is distributed in the hope that it will be useful,\n\ but WITHOUT ANY WARRANTY; without even the implied warranty of\n\ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\ GNU General Public License for more details.\n\ \n\ http://www.gnu.org/licenses/gpl.txt\n\ \n\ You should have received a copy of the GNU General Public License\n\ along with this program; if not, write to the Free Software\n\ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n\ " /*****************************************************************************/