mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:10:12 +01:00
codespell now sees "falsy" as a mis-spelling of either "false" or "falsely"; adding it since I think this it's occasionally used this way in programming. e.g., https://developer.mozilla.org/en-US/docs/Glossary/Falsy Adjusts to use the new check-copyright support for lines starting with a dash.
28 lines
760 B
Plaintext
28 lines
760 B
Plaintext
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<!--
|
|
Part of the Carbon Language project, under the Apache License v2.0 with LLVM
|
|
Exceptions. See /LICENSE for license information.
|
|
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
-->
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<key>contactName</key>
|
|
<string>Carbon Developers</string>
|
|
|
|
<key>description</key>
|
|
<string>Support for Carbon Language</string>
|
|
|
|
<key>name</key>
|
|
<string>carbon</string>
|
|
|
|
<key>ordering</key>
|
|
<array>
|
|
<string>04F7F7E3-D5EE-40A4-9899-53CD34D28276</string>
|
|
</array>
|
|
|
|
<key>uuid</key>
|
|
<string>6152A817-84AE-47A8-96DB-0B50DF2EEC10</string>
|
|
</plist>
|