diff options
author | 2018-10-24 07:18:58 +0530 | |
---|---|---|
committer | 2018-10-27 15:13:01 +0530 | |
commit | 72ea54c0dba2c1a29e5c0b337418b69cefc7a41b (patch) | |
tree | 09b6591b7518287877214349d1c87df51a6f1c51 /WireGuard | |
parent | Smaller copyright headers (diff) | |
download | wireguard-apple-72ea54c0dba2c1a29e5c0b337418b69cefc7a41b.tar.xz wireguard-apple-72ea54c0dba2c1a29e5c0b337418b69cefc7a41b.zip |
Set Xcode template for smaller copyright headers
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to '')
-rw-r--r-- | WireGuard/WireGuard.xcodeproj/xcshareddata/IDETemplateMacros.plist | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/WireGuard/WireGuard.xcodeproj/xcshareddata/IDETemplateMacros.plist b/WireGuard/WireGuard.xcodeproj/xcshareddata/IDETemplateMacros.plist new file mode 100644 index 0000000..4743b24 --- /dev/null +++ b/WireGuard/WireGuard.xcodeproj/xcshareddata/IDETemplateMacros.plist @@ -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> |