Add missing copyrights
authorChris Lattner <sabre@nondot.org>
Thu, 5 Aug 2004 00:20:51 +0000 (00:20 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 5 Aug 2004 00:20:51 +0000 (00:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15513 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/GCCLibraries/crtend/SJLJ-Exception.cpp
runtime/GCCLibraries/crtend/SJLJ-Exception.h
runtime/GCCLibraries/crtend/crtend.c

index 0221df1e437556b35d194a8093476ac05e26189b..86e0e3a28dffff8a6d120efa5828acccf0dafd90 100644 (file)
@@ -1,4 +1,11 @@
 //===- 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
 // runtime library.
index 05960025fa0874348400f6fb354ba84724ad3ce4..eaf927a5f0077a90e23c7f42f202d1b1f3d081e6 100644 (file)
@@ -1,4 +1,11 @@
 //===- 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
 // exception handling runtime library.
index baac8a1b95af9582a163912a7d170ab679ea8a01..74e7831deeb7d00f8edfe3f92833db9e5226a8d6 100644 (file)
@@ -1,4 +1,11 @@
 /*===- 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
  * constructors and destructors in C++ programs, or with C programs that use GCC