mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-09 04:15:58 +03:00
Added LLVM-style license headers to all our files.
This commit is contained in:
parent
8b7320c7c2
commit
9458911839
106 changed files with 1207 additions and 85 deletions
|
@ -1,3 +1,11 @@
|
|||
//===-- irfunction.cpp ----------------------------------------------------===//
|
||||
//
|
||||
// LDC – the LLVM D compiler
|
||||
//
|
||||
// This file is distributed under the BSD-style LDC license. See the LICENSE
|
||||
// file for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "gen/llvm.h"
|
||||
#include "gen/tollvm.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue