=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/parse.lex,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/sudo/Attic/parse.lex 2003/03/15 21:23:54 1.9 --- src/usr.bin/sudo/Attic/parse.lex 2003/04/19 21:57:17 1.10 *************** *** 34,39 **** --- 34,43 ---- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * Sponsored in part by the Defense Advanced Research Projects + * Agency (DARPA) and Air Force Research Laboratory, Air Force + * Materiel Command, USAF, under agreement number F39502-99-1-0512. */ #include "config.h" *************** *** 68,74 **** #include #ifndef lint ! static const char rcsid[] = "$Sudo: parse.lex,v 1.126 2003/03/15 20:31:02 millert Exp $"; #endif /* lint */ #undef yywrap /* guard against a yywrap macro */ --- 72,78 ---- #include #ifndef lint ! static const char rcsid[] = "$Sudo: parse.lex,v 1.127 2003/04/16 00:42:10 millert Exp $"; #endif /* lint */ #undef yywrap /* guard against a yywrap macro */