Convert to standard file header
authorChris Lattner <sabre@nondot.org>
Fri, 2 Jun 2006 18:58:21 +0000 (18:58 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 2 Jun 2006 18:58:21 +0000 (18:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28663 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-config/llvm-config.in.in

index f726576b186cf3234a0c27ece4d46be4641d8f61..5029541229346223441335eafbf1535dec133e57 100644 (file)
@@ -1,14 +1,19 @@
 #!@PERL@
+##===- 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;