summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-08-07 17:19:07 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-08-07 17:19:07 +0000
commit9814d3ee511a8606cbca155488a0ceba7f414b36 (patch)
tree38138576937baa2de5e10793b9357668f0eb321a /README
parent47f03b38d8abb03c7360c752dd6b6e516d46a434 (diff)
changes to README to align with GNU coding standards
Diffstat (limited to 'README')
-rw-r--r--README26
1 files changed, 15 insertions, 11 deletions
diff --git a/README b/README
index 3e43763..f758ae8 100644
--- a/README
+++ b/README
@@ -1,20 +1,20 @@
-This is flex, the fast lexical analyzer.
+This is flex, the fast lexical analyzer generator.
-Read the file "INSTALL" for general installation directives. Peek near
-the beginning of the file "Makefile.in" for special DEFS values. On most
-systems, you can just run the "configure" script and type "make" to build
-flex; then "make check" to test whether it built correctly; and if it did,
-then "make install" to install it.
-
-If you're feeling adventurous, you can also issue "make bigcheck" (be
-prepared to wait a while). You can run the regression tests if you change to
-the TESTS/ directory and issue "make" followed by "make check".
+flex is a tool for generating scanners: programs which recognize
+lexical patterns in text.
Note that flex is distributed under a copyright very similar to that of
BSD Unix, and not under the GNU General Public License (GPL).
This file is part of flex.
+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.
+
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
@@ -40,10 +40,12 @@ The flex distribution contains the following files which may be of interest:
README - This file.
-NEWS - user visible changes between the various releases.
+NEWS - current version number and list of user-visible changes.
INSTALL - basic installation information.
+ABOUT-NLS - description of internationalization support in flex.
+
COPYING - flex's copyright and license.
flex.1, flex.texi - user documentation.
@@ -56,3 +58,5 @@ few other things. See the file examples/README for more details.
TODO - outstanding bug reports, desired features, etc.
tests/ - regression tests. See TESTS/README for details.
+
+po/ - internationalization support files.