From: Chris Lattner Date: Fri, 2 Jun 2006 18:58:21 +0000 (+0000) Subject: Convert to standard file header X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=584073a8cf9cc72b6a08c5286eb47d983f0a61ee;p=oota-llvm.git Convert to standard file header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28663 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-config/llvm-config.in.in b/tools/llvm-config/llvm-config.in.in index f726576b186..50295412293 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;