mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-08-12 09:20:05 +02:00
Added LLVM-style license headers to all our files.
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
//===-- gen/programs.h - External tool discovery ----------------*- C++ -*-===//
|
||||
//
|
||||
// LDC – the LLVM D compiler
|
||||
//
|
||||
// This file is distributed under the BSD-style LDC license. See the LICENSE
|
||||
// file for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// Functions for discovering the external tools used for linking, etc.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LDC_GEN_PROGRAMS_H
|
||||
#define LDC_GEN_PROGRAMS_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user