mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-08-01 20:10:04 +02:00
Added LLVM-style license headers to all our files.
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
//===-- gen/structs.h - D struct codegen ------------------------*- C++ -*-===//
|
||||
//
|
||||
// LDC – the LLVM D compiler
|
||||
//
|
||||
// This file is distributed under the BSD-style LDC license. See the LICENSE
|
||||
// file for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// Functions for D struct codegen.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVMD_GEN_STRUCTS_H
|
||||
#define LLVMD_GEN_STRUCTS_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user