From 1230f79df89e95687659859cad39c9fd2e48f4eb Mon Sep 17 00:00:00 2001 From: Axel Naumann <Axel.Naumann@cern.ch> Date: Sun, 19 Mar 2017 23:03:53 +0100 Subject: [PATCH] Add (c) header. --- interpreter/cling/tools/demo/CMakeLists.txt | 8 ++++++++ interpreter/cling/tools/demo/cling-demo.cpp | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/interpreter/cling/tools/demo/CMakeLists.txt b/interpreter/cling/tools/demo/CMakeLists.txt index b900fc5c7d8..ebf5a8355d9 100644 --- a/interpreter/cling/tools/demo/CMakeLists.txt +++ b/interpreter/cling/tools/demo/CMakeLists.txt @@ -1,3 +1,11 @@ +#------------------------------------------------------------------------------ +# CLING - the C++ LLVM-based InterpreterG :) +# +# This file is dual-licensed: you can choose to license it under the University +# of Illinois Open Source License or the GNU Lesser General Public License. See +# LICENSE.TXT for details. +#------------------------------------------------------------------------------ + cmake_minimum_required(VERSION 3.5) set(CMAKE_CXX_STANDARD 11) diff --git a/interpreter/cling/tools/demo/cling-demo.cpp b/interpreter/cling/tools/demo/cling-demo.cpp index a7713f0ad15..475e3b574ab 100644 --- a/interpreter/cling/tools/demo/cling-demo.cpp +++ b/interpreter/cling/tools/demo/cling-demo.cpp @@ -1,3 +1,12 @@ +//------------------------------------------------------------------------------ +// CLING - the C++ LLVM-based InterpreterG :) +// author: Axel Naumann <axel@cern.ch> +// +// This file is dual-licensed: you can choose to license it under the University +// of Illinois Open Source License or the GNU Lesser General Public License. See +// LICENSE.TXT for details. +//------------------------------------------------------------------------------ + #include <cling/Interpreter/Interpreter.h> #include <cling/Interpreter/Value.h> #include <iostream> -- GitLab