Blame COPYING

Packit f00812
Flex carries the copyright used for BSD software, slightly modified
Packit f00812
because it originated at the Lawrence Berkeley (not Livermore!) Laboratory,
Packit f00812
which operates under a contract with the Department of Energy:
Packit f00812
Packit f00812
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007 The Flex Project.
Packit f00812
Packit f00812
Copyright (c) 1990, 1997 The Regents of the University of California.
Packit f00812
All rights reserved.
Packit f00812
Packit f00812
This code is derived from software contributed to Berkeley by
Packit f00812
Vern Paxson.
Packit f00812
Packit f00812
The United States Government has rights in this work pursuant
Packit f00812
to contract no. DE-AC03-76SF00098 between the United States
Packit f00812
Department of Energy and the University of California.
Packit f00812
Packit f00812
Redistribution and use in source and binary forms, with or without
Packit f00812
modification, are permitted provided that the following conditions
Packit f00812
are met:
Packit f00812
Packit f00812
1. Redistributions of source code must retain the above copyright
Packit f00812
   notice, this list of conditions and the following disclaimer.
Packit f00812
2. Redistributions in binary form must reproduce the above copyright
Packit f00812
   notice, this list of conditions and the following disclaimer in the
Packit f00812
   documentation and/or other materials provided with the distribution.
Packit f00812
Packit f00812
Neither the name of the University nor the names of its contributors
Packit f00812
may be used to endorse or promote products derived from this software
Packit f00812
without specific prior written permission.
Packit f00812
Packit f00812
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
Packit f00812
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
Packit f00812
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
Packit f00812
PURPOSE.
Packit f00812
Packit f00812
This basically says "do whatever you please with this software except
Packit f00812
remove this notice or take advantage of the University's (or the flex
Packit f00812
authors') name".
Packit f00812
Packit f00812
Note that the "flex.skl" scanner skeleton carries no copyright notice.
Packit f00812
You are free to do whatever you please with scanners generated using flex;
Packit f00812
for them, you are not even bound by the above copyright.