mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-23 15:13:14 +01:00
Added LLVM-style license headers to all our files.
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
// Pulled out of dmd/mars.c
|
||||
|
||||
// some things are taken from llvm's llc tool
|
||||
// which uses the llvm license
|
||||
//===-- main.cpp --------------------------------------------------------===//
|
||||
//
|
||||
// LDC – the LLVM D compiler
|
||||
//
|
||||
// This file is distributed under the BSD-style LDC license. See the LICENSE
|
||||
// file for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "gen/llvmcompat.h"
|
||||
#include "gen/llvm.h"
|
||||
|
||||
Reference in New Issue
Block a user