Skip to content

Commit fcb788c

Browse files
authored
Add Xcode template file with license comment. (#40)
1 parent f1f0fa8 commit fcb788c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>FILEHEADER</key>
6+
<string>===----------------------------------------------------------------------===//
7+
//
8+
// This source file is part of the Swift Collections open source project
9+
//
10+
// Copyright (c) 2021 Apple Inc. and the Swift project authors
11+
// Licensed under Apache License v2.0 with Runtime Library Exception
12+
//
13+
// See https://swift.org/LICENSE.txt for license information
14+
//
15+
//===----------------------------------------------------------------------===//</string>
16+
</dict>
17+
</plist>

0 commit comments

Comments
 (0)