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)
llvm-svn: 222435

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

index 50283b4..c0c0f7c 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 bd8a0bd..ca83ec1 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"