lib/timer.txt
changeset 277 f88718b71b6c
parent 276 1679f514f38a
child 392 9b88b8b6bccd
equal deleted inserted replaced
276:1679f514f38a 277:f88718b71b6c
     1 (*
     1 (*
     2  *  matiec - a compiler for the programming languages defined in IEC 61131-3
     2  *  This file is part of matiec - a compiler for the programming
     3  *
     3  *  languages defined in IEC 61131-3
     4  *  Copyright (C) 2005, 2011  Mario de Sousa (msousa@fe.up.pt)
     4  *
     5  *
     5  *  Copyright (C) 2011  Mario de Sousa (msousa@fe.up.pt)
     6  *  This program is free software: you can redistribute it and/or modify
     6  *
     7  *  it under the terms of the GNU General Public License as published by
     7  * See COPYING and COPYING.LESSER files for copyright details.
     8  *  the Free Software Foundation, either version 3 of the License, or
     8  * This library is free software; you can redistribute it and/or
     9  *  (at your option) any later version.
     9  * modify it under the terms of the GNU Lesser General Public
    10  *
    10  * License as published by the Free Software Foundation; either
    11  *  This program is distributed in the hope that it will be useful,
    11  * version 3 of the License, or (at your option) any later version.
    12  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
    12  *
    13  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    13  * This library is distributed in the hope that it will be useful,
    14  *  GNU General Public License for more details.
    14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    15  *
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    16  *  You should have received a copy of the GNU General Public License
    16  * Lesser General Public License for more details.
    17  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
    17  * 
    18  *
    18  * You should have received a copy of the GNU Lesser General Public
       
    19  * License along with this library; if not, write to the Free Software
       
    20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
       
    21  * USA
    19  *
    22  *
    20  * This code is made available on the understanding that it will not be
    23  * This code is made available on the understanding that it will not be
    21  * used in safety-critical situations without a full and competent review.
    24  * used in safety-critical situations without a full and competent review.
    22  *)
    25  *)
    23 
    26