IDETemplateMacros.plist 858 B

123456789101112131415161718192021
  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> Software License Agreement (BSD License)
  7. //
  8. // Copyright (c) 2010-___YEAR___, Deusty, LLC
  9. // All rights reserved.
  10. //
  11. // Redistribution and use of this software in source and binary forms,
  12. // with or without modification, are permitted provided that the following conditions are met:
  13. //
  14. // * Redistributions of source code must retain the above copyright notice,
  15. // this list of conditions and the following disclaimer.
  16. //
  17. // * Neither the name of Deusty nor the names of its contributors may be used
  18. // to endorse or promote products derived from this software without specific
  19. // prior written permission of Deusty, LLC.</string>
  20. </dict>
  21. </plist>