Skip to content

Commit 7aa5863

Browse files
authored
Add file header template for new files (#487)
1 parent 9a53019 commit 7aa5863

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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 © ___YEAR___ Stream.io Inc. All rights reserved.
8+
//</string>
9+
</dict>
10+
</plist>

0 commit comments

Comments
 (0)