File:  [local] / rpl / src / garanties.h
Revision 1.63: download - view: text, annotated - select for diffs - revision graph
Fri Jan 10 11:15:42 2020 UTC (4 years, 3 months ago) by bertrand
Branches: MAIN
CVS tags: rpl-4_1_32, HEAD
Modification du copyright.

    1: /*
    2: ================================================================================
    3:   RPL/2 (R) version 4.1.32
    4:   Copyright (C) 1989-2020 Dr. BERTRAND Joël
    5: 
    6:   This file is part of RPL/2.
    7: 
    8:   RPL/2 is free software; you can redistribute it and/or modify it
    9:   under the terms of the CeCILL V2 License as published by the french
   10:   CEA, CNRS and INRIA.
   11:  
   12:   RPL/2 is distributed in the hope that it will be useful, but WITHOUT
   13:   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   14:   FITNESS FOR A PARTICULAR PURPOSE.  See the CeCILL V2 License
   15:   for more details.
   16:  
   17:   You should have received a copy of the CeCILL License
   18:   along with RPL/2. If not, write to info@cecill.info.
   19: ================================================================================
   20: */
   21: 
   22: 
   23: #ifndef INCLUSION_GARANTIES
   24: #   define INCLUSION_GARANTIES
   25: 
   26:     unsigned char warranty[] =
   27: "\n"
   28: "RPL/2 is free software with ABSOLUTELY NO WARRANTY.\n"
   29: "\n"
   30: "This program is free software. You can redistribute it and/or modify\n"
   31: "it under the terms of the CeCILL license (version 2)\n"
   32: "as published by the french Cea, CNRS and INRIA.\n"
   33: "\n"
   34: "This program is distributed in the hope that it will be useful,\n"
   35: "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
   36: "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
   37: "CeCILL license for more details.\n"
   38: "\n"
   39: "You should have received a copy of the CeCILL License\n"
   40: "along with this program. If not, write to info@cecill.info.";
   41: 
   42: #endif
   43: 
   44: // vim: ts=4

CVSweb interface <joel.bertrand@systella.fr>