Skip to content

Commit e236b68

Browse files
committed
[gardening] Add the swift license header to the top of our lit.*.cfg.* files and mark them with the python editor marker.
1 parent 6791f01 commit e236b68

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

test/lit.site.cfg.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# lit.site.cfg.in - Local configuration for the 'lit' test runner -*- python -*-
2+
#
3+
# This source file is part of the Swift.org open source project
4+
#
5+
# Copyright (c) 2014 - 2016 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
import os
214
import platform
315
import sys

validation-test/lit.cfg

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# swift/validation-test/lit.cfg ----------------------------------*- python -*-
2+
#
3+
# This source file is part of the Swift.org open source project
4+
#
5+
# Copyright (c) 2014 - 2016 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
import sys
214
import platform
315

validation-test/lit.site.cfg.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# swift/validation-test/lit.site.cfg.in ---------------------------*- python -*-
2+
#
3+
# This source file is part of the Swift.org open source project
4+
#
5+
# Copyright (c) 2014 - 2016 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
import sys
214
import platform
315

0 commit comments

Comments
 (0)