Skip to content

Commit fb54c00

Browse files
authored
chore: Add IDETemplateMacros.plist for file header generation with spm [skip ci] (#1794)
1 parent 1fdc35b commit fb54c00

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
// Copyright Amazon.com Inc. or its affiliates.
8+
// All Rights Reserved.
9+
//
10+
// SPDX-License-Identifier: Apache-2.0
11+
//</string>
12+
</dict>
13+
</plist>

0 commit comments

Comments
 (0)