summaryrefslogtreecommitdiff
path: root/src/parser/cvc/Cvc.g
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2017-07-07 11:54:58 -0700
committerMathias Preiner <mathias.preiner@gmail.com>2017-07-07 11:54:58 -0700
commitadef38f318e055c09db85e483040528d68d394e5 (patch)
tree63e62b0d679a8d8fd2acfc3b0eedfb7b33f05bf3 /src/parser/cvc/Cvc.g
parent7231e62ee2d620751d43ea72eb3e390ac6ccfed9 (diff)
Use new copyright header format.
Diffstat (limited to 'src/parser/cvc/Cvc.g')
-rw-r--r--src/parser/cvc/Cvc.g9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/parser/cvc/Cvc.g b/src/parser/cvc/Cvc.g
index b5bad6a2d..368a6db82 100644
--- a/src/parser/cvc/Cvc.g
+++ b/src/parser/cvc/Cvc.g
@@ -489,10 +489,11 @@ Expr addNots(ExprManager* em, size_t n, Expr e) {
@header {
/**
- ** This file is part of CVC4.
- ** Copyright (c) 2009-2014 New York University and The University of Iowa
- ** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** This file is part of the CVC4 project.
+ ** Copyright (c) 2009-2016 by the authors listed in the file AUTHORS
+ ** in the top-level source directory) and their institutional affiliations.
+ ** All rights reserved. See the file COPYING in the top-level source
+ ** directory for licensing information.
**/
}/* @header */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback