summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-10-21 15:31:36 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-10-21 15:31:36 +0000
commitc2bc2f144f6c7b091eb008a21832aa01be8f79ea (patch)
treed058c909a6be203c5af82921185774f30b492940 /projects
parentaefb666d07fdf695809fc92ef8497586674590d8 (diff)
downloadllvm-c2bc2f144f6c7b091eb008a21832aa01be8f79ea.tar.gz
llvm-c2bc2f144f6c7b091eb008a21832aa01be8f79ea.tar.bz2
llvm-c2bc2f144f6c7b091eb008a21832aa01be8f79ea.tar.xz
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')
-rw-r--r--projects/sample/Makefile10
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.