From: Frederic Riss Date: Thu, 20 Nov 2014 16:21:06 +0000 (+0000) Subject: Add missing copyright headers. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c41c64db76d4c21b0ff5a22817f40ec8a15317e;p=platform%2Fupstream%2Fllvm.git Add missing copyright headers. llvm-svn: 222435 --- diff --git a/llvm/lib/DebugInfo/DWARFAcceleratorTable.cpp b/llvm/lib/DebugInfo/DWARFAcceleratorTable.cpp index 50283b4..c0c0f7c 100644 --- a/llvm/lib/DebugInfo/DWARFAcceleratorTable.cpp +++ b/llvm/lib/DebugInfo/DWARFAcceleratorTable.cpp @@ -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" diff --git a/llvm/lib/DebugInfo/DWARFAcceleratorTable.h b/llvm/lib/DebugInfo/DWARFAcceleratorTable.h index bd8a0bd..ca83ec1 100644 --- a/llvm/lib/DebugInfo/DWARFAcceleratorTable.h +++ b/llvm/lib/DebugInfo/DWARFAcceleratorTable.h @@ -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"