diff options
author | Chris Lattner <sabre@nondot.org> | 2006-06-02 18:58:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-06-02 18:58:21 +0000 |
commit | 584073a8cf9cc72b6a08c5286eb47d983f0a61ee (patch) | |
tree | 0f596bcb314f53fa33616a45f0b454618401d32a | |
parent | 41655cd0ceb5be0ec710839b5b91c0dafab928fd (diff) |
Convert to standard file header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28663 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/llvm-config/llvm-config.in.in | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/tools/llvm-config/llvm-config.in.in b/tools/llvm-config/llvm-config.in.in index f726576b18..5029541229 100644 --- a/tools/llvm-config/llvm-config.in.in +++ b/tools/llvm-config/llvm-config.in.in @@ -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; |