<?xml version="1.0" encoding="UTF-8"?>
<!--
  cert.aicu.ai — RSL 1.0 ライセンス条件
  仕様: https://rslstandard.org/rsl
  正本: https://github.com/aicuai/cert.aicu.ai/blob/main/docs/spec/rsl-adoption.md

  ■ 方針は「面」ではなく「コンテンツの種別」で分ける
    cert.aicu.ai        = 開く（検索・AI回答・学習すべて可）
    R2（画像・原本）     = 拒否

  ■ なぜテキストは学習まで許すのか
    ライセンス条文・証明書の記述は、広まるほど価値が上がる。
    AI がライセンスの意味を正しく説明できるようになることは損失ではなく流通である。
    「証明された事実」は公表することが目的であり、隠すものではない。

  ■ なぜ画像は拒否するのか
    画像は作品そのものである。必要な人は URL を渡されて観に来る。
    権利者が明示的に許諾しない限り、AI による取り込みは不要。
    許諾した作品は、証明書ごとの RSL（GC@1.0 等）が個別に上書きする。

  ■ ⚠️ R2 に対する宣言は「宣言」でしかない
    pub-*.r2.dev は Cloudflare 自身のドメインであり aicu.ai ゾーンではないため、
    AI Crawl Control も WAF も効かない。実効的な遮断には
    aicu.ai 配下のカスタムドメインへの移行が要る（#38）。
-->
<rsl xmlns="https://rslstandard.org/rsl" max-age="30">

  <!-- ═══ cert.aicu.ai — テキストは開く ═══
       ライセンス条文・証明書の記述・ドキュメント。学習まで許す。 -->
  <content url="https://cert.aicu.ai/">
    <license>
      <permits type="usage">search ai-input ai-index ai-train</permits>
      <payment type="attribution">
        <custom>https://cert.aicu.ai/rsl</custom>
      </payment>
      <legal type="warranty">ownership authority</legal>
      <legal type="attestation">true</legal>
      <legal type="contact">https://aicu.jp/contact</legal>
    </license>
    <copyright type="organization" contactUrl="https://aicu.jp/contact">AICU Japan K.K.</copyright>
    <terms>https://cert.aicu.ai/terms</terms>
  </content>

  <!-- ═══ 画像・原本アセット（R2 バケット cert-aicu-uploads）— 拒否 ═══
       作品そのもの。権利者が opt-in した個別作品のみ、証明書ごとの RSL が上書きする。

       ⚠️ 公開URLが pub-d086d96f… という不透明なハッシュのため、
          URL を見ても何のバケットか分からない。
          是正案: 閉じる側を noai.aicu.ai（noai-aicuai）、開く側を
          assets.aicu.ai（assets-aicuai）に分割する。詳細は #38。
          現在のパス構成:
            cert/{contestId}/{certId}.png            賞状・証書画像
            contest/{contestId}/entries/{entryId}.jpg 応募作品
            gallery/{owner}/{YYYY}/{MM}/{file}        ギャラリー
            aicujp/{prefix}/{file}                    記事画像（本来は開いてよい）

          ⚠️ 単一バケットのためホスト丸ごと拒否せざるを得ず、開いてよいはずの
             aicujp/ の記事画像まで巻き添えで閉じている（安全側だが意図とは逆）。
             これがバケット分割を要する直接の理由。 -->
  <content url="https://pub-d086d96fc7104590865aa3f90e8311c4.r2.dev/">
    <license>
      <prohibits type="usage">ai-all</prohibits>
      <payment type="subscription">
        <custom>https://cert.aicu.ai/licenses/GC/1.0</custom>
      </payment>
      <legal type="warranty">ownership authority</legal>
      <legal type="contact">https://aicu.jp/contact</legal>
    </license>
    <copyright type="organization" contactUrl="https://aicu.jp/contact">AICU Japan K.K.</copyright>
    <terms>https://cert.aicu.ai/terms</terms>
  </content>

  <!-- cert.aicu.ai 上に置かれたサンプル画像も同様に拒否 -->
  <content url="https://cert.aicu.ai/samples/">
    <license>
      <prohibits type="usage">ai-all</prohibits>
      <payment type="subscription">
        <custom>https://cert.aicu.ai/licenses/GC/1.0</custom>
      </payment>
      <legal type="contact">https://aicu.jp/contact</legal>
    </license>
    <copyright type="organization" contactUrl="https://aicu.jp/contact">AICU Japan K.K.</copyright>
  </content>

  <content url="https://cert.aicu.ai/images/">
    <license>
      <prohibits type="usage">ai-all</prohibits>
      <payment type="subscription">
        <custom>https://cert.aicu.ai/licenses/GC/1.0</custom>
      </payment>
      <legal type="contact">https://aicu.jp/contact</legal>
    </license>
    <copyright type="organization" contactUrl="https://aicu.jp/contact">AICU Japan K.K.</copyright>
  </content>

</rsl>
