Add license header comment.

llvm-svn: 136808
This commit is contained in:
Johnny Chen 2011-08-03 20:39:26 +00:00
parent acbdc5748e
commit a8d4df429a
2 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,11 @@
//===-- main.c --------------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include <stdio.h>
class Point {

View File

@ -1,3 +1,11 @@
//===-- main.c --------------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include <stdio.h>
class Point {