Skip to content

Commit eefe64b

Browse files
committed
Update copyright years.
1 parent 2597f8e commit eefe64b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+56
-56
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##
2-
## Copyright (c) 2015, 2016, 2017 The University of Utah
2+
## Copyright (c) 2015, 2016, 2017, 2018 The University of Utah
33
## Copyright (c) 2015 Tamir Duberstein
44
## All rights reserved.
55
##

clang_delta/AggregateToScalar.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015, 2016 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2016, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## -*- mode: CMake -*-
22
##
3-
## Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 The University of Utah
3+
## Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017, 2018 The University of Utah
44
## All rights reserved.
55
##
66
## This file is distributed under the University of Illinois Open Source

clang_delta/CallExprToValue.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/ClassTemplateToClass.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2014, 2015 The University of Utah
3+
// Copyright (c) 2012, 2013, 2014, 2015, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/CombineGlobalVarDecl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/CombineLocalVarDecl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/EmptyStructToInt.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2014, 2015, 2016 The University of Utah
3+
// Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/ExpressionDetector.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2016 The University of Utah
3+
// Copyright (c) 2016, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/InstantiateTemplateParam.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/InstantiateTemplateTypeParamToInt.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/LocalToGlobal.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015, 2016 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2016, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## -*- mode: Makefile-Automake -*-
22
##
3-
## Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 The University of Utah
3+
## Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017, 2018 The University of Utah
44
## All rights reserved.
55
##
66
## This file is distributed under the University of Illinois Open Source

clang_delta/ReduceArrayDim.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/ReduceArraySize.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2014, 2015 The University of Utah
3+
// Copyright (c) 2012, 2014, 2015, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/ReduceClassTemplateParameter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2014, 2015, 2016 The University of Utah
3+
// Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/ReducePointerLevel.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2014, 2015, 2016 The University of Utah
3+
// Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/ReducePointerPairs.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2014, 2015 The University of Utah
3+
// Copyright (c) 2012, 2013, 2014, 2015, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/RemoveAddrTaken.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015, 2016 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2016, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/RemoveArray.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2014, 2015 The University of Utah
3+
// Copyright (c) 2012, 2013, 2014, 2015, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/RemoveBaseClass.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2014, 2015, 2016 The University of Utah
3+
// Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/RemoveCtorInitializer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/RemoveNamespace.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015, 2016 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2016, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/RemovePointer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2014, 2015, 2016 The University of Utah
3+
// Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/RemoveTrivialBaseTemplate.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015, 2016 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2016, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/RemoveUnresolvedBase.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/RemoveUnusedOuterClass.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015, 2016 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2016, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/RemoveUnusedStructField.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015, 2016 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2016, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/RenameClass.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015, 2016 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2016, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/RenameFun.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015, 2016 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2016, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/RenameParam.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2014, 2015, 2016 The University of Utah
3+
// Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/RenameVar.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015, 2016 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2016, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/ReplaceArrayAccessWithIndex.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2016 The University of Utah
3+
// Copyright (c) 2016, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/ReplaceArrayIndexVar.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/ReplaceCallExpr.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2014, 2015, 2016 The University of Utah
3+
// Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/ReplaceClassWithBaseTemplateSpec.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/ReplaceDependentName.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/ReplaceDependentTypedef.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/ReplaceDerivedClass.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/ReplaceFunctionDefWithDecl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2014, 2015, 2016 The University of Utah
3+
// Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/ReplaceOneLevelTypedefType.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/ReplaceSimpleTypedef.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/RewriteUtils.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015, 2016 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2016, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/SimpleInliner.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2014, 2015, 2016 The University of Utah
3+
// Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/SimplifyCallExpr.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/SimplifyDependentTypedef.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2014, 2015 The University of Utah
3+
// Copyright (c) 2012, 2013, 2014, 2015, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/SimplifyNestedClass.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015, 2016 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2016, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/SimplifyRecursiveTemplateInstantiation.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/SimplifyStruct.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2015, 2016 The University of Utah
3+
// Copyright (c) 2012, 2013, 2015, 2016, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

clang_delta/SimplifyStructUnionDecl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// Copyright (c) 2012, 2013, 2014, 2015 The University of Utah
3+
// Copyright (c) 2012, 2013, 2014, 2015, 2017 The University of Utah
44
// All rights reserved.
55
//
66
// This file is distributed under the University of Illinois Open Source

0 commit comments

Comments
 (0)