summaryrefslogtreecommitdiff
path: root/buf.c
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-04-15 20:46:33 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-04-15 20:46:33 +0000
commit6110c277257b57a6c158832d429e7e13c363d7f2 (patch)
tree410d2fa6a8b1f5d3e0c542bdb2c0e92bf6c6393e /buf.c
parenta6a2e6981caa7b2dbf5a9b0d888606654af204db (diff)
Changed copyright from Millaway to flex? U.S. Gov't? Regents of U. Cali.? Paxson?
Diffstat (limited to 'buf.c')
-rw-r--r--buf.c33
1 files changed, 33 insertions, 0 deletions
diff --git a/buf.c b/buf.c
index 37b8563..63e6a73 100644
--- a/buf.c
+++ b/buf.c
@@ -1,3 +1,36 @@
+/* flex - tool to generate fast lexical analyzers */
+
+/* Copyright (c) 1990 The Regents of the University of California. */
+/* All rights reserved. */
+
+/* This code is derived from software contributed to Berkeley by */
+/* Vern Paxson. */
+
+/* The United States Government has rights in this work pursuant */
+/* to contract no. DE-AC03-76SF00098 between the United States */
+/* Department of Energy and the University of California. */
+
+/* This file is part of flex. */
+
+/* Redistribution and use in source and binary forms, with or without */
+/* modification, are permitted provided that the following conditions */
+/* are met: */
+
+/* 1. Redistributions of source code must retain the above copyright */
+/* notice, this list of conditions and the following disclaimer. */
+/* 2. Redistributions in binary form must reproduce the above copyright */
+/* notice, this list of conditions and the following disclaimer in the */
+/* documentation and/or other materials provided with the distribution. */
+
+/* Neither the name of the University nor the names of its contributors */
+/* may be used to endorse or promote products derived from this software */
+/* without specific prior written permission. */
+
+/* THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR */
+/* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED */
+/* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR */
+/* PURPOSE. */
+
#include "flexdef.h"
/* global buffers. */