Add missing license headers

llvm-svn: 258201
This commit is contained in:
Eric Fiselier 2016-01-19 22:07:10 +00:00
parent 82210fbc1e
commit 58ad9b19cc
2 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,11 @@
#===----------------------------------------------------------------------===##
#
# The LLVM Compiler Infrastructure
#
# This file is dual licensed under the MIT and the University of Illinois Open
# Source Licenses. See LICENSE.TXT for details.
#
#===----------------------------------------------------------------------===##
import os
import sys

View File

@ -1,3 +1,12 @@
//===----------------------------------------------------------------------===////
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===////
#ifndef TIMER_HPP
#define TIMER_HPP
@ -43,4 +52,4 @@ public:
#endif /* LIBCXXABI_NO_TIMER */
#endif /* TIMER_HPP */
#endif /* TIMER_HPP */