diff --git a/clang_delta/ReplaceArrayAccessWithIndex.cpp b/clang_delta/ReplaceArrayAccessWithIndex.cpp index b255bc7b..969bf7f2 100644 --- a/clang_delta/ReplaceArrayAccessWithIndex.cpp +++ b/clang_delta/ReplaceArrayAccessWithIndex.cpp @@ -1,3 +1,12 @@ +//===----------------------------------------------------------------------===// +// +// Copyright (c) 2016 The University of Utah +// All rights reserved. +// +// This file is distributed under the University of Illinois Open Source +// License. See the file COPYING for details. +// +//===----------------------------------------------------------------------===// #if HAVE_CONFIG_H # include diff --git a/clang_delta/ReplaceArrayAccessWithIndex.h b/clang_delta/ReplaceArrayAccessWithIndex.h index d6f83ea7..3b461eab 100644 --- a/clang_delta/ReplaceArrayAccessWithIndex.h +++ b/clang_delta/ReplaceArrayAccessWithIndex.h @@ -1,3 +1,13 @@ +//===----------------------------------------------------------------------===// +// +// Copyright (c) 2016 The University of Utah +// All rights reserved. +// +// This file is distributed under the University of Illinois Open Source +// License. See the file COPYING for details. +// +//===----------------------------------------------------------------------===// + #ifndef REPLACE_ARRAY_ACCESS_WITH_INDEX #define REPLACE_ARRAY_ACCESS_WITH_INDEX