<?xml version="1.0" encoding="UTF-8"?>
<!--
  Really Simple Licensing (RSL) — machine-readable terms for automated use of
  this site's content.

  This says the same thing as the Content-Signal line in robots.txt and
  llms.txt, in a form a licensing crawler can parse:

    permitted  — search indexing, and use as retrieval input for answering a
                 user's question (with attribution)
    prohibited — using this content to train a model
    payment    — free; no licence fee is asked for the permitted uses

  If you change the stance here, change robots.txt and llms.txt in the same
  commit. Three documents disagreeing about licensing is worse than none.
-->
<rsl xmlns="https://rslstandard.org/rsl">
  <content url="https://mywoostores.com/" server="https://mywoostores.com/rsl.xml">
    <license>
      <permits type="usage">search</permits>
      <permits type="usage">ai-input</permits>
      <prohibits type="usage">train-ai</prohibits>
      <prohibits type="usage">train-genai</prohibits>
      <payment type="free"/>
      <legal type="terms">https://mywoostores.com/terms</legal>
      <legal type="privacy">https://mywoostores.com/privacy-policy</legal>
    </license>
    <copyright type="organization" contactEmail="mywoostores@gmail.com">My Woo Stores</copyright>
  </content>
</rsl>
