mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-03 11:03:14 +01:00
Added LLVM-style license headers to all our files.
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
// Taken from GDC source tree. Original by David Friedman.
|
||||
// Released under the Artistic License found in dmd/artistic.txt
|
||||
//===-- asmstmt.cpp -------------------------------------------------------===//
|
||||
//
|
||||
// LDC – the LLVM D compiler
|
||||
//
|
||||
// This file originates from work by David Friedman for GDC released under
|
||||
// the GPL 2 and Artistic licenses. See the LICENSE file for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "gen/llvm.h"
|
||||
#include "llvm/InlineAsm.h"
|
||||
|
||||
Reference in New Issue
Block a user