Skip to content

Commit

Permalink
Fix #99: Add missing copyright message
Browse files Browse the repository at this point in the history
  • Loading branch information
mortior committed Jun 22, 2016
1 parent 5e3c87f commit 941b67b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 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 <config.h>
Expand Down
10 changes: 10 additions & 0 deletions 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

Expand Down

0 comments on commit 941b67b

Please sign in to comment.