summaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authormillaway <millaway>2002-04-15 20:46:33 +0000
committermillaway <millaway>2002-04-15 20:46:33 +0000
commit12674023405c51dd41e76d0cb7bdbe30ec2d6269 (patch)
treed51d5f7450c2b11bb3475c9cfe40eaca7b2be703 /options.c
parent217b81be902a21bd3f9585f1b3f2890ba25ca3d7 (diff)
downloadflex-12674023405c51dd41e76d0cb7bdbe30ec2d6269.tar.gz
Changed copyright from Millaway to flex? U.S. Gov't? Regents of U. Cali.? Paxson?
Diffstat (limited to 'options.c')
-rw-r--r--options.c33
1 files changed, 33 insertions, 0 deletions
diff --git a/options.c b/options.c
index 45e64fd..2d4ba3a 100644
--- a/options.c
+++ b/options.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 "options.h"
/* Be sure to synchronize these options with those defined in "options.h",