Skip to content

Commit 2ce6b05

Browse files
committed
Use consistent header for AutoDiff.{h,cpp}.
1 parent 2a63ab7 commit 2ce6b05

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

include/swift/AST/AutoDiff.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- AutoDiff.h - Swift Automatic Differentiation ---------------------===//
1+
//===--- AutoDiff.h - Swift automatic differentiation utilities -----------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//
@@ -10,7 +10,7 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212
//
13-
// This file defines AST support for automatic differentiation.
13+
// This file defines utilities for automatic differentiation.
1414
//
1515
//===----------------------------------------------------------------------===//
1616

lib/AST/AutoDiff.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
//===--------- AutoDiff.cpp - Swift Differentiable Programming ------------===//
1+
//===--- AutoDiff.cpp - Swift automatic differentiation utilities ---------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//
5-
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2019 Apple Inc. and the Swift project authors
66
// Licensed under Apache License v2.0 with Runtime Library Exception
77
//
88
// See https://swift.org/LICENSE.txt for license information

0 commit comments

Comments
 (0)