diff options
author | John Criswell <criswell@uiuc.edu> | 2003-10-21 15:31:36 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-10-21 15:31:36 +0000 |
commit | c2bc2f144f6c7b091eb008a21832aa01be8f79ea (patch) | |
tree | d058c909a6be203c5af82921185774f30b492940 /projects/sample | |
parent | aefb666d07fdf695809fc92ef8497586674590d8 (diff) |
Removed LLVM copyright notice from sample Makefile.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9325 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/sample')
-rw-r--r-- | projects/sample/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/projects/sample/Makefile b/projects/sample/Makefile index a088eed249..c1a894bddc 100644 --- a/projects/sample/Makefile +++ b/projects/sample/Makefile @@ -1,14 +1,8 @@ -##===- projects/sample/Makefile ------------------------------*- Makefile -*-===## -# -# 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. -# -##===----------------------------------------------------------------------===## +##===- projects/sample/Makefile ----------------------------*- Makefile -*-===## # # This is a sample Makefile for a project that uses LLVM. # +##===----------------------------------------------------------------------===## # # Indicates our relative path to the top of the project's root directory. |