Skip to content

Commit bfd5c8f

Browse files
committed
Change year in header
1 parent e231987 commit bfd5c8f

File tree

393 files changed

+394
-394
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

393 files changed

+394
-394
lines changed

CMakeLists.txt

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

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion

CodeGeneration/Sources/SyntaxSupport/AttributeKinds.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
// This source file is part of the Swift.org open source project
1212
//
13-
// Copyright (c) 2014 - 2022 Apple Inc. and the Swift project authors
13+
// Copyright (c) 2014 - 2023 Apple Inc. and the Swift project authors
1414
// Licensed under Apache License v2.0 with Runtime Library Exception
1515
//
1616
// See https://swift.org/LICENSE.txt for license information

CodeGeneration/Sources/SyntaxSupport/AttributeNodes.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
// This source file is part of the Swift.org open source project
1212
//
13-
// Copyright (c) 2014 - 2022 Apple Inc. and the Swift project authors
13+
// Copyright (c) 2014 - 2023 Apple Inc. and the Swift project authors
1414
// Licensed under Apache License v2.0 with Runtime Library Exception
1515
//
1616
// See https://swift.org/LICENSE.txt for license information

CodeGeneration/Sources/SyntaxSupport/AvailabilityNodes.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
// This source file is part of the Swift.org open source project
1212
//
13-
// Copyright (c) 2014 - 2022 Apple Inc. and the Swift project authors
13+
// Copyright (c) 2014 - 2023 Apple Inc. and the Swift project authors
1414
// Licensed under Apache License v2.0 with Runtime Library Exception
1515
//
1616
// See https://swift.org/LICENSE.txt for license information

CodeGeneration/Sources/SyntaxSupport/BuilderInitializableTypes.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
// This source file is part of the Swift.org open source project
1212
//
13-
// Copyright (c) 2014 - 2022 Apple Inc. and the Swift project authors
13+
// Copyright (c) 2014 - 2023 Apple Inc. and the Swift project authors
1414
// Licensed under Apache License v2.0 with Runtime Library Exception
1515
//
1616
// See https://swift.org/LICENSE.txt for license information

CodeGeneration/Sources/SyntaxSupport/Child.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 - 2022 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2014 - 2023 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

CodeGeneration/Sources/SyntaxSupport/Classification.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//
1212
// This source file is part of the Swift.org open source project
1313
//
14-
// Copyright (c) 2014 - 2022 Apple Inc. and the Swift project authors
14+
// Copyright (c) 2014 - 2023 Apple Inc. and the Swift project authors
1515
// Licensed under Apache License v2.0 with Runtime Library Exception
1616
//
1717
// See https://swift.org/LICENSE.txt for license information

CodeGeneration/Sources/SyntaxSupport/CommonNodes.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
// This source file is part of the Swift.org open source project
1212
//
13-
// Copyright (c) 2014 - 2022 Apple Inc. and the Swift project authors
13+
// Copyright (c) 2014 - 2023 Apple Inc. and the Swift project authors
1414
// Licensed under Apache License v2.0 with Runtime Library Exception
1515
//
1616
// See https://swift.org/LICENSE.txt for license information

CodeGeneration/Sources/SyntaxSupport/DeclNodes.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
// This source file is part of the Swift.org open source project
1212
//
13-
// Copyright (c) 2014 - 2022 Apple Inc. and the Swift project authors
13+
// Copyright (c) 2014 - 2023 Apple Inc. and the Swift project authors
1414
// Licensed under Apache License v2.0 with Runtime Library Exception
1515
//
1616
// See https://swift.org/LICENSE.txt for license information

0 commit comments

Comments
 (0)