Skip to content

Commit 514dce1

Browse files
committed
Update copyright year on benchmark and its template
1 parent 65a547c commit 514dce1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

benchmark/scripts/Template.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift.org open source project
44
//
5-
// Copyright (c) 2014 - 2019 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2020 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
@@ -19,4 +19,4 @@ public let {name} = [
1919
@inline(never)
2020
public func run_{name}(N: Int) {{
2121
// TODO
22-
}}
22+
}}

benchmark/single-source/FloatingPointConversion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift.org open source project
44
//
5-
// Copyright (c) 2014 - 2019 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2020 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)