Removed LLVM copyright notice from sample Makefile.
authorJohn Criswell <criswell@uiuc.edu>
Tue, 21 Oct 2003 15:31:36 +0000 (15:31 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 21 Oct 2003 15:31:36 +0000 (15:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9325 91177308-0d34-0410-b5e6-96231b3b80d8

projects/sample/Makefile

index a088eed2494b70379a6712c935adfef8e13b795e..c1a894bddc7d6b386033f6f34a24925683e3331e 100644 (file)
@@ -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.
 #
 #
 # This is a sample Makefile for a project that uses LLVM.
 #
+##===----------------------------------------------------------------------===##
 
 #
 # Indicates our relative path to the top of the project's root directory.
 
 #
 # Indicates our relative path to the top of the project's root directory.