From 49ac6c4e07ca03185e31a04ffed59c828da86f31 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 9 Mar 1987 21:59:22 +0000 Subject: [PATCH] Added copyright notice --- util/cpp/expression.g | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.34.1