Ignore:
Timestamp:
Nov 2, 2008, 1:21:05 AM (17 years ago)
Author:
bird
Message:

GPLv2 -> GPLv3. See Ticket #44 for clarifications. Fixes #44.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/testcase-ifcond.kmk

    r1729 r2019  
    55
    66#
    7 # Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
    88#
    99# This file is part of kBuild.
     
    1111# kBuild is free software; you can redistribute it and/or modify
    1212# it under the terms of the GNU General Public License as published by
    13 # the Free Software Foundation; either version 2 of the License, or
     13# the Free Software Foundation; either version 3 of the License, or
    1414# (at your option) any later version.
    1515#
     
    2020#
    2121# You should have received a copy of the GNU General Public License
    22 # along with kBuild; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24 #
    25 #
    26 
     22# along with kBuild.  If not, see <http://www.gnu.org/licenses/>
     23#
     24#
    2725
    2826DEPTH = ../..
     
    3028
    3129#
    32 # Note! The testcase are ordered by ascending operator precedence 
     30# Note! The testcase are ordered by ascending operator precedence
    3331#       with the exception of equal and not-equal because these
    3432#       are kind of useful for performing tests on non-logical ops.
    35 # 
     33#
    3634
    3735#
     
    301299
    302300if (2 ^ 1) != 3
    303 $(error ) 
     301$(error )
    304302endif
    305303
     
    432430$(error )
    433431endif
    434 if hhhh < ggggg 
     432if hhhh < ggggg
    435433$(error )
    436434endif
     
    779777endif
    780778
    781 $(warning $$(expr ) ) 
     779$(warning $$(expr ) )
    782780ifeq ($(expr 5+3),8)
    783781else
Note: See TracChangeset for help on using the changeset viewer.