From: ceriel Date: Mon, 9 Mar 1987 21:59:22 +0000 (+0000) Subject: Added copyright notice X-Git-Tag: release-5-5~4465 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=49ac6c4e07ca03185e31a04ffed59c828da86f31;p=ack.git Added copyright notice --- diff --git a/util/cpp/expression.g b/util/cpp/expression.g index 109b56441..0674f15f5 100644 --- a/util/cpp/expression.g +++ b/util/cpp/expression.g @@ -1,3 +1,7 @@ +/* + * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. + * See the copyright notice in the ACK home directory, in the file "Copyright". + */ /* EXPRESSION SYNTAX PARSER */ %lexical LLlex;