/* ================================================================================ RPL/2 (R) version 4.1.17 Copyright (C) 1989-2014 Dr. BERTRAND Joël This file is part of RPL/2. RPL/2 is free software; you can redistribute it and/or modify it under the terms of the CeCILL V2 License as published by the french CEA, CNRS and INRIA. RPL/2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the CeCILL V2 License for more details. You should have received a copy of the CeCILL License along with RPL/2. If not, write to info@cecill.info. ================================================================================ */ #ifndef INCLUSION_GARANTIES # define INCLUSION_GARANTIES unsigned char warranty[] = "\n" "RPL/2 is free software with ABSOLUTELY NO WARRANTY.\n" "\n" "This program is free software. You can redistribute it and/or modify\n" "it under the terms of the CeCILL license (version 2)\n" "as published by the french Cea, CNRS and INRIA.\n" "\n" "This program 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" "CeCILL license for more details.\n" "\n" "You should have received a copy of the CeCILL License\n" "along with this program. If not, write to info@cecill.info."; #endif // vim: ts=4