Skip to content

Commit fc59904

Browse files
Merge pull request #6649 from practicalswift/correct-copyright-years
[gardening] Add correct copyright notices
2 parents e99f537 + 8c2b87b commit fc59904

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

stdlib/public/core/BidirectionalCollection.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) 2016 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2014 - 2017 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

stdlib/public/core/RandomAccessCollection.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) 2016 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2014 - 2017 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

stdlib/public/core/Unmanaged.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 - 2015 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2014 - 2017 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

test/stdlib/Casts.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 - 2015 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2014 - 2017 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

test/stdlib/TestFileManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2016 Apple Inc. and the Swift project authors
1+
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
22
// Licensed under Apache License v2.0 with Runtime Library Exception
33
//
44
// See https://swift.org/LICENSE.txt for license information

utils/find-overlay-dependencies-loop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
## This source file is part of the Swift.org open source project
55
##
6-
## Copyright (c) 2016 Apple Inc. and the Swift project authors
6+
## Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
77
## Licensed under Apache License v2.0 with Runtime Library Exception
88
##
99
## See https://swift.org/LICENSE.txt for license information

utils/swift_build_support/swift_build_support/diagnostics.py

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) 2016 Apple Inc. and the Swift project authors
5+
# Copyright (c) 2014 - 2017 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

validation-test/compiler_crashers/28619-basety-islvaluetype-basety-is-anymetatypetype.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source file is part of the Swift.org open source project
2-
// Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
2+
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
33
// Licensed under Apache License v2.0 with Runtime Library Exception
44
//
55
// See https://swift.org/LICENSE.txt for license information

validation-test/compiler_crashers/28620-type-mayhavemembers.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source file is part of the Swift.org open source project
2-
// Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
2+
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
33
// Licensed under Apache License v2.0 with Runtime Library Exception
44
//
55
// See https://swift.org/LICENSE.txt for license information

validation-test/compiler_crashers/28621-typevariables-impl-getgraphindex-typevar-type-variable-mismatch.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source file is part of the Swift.org open source project
2-
// Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
2+
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
33
// Licensed under Apache License v2.0 with Runtime Library Exception
44
//
55
// See https://swift.org/LICENSE.txt for license information

validation-test/compiler_crashers_2_fixed/0047-sr3515.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source file is part of the Swift.org open source project
2-
// Copyright (c) 2016 Apple Inc. and the Swift project authors
2+
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
33
// Licensed under Apache License v2.0 with Runtime Library Exception
44
//
55
// See https://swift.org/LICENSE.txt for license information

0 commit comments

Comments
 (0)