Home | History | Annotate | Line # | Download | only in examples
      1  1.1  christos # This file is part of flex.
      2  1.1  christos 
      3  1.1  christos # Redistribution and use in source and binary forms, with or without
      4  1.1  christos # modification, are permitted provided that the following conditions
      5  1.1  christos # are met:
      6  1.1  christos 
      7  1.1  christos # 1. Redistributions of source code must retain the above copyright
      8  1.1  christos #    notice, this list of conditions and the following disclaimer.
      9  1.1  christos # 2. Redistributions in binary form must reproduce the above copyright
     10  1.1  christos #    notice, this list of conditions and the following disclaimer in the
     11  1.1  christos #    documentation and/or other materials provided with the distribution.
     12  1.1  christos 
     13  1.1  christos # Neither the name of the University nor the names of its contributors
     14  1.1  christos # may be used to endorse or promote products derived from this software
     15  1.1  christos # without specific prior written permission.
     16  1.1  christos 
     17  1.1  christos # THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
     18  1.1  christos # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
     19  1.1  christos # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
     20  1.1  christos # PURPOSE.
     21  1.1  christos 
     22  1.1  christos EXTRA_DIST = \
     23  1.1  christos 	testxxLexer.l \
     24  1.1  christos 	debflex.awk \
     25  1.1  christos 	README
     26  1.1  christos 
     27  1.1  christos SUBDIRS = \
     28  1.1  christos 	manual \
     29  1.1  christos 	fastwc
     30