[llvm-commits] [hlvm] r37977 - in /hlvm/trunk/hlvm/AST: Bundle.h Function.h LinkageItem.h Node.h Type.h Variable.h
Chris Lattner
clattner at apple.com
Sat Jul 7 23:18:02 PDT 2007
On Jul 7, 2007, at 4:58 PM, Reid Spencer wrote:
> ======================================================================
> ========
> --- hlvm/trunk/hlvm/AST/Type.h (added)
> +++ hlvm/trunk/hlvm/AST/Type.h Sat Jul 7 18:58:34 2007
> @@ -0,0 +1,56 @@
> +//
> +// Copyright (C) 2006 HLVM Group. All Rights Reserved.
> +//
> +// This program is open source software; you can redistribute it
> and/or modify
> +// it under the terms of the GNU General Public License (GPL) as
> published by
> +// the Free Software Foundation; either version 2 of the License,
> or (at your
> +// option) any later version. You should have received a copy of
> the GPL in a
> +// file named COPYING that was included with this program; if not,
> you can
> +// obtain a copy of the license through the Internet at http://
> www.fsf.org/
> +//
> +// This program is distributed in the hope that it will be useful,
> but
> +// WITHOUT ANY WARRANTY; without even the implied warranty of
> MERCHANTABILITY
> +// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
> Public License
> +// for more details.
> +//
This should use the standard LLVM license and file header block,
please refer to the developer policy.
Thanks!
-Chris
More information about the llvm-commits
mailing list