From 0e7ddc74dc1a936afec70c848ec1e801f6542170 Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Wed, 16 Dec 2015 11:25:58 +0100 Subject: [PATCH] Add proper header. --- tools/Jupyter/Kernel.cpp | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/tools/Jupyter/Kernel.cpp b/tools/Jupyter/Kernel.cpp index 7ae25598..98b34efc 100644 --- a/tools/Jupyter/Kernel.cpp +++ b/tools/Jupyter/Kernel.cpp @@ -1,7 +1,14 @@ +//------------------------------------------------------------------------------ +// CLING - the C++ LLVM-based InterpreterG :) +// author: Axel Naumann // -// Created by Axel Naumann on 09/12/15. -// +// 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. +//------------------------------------------------------------------------------ +// FIXME: This file shall contain the decl of cling::Jupyter in a future +// revision! //#include "cling/Interpreter/Jupyter/Kernel.h" #include "cling/Interpreter/Interpreter.h"