From 076f7336d4ab9ff9dde4a890c0b07172f88a0c0c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 2 Jun 2006 18:58:21 +0000 Subject: [PATCH] Convert to standard file header llvm-svn: 28663 --- llvm/tools/llvm-config/llvm-config.in.in | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/llvm/tools/llvm-config/llvm-config.in.in b/llvm/tools/llvm-config/llvm-config.in.in index f726576b186c..502954122934 100644 --- a/llvm/tools/llvm-config/llvm-config.in.in +++ b/llvm/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;