Set Xcode template for smaller copyright headers
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
parent
8ebfc6afcd
commit
72ea54c0db
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>FILEHEADER</key>
|
||||
<string> SPDX-License-Identifier: MIT
|
||||
// Copyright © 2018 WireGuard LLC. All rights reserved.</string>
|
||||
</dict>
|
||||
</plist>
|
Loading…
Reference in New Issue