==================================================
 DUDE Sound Picker — OWNERSHIP & PROOF OF AUTHORSHIP
 dude Studio  ·  4edit.ir
==================================================

This product and its source code are the property of dude Studio (4edit.ir).
It is licensed, not sold. Rebranding, reselling or redistributing the source
is prohibited.

Ownership is embedded throughout the source, from subtle to obvious, so any
copy can be traced back to us. If you find these markers in someone else's
"product", it is our code.

--- SUBTLE (hidden in the source / runtime) ---
1.  Bundle id:            ir.4edit.dudestudio.soundpicker   (CSXS/manifest.xml)
2.  Encoded fingerprint:  BRAND.sig in client/js/app.js is base64 of
                          "dude Studio :: 4edit.ir :: soundpicker".
3.  build-tag lines:      every source file carries
                          "build-tag: dude-studio::4edit.ir::soundpicker::<part>".
4.  <html> attributes:    data-vendor="dude Studio" and data-license="4edit.ir"
                          are stamped on the document element at runtime.
5.  <meta> tags:          author / generator / copyright in client/index.html.
6.  Host reply field:     every ExtendScript result JSON includes
                          "by":"dude Studio / 4edit.ir".
7.  Console banner:       the panel prints an ownership banner to the CEF console.

--- VISIBLE (seen by anyone using it) ---
8.  Panel name:           "DUDE Sound Picker" in Window > Extensions.
9.  Header logo:          "DUDE Sound Picker" at the top of the panel.
10. Status bar credit:    "dude Studio · 4edit.ir" shown at the bottom.
11. README / installer:   branded throughout; window titles say dude Studio / 4edit.ir.

--- HARDENING ---
- Run  protect.bat  to build an obfuscated  dist\  copy of the JavaScript
  (control-flow + string-array + self-defending). Ship  dist\  to customers.
- Keep this clean source private; distribute only the obfuscated build.

© dude Studio · 4edit.ir · All rights reserved.
