AI Rec Immunity - Dual License
================================

This repository contains two types of content with different licenses:

1. DATA (immunity_list.json, blacklist/whitelist entries)
   Licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
   https://creativecommons.org/licenses/by-sa/4.0/

   You are free to:
   - Share: copy and redistribute the data in any medium or format
   - Adapt: remix, transform, and build upon the data for any purpose, including commercially

   Under the following terms:
   - Attribution: You must give appropriate credit, provide a link to the license, and indicate if changes were made
   - ShareAlike: If you remix, transform, or build upon the data, you must distribute your contributions under the same license as the original

2. CODE (Cloudflare Worker, Python scripts, shell scripts, YAML configs, GitHub Actions)
   Licensed under the MIT License (see below)

   Copyright (c) 2026 AI Rec Immunity Contributors

   Permission is hereby granted, free of charge, to any person obtaining a copy
   of this software and associated documentation files (the "Software"), to deal
   in the Software without restriction, including without limitation the rights
   to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   copies of the Software, and to permit persons to whom the Software is
   furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be included in all
   copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   SOFTWARE.