license header

This commit is contained in:
Ivan 2018-06-03 02:41:28 +03:00
parent e6b7127d49
commit 0e50e1db39

View file

@ -1,3 +1,17 @@
//===-- jit_context.cpp ---------------------------------------------------===//
//
// LDC the LLVM D compiler
//
// This file is distributed under the Boost Software License. See the LICENSE
// file for details.
//
//===----------------------------------------------------------------------===//
//
// Jit runtime - shared library part.
// Defines jit context which stores evrything required for compilation.
//
//===----------------------------------------------------------------------===//
#include "jit_context.h"
#include <cassert>