Make sure the IDETemplateMacros.plist file is committed.

This commit is contained in:
Doug
2025-09-28 15:53:14 +01:00
committed by Doug
parent 3abb938ff2
commit 15875527a8
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?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>
// Copyright ___YEAR___ New Vector Ltd
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
//</string>
</dict>
</plist>