mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 17:56:53 +00:00
Add missing copyrights
llvm-svn: 15513
This commit is contained in:
parent
bc04b0b4b5
commit
472637ce3a
@ -1,4 +1,11 @@
|
|||||||
//===- SJLJ-Exception.cpp - SetJmp/LongJmp Exception Handling -------------===//
|
//===- SJLJ-Exception.cpp - SetJmp/LongJmp Exception Handling -------------===//
|
||||||
|
//
|
||||||
|
// The LLVM Compiler Infrastructure
|
||||||
|
//
|
||||||
|
// This file was developed by the LLVM research group and is distributed under
|
||||||
|
// the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||||
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This file implements the API used by the Setjmp/Longjmp exception handling
|
// This file implements the API used by the Setjmp/Longjmp exception handling
|
||||||
// runtime library.
|
// runtime library.
|
||||||
|
@ -1,4 +1,11 @@
|
|||||||
//===- SJLJ-Exception.h - SetJmp/LongJmp Exception Handling -----*- C++ -*-===//
|
//===- SJLJ-Exception.h - SetJmp/LongJmp Exception Handling -----*- C++ -*-===//
|
||||||
|
//
|
||||||
|
// The LLVM Compiler Infrastructure
|
||||||
|
//
|
||||||
|
// This file was developed by the LLVM research group and is distributed under
|
||||||
|
// the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||||
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This file defines the data structures and API used by the Setjmp/Longjmp
|
// This file defines the data structures and API used by the Setjmp/Longjmp
|
||||||
// exception handling runtime library.
|
// exception handling runtime library.
|
||||||
|
@ -1,4 +1,11 @@
|
|||||||
/*===- crtend.c - Initialization code for programs ------------------------===*\
|
/*===- crtend.c - Initialization code for programs ------------------------===*\
|
||||||
|
*
|
||||||
|
* The LLVM Compiler Infrastructure
|
||||||
|
*
|
||||||
|
* This file was developed by the LLVM research group and is distributed under
|
||||||
|
* the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||||
|
*
|
||||||
|
*===----------------------------------------------------------------------===*
|
||||||
*
|
*
|
||||||
* This file defines the __main function, which is used to run static
|
* This file defines the __main function, which is used to run static
|
||||||
* constructors and destructors in C++ programs, or with C programs that use GCC
|
* constructors and destructors in C++ programs, or with C programs that use GCC
|
||||||
|
Loading…
Reference in New Issue
Block a user