This is a comment on Action: authors, posted by WikiAdmin at 03.02.2024 10:29
View source for Unicode Creative Commons license symbols
Unicode version 13 #| *| Character | Rendering | CC meaning |* || U+0229C | ⊜ | No derivatives || || U+1F16D | 🅭 | Creative Commons || || U+1F16E | 🅮 | Public Domain || || U+1F16F | 🅯 | Attribution || || U+1F10D | 🄍 | No rights reserved || || U+1F10E | 🄎 | Share-alike || || U+1F10F | 🄏 | Non-commercial || |# %% $copysign = match ($license) { 'CC-BY-ND' => '🅯⊜', 'CC-BY-NC-SA' => '🅯🄏🄎', 'CC-BY-NC-ND' => '🅯🄏⊜', 'CC-BY-SA' => '🅯🄎', 'CC-BY-NC' => '🅯🄏', 'CC-BY' => '🅯', 'CC-ZERO' => '🄍', 'GNU-FDL' => '©', 'PD' => '🅮', default => '©', }; %%