Skip to content

Commit 60bf3c1

Browse files
committed
swift-bench: add standard license header
Swift SVN r21531
1 parent db38195 commit 60bf3c1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: utils/swift-bench.py

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
##===--- swift-bench.py -------------------------------*- coding: utf-8 -*-===##
2+
##
3+
## This source file is part of the Swift.org open source project
4+
##
5+
## Copyright (c) 2014 - 2015 Apple Inc. and the Swift project authors
6+
## Licensed under Apache License v2.0 with Runtime Library Exception
7+
##
8+
## See http://swift.org/LICENSE.txt for license information
9+
## See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10+
##
11+
##===----------------------------------------------------------------------===##
12+
113
# This file implements a test harness for running Swift performance benchmarks.
214
#
315
# Its input is a set of swift files, containing functions named 'bench_*' that

0 commit comments

Comments
 (0)