Changes in directory llvm/tools/llvm-config:

llvm-config.in.in updated: 1.10 -> 1.11
---
Log message:

Convert to standard file header


---
Diffs of the changes:  (+9 -4)

 llvm-config.in.in |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)


Index: llvm/tools/llvm-config/llvm-config.in.in
diff -u llvm/tools/llvm-config/llvm-config.in.in:1.10 
llvm/tools/llvm-config/llvm-config.in.in:1.11
--- llvm/tools/llvm-config/llvm-config.in.in:1.10       Fri Jun  2 13:55:36 2006
+++ llvm/tools/llvm-config/llvm-config.in.in    Fri Jun  2 13:58:21 2006
@@ -1,14 +1,19 @@
 [EMAIL PROTECTED]@
+##===- tools/llvm-config ---------------------------------------*- perl 
-*-===##
+# 
+#                     The LLVM Compiler Infrastructure
 #
-# Program:  llvm-config
+# This file was developed by Eric Kidd and is distributed under
+# the University of Illinois Open Source License. See LICENSE.TXT for details.
+# 
+##===----------------------------------------------------------------------===##
 #
 # Synopsis: Prints out compiler options needed to build against an installed
 #           copy of LLVM.
 #
 # Syntax:   llvm-config OPTIONS... [COMPONENTS...]
-#
-# This file was written by Eric Kidd, and is placed into the public domain.
-#
+# 
+##===----------------------------------------------------------------------===##
 
 use 5.006;
 use strict;



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to