Add missing copyright headers.
authorFrederic Riss <friss@apple.com>
Thu, 20 Nov 2014 16:21:06 +0000 (16:21 +0000)
committerFrederic Riss <friss@apple.com>
Thu, 20 Nov 2014 16:21:06 +0000 (16:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222435 91177308-0d34-0410-b5e6-96231b3b80d8

lib/DebugInfo/DWARFAcceleratorTable.cpp
lib/DebugInfo/DWARFAcceleratorTable.h

index 50283b40ca8ee51bada7f8a4b55ec2a1941e5ca0..c0c0f7c0d1eac6ecea0eadd5c889e16150856cc3 100644 (file)
@@ -1,3 +1,12 @@
+//===--- DWARFAcceleratorTable.cpp ----------------------------------------===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
 #include "DWARFAcceleratorTable.h"
 
 #include "llvm/Support/Dwarf.h"
index bd8a0bdae850339e3821885db4b04f9c814cd27f..ca83ec1b4494691ed649b4a737cc343dafc0de12 100644 (file)
@@ -1,3 +1,11 @@
+//===--- DWARFAcceleratorTable.h --------------------------------*- C++ -*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
 
 #include "DWARFRelocMap.h"