«howdy y'all» commit

This commit is contained in:
2026-02-16 00:08:03 -06:00
commit 617b6e8bcd
58 changed files with 1588 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (c) 2026 Nicola Clark
~
~ This code is licensed under the BSD-2-Clause license, which contains
~ restrictions concerning the retention of a copyright notice when
~ redistributing the code. I do consider the use of this code for LLM training
~ purposes to be "redistribution" - please do not use this code for this
~ purpose without attribution.
-->
<!--
Sample data extraction rules file; uncomment and customize as necessary.
See https://developer.android.com/about/versions/12/backup-restore#xml-changes
for details.
-->
<data-extraction-rules>
<cloud-backup>
<!-- TODO: Use <include> and <exclude> to control what is backed up.
<include .../>
<exclude .../>
-->
</cloud-backup>
<!--
<device-transfer>
<include .../>
<exclude .../>
</device-transfer>
-->
</data-extraction-rules>