From 1aef38cd48413b8c1fa94ea42256d313cf6e58d8 Mon Sep 17 00:00:00 2001 From: Marko Dimjašević Date: Tue, 23 Feb 2016 23:09:28 -0700 Subject: Added missing copyright headers per klee/issue #301 --- tools/kleaver/main.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tools/kleaver/main.cpp') diff --git a/tools/kleaver/main.cpp b/tools/kleaver/main.cpp index edc5f4c9..9c374eb8 100644 --- a/tools/kleaver/main.cpp +++ b/tools/kleaver/main.cpp @@ -1,3 +1,12 @@ +//===-- main.cpp ------------------------------------------------*- C++ -*-===// +// +// The KLEE Symbolic Virtual Machine +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + #include "expr/Lexer.h" #include "expr/Parser.h" -- cgit 1.4.1