summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2001-06-17 16:17:17 +0000
committerWill Estes <wlestes@users.sourceforge.net>2001-06-17 16:17:17 +0000
commit1d7763d7a8f9086b0f7f8c06466c8acad5022d24 (patch)
tree98cb038d268fd4d69fe04cc8b77e0976d336891d /autogen.sh
parentbb513046643a1966f8e4a52d905ed83a73e24c22 (diff)
change copyright/license notices as per Vern's response to Theo
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh21
1 files changed, 21 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 6aebdfd..98c993e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,26 @@
#!/bin/sh
+# 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.
+
# If you see no configure script, then run ./autogen.sh to create it
# and procede with the "normal" build instructions.