Added LLVM-style license headers to all our files.

This commit is contained in:
David Nadlinger
2012-12-15 23:58:53 +01:00
parent 8b7320c7c2
commit 9458911839
106 changed files with 1207 additions and 85 deletions

View File

@@ -1,9 +1,9 @@
//===- SimplifyDRuntimeCalls - Optimize calls to the D runtime library ----===//
//===-- SimplifyDRuntimeCalls.cpp - Optimize druntime calls ---------------===//
//
// The LLVM D Compiler
// LDC the LLVM D compiler
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
// License. See the LICENSE file for details.
//
//===----------------------------------------------------------------------===//
//