diff options
Diffstat (limited to 'lib/Bitcode')
-rw-r--r-- | lib/Bitcode/Makefile | 4 | ||||
-rw-r--r-- | lib/Bitcode/Reader/Makefile | 4 | ||||
-rw-r--r-- | lib/Bitcode/Writer/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/Bitcode/Makefile b/lib/Bitcode/Makefile index 7abff6a0b7..2d6b5ad1fe 100644 --- a/lib/Bitcode/Makefile +++ b/lib/Bitcode/Makefile @@ -1,10 +1,10 @@ ##===- lib/Bitcode/Makefile --------------------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LEVEL = ../.. diff --git a/lib/Bitcode/Reader/Makefile b/lib/Bitcode/Reader/Makefile index f194ec28e9..59af8d53a7 100644 --- a/lib/Bitcode/Reader/Makefile +++ b/lib/Bitcode/Reader/Makefile @@ -1,10 +1,10 @@ ##===- lib/Bitcode/Reader/Makefile -------------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LEVEL = ../../.. diff --git a/lib/Bitcode/Writer/Makefile b/lib/Bitcode/Writer/Makefile index 7abc1d3d8f..7b0bd72159 100644 --- a/lib/Bitcode/Writer/Makefile +++ b/lib/Bitcode/Writer/Makefile @@ -1,10 +1,10 @@ ##===- lib/Bitcode/Reader/Makefile -------------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LEVEL = ../../.. |