From 2d647094f74c5dccd4117836b6b2bfb5e4966e1b Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sat, 26 Jun 2021 22:02:00 +0200 Subject: [PATCH 1/5] Use REUSE to specify licensing info --- .editorconfig | 4 + .eslintignore.license | 3 + .eslintrc.js | 4 + .gitignore | 6 + .gitlab-ci.yml | 5 + .gitlab/issue_templates/Bug Report.md | 6 + .gitlab/issue_templates/Feature Request.md | 6 + .husky/.gitignore | 4 + .husky/pre-commit | 5 + .npmignore | 7 - .nvmrc.license | 3 + .prettierignore.license | 3 + .prettierrc.js | 4 + .reuse/dep5 | 53 +++ .vscode/extensions.json.license | 4 + .vscode/launch.json.license | 3 + .vscode/settings.json.license | 3 + .yarnrc.yml | 4 + LICENSES/BSD-2-Clause.txt | 9 + LICENSES/CC-BY-3.0.txt | 93 +++++ LICENSES/CC-BY-NC-SA-3.0.txt | 99 +++++ LICENSES/LicenseRef-Woodstamp.txt | 59 +++ LICENSE => LICENSES/MIT.txt | 4 +- .../Lora/LICENSE => LICENSES/OFL-1.1.txt | 27 +- README.md | 61 ++- gulpfile.js | 4 + jest.config.js | 4 + package.json | 8 +- package.json.license | 5 + rollup.config.js | 4 + spec/localization/localization.spec.ts | 4 + spec/rolls/check-evaluation.spec.ts | 5 + spec/tsconfig.spec.json.license | 3 + src/assets/icons/game-icons/authors.md | 166 -------- .../{ => caro-asercion}/mountain-climbing.svg | 0 .../game-icons/{ => cathelineau}/dread.svg | 0 .../game-icons/{ => cathelineau}/fomorian.svg | 0 .../{ => darkzaitev}/robber-hand.svg | 0 .../{ => delapouite}/alarm-clock.svg | 0 .../{ => delapouite}/aspergillum.svg | 0 .../{ => delapouite}/backward-time.svg | 0 .../{ => delapouite}/ballerina-shoes.svg | 0 .../game-icons/{ => delapouite}/biceps.svg | 0 .../{ => delapouite}/bolt-spell-cast.svg | 0 .../game-icons/{ => delapouite}/bookshelf.svg | 0 .../{ => delapouite}/brick-wall.svg | 0 .../{ => delapouite}/card-exchange.svg | 0 .../game-icons/{ => delapouite}/cavalry.svg | 0 .../{ => delapouite}/chalk-outline-murder.svg | 0 .../{ => delapouite}/charging-bull.svg | 0 .../game-icons/{ => delapouite}/cherry.svg | 0 .../game-icons/{ => delapouite}/contract.svg | 0 .../game-icons/{ => delapouite}/convince.svg | 0 .../{ => delapouite}/deer-track.svg | 0 .../{ => delapouite}/discussion.svg | 0 .../game-icons/{ => delapouite}/expand.svg | 0 .../{ => delapouite}/extra-time.svg | 0 .../game-icons/{ => delapouite}/firewall.svg | 0 .../icons/game-icons/{ => delapouite}/fog.svg | 0 .../{ => delapouite}/frozen-body.svg | 0 .../game-icons/{ => delapouite}/half-dead.svg | 0 .../game-icons/{ => delapouite}/hand-wing.svg | 0 .../game-icons/{ => delapouite}/healing.svg | 0 .../{ => delapouite}/heart-wings.svg | 0 .../game-icons/{ => delapouite}/hole.svg | 0 .../{ => delapouite}/holy-hand-grenade.svg | 0 .../{ => delapouite}/holy-water.svg | 0 .../game-icons/{ => delapouite}/human-ear.svg | 0 .../{ => delapouite}/invisible-face.svg | 0 .../game-icons/{ => delapouite}/invisible.svg | 0 .../{ => delapouite}/jump-across.svg | 0 .../game-icons/{ => delapouite}/kneeling.svg | 0 .../game-icons/{ => delapouite}/ladder.svg | 0 .../game-icons/{ => delapouite}/lovers.svg | 0 .../game-icons/{ => delapouite}/magic-axe.svg | 0 .../{ => delapouite}/magic-broom.svg | 0 .../game-icons/{ => delapouite}/magic-hat.svg | 0 .../{ => delapouite}/magick-trick.svg | 0 .../{ => delapouite}/misdirection.svg | 0 .../game-icons/{ => delapouite}/mute.svg | 0 .../{ => delapouite}/padlock-open.svg | 0 .../game-icons/{ => delapouite}/pool-dive.svg | 0 .../game-icons/{ => delapouite}/potato.svg | 0 .../{ => delapouite}/rusty-sword.svg | 0 .../{ => delapouite}/secret-door.svg | 0 .../game-icons/{ => delapouite}/shower.svg | 0 .../game-icons/{ => delapouite}/silenced.svg | 0 .../game-icons/{ => delapouite}/sparkles.svg | 0 .../icons/game-icons/{ => delapouite}/spy.svg | 0 .../game-icons/{ => delapouite}/steam.svg | 0 .../{ => delapouite}/stone-wall.svg | 0 .../game-icons/{ => delapouite}/sun-spear.svg | 0 .../{ => delapouite}/sunglasses.svg | 0 .../{ => delapouite}/templar-shield.svg | 0 .../game-icons/{ => delapouite}/tightrope.svg | 0 .../game-icons/{ => delapouite}/two-coins.svg | 0 .../game-icons/{ => delapouite}/walk.svg | 0 .../{ => delapouite}/zigzag-hieroglyph.svg | 0 .../{ => heavenly-dog}/catapult.svg | 0 .../game-icons/{ => lorc}/angel-wings.svg | 0 .../icons/game-icons/{ => lorc}/aura.svg | 0 .../icons/game-icons/{ => lorc}/awareness.svg | 0 .../game-icons/{ => lorc}/beams-aura.svg | 0 .../game-icons/{ => lorc}/bell-shield.svg | 0 .../game-icons/{ => lorc}/blade-fall.svg | 0 .../game-icons/{ => lorc}/body-swapping.svg | 0 .../game-icons/{ => lorc}/bubbling-beam.svg | 0 .../icons/game-icons/{ => lorc}/campfire.svg | 0 .../icons/game-icons/{ => lorc}/cash.svg | 0 .../game-icons/{ => lorc}/chained-heart.svg | 0 .../icons/game-icons/{ => lorc}/charm.svg | 0 .../game-icons/{ => lorc}/conversation.svg | 0 .../game-icons/{ => lorc}/diamond-hard.svg | 0 .../icons/game-icons/{ => lorc}/duality.svg | 0 .../game-icons/{ => lorc}/earth-spit.svg | 0 .../game-icons/{ => lorc}/energy-arrow.svg | 0 .../game-icons/{ => lorc}/energy-breath.svg | 0 .../icons/game-icons/{ => lorc}/envelope.svg | 0 .../game-icons/{ => lorc}/explosion-rays.svg | 0 .../game-icons/{ => lorc}/fire-breath.svg | 0 .../game-icons/{ => lorc}/fire-ray-small.svg | 0 .../icons/game-icons/{ => lorc}/fire-ray.svg | 0 .../icons/game-icons/{ => lorc}/fire-tail.svg | 0 .../icons/game-icons/{ => lorc}/fire-wave.svg | 0 .../game-icons/{ => lorc}/foamy-disc.svg | 0 .../icons/game-icons/{ => lorc}/fragrance.svg | 0 .../game-icons/{ => lorc}/ghost-ally.svg | 0 .../game-icons/{ => lorc}/glowing-hands.svg | 0 .../game-icons/{ => lorc}/hammer-drop.svg | 0 .../game-icons/{ => lorc}/heart-inside.svg | 0 .../icons/game-icons/{ => lorc}/hidden.svg | 0 .../game-icons/{ => lorc}/icicles-aura.svg | 0 .../icons/game-icons/{ => lorc}/ifrit.svg | 0 .../game-icons/{ => lorc}/laser-precision.svg | 0 .../game-icons/{ => lorc}/laser-sparks.svg | 0 .../icons/game-icons/{ => lorc}/lever.svg | 0 .../icons/game-icons/{ => lorc}/lips.svg | 0 .../game-icons/{ => lorc}/mad-scientist.svg | 0 .../game-icons/{ => lorc}/magic-palm.svg | 0 .../game-icons/{ => lorc}/magic-portal.svg | 0 .../game-icons/{ => lorc}/magic-swirl.svg | 0 .../{ => lorc}/magnifying-glass.svg | 0 .../game-icons/{ => lorc}/middle-arrow.svg | 0 .../game-icons/{ => lorc}/mine-explosion.svg | 0 .../game-icons/{ => lorc}/mirror-mirror.svg | 0 .../icons/game-icons/{ => lorc}/omega.svg | 0 .../icons/game-icons/{ => lorc}/padlock.svg | 0 .../icons/game-icons/{ => lorc}/paw-heart.svg | 0 .../game-icons/{ => lorc}/pointy-sword.svg | 0 .../game-icons/{ => lorc}/poison-bottle.svg | 0 .../{ => lorc}/relationship-bounds.svg | 0 .../icons/game-icons/{ => lorc}/run.svg | 0 .../game-icons/{ => lorc}/rune-stone.svg | 0 .../game-icons/{ => lorc}/shadow-follower.svg | 0 .../game-icons/{ => lorc}/shard-sword.svg | 0 .../game-icons/{ => lorc}/shiny-omega.svg | 0 .../game-icons/{ => lorc}/sinusoidal-beam.svg | 0 .../game-icons/{ => lorc}/skull-mask.svg | 0 .../icons/game-icons/{ => lorc}/sleepy.svg | 0 .../game-icons/{ => lorc}/sliced-bread.svg | 0 .../game-icons/{ => lorc}/smoking-orb.svg | 0 .../icons/game-icons/{ => lorc}/snail.svg | 0 .../game-icons/{ => lorc}/sparkling-sabre.svg | 0 .../game-icons/{ => lorc}/spear-hook.svg | 0 .../game-icons/{ => lorc}/spider-web.svg | 0 .../game-icons/{ => lorc}/static-guard.svg | 0 .../icons/game-icons/{ => lorc}/sunbeams.svg | 0 .../game-icons/{ => lorc}/sword-wound.svg | 0 .../game-icons/{ => lorc}/tear-tracks.svg | 0 .../icons/game-icons/{ => lorc}/teleport.svg | 0 .../icons/game-icons/{ => lorc}/terror.svg | 0 .../icons/game-icons/{ => lorc}/time-trap.svg | 0 .../icons/game-icons/{ => lorc}/tripwire.svg | 0 .../game-icons/{ => lorc}/two-feathers.svg | 0 .../game-icons/{ => lorc}/two-shadows.svg | 0 .../game-icons/{ => lorc}/uncertainty.svg | 0 .../icons/game-icons/{ => lorc}/virus.svg | 0 .../game-icons/{ => lorc}/voodoo-doll.svg | 0 .../icons/game-icons/{ => lorc}/wolf-trap.svg | 0 .../game-icons/{ => sbed}/health-normal.svg | 0 .../icons/game-icons/{ => sbed}/shield.svg | 0 .../game-icons/{ => sbed}/weight-crush.svg | 0 .../icons/game-icons/{ => skoll}/blood.svg | 0 .../icons/game-icons/{ => skoll}/halt.svg | 0 .../icons/game-icons/{ => skoll}/pentacle.svg | 0 .../game-icons/{ => skoll}/raise-skeleton.svg | 0 .../game-icons/{ => skoll}/raise-zombie.svg | 0 .../{ => willdabeast}/chain-lightning.svg | 0 .../{ => willdabeast}/chain-mail.svg | 0 src/assets/icons/official/LICENSE | 361 ------------------ src/fonts/Lora/Lora-Bold.woff.license | 3 + src/fonts/Lora/Lora-BoldItalic.woff.license | 3 + src/fonts/Lora/Lora-Italic.woff.license | 3 + src/fonts/Lora/Lora-Regular.woff.license | 3 + src/fonts/Lora/Lora.woff.license | 3 + src/fonts/Woodstamp/Woodstamp.woff.license | 3 + src/lang/de.json.license | 6 + src/lang/en.json.license | 6 + src/module/actor/actor-data.ts | 7 + src/module/actor/actor-prepared-data.ts | 4 + src/module/actor/actor.ts | 5 + src/module/actor/sheets/actor-sheet.ts | 7 + src/module/actor/sheets/character-sheet.ts | 4 + src/module/actor/sheets/creature-sheet.ts | 4 + src/module/common/common-data.ts | 4 + src/module/common/time-helpers.ts | 4 + src/module/config.ts | 7 + src/module/ds4.ts | 4 + src/module/global.d.ts | 4 + src/module/handlebars/handlebars-helpers.ts | 4 + src/module/handlebars/handlebars-partials.ts | 6 + src/module/helpers.ts | 4 + src/module/hooks/hooks.ts | 4 + src/module/hooks/hotbar-drop.ts | 4 + src/module/hooks/init.ts | 6 + src/module/hooks/ready.ts | 4 + src/module/hooks/render.ts | 5 + src/module/hooks/setup.ts | 7 + src/module/item/item-data.ts | 6 + src/module/item/item-prepared-data.ts | 4 + src/module/item/item-sheet.ts | 6 + src/module/item/item.ts | 5 + .../item/type-specific-helpers/spell.ts | 4 + src/module/logger.ts | 4 + src/module/macros/helpers.ts | 4 + src/module/macros/macros.ts | 4 + src/module/macros/roll-check.ts | 4 + src/module/macros/roll-generic-check.ts | 4 + src/module/macros/roll-item.ts | 4 + src/module/migrations.ts | 4 + src/module/migrations/001.ts | 4 + src/module/migrations/002.ts | 4 + src/module/migrations/003.ts | 4 + src/module/migrations/004.ts | 4 + src/module/rolls/check-evaluation.ts | 5 + src/module/rolls/check-factory.ts | 5 + src/module/rolls/check.ts | 5 + src/module/rolls/roll.ts | 4 + src/module/rolls/slaying-dice-modifier.ts | 5 + src/module/settings.ts | 4 + src/module/ui/notifications.ts | 4 + src/packs/LICENSE | 361 ------------------ src/packs/items.db.license | 4 + src/packs/languages-and-scripts.db.license | 4 + .../special-creature-abilities.db.license | 4 + src/packs/spells.db.license | 4 + src/scss/components/_actor_sheet.scss | 6 + src/scss/components/_apps.scss | 7 + src/scss/components/_basic_property.scss | 8 + .../components/_character_progression.scss | 7 + src/scss/components/_character_values.scss | 6 + src/scss/components/_check.scss | 6 + src/scss/components/_checks.scss | 6 + src/scss/components/_combat_value.scss | 6 + src/scss/components/_combat_values.scss | 6 + src/scss/components/_core_value.scss | 6 + src/scss/components/_core_values.scss | 6 + src/scss/components/_currency.scss | 6 + src/scss/components/_description.scss | 8 + src/scss/components/_dice_total.scss | 6 + src/scss/components/_forms.scss | 6 + src/scss/components/_item_list.scss | 7 + src/scss/components/_rollable_image.scss | 6 + src/scss/components/_tabs.scss | 6 + .../components/_talent_rank_equation.scss | 7 + src/scss/ds4.scss | 8 + src/scss/global/_accessibility.scss | 7 + src/scss/global/_flex.scss | 7 + src/scss/global/_fonts.scss | 6 + src/scss/global/_grid.scss | 6 + src/scss/global/_window.scss | 6 + src/scss/utils/_colors.scss | 7 + src/scss/utils/_mixins.scss | 7 + src/scss/utils/_typography.scss | 6 + src/scss/utils/_variables.scss | 6 + src/system.json | 8 +- src/system.json.license | 10 + src/template.json.license | 6 + src/templates/dialogs/roll-options.hbs | 7 + src/templates/dialogs/simple-select-form.hbs | 6 + src/templates/dice/roll.hbs | 6 + .../sheets/actor/character-sheet.hbs | 8 + .../components/character-progression.hbs | 8 + .../sheets/actor/components/check.hbs | 6 + .../sheets/actor/components/checks.hbs | 6 + .../sheets/actor/components/combat-value.hbs | 6 + .../sheets/actor/components/combat-values.hbs | 7 + .../sheets/actor/components/core-value.hbs | 6 + .../sheets/actor/components/core-values.hbs | 7 + .../sheets/actor/components/currency.hbs | 8 + .../actor/components/item-list-entry.hbs | 7 + .../actor/components/item-list-header.hbs | 7 + .../actor/components/items-overview.hbs | 8 + .../actor/components/overview-add-button.hbs | 7 + .../components/overview-control-buttons.hbs | 7 + .../actor/components/rollable-image.hbs | 6 + .../actor/components/talent-rank-equation.hbs | 7 + src/templates/sheets/actor/creature-sheet.hbs | 8 + src/templates/sheets/actor/tabs/biography.hbs | 6 + .../sheets/actor/tabs/character-inventory.hbs | 7 + .../sheets/actor/tabs/creature-inventory.hbs | 7 + .../sheets/actor/tabs/description.hbs | 6 + src/templates/sheets/actor/tabs/profile.hbs | 10 +- .../actor/tabs/special-creature-abilities.hbs | 7 + src/templates/sheets/actor/tabs/spells.hbs | 7 + .../sheets/actor/tabs/talents-abilities.hbs | 7 + src/templates/sheets/actor/tabs/values.hbs | 6 + src/templates/sheets/item/alphabet-sheet.hbs | 7 + src/templates/sheets/item/armor-sheet.hbs | 7 + src/templates/sheets/item/components/body.hbs | 7 + .../sheets/item/components/sheet-header.hbs | 9 +- src/templates/sheets/item/equipment-sheet.hbs | 10 +- src/templates/sheets/item/language-sheet.hbs | 7 + src/templates/sheets/item/loot-sheet.hbs | 7 + .../sheets/item/racialAbility-sheet.hbs | 7 + src/templates/sheets/item/shield-sheet.hbs | 7 + .../item/specialCreatureAbility-sheet.hbs | 6 + src/templates/sheets/item/spell-sheet.hbs | 8 + .../sheets/item/tabs/description.hbs | 7 + src/templates/sheets/item/tabs/details.hbs | 9 +- src/templates/sheets/item/tabs/effects.hbs | 7 + src/templates/sheets/item/talent-sheet.hbs | 7 + src/templates/sheets/item/weapon-sheet.hbs | 7 + tsconfig.eslint.json.license | 3 + tsconfig.json.license | 4 + yarn.lock.license | 3 + 326 files changed, 1255 insertions(+), 936 deletions(-) create mode 100644 .eslintignore.license delete mode 100644 .npmignore create mode 100644 .nvmrc.license create mode 100644 .prettierignore.license create mode 100644 .reuse/dep5 create mode 100644 .vscode/extensions.json.license create mode 100644 .vscode/launch.json.license create mode 100644 .vscode/settings.json.license create mode 100644 LICENSES/BSD-2-Clause.txt create mode 100644 LICENSES/CC-BY-3.0.txt create mode 100644 LICENSES/CC-BY-NC-SA-3.0.txt create mode 100644 LICENSES/LicenseRef-Woodstamp.txt rename LICENSE => LICENSES/MIT.txt (92%) rename src/fonts/Lora/LICENSE => LICENSES/OFL-1.1.txt (60%) create mode 100644 package.json.license create mode 100644 spec/tsconfig.spec.json.license delete mode 100644 src/assets/icons/game-icons/authors.md rename src/assets/icons/game-icons/{ => caro-asercion}/mountain-climbing.svg (100%) rename src/assets/icons/game-icons/{ => cathelineau}/dread.svg (100%) rename src/assets/icons/game-icons/{ => cathelineau}/fomorian.svg (100%) rename src/assets/icons/game-icons/{ => darkzaitev}/robber-hand.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/alarm-clock.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/aspergillum.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/backward-time.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/ballerina-shoes.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/biceps.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/bolt-spell-cast.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/bookshelf.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/brick-wall.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/card-exchange.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/cavalry.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/chalk-outline-murder.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/charging-bull.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/cherry.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/contract.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/convince.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/deer-track.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/discussion.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/expand.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/extra-time.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/firewall.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/fog.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/frozen-body.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/half-dead.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/hand-wing.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/healing.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/heart-wings.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/hole.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/holy-hand-grenade.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/holy-water.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/human-ear.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/invisible-face.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/invisible.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/jump-across.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/kneeling.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/ladder.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/lovers.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/magic-axe.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/magic-broom.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/magic-hat.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/magick-trick.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/misdirection.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/mute.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/padlock-open.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/pool-dive.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/potato.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/rusty-sword.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/secret-door.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/shower.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/silenced.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/sparkles.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/spy.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/steam.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/stone-wall.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/sun-spear.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/sunglasses.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/templar-shield.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/tightrope.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/two-coins.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/walk.svg (100%) rename src/assets/icons/game-icons/{ => delapouite}/zigzag-hieroglyph.svg (100%) rename src/assets/icons/game-icons/{ => heavenly-dog}/catapult.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/angel-wings.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/aura.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/awareness.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/beams-aura.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/bell-shield.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/blade-fall.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/body-swapping.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/bubbling-beam.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/campfire.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/cash.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/chained-heart.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/charm.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/conversation.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/diamond-hard.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/duality.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/earth-spit.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/energy-arrow.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/energy-breath.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/envelope.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/explosion-rays.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/fire-breath.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/fire-ray-small.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/fire-ray.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/fire-tail.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/fire-wave.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/foamy-disc.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/fragrance.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/ghost-ally.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/glowing-hands.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/hammer-drop.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/heart-inside.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/hidden.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/icicles-aura.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/ifrit.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/laser-precision.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/laser-sparks.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/lever.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/lips.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/mad-scientist.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/magic-palm.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/magic-portal.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/magic-swirl.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/magnifying-glass.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/middle-arrow.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/mine-explosion.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/mirror-mirror.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/omega.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/padlock.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/paw-heart.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/pointy-sword.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/poison-bottle.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/relationship-bounds.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/run.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/rune-stone.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/shadow-follower.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/shard-sword.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/shiny-omega.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/sinusoidal-beam.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/skull-mask.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/sleepy.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/sliced-bread.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/smoking-orb.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/snail.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/sparkling-sabre.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/spear-hook.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/spider-web.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/static-guard.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/sunbeams.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/sword-wound.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/tear-tracks.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/teleport.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/terror.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/time-trap.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/tripwire.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/two-feathers.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/two-shadows.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/uncertainty.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/virus.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/voodoo-doll.svg (100%) rename src/assets/icons/game-icons/{ => lorc}/wolf-trap.svg (100%) rename src/assets/icons/game-icons/{ => sbed}/health-normal.svg (100%) rename src/assets/icons/game-icons/{ => sbed}/shield.svg (100%) rename src/assets/icons/game-icons/{ => sbed}/weight-crush.svg (100%) rename src/assets/icons/game-icons/{ => skoll}/blood.svg (100%) rename src/assets/icons/game-icons/{ => skoll}/halt.svg (100%) rename src/assets/icons/game-icons/{ => skoll}/pentacle.svg (100%) rename src/assets/icons/game-icons/{ => skoll}/raise-skeleton.svg (100%) rename src/assets/icons/game-icons/{ => skoll}/raise-zombie.svg (100%) rename src/assets/icons/game-icons/{ => willdabeast}/chain-lightning.svg (100%) rename src/assets/icons/game-icons/{ => willdabeast}/chain-mail.svg (100%) delete mode 100644 src/assets/icons/official/LICENSE create mode 100644 src/fonts/Lora/Lora-Bold.woff.license create mode 100644 src/fonts/Lora/Lora-BoldItalic.woff.license create mode 100644 src/fonts/Lora/Lora-Italic.woff.license create mode 100644 src/fonts/Lora/Lora-Regular.woff.license create mode 100644 src/fonts/Lora/Lora.woff.license create mode 100644 src/fonts/Woodstamp/Woodstamp.woff.license create mode 100644 src/lang/de.json.license create mode 100644 src/lang/en.json.license delete mode 100644 src/packs/LICENSE create mode 100644 src/packs/items.db.license create mode 100644 src/packs/languages-and-scripts.db.license create mode 100644 src/packs/special-creature-abilities.db.license create mode 100644 src/packs/spells.db.license create mode 100644 src/system.json.license create mode 100644 src/template.json.license create mode 100644 tsconfig.eslint.json.license create mode 100644 tsconfig.json.license create mode 100644 yarn.lock.license diff --git a/.editorconfig b/.editorconfig index dd6173cc..ba4931db 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Johannes Loher +# +# SPDX-License-Identifier: MIT + root = true [*] diff --git a/.eslintignore.license b/.eslintignore.license new file mode 100644 index 00000000..31803f36 --- /dev/null +++ b/.eslintignore.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2021 Johannes Loher + +SPDX-License-Identifier: MIT \ No newline at end of file diff --git a/.eslintrc.js b/.eslintrc.js index 616d3efc..ce8232b1 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + module.exports = { parser: "@typescript-eslint/parser", diff --git a/.gitignore b/.gitignore index 3ab83e13..a45e3fd1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2021 Johannes Loher +# SPDX-FileCopyrightText: 2021 Oliver Rümpelein + +# +# SPDX-License-Identifier: MIT + # IDE .idea/ .vs/ diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16596581..5fa0cbb9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2021 Johannes Loher +# SPDX-FileCopyrightText: 2021 Oliver Rümpelein +# +# SPDX-License-Identifier: MIT + image: node:lts stages: diff --git a/.gitlab/issue_templates/Bug Report.md b/.gitlab/issue_templates/Bug Report.md index c209b177..0f45b350 100644 --- a/.gitlab/issue_templates/Bug Report.md +++ b/.gitlab/issue_templates/Bug Report.md @@ -1,3 +1,9 @@ + + # Description Please describe the issue. diff --git a/.gitlab/issue_templates/Feature Request.md b/.gitlab/issue_templates/Feature Request.md index d6dbe30b..913ef8fb 100644 --- a/.gitlab/issue_templates/Feature Request.md +++ b/.gitlab/issue_templates/Feature Request.md @@ -1,3 +1,9 @@ + + # Story As a …, I want … so that … diff --git a/.husky/.gitignore b/.husky/.gitignore index 31354ec1..d8f86ff0 100644 --- a/.husky/.gitignore +++ b/.husky/.gitignore @@ -1 +1,5 @@ +# SPDX-FileCopyrightText: 2021 Johannes Loher +# +# SPDX-License-Identifier: MIT + _ diff --git a/.husky/pre-commit b/.husky/pre-commit index f23377e9..c7f9668d 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,9 @@ #!/bin/sh + +# SPDX-FileCopyrightText: 2021 Johannes Loher +# +# SPDX-License-Identifier: MIT + . "$(dirname "$0")/_/husky.sh" yarn run lint-staged diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 8acb5aa3..00000000 --- a/.npmignore +++ /dev/null @@ -1,7 +0,0 @@ -# IDE -.idea/ -.vs/ - -# Node Modules -node_modules/ -npm-debug.log \ No newline at end of file diff --git a/.nvmrc.license b/.nvmrc.license new file mode 100644 index 00000000..56430a92 --- /dev/null +++ b/.nvmrc.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2021 Johannes Loher + +SPDX-License-Identifier: MIT diff --git a/.prettierignore.license b/.prettierignore.license new file mode 100644 index 00000000..31803f36 --- /dev/null +++ b/.prettierignore.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2021 Johannes Loher + +SPDX-License-Identifier: MIT \ No newline at end of file diff --git a/.prettierrc.js b/.prettierrc.js index 42618567..2efcc32b 100644 --- a/.prettierrc.js +++ b/.prettierrc.js @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + module.exports = { semi: true, trailingComma: "all", diff --git a/.reuse/dep5 b/.reuse/dep5 new file mode 100644 index 00000000..3a07af28 --- /dev/null +++ b/.reuse/dep5 @@ -0,0 +1,53 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: ds4 +Upstream-Contact: Johannes Loher +Source: https://git.f3l.de/dungeonslayers/ds4 + +Files: .yarn/** +Copyright: Copyright (c) 2016-present, Yarn Contributors. All rights reserved. +License: BSD-2-Clause + +Files: src/assets/icons/official/* +Copyright: Copyright © 2011-2013 by Christian Kennig. +License: CC-BY-NC-SA-3.0 + +Files: src/assets/icons/official/combat-values/melee-ranged-attack.png +Copyright: Copyright © 2011-2013 by Christian Kennig. + 2021 Johannes Loher +License: CC-BY-NC-SA-3.0 + +Files: src/assets/icons/game-icons/caro-asercion/* +Copyright: Caro Asercion +License: CC-BY-3.0 + +Files: src/assets/icons/game-icons/cathelineau/* +Copyright: Cathelineau +License: CC-BY-3.0 + +Files: src/assets/icons/game-icons/darkzaitev/* +Copyright: DarkZaitzev, http://darkzaitzev.deviantart.com +License: CC-BY-3.0 + +Files: src/assets/icons/game-icons/delapouite/* +Copyright: Delapouite, https://delapouite.com +License: CC-BY-3.0 + +Files: src/assets/icons/game-icons/heavenly-dog/* +Copyright: HeavenlyDog, http://www.gnomosygoblins.blogspot.com +License: CC-BY-3.0 + +Files: src/assets/icons/game-icons/lorc/* +Copyright: Lorc, http://lorcblog.blogspot.com +License: CC-BY-3.0 + +Files: src/assets/icons/game-icons/sbed/* +Copyright: Sbed, http://opengameart.org/content/95-game-icons +License: CC-BY-3.0 + +Files: src/assets/icons/game-icons/skoll/* +Copyright: Skoll +License: CC-BY-3.0 + +Files: src/assets/icons/game-icons/willdabeast/* +Copyright: Willdabeast, http://wjbstories.blogspot.com +License: CC-BY-3.0 diff --git a/.vscode/extensions.json.license b/.vscode/extensions.json.license new file mode 100644 index 00000000..409f785b --- /dev/null +++ b/.vscode/extensions.json.license @@ -0,0 +1,4 @@ +SPDX-FileCopyrightText: 2021 Johannes Loher +SPDX-FileCopyrightText: 2021 Oliver Rümpelein + +SPDX-License-Identifier: MIT diff --git a/.vscode/launch.json.license b/.vscode/launch.json.license new file mode 100644 index 00000000..31803f36 --- /dev/null +++ b/.vscode/launch.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2021 Johannes Loher + +SPDX-License-Identifier: MIT \ No newline at end of file diff --git a/.vscode/settings.json.license b/.vscode/settings.json.license new file mode 100644 index 00000000..31803f36 --- /dev/null +++ b/.vscode/settings.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2021 Johannes Loher + +SPDX-License-Identifier: MIT \ No newline at end of file diff --git a/.yarnrc.yml b/.yarnrc.yml index 9fdbcd7b..c86150b9 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Johannes Loher +# +# SPDX-License-Identifier: MIT + nodeLinker: pnp plugins: diff --git a/LICENSES/BSD-2-Clause.txt b/LICENSES/BSD-2-Clause.txt new file mode 100644 index 00000000..b0e20f53 --- /dev/null +++ b/LICENSES/BSD-2-Clause.txt @@ -0,0 +1,9 @@ +Copyright (c) All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/LICENSES/CC-BY-3.0.txt b/LICENSES/CC-BY-3.0.txt new file mode 100644 index 00000000..465aae75 --- /dev/null +++ b/LICENSES/CC-BY-3.0.txt @@ -0,0 +1,93 @@ +Creative Commons Attribution 3.0 Unported + + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. + +License + +THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. + +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + +1. Definitions + + a. "Adaptation" means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License. + + b. "Collection" means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined above) for the purposes of this License. + + c. "Distribute" means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership. + + d. "Licensor" means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License. + + e. "Original Author" means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast. + + f. "Work" means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work. + + g. "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation. + + h. "Publicly Perform" means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images. + + i. "Reproduce" means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium. + +2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws. + +3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below: + + a. to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections; + + b. to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified."; + + c. to Distribute and Publicly Perform the Work including as incorporated in Collections; and, + + d. to Distribute and Publicly Perform Adaptations. + + e. For the avoidance of doubt: + + i. Non-waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; + + ii. Waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and, + + iii. Voluntary License Schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License. + +The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved. + +4. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions: + + a. You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(b), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(b), as requested. + + b. If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and (iv) , consistent with Section 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4 (b) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties. + + c. Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author's honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise. + +5. Representations, Warranties and Disclaimer + +UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. + +6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +7. Termination + + a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License. + + b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above. + +8. Miscellaneous + + a. Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License. + + b. Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License. + + c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. + + d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. + + e. This License may not be modified without the mutual written agreement of the Licensor and You. + + f. The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law. + +Creative Commons Notice + +Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor. + +Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, Creative Commons does not authorize the use by either party of the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of this License. + +Creative Commons may be contacted at http://creativecommons.org/. diff --git a/LICENSES/CC-BY-NC-SA-3.0.txt b/LICENSES/CC-BY-NC-SA-3.0.txt new file mode 100644 index 00000000..8d182879 --- /dev/null +++ b/LICENSES/CC-BY-NC-SA-3.0.txt @@ -0,0 +1,99 @@ +Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported + + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. + +License + +THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. + +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + +1. Definitions + + a. "Adaptation" means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License. + + b. "Collection" means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(g) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined above) for the purposes of this License. + + c. "Distribute" means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership. + + d. "License Elements" means the following high-level license attributes as selected by Licensor and indicated in the title of this License: Attribution, Noncommercial, ShareAlike. + + e. "Licensor" means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License. + + f. "Original Author" means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast. + + g. "Work" means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work. + + h. "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation. + + i. "Publicly Perform" means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images. + + j. "Reproduce" means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium. + +2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws. + +3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below: + + a. to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections; + + b. to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified."; + + c. to Distribute and Publicly Perform the Work including as incorporated in Collections; and, + + d. to Distribute and Publicly Perform Adaptations. + +The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved, including but not limited to the rights described in Section 4(e). + +4. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions: + + a. You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(d), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(d), as requested. + + b. You may Distribute or Publicly Perform an Adaptation only under: (i) the terms of this License; (ii) a later version of this License with the same License Elements as this License; (iii) a Creative Commons jurisdiction license (either this or a later license version) that contains the same License Elements as this License (e.g., Attribution-NonCommercial-ShareAlike 3.0 US) ("Applicable License"). You must include a copy of, or the URI, for Applicable License with every copy of each Adaptation You Distribute or Publicly Perform. You may not offer or impose any terms on the Adaptation that restrict the terms of the Applicable License or the ability of the recipient of the Adaptation to exercise the rights granted to that recipient under the terms of the Applicable License. You must keep intact all notices that refer to the Applicable License and to the disclaimer of warranties with every copy of the Work as included in the Adaptation You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Adaptation, You may not impose any effective technological measures on the Adaptation that restrict the ability of a recipient of the Adaptation from You to exercise the rights granted to that recipient under the terms of the Applicable License. This Section 4(b) applies to the Adaptation as incorporated in a Collection, but this does not require the Collection apart from the Adaptation itself to be made subject to the terms of the Applicable License. + + c. You may not exercise any of the rights granted to You in Section 3 above in any manner that is primarily intended for or directed toward commercial advantage or private monetary compensation. The exchange of the Work for other copyrighted works by means of digital file-sharing or otherwise shall not be considered to be intended for or directed toward commercial advantage or private monetary compensation, provided there is no payment of any monetary compensation in con-nection with the exchange of copyrighted works. + + d. If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and, (iv) consistent with Section 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4(d) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties. + + e. For the avoidance of doubt: + + i. Non-waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; + + ii. Waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License if Your exercise of such rights is for a purpose or use which is otherwise than noncommercial as permitted under Section 4(c) and otherwise waives the right to collect royalties through any statutory or compulsory licensing scheme; and, + + iii. Voluntary License Schemes. The Licensor reserves the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License that is for a purpose or use which is otherwise than noncommercial as permitted under Section 4(c). + + f. Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author's honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise. + +5. Representations, Warranties and Disclaimer + +UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING AND TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO THIS EXCLUSION MAY NOT APPLY TO YOU. + +6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +7. Termination + + a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License. + + b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above. + +8. Miscellaneous + + a. Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License. + + b. Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License. + + c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. + + d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent. + + e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You. + + f. The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law. + +Creative Commons Notice + +Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor. + +Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, Creative Commons does not authorize the use by either party of the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of this License. + +Creative Commons may be contacted at http://creativecommons.org/. diff --git a/LICENSES/LicenseRef-Woodstamp.txt b/LICENSES/LicenseRef-Woodstamp.txt new file mode 100644 index 00000000..084007c6 --- /dev/null +++ b/LICENSES/LicenseRef-Woodstamp.txt @@ -0,0 +1,59 @@ + + + + +<<<<<<<<<<<<<<<< ENGLISH >>>>>>>>>>>>>>>>> + +Freewares EULA ( the End User License Agreement )This document is a legal agreement between you, the end user, and Flat-it type foundry. + + +By using or installing Flat it type foundry Freewares ( Free typefaces, Free brushes and Screensavers ) , you agree to be bound by the terms of this Agreement. +Freeware means that you can download it and use it for your commercial and non-commercial works for free. + +Here is a list of things you could do, Only if you want to: +* Mail me about your works +* Link http://flat-it.com/ Download our banners +* Send me a sample of the work you did using Flat it type foundry Freewares +* Mail me some print material you did using Flat it type foundry Freewares +* Credit "Flat-it"on your work +* Smile + +You may not redistribute without permission. + + +DISCLAIMER +Flat-it's freewares are provided to you free of charge. +We give no warranty in relation to these freewares, and you use them at your own risk. +Flat-it.com will not be liable for any damage to your system, any loss or corruption of any data or software, or any other loss or damage that you may suffer as a result of downloading or using these freewares, whether it results from our negligence or in any other way. + + + + + + + + + +<<<<<<<<<<<<<<<< JAPANESE >>>>>>>>>>>>>>>>> + +�t���[�E�F�A�@���C�Z���X + +Flat-it������肵���t���[�E�F�A�i�t���[�t�H���g�A�t���[�u���V�A�X�N���[���Z�C�o�[�j�̎g�p�͈ȉ��Ɏ������C�Z���X�ɓ��ӂ���K�v������܂��B +�t���[�E�F�A�͏��p�A�񏤗p�i�l�g�p�Ȃǁj�Ɋւ�炷�����ł����p���������܂��B���쌠��Flat-it(http://flat-it.com/)�ɂ���܂��B + +�g�p�ɍۂ��Ă͎��̃��X�g�ɏ]���ĉ������B + +*�@�C���������烁�[���ȂǂŘA�����������B +*�@�C����������Flat-it(http://flat-it.com/)�Ƀ����N���ĉ������B +*�@�C����������g�p������i�̃T���v���i�摜�Ȃǁj�������肭�������B +*�@�C����������H�Ɛ��i�ȂǏ��Ǝg�p�̍ۂ͏��i���ЂƂ‰������B +*�@�C����������"Flat-it"�ƃN���W�b�g�����Ă������� + +�܂��A�����̃t���[�E�F�A���Ĕz�z����ꍇ�ɂ͋��‚��K�v�ł��B + + +�Ɛӎ��� +Flat-it�͂����t���[�E�F�A�Ɋւ��Ă��q�l������������Ȃ鑹�Q�ɂ‚��Ă��A��؂̐ӔC�𕉂�Ȃ����̂Ƃ��܂��B���q�l�����g�̐ӔC�ł����p�������B +Flat-it�͂����t���[�E�F�A�̗��p�ɂ���Đ����������Ȃ�ۏؐӔC�������܂���B + +info@flat-it.com diff --git a/LICENSE b/LICENSES/MIT.txt similarity index 92% rename from LICENSE rename to LICENSES/MIT.txt index 5c296ab7..2071b23b 100644 --- a/LICENSE +++ b/LICENSES/MIT.txt @@ -1,4 +1,6 @@ -Copyright 2020 Johannes Loher, Gesina Schwalbe, Oliver Rümpelein, Siegfried Krug +MIT License + +Copyright (c) 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: diff --git a/src/fonts/Lora/LICENSE b/LICENSES/OFL-1.1.txt similarity index 60% rename from src/fonts/Lora/LICENSE rename to LICENSES/OFL-1.1.txt index ea469b65..6fe84ee2 100644 --- a/src/fonts/Lora/LICENSE +++ b/LICENSES/OFL-1.1.txt @@ -1,30 +1,27 @@ -Copyright (c) 2011-2013, Cyreal (www.cyreal.org a@cyreal.org), with -Reserved Font Name ‘Lora’ +SIL OPEN FONT LICENSE -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL - -—————————————————————————————- -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 -—————————————————————————————- +Version 1.1 - 26 February 2007 PREAMBLE + The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. DEFINITIONS -“Font Software” refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. -“Reserved Font Name” refers to any names specified as such after the copyright statement(s). +"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. -“Original Version” refers to the collection of Font Software components as distributed by the Copyright Holder(s). +"Reserved Font Name" refers to any names specified as such after the copyright statement(s). -“Modified Version” refers to any derivative made by adding to, deleting, or substituting—in part or in whole—any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. +"Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). -“Author” refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. +"Modified Version" refers to any derivative made by adding to, deleting, or substituting — in part or in whole — any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. + +"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. PERMISSION & CONDITIONS + Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. @@ -38,7 +35,9 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. TERMINATION + This license becomes null and void if any of the above conditions are not met. DISCLAIMER -THE FONT SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. + +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/README.md b/README.md index 35648fe1..0b0d237a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ + + # DS4 An implementation of the Dungeonslayers 4 game system for [Foundry Virtual @@ -21,7 +28,7 @@ https://git.f3l.de/dungeonslayers/ds4/-/raw/latest/src/system.json?inline=false In order to build this system, recent versions of `node` and `yarn` are required. Most likely using `npm` also works but only `yarn` is officially supported. We recommend using the latest lts version of `node`, which is -`v14.15.5` at the time of writing. If you use `nvm` to manage your `node` +`v14.17.1` at the time of writing. If you use `nvm` to manage your `node` versions, you can simply run ``` @@ -89,32 +96,46 @@ issue, send a mail to [git+dungeonslayers-ds4-155-issue-@git.f3l.de]. ## Licensing -[Dungeonslayers] (© Christian Kennig) is licensed -under [CC BY-NC-SA 3.0]. +This project is being developed under the terms of the +[LIMITED LICENSE AGREEMENT FOR MODULE DEVELOPMENT] for Foundry Virtual Tabletop. -The icons in [src/assets/icons/official] are slightly -modified versions of original Dungeonslayers icons, which have also been -published under CC BY-NC-SA 3.0. Hence the modified icons are also published -under this license. A copy of this license can be found under -[src/assets/icons/official/LICENSE]. +The project itself is licensed under multiple licenses. It is difficult to keep +this section up to date, so here is a brief summary as of June 2021: -Similarly, the compendium packs found in [src/packs] are based on Dungeonslayers -and thus are also released under CC BY-NC-SA 3.0. +* [Dungeonslayers] by Christian Kennig is licensed under [CC BY-NC-SA 3.0]. +* The icons in [src/assets/icons/official] by Christian Kennig are licensed + under [CC BY-NC-SA 3.0]. +* The compendium packs in [src/packs] are derivative work of [Dungeonslayers] + by Christian Kennig. They are licensed under [CC BY-NC-SA 3.0]. +* The icons in [src/assets/icons/game-icons] by the authors of + https://game-icons.net/ are licensed under [CC BY 3.0]. +* The [Lora] font in [src/fonts/Lora] by The Lora Project Authors is licensed + under [OFL 1.1]. +* The Woodstamp font in [src/fonts/Woodstamp] by [Ryoichi Tsunekawa] is licensed + under a custom [EULA](LICENSES/LicenseRef-Woodstamp.txt). +* The files in [.yarn] by the [Yarn] Contributors are licensed under + [BSD-2-Clause]. +* Most of the other files are licensed under [MIT]. -The icons in [src/assets/icons/game-icons] have -been published on https://game-icons.net/. You can find a list of the icons with -their corresponding authors and licenses at -[src/assets/icons/game-icons/authors.md]. - -The software component of this project is licensed under the MIT License, a copy -of which can be found under [LICENSE](LICENSE). +For more accurate information, check the individual files. [Foundry Virtual Tabletop]: http://foundryvtt.com [git+dungeonslayers-ds4-155-issue-@git.f3l.de]: mailto:git+dungeonslayers-ds4-155-issue-@git.f3l.de -[CC BY-NC-SA 3.0]: https://creativecommons.org/licenses/by-nc-sa/3.0/de/deed.en [Dungeonslayers]: http://dungeonslayers.de/ +[Lora]: https://github.com/cyrealtype/Lora-Cyrillic +[Ryoichi Tsunekawa]: https://dharmatype.com/ +[Yarn]: https://github.com/yarnpkg/berry + +[LIMITED LICENSE AGREEMENT FOR MODULE DEVELOPMENT]: https://foundryvtt.com/article/license/ +[CC BY-NC-SA 3.0]: LICENSES/CC-BY-NC-SA-3.0.txt +[CC BY 3.0]: LICENSES/CC-BY-3.0.txt +[OFL 1.1]: LICENSE/OFL-1.1.txt +[BSD-2-Clause]: LICENSES/BSD-2-Clause.txt +[MIT]: LICENSES/MIT.txt + [src/assets/icons/official]: src/assets/icons/official -[src/assets/icons/official/LICENSE]: src/assets/icons/official/LICENSE [src/packs]: src/packs [src/assets/icons/game-icons]: src/assets/icons/game-icons -[src/assets/icons/game-icons/authors.md]: src/assets/icons/game-icons/authors.md +[src/fonts/Lora]: src/fonts/Lora +[src/fonts/Woodstamp]: src/fonts/Woodstamp +[.yarn]: .yarn diff --git a/gulpfile.js b/gulpfile.js index f35486d9..6fc66c91 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + const { rollup } = require("rollup"); const argv = require("yargs").argv; const chalk = require("chalk"); diff --git a/jest.config.js b/jest.config.js index 06992813..ae95c0d2 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + module.exports = { preset: "ts-jest", globals: { diff --git a/package.json b/package.json index 66c43ff9..6536a929 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "dungeonslayers4", "description": "An implementation of the Dungeonslayers 4 game system for Foundry Virtual Tabletop.", "version": "0.7.2", - "license": "MIT", + "license": "https://git.f3l.de/dungeonslayers/ds4#licensing", "homepage": "https://git.f3l.de/dungeonslayers/ds4", "repository": { "type": "git", @@ -28,6 +28,12 @@ { "name": "Siegfried Krug", "email": "foundryvtt@asdil1991.de" + }, + { + "name": "Max Tharr" + }, + { + "name": "Sascha Martens" } ], "scripts": { diff --git a/package.json.license b/package.json.license new file mode 100644 index 00000000..e37d279b --- /dev/null +++ b/package.json.license @@ -0,0 +1,5 @@ +SPDX-FileCopyrightText: 2021 Johannes Loher +SPDX-FileCopyrightText: 2021 Oliver RÜmpelein +SPDX-FileCopyrightText: 2021 Siegfried Krug + +SPDX-License-Identifier: MIT diff --git a/rollup.config.js b/rollup.config.js index d7b6c67d..f57de335 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + const typescript = require("rollup-plugin-typescript2"); const { nodeResolve } = require("@rollup/plugin-node-resolve"); diff --git a/spec/localization/localization.spec.ts b/spec/localization/localization.spec.ts index bfe91bc2..a40027fc 100644 --- a/spec/localization/localization.spec.ts +++ b/spec/localization/localization.spec.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + import * as fs from "fs-extra"; import * as path from "path"; diff --git a/spec/rolls/check-evaluation.spec.ts b/spec/rolls/check-evaluation.spec.ts index 8498bdde..f0c829a1 100644 --- a/spec/rolls/check-evaluation.spec.ts +++ b/spec/rolls/check-evaluation.spec.ts @@ -1,3 +1,8 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// SPDX-FileCopyrightText: 2021 Oliver Rümpelein +// +// SPDX-License-Identifier: MIT + import evaluateCheck from "../../src/module/rolls/check-evaluation"; Object.defineProperty(globalThis, "game", { value: { i18n: { localize: (key: string) => key } } }); diff --git a/spec/tsconfig.spec.json.license b/spec/tsconfig.spec.json.license new file mode 100644 index 00000000..31803f36 --- /dev/null +++ b/spec/tsconfig.spec.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2021 Johannes Loher + +SPDX-License-Identifier: MIT \ No newline at end of file diff --git a/src/assets/icons/game-icons/authors.md b/src/assets/icons/game-icons/authors.md deleted file mode 100644 index e8c1f7de..00000000 --- a/src/assets/icons/game-icons/authors.md +++ /dev/null @@ -1,166 +0,0 @@ -| Icon | Author | License | -| --------------------------------------------------------------| --------------- | ----------- | -| [alarm-clock.svg](alarm-clock.svg) | [Delapouite] | [CC BY 3.0] | -| [angel-wings.svg](angel-wings.svg) | [Lorc] | [CC BY 3.0] | -| [aspergillum.svg](aspergillum.svg) | [Delapouite] | [CC BY 3.0] | -| [aura.svg](aura.svg) | [Lorc] | [CC BY 3.0] | -| [awareness.svg](awareness.svg) | [Lorc] | [CC BY 3.0] | -| [backward-time.svg](backward-time.svg) | [Delapouite] | [CC BY 3.0] | -| [ballerina-shoes.svg](ballerina-shoes.svg) | [Delapouite] | [CC BY 3.0] | -| [beams-aura.svg](beams-aura.svg) | [Lorc] | [CC BY 3.0] | -| [bell-shield.svg](bell-shield.svg) | [Lorc] | [CC BY 3.0] | -| [biceps.svg](biceps.svg) | [Delapouite] | [CC BY 3.0] | -| [blade-fall.svg](blade-fall.svg) | [Lorc] | [CC BY 3.0] | -| [blood.svg](blood.svg) | Skoll | [CC BY 3.0] | -| [body-swapping.svg](body-swapping.svg) | [Lorc] | [CC BY 3.0] | -| [bolt-spell.svg](bolt-spell.svg) | [Delapouite] | [CC BY 3.0] | -| [bookshelf.svg](bookshelf.svg) | [Delapouite] | [CC BY 3.0] | -| [brick-wall.svg](brick-wall.svg) | [Delapouite] | [CC BY 3.0] | -| [bubbling-beam.svg](bubbling-beam.svg) | [Lorc] | [CC BY 3.0] | -| [campfire.svg](campfire.svg) | [Lorc] | [CC BY 3.0] | -| [card-exchange.svg](card-exchange.svg) | [Delapouite] | [CC BY 3.0] | -| [cash.svg](cash.svg) | [Lorc] | [CC BY 3.0] | -| [catapult.svg](catapult.svg) | [HeavenlyDog] | [CC BY 3.0] | -| [cavalry.svg](cavalry.svg) | [Delapouite] | [CC BY 3.0] | -| [chain-lightning.svg](chain-lightning.svg) | [Willdabeast] | [CC BY 3.0] | -| [chain-mail.svg](chain-mail.svg) | [Willdabeast] | [CC BY 3.0] | -| [chained-heart.svg](chained-heart.svg) | [Lorc] | [CC BY 3.0] | -| [chalk-outline-murder.svg](chalk-outline-murder.svg) | [Delapouite] | [CC BY 3.0] | -| [charging-bull.svg](charging-bull.svg) | [Delapuite] | [CC BY 3.0] | -| [charm.svg](charm.svg) | [Lorc] | [CC BY 3.0] | -| [cherry.svg](cherry.svg) | [Delapouite] | [CC BY 3.0] | -| [contract.svg](contract.svg) | [Delapouite] | [CC BY 3.0] | -| [conversation.svg](conversation.svg) | [Lorc] | [CC BY 3.0] | -| [convince.svg](convince.svg) | [Delapouite] | [CC BY 3.0] | -| [deer-track.svg](deer-track.svg) | [Delapouite] | [CC BY 3.0] | -| [diamon-hard.svg](diamond-hard.svg) | [Lorc] | [CC BY 3.0] | -| [discussion.svg](discussion.svg) | [Delapouite] | [CC BY 3.0] | -| [dread.svg](dread.svg) | Cathelineau | [CC BY 3.0] | -| [duality.svg](duality.svg) | [Lorc] | [CC BY 3.0] | -| [earth-spit.svg](earth.spit.svg) | [Lorc] | [CC BY 3.0] | -| [energy-arrow.svg](energy-arrow.svg) | [Lorc] | [CC BY 3.0] | -| [energy-breath.svg](energy-breath.svg) | [Lorc] | [CC BY 3.0] | -| [envelope.svg](envelope.svg) | [Lorc] | [CC BY 3.0] | -| [expand.svg](expand.svg) | [Delapouite] | [CC BY 3.0] | -| [explosion-rays.svg](explosion-rays.svg) | [Lorc] | [CC BY 3.0] | -| [extra-time.svg](extra-time.svg) | [Delapouite] | [CC BY 3.0] | -| [fire-breath.svg](fire-breath.svg) | [Lorc] | [CC BY 3.0] | -| [fire-ray.svg](fire-ray.svg) | [Lorc] | [CC BY 3.0] | -| [fire-tail.svg](fire-tail.svg) | [Lorc] | [CC BY 3.0] | -| [firewall.svg](firewall.svg) | [Delapouite] | [CC BY 3.0] | -| [fire-wave.svg](fire-wave.svg) | [Lorc] | [CC BY 3.0] | -| [foamy-disc.svg](foamy-disc.svg) | [Lorc] | [CC BY 3.0] | -| [fog.svg](fog.svg) | [Delapouite] | [CC BY 3.0] | -| [fomorian.svg](fomorian.svg) | Cathelineau | [CC BY 3.0] | -| [fragrance.svg](fragrance.svg) | [Lorc] | [CC BY 3.0] | -| [frozen-body.svg](frozen-body.svg) | [Delapouite] | [CC BY 3.0] | -| [ghost-ally.svg](ghost-ally.svg) | [Lorc] | [CC BY 3.0] | -| [glowing-hands.svg](glowing-hands.svg) | [Lorc] | [CC BY 3.0] | -| [half-dead.svg](half-dead.svg) | [Delapouite] | [CC BY 3.0] | -| [halt.svg](halt.svg) | Skoll | [CC BY 3.0] | -| [hammer-drop.svg](hammer-drop.svg) | [Lorc] | [CC BY 3.0] | -| [handwing.svg](handwing.svg) | [Delapouite] | [CC BY 3.0] | -| [healing.svg](healing.svg) | [Delapouite] | [CC BY 3.0] | -| [health-normal.svg](health-normal.svg) | [sbed] | [CC BY 3.0] | -| [heart-inside.svg](heart-inside.svg) | [Lorc] | [CC BY 3.0] | -| [heart-wings.svg](heart-wings.svg) | [Delapouite] | [CC BY 3.0] | -| [hidden.svg](hidden.svg) | [Lorc] | [CC BY 3.0] | -| [hole.svg](hole.svg) | [Delapouite] | [CC BY 3.0] | -| [holy-hand-grenade.svg](holy-hand-grenade.svg) | [Delapouite] | [CC BY 3.0] | -| [holy-water.svg](holy-water.svg) | [Delapouite] | [CC BY 3.0] | -| [human-ear.svg](human-ear.svg) | [Delapouite] | [CC BY 3.0] | -| [icicles.svg](icicles.svg) | [Lorc] | [CC BY 3.0] | -| [ifrit.svg](ifrit.svg) | [Lorc] | [CC BY 3.0] | -| [invisible.svg](invisible.svg) | [Delapouite] | [CC BY 3.0] | -| [invisible-face.svg](invisible-face.svg) | [Delapouite] | [CC BY 3.0] | -| [jump.svg](jump.svg) | [Delapouite] | [CC BY 3.0] | -| [jump-across.svg](jump-across.svg) | [Delapouite] | [CC BY 3.0] | -| [kneeling.svg](kneeling.svg) | [Delapouite] | [CC BY 3.0] | -| [ladder.svg](ladder.svg) | [Delapouite] | [CC BY 3.0] | -| [laser-precision.svg](laser-precision.svg) | [Lorc] | [CC BY 3.0] | -| [laser-sparks.svg](laser-sparks.svg) | [Lorc] | [CC BY 3.0] | -| [lever.svg](lever.svg) | [Lorc] | [CC BY 3.0] | -| [lips.svg](lips.svg) | [Lorc] | [CC BY 3.0] | -| [lovers.svg](lovers.svg) | [Delapouite] | [CC BY 3.0] | -| [mad-scientist.svg](mad-scientist.svg) | [Lorc] | [CC BY 3.0] | -| [magic-axe.svg](magic-axe.svg) | [Delapouite] | [CC BY 3.0] | -| [magic-broom.svg](magic-broom.svg) | [Delapouite] | [CC BY 3.0] | -| [magic-hat.svg](magic-hat.svg) | [Delapouite] | [CC BY 3.0] | -| [magic-palm.svg](magic-palm.svg) | [Lorc] | [CC BY 3.0] | -| [magic-portal.svg](magic-portal.svg) | [Lorc] | [CC BY 3.0] | -| [magic-swirl.svg](magic-swirl.svg) | [Lorc] | [CC BY 3.0] | -| [magic-trick.svg](magic-trick.svg) | [Delapouite] | [CC BY 3.0] | -| [magnifying-glass.svg](magnifying-glass.svg) | [Lorc] | [CC BY 3.0] | -| [mine-explosion.svg](mine-explosion.svg) | [Lorc] | [CC BY 3.0] | -| [middle-arrow.svg](middle-arrow.svg) | [Lorc] | [CC BY 3.0] | -| [mirror-mirror.svg](mirror-mirror.svg) | [Lorc] | [CC BY 3.0] | -| [misdirection.svg](misdirection.svg) | [Delapouite] | [CC BY 3.0] | -| [mountain-climbing.svg](mountain-climbing.svg) | Caro Asercion | [CC BY 3.0] | -| [mute.svg](mute.svg) | [Delapouite] | [CC BY 3.0] | -| [omega.svg](omega.svg) | [Lorc] | [CC BY 3.0] | -| [padlock.svg](padlock.svg) | [Lorc] | [CC BY 3.0] | -| [padlock-open.svg](padlock-open.svg) | [Delapouite] | [CC BY 3.0] | -| [paw-heart.svg](paw-heart.svg) | [Lorc] | [CC BY 3.0] | -| [pentacle.svg](pentacle.svg) | Skoll | [CC BY 3.0] | -| [pointy-sword.svg](pointy-sword.svg) | [Lorc] | [CC BY 3.0] | -| [poison-bottle.svg](poison-bottle.svg) | [Lorc] | [CC BY 3.0] | -| [potato.svg](potato.svg) | [Delapouite] | [CC BY 3.0] | -| [pool-dive.svg](pool-dive.svg) | [Delapouite] | [CC BY 3.0] | -| [raise-skeleton.svg](raise-skeleton.svg) | Skoll | [CC BY 3.0] | -| [raise-zombie.svg](raise-zombie.svg) | Skoll | [CC BY 3.0] | -| [relationship-bounds.svg](relationship-bounds.svg) | [Lorc] | [CC BY 3.0] | -| [robber-hand.svg](robber-hand.svg) | [DarkZaitzev] | [CC BY 3.0] | -| [run.svg](run.svg) | [Lorc] | [CC BY 3.0] | -| [rune-stone.svg](rune-stone.svg) | [Lorc] | [CC BY 3.0] | -| [rusty-sword.svg](rusty-sword.svg) | [Delapouite] | [CC BY 3.0] | -| [secret-door.svg](secret-door.svg) | [Delapouite] | [CC BY 3.0] | -| [shadow-follower.svg](shadow-foller.svg) | [Lorc] | [CC BY 3.0] | -| [shard-sword.svg](shard-sword.svg) | [Lorc] | [CC BY 3.0] | -| [shower.svg](shower.svg) | [Delapouite] | [CC BY 3.0] | -| [shield.svg](shield.svg) | [sbed] | [CC BY 3.0] | -| [shiny-omega.svg](shiny-omega.svg) | [Lorc] | [CC BY 3.0] | -| [silenced.svg](silenced.svg) | [Delapouite] | [CC BY 3.0] | -| [sinusoidal-beam.svg](sinusoidal-beam.svg) | [Lorc] | [CC BY 3.0] | -| [skull-mask.svg](skull-mask.svg) | [Lorc] | [CC BY 3.0] | -| [sleepy.svg](sleepy.svg) | [Lorc] | [CC BY 3.0] | -| [sliced-bread.svg](sliced-bread.svg) | [Lorc] | [CC BY 3.0] | -| [smoking-orb.svg](smoking-orb.svg) | [Lorc] | [CC BY 3.0] | -| [snail.svg](snail.svg) | [Lorc] | [CC BY 3.0] | -| [sparkles.svg](sparkles.svg) | [Delapouite] | [CC BY 3.0] | -| [sparkling-sabre.svg](sparkling-sabre.svg) | [Lorc] | [CC BY 3.0] | -| [spear-hook.svg](spear-hook.svg) | [Lorc] | [CC BY 3.0] | -| [spider-web.svg](spider-web.svg) | [Lorc] | [CC BY 3.0] | -| [spy.svg](spy.svg) | [Delapouite] | [CC BY 3.0] | -| [static-guard.svg](static-guard.svg) | [Lorc] | [CC BY 3.0] | -| [steam.svg](steam.svg) | [Delapouite] | [CC BY 3.0] | -| [stone-wall.svg](stone-wall.svg) | [Delapouite] | [CC BY 3.0] | -| [sunbeams.svg](sunbeams.svg) | [Lorc] | [CC BY 3.0] | -| [sunglasses.svg](sunglasses.svg) | [Delapouite] | [CC BY 3.0] | -| [sun-spear.svg](sun-spear.svg) | [Delapouite] | [CC BY 3.0] | -| [sword-wound.svg](sword-wound.svg) | [Lorc] | [CC BY 3.0] | -| [tear-tracks.svg](tear-tracks.svg) | [Lorc] | [CC BY 3.0] | -| [teleport.svg](teleport.svg) | [Lorc] | [CC BY 3.0] | -| [templar-shield.svg](templar-shield.svg) | [Delapouite] | [CC BY 3.0] | -| [terror.svg](terror.svg) | [Lorc] | [CC BY 3.0] | -| [tightrope.svg](thightrope.svg) | [Delapouite] | [CC BY 3.0] | -| [time-trap.svg](time-trap.svg) | [Lorc] | [CC BY 3.0] | -| [tripwire.svg](tripwire.svg) | [Lorc] | [CC BY 3.0] | -| [two-coins.svg](two-coins.svg) | [Delapouite] | [CC BY 3.0] | -| [two-feathers.svg](two-feathers.svg) | [Lorc] | [CC BY 3.0] | -| [two-shadows.svg](two-shadows.svg) | [Lorc] | [CC BY 3.0] | -| [uncertainty.svg](uncertainty.svg) | [Lorc] | [CC BY 3.0] | -| [virus.svg](virus.svg) | [Lorc] | [CC BY 3.0] | -| [voodoo-doll.svg](voodoo-doll.svg) | [Lorc] | [CC BY 3.0] | -| [walk.svg](walk.svg) | [Delapouite] | [CC BY 3.0] | -| [weight-crush.svg](weight-crush.svg) | [sbed] | [CC BY 3.0] | -| [wolf-trap.svg](wolf-trap.svg) | [Lorc] | [CC BY 3.0] | -| [zigzag-hieroglyph.svg](zigzag-hieroglyph.svg) | [Delapouite] | [CC BY 3.0] | - -[CC BY 3.0]: https://creativecommons.org/licenses/by/3.0/ - -[DarkZaitzev]: https://www.deviantart.com/darkzaitzev -[Delapouite]: https://delapouite.com/ -[HeavenlyDog]: http://www.gnomosygoblins.blogspot.com/ -[Lorc]: https://lorcblog.blogspot.com/ -[sbed]: http://opengameart.org/content/95-game-icons -[Willdabeast]: http://wjbstories.blogspot.com/ diff --git a/src/assets/icons/game-icons/mountain-climbing.svg b/src/assets/icons/game-icons/caro-asercion/mountain-climbing.svg similarity index 100% rename from src/assets/icons/game-icons/mountain-climbing.svg rename to src/assets/icons/game-icons/caro-asercion/mountain-climbing.svg diff --git a/src/assets/icons/game-icons/dread.svg b/src/assets/icons/game-icons/cathelineau/dread.svg similarity index 100% rename from src/assets/icons/game-icons/dread.svg rename to src/assets/icons/game-icons/cathelineau/dread.svg diff --git a/src/assets/icons/game-icons/fomorian.svg b/src/assets/icons/game-icons/cathelineau/fomorian.svg similarity index 100% rename from src/assets/icons/game-icons/fomorian.svg rename to src/assets/icons/game-icons/cathelineau/fomorian.svg diff --git a/src/assets/icons/game-icons/robber-hand.svg b/src/assets/icons/game-icons/darkzaitev/robber-hand.svg similarity index 100% rename from src/assets/icons/game-icons/robber-hand.svg rename to src/assets/icons/game-icons/darkzaitev/robber-hand.svg diff --git a/src/assets/icons/game-icons/alarm-clock.svg b/src/assets/icons/game-icons/delapouite/alarm-clock.svg similarity index 100% rename from src/assets/icons/game-icons/alarm-clock.svg rename to src/assets/icons/game-icons/delapouite/alarm-clock.svg diff --git a/src/assets/icons/game-icons/aspergillum.svg b/src/assets/icons/game-icons/delapouite/aspergillum.svg similarity index 100% rename from src/assets/icons/game-icons/aspergillum.svg rename to src/assets/icons/game-icons/delapouite/aspergillum.svg diff --git a/src/assets/icons/game-icons/backward-time.svg b/src/assets/icons/game-icons/delapouite/backward-time.svg similarity index 100% rename from src/assets/icons/game-icons/backward-time.svg rename to src/assets/icons/game-icons/delapouite/backward-time.svg diff --git a/src/assets/icons/game-icons/ballerina-shoes.svg b/src/assets/icons/game-icons/delapouite/ballerina-shoes.svg similarity index 100% rename from src/assets/icons/game-icons/ballerina-shoes.svg rename to src/assets/icons/game-icons/delapouite/ballerina-shoes.svg diff --git a/src/assets/icons/game-icons/biceps.svg b/src/assets/icons/game-icons/delapouite/biceps.svg similarity index 100% rename from src/assets/icons/game-icons/biceps.svg rename to src/assets/icons/game-icons/delapouite/biceps.svg diff --git a/src/assets/icons/game-icons/bolt-spell-cast.svg b/src/assets/icons/game-icons/delapouite/bolt-spell-cast.svg similarity index 100% rename from src/assets/icons/game-icons/bolt-spell-cast.svg rename to src/assets/icons/game-icons/delapouite/bolt-spell-cast.svg diff --git a/src/assets/icons/game-icons/bookshelf.svg b/src/assets/icons/game-icons/delapouite/bookshelf.svg similarity index 100% rename from src/assets/icons/game-icons/bookshelf.svg rename to src/assets/icons/game-icons/delapouite/bookshelf.svg diff --git a/src/assets/icons/game-icons/brick-wall.svg b/src/assets/icons/game-icons/delapouite/brick-wall.svg similarity index 100% rename from src/assets/icons/game-icons/brick-wall.svg rename to src/assets/icons/game-icons/delapouite/brick-wall.svg diff --git a/src/assets/icons/game-icons/card-exchange.svg b/src/assets/icons/game-icons/delapouite/card-exchange.svg similarity index 100% rename from src/assets/icons/game-icons/card-exchange.svg rename to src/assets/icons/game-icons/delapouite/card-exchange.svg diff --git a/src/assets/icons/game-icons/cavalry.svg b/src/assets/icons/game-icons/delapouite/cavalry.svg similarity index 100% rename from src/assets/icons/game-icons/cavalry.svg rename to src/assets/icons/game-icons/delapouite/cavalry.svg diff --git a/src/assets/icons/game-icons/chalk-outline-murder.svg b/src/assets/icons/game-icons/delapouite/chalk-outline-murder.svg similarity index 100% rename from src/assets/icons/game-icons/chalk-outline-murder.svg rename to src/assets/icons/game-icons/delapouite/chalk-outline-murder.svg diff --git a/src/assets/icons/game-icons/charging-bull.svg b/src/assets/icons/game-icons/delapouite/charging-bull.svg similarity index 100% rename from src/assets/icons/game-icons/charging-bull.svg rename to src/assets/icons/game-icons/delapouite/charging-bull.svg diff --git a/src/assets/icons/game-icons/cherry.svg b/src/assets/icons/game-icons/delapouite/cherry.svg similarity index 100% rename from src/assets/icons/game-icons/cherry.svg rename to src/assets/icons/game-icons/delapouite/cherry.svg diff --git a/src/assets/icons/game-icons/contract.svg b/src/assets/icons/game-icons/delapouite/contract.svg similarity index 100% rename from src/assets/icons/game-icons/contract.svg rename to src/assets/icons/game-icons/delapouite/contract.svg diff --git a/src/assets/icons/game-icons/convince.svg b/src/assets/icons/game-icons/delapouite/convince.svg similarity index 100% rename from src/assets/icons/game-icons/convince.svg rename to src/assets/icons/game-icons/delapouite/convince.svg diff --git a/src/assets/icons/game-icons/deer-track.svg b/src/assets/icons/game-icons/delapouite/deer-track.svg similarity index 100% rename from src/assets/icons/game-icons/deer-track.svg rename to src/assets/icons/game-icons/delapouite/deer-track.svg diff --git a/src/assets/icons/game-icons/discussion.svg b/src/assets/icons/game-icons/delapouite/discussion.svg similarity index 100% rename from src/assets/icons/game-icons/discussion.svg rename to src/assets/icons/game-icons/delapouite/discussion.svg diff --git a/src/assets/icons/game-icons/expand.svg b/src/assets/icons/game-icons/delapouite/expand.svg similarity index 100% rename from src/assets/icons/game-icons/expand.svg rename to src/assets/icons/game-icons/delapouite/expand.svg diff --git a/src/assets/icons/game-icons/extra-time.svg b/src/assets/icons/game-icons/delapouite/extra-time.svg similarity index 100% rename from src/assets/icons/game-icons/extra-time.svg rename to src/assets/icons/game-icons/delapouite/extra-time.svg diff --git a/src/assets/icons/game-icons/firewall.svg b/src/assets/icons/game-icons/delapouite/firewall.svg similarity index 100% rename from src/assets/icons/game-icons/firewall.svg rename to src/assets/icons/game-icons/delapouite/firewall.svg diff --git a/src/assets/icons/game-icons/fog.svg b/src/assets/icons/game-icons/delapouite/fog.svg similarity index 100% rename from src/assets/icons/game-icons/fog.svg rename to src/assets/icons/game-icons/delapouite/fog.svg diff --git a/src/assets/icons/game-icons/frozen-body.svg b/src/assets/icons/game-icons/delapouite/frozen-body.svg similarity index 100% rename from src/assets/icons/game-icons/frozen-body.svg rename to src/assets/icons/game-icons/delapouite/frozen-body.svg diff --git a/src/assets/icons/game-icons/half-dead.svg b/src/assets/icons/game-icons/delapouite/half-dead.svg similarity index 100% rename from src/assets/icons/game-icons/half-dead.svg rename to src/assets/icons/game-icons/delapouite/half-dead.svg diff --git a/src/assets/icons/game-icons/hand-wing.svg b/src/assets/icons/game-icons/delapouite/hand-wing.svg similarity index 100% rename from src/assets/icons/game-icons/hand-wing.svg rename to src/assets/icons/game-icons/delapouite/hand-wing.svg diff --git a/src/assets/icons/game-icons/healing.svg b/src/assets/icons/game-icons/delapouite/healing.svg similarity index 100% rename from src/assets/icons/game-icons/healing.svg rename to src/assets/icons/game-icons/delapouite/healing.svg diff --git a/src/assets/icons/game-icons/heart-wings.svg b/src/assets/icons/game-icons/delapouite/heart-wings.svg similarity index 100% rename from src/assets/icons/game-icons/heart-wings.svg rename to src/assets/icons/game-icons/delapouite/heart-wings.svg diff --git a/src/assets/icons/game-icons/hole.svg b/src/assets/icons/game-icons/delapouite/hole.svg similarity index 100% rename from src/assets/icons/game-icons/hole.svg rename to src/assets/icons/game-icons/delapouite/hole.svg diff --git a/src/assets/icons/game-icons/holy-hand-grenade.svg b/src/assets/icons/game-icons/delapouite/holy-hand-grenade.svg similarity index 100% rename from src/assets/icons/game-icons/holy-hand-grenade.svg rename to src/assets/icons/game-icons/delapouite/holy-hand-grenade.svg diff --git a/src/assets/icons/game-icons/holy-water.svg b/src/assets/icons/game-icons/delapouite/holy-water.svg similarity index 100% rename from src/assets/icons/game-icons/holy-water.svg rename to src/assets/icons/game-icons/delapouite/holy-water.svg diff --git a/src/assets/icons/game-icons/human-ear.svg b/src/assets/icons/game-icons/delapouite/human-ear.svg similarity index 100% rename from src/assets/icons/game-icons/human-ear.svg rename to src/assets/icons/game-icons/delapouite/human-ear.svg diff --git a/src/assets/icons/game-icons/invisible-face.svg b/src/assets/icons/game-icons/delapouite/invisible-face.svg similarity index 100% rename from src/assets/icons/game-icons/invisible-face.svg rename to src/assets/icons/game-icons/delapouite/invisible-face.svg diff --git a/src/assets/icons/game-icons/invisible.svg b/src/assets/icons/game-icons/delapouite/invisible.svg similarity index 100% rename from src/assets/icons/game-icons/invisible.svg rename to src/assets/icons/game-icons/delapouite/invisible.svg diff --git a/src/assets/icons/game-icons/jump-across.svg b/src/assets/icons/game-icons/delapouite/jump-across.svg similarity index 100% rename from src/assets/icons/game-icons/jump-across.svg rename to src/assets/icons/game-icons/delapouite/jump-across.svg diff --git a/src/assets/icons/game-icons/kneeling.svg b/src/assets/icons/game-icons/delapouite/kneeling.svg similarity index 100% rename from src/assets/icons/game-icons/kneeling.svg rename to src/assets/icons/game-icons/delapouite/kneeling.svg diff --git a/src/assets/icons/game-icons/ladder.svg b/src/assets/icons/game-icons/delapouite/ladder.svg similarity index 100% rename from src/assets/icons/game-icons/ladder.svg rename to src/assets/icons/game-icons/delapouite/ladder.svg diff --git a/src/assets/icons/game-icons/lovers.svg b/src/assets/icons/game-icons/delapouite/lovers.svg similarity index 100% rename from src/assets/icons/game-icons/lovers.svg rename to src/assets/icons/game-icons/delapouite/lovers.svg diff --git a/src/assets/icons/game-icons/magic-axe.svg b/src/assets/icons/game-icons/delapouite/magic-axe.svg similarity index 100% rename from src/assets/icons/game-icons/magic-axe.svg rename to src/assets/icons/game-icons/delapouite/magic-axe.svg diff --git a/src/assets/icons/game-icons/magic-broom.svg b/src/assets/icons/game-icons/delapouite/magic-broom.svg similarity index 100% rename from src/assets/icons/game-icons/magic-broom.svg rename to src/assets/icons/game-icons/delapouite/magic-broom.svg diff --git a/src/assets/icons/game-icons/magic-hat.svg b/src/assets/icons/game-icons/delapouite/magic-hat.svg similarity index 100% rename from src/assets/icons/game-icons/magic-hat.svg rename to src/assets/icons/game-icons/delapouite/magic-hat.svg diff --git a/src/assets/icons/game-icons/magick-trick.svg b/src/assets/icons/game-icons/delapouite/magick-trick.svg similarity index 100% rename from src/assets/icons/game-icons/magick-trick.svg rename to src/assets/icons/game-icons/delapouite/magick-trick.svg diff --git a/src/assets/icons/game-icons/misdirection.svg b/src/assets/icons/game-icons/delapouite/misdirection.svg similarity index 100% rename from src/assets/icons/game-icons/misdirection.svg rename to src/assets/icons/game-icons/delapouite/misdirection.svg diff --git a/src/assets/icons/game-icons/mute.svg b/src/assets/icons/game-icons/delapouite/mute.svg similarity index 100% rename from src/assets/icons/game-icons/mute.svg rename to src/assets/icons/game-icons/delapouite/mute.svg diff --git a/src/assets/icons/game-icons/padlock-open.svg b/src/assets/icons/game-icons/delapouite/padlock-open.svg similarity index 100% rename from src/assets/icons/game-icons/padlock-open.svg rename to src/assets/icons/game-icons/delapouite/padlock-open.svg diff --git a/src/assets/icons/game-icons/pool-dive.svg b/src/assets/icons/game-icons/delapouite/pool-dive.svg similarity index 100% rename from src/assets/icons/game-icons/pool-dive.svg rename to src/assets/icons/game-icons/delapouite/pool-dive.svg diff --git a/src/assets/icons/game-icons/potato.svg b/src/assets/icons/game-icons/delapouite/potato.svg similarity index 100% rename from src/assets/icons/game-icons/potato.svg rename to src/assets/icons/game-icons/delapouite/potato.svg diff --git a/src/assets/icons/game-icons/rusty-sword.svg b/src/assets/icons/game-icons/delapouite/rusty-sword.svg similarity index 100% rename from src/assets/icons/game-icons/rusty-sword.svg rename to src/assets/icons/game-icons/delapouite/rusty-sword.svg diff --git a/src/assets/icons/game-icons/secret-door.svg b/src/assets/icons/game-icons/delapouite/secret-door.svg similarity index 100% rename from src/assets/icons/game-icons/secret-door.svg rename to src/assets/icons/game-icons/delapouite/secret-door.svg diff --git a/src/assets/icons/game-icons/shower.svg b/src/assets/icons/game-icons/delapouite/shower.svg similarity index 100% rename from src/assets/icons/game-icons/shower.svg rename to src/assets/icons/game-icons/delapouite/shower.svg diff --git a/src/assets/icons/game-icons/silenced.svg b/src/assets/icons/game-icons/delapouite/silenced.svg similarity index 100% rename from src/assets/icons/game-icons/silenced.svg rename to src/assets/icons/game-icons/delapouite/silenced.svg diff --git a/src/assets/icons/game-icons/sparkles.svg b/src/assets/icons/game-icons/delapouite/sparkles.svg similarity index 100% rename from src/assets/icons/game-icons/sparkles.svg rename to src/assets/icons/game-icons/delapouite/sparkles.svg diff --git a/src/assets/icons/game-icons/spy.svg b/src/assets/icons/game-icons/delapouite/spy.svg similarity index 100% rename from src/assets/icons/game-icons/spy.svg rename to src/assets/icons/game-icons/delapouite/spy.svg diff --git a/src/assets/icons/game-icons/steam.svg b/src/assets/icons/game-icons/delapouite/steam.svg similarity index 100% rename from src/assets/icons/game-icons/steam.svg rename to src/assets/icons/game-icons/delapouite/steam.svg diff --git a/src/assets/icons/game-icons/stone-wall.svg b/src/assets/icons/game-icons/delapouite/stone-wall.svg similarity index 100% rename from src/assets/icons/game-icons/stone-wall.svg rename to src/assets/icons/game-icons/delapouite/stone-wall.svg diff --git a/src/assets/icons/game-icons/sun-spear.svg b/src/assets/icons/game-icons/delapouite/sun-spear.svg similarity index 100% rename from src/assets/icons/game-icons/sun-spear.svg rename to src/assets/icons/game-icons/delapouite/sun-spear.svg diff --git a/src/assets/icons/game-icons/sunglasses.svg b/src/assets/icons/game-icons/delapouite/sunglasses.svg similarity index 100% rename from src/assets/icons/game-icons/sunglasses.svg rename to src/assets/icons/game-icons/delapouite/sunglasses.svg diff --git a/src/assets/icons/game-icons/templar-shield.svg b/src/assets/icons/game-icons/delapouite/templar-shield.svg similarity index 100% rename from src/assets/icons/game-icons/templar-shield.svg rename to src/assets/icons/game-icons/delapouite/templar-shield.svg diff --git a/src/assets/icons/game-icons/tightrope.svg b/src/assets/icons/game-icons/delapouite/tightrope.svg similarity index 100% rename from src/assets/icons/game-icons/tightrope.svg rename to src/assets/icons/game-icons/delapouite/tightrope.svg diff --git a/src/assets/icons/game-icons/two-coins.svg b/src/assets/icons/game-icons/delapouite/two-coins.svg similarity index 100% rename from src/assets/icons/game-icons/two-coins.svg rename to src/assets/icons/game-icons/delapouite/two-coins.svg diff --git a/src/assets/icons/game-icons/walk.svg b/src/assets/icons/game-icons/delapouite/walk.svg similarity index 100% rename from src/assets/icons/game-icons/walk.svg rename to src/assets/icons/game-icons/delapouite/walk.svg diff --git a/src/assets/icons/game-icons/zigzag-hieroglyph.svg b/src/assets/icons/game-icons/delapouite/zigzag-hieroglyph.svg similarity index 100% rename from src/assets/icons/game-icons/zigzag-hieroglyph.svg rename to src/assets/icons/game-icons/delapouite/zigzag-hieroglyph.svg diff --git a/src/assets/icons/game-icons/catapult.svg b/src/assets/icons/game-icons/heavenly-dog/catapult.svg similarity index 100% rename from src/assets/icons/game-icons/catapult.svg rename to src/assets/icons/game-icons/heavenly-dog/catapult.svg diff --git a/src/assets/icons/game-icons/angel-wings.svg b/src/assets/icons/game-icons/lorc/angel-wings.svg similarity index 100% rename from src/assets/icons/game-icons/angel-wings.svg rename to src/assets/icons/game-icons/lorc/angel-wings.svg diff --git a/src/assets/icons/game-icons/aura.svg b/src/assets/icons/game-icons/lorc/aura.svg similarity index 100% rename from src/assets/icons/game-icons/aura.svg rename to src/assets/icons/game-icons/lorc/aura.svg diff --git a/src/assets/icons/game-icons/awareness.svg b/src/assets/icons/game-icons/lorc/awareness.svg similarity index 100% rename from src/assets/icons/game-icons/awareness.svg rename to src/assets/icons/game-icons/lorc/awareness.svg diff --git a/src/assets/icons/game-icons/beams-aura.svg b/src/assets/icons/game-icons/lorc/beams-aura.svg similarity index 100% rename from src/assets/icons/game-icons/beams-aura.svg rename to src/assets/icons/game-icons/lorc/beams-aura.svg diff --git a/src/assets/icons/game-icons/bell-shield.svg b/src/assets/icons/game-icons/lorc/bell-shield.svg similarity index 100% rename from src/assets/icons/game-icons/bell-shield.svg rename to src/assets/icons/game-icons/lorc/bell-shield.svg diff --git a/src/assets/icons/game-icons/blade-fall.svg b/src/assets/icons/game-icons/lorc/blade-fall.svg similarity index 100% rename from src/assets/icons/game-icons/blade-fall.svg rename to src/assets/icons/game-icons/lorc/blade-fall.svg diff --git a/src/assets/icons/game-icons/body-swapping.svg b/src/assets/icons/game-icons/lorc/body-swapping.svg similarity index 100% rename from src/assets/icons/game-icons/body-swapping.svg rename to src/assets/icons/game-icons/lorc/body-swapping.svg diff --git a/src/assets/icons/game-icons/bubbling-beam.svg b/src/assets/icons/game-icons/lorc/bubbling-beam.svg similarity index 100% rename from src/assets/icons/game-icons/bubbling-beam.svg rename to src/assets/icons/game-icons/lorc/bubbling-beam.svg diff --git a/src/assets/icons/game-icons/campfire.svg b/src/assets/icons/game-icons/lorc/campfire.svg similarity index 100% rename from src/assets/icons/game-icons/campfire.svg rename to src/assets/icons/game-icons/lorc/campfire.svg diff --git a/src/assets/icons/game-icons/cash.svg b/src/assets/icons/game-icons/lorc/cash.svg similarity index 100% rename from src/assets/icons/game-icons/cash.svg rename to src/assets/icons/game-icons/lorc/cash.svg diff --git a/src/assets/icons/game-icons/chained-heart.svg b/src/assets/icons/game-icons/lorc/chained-heart.svg similarity index 100% rename from src/assets/icons/game-icons/chained-heart.svg rename to src/assets/icons/game-icons/lorc/chained-heart.svg diff --git a/src/assets/icons/game-icons/charm.svg b/src/assets/icons/game-icons/lorc/charm.svg similarity index 100% rename from src/assets/icons/game-icons/charm.svg rename to src/assets/icons/game-icons/lorc/charm.svg diff --git a/src/assets/icons/game-icons/conversation.svg b/src/assets/icons/game-icons/lorc/conversation.svg similarity index 100% rename from src/assets/icons/game-icons/conversation.svg rename to src/assets/icons/game-icons/lorc/conversation.svg diff --git a/src/assets/icons/game-icons/diamond-hard.svg b/src/assets/icons/game-icons/lorc/diamond-hard.svg similarity index 100% rename from src/assets/icons/game-icons/diamond-hard.svg rename to src/assets/icons/game-icons/lorc/diamond-hard.svg diff --git a/src/assets/icons/game-icons/duality.svg b/src/assets/icons/game-icons/lorc/duality.svg similarity index 100% rename from src/assets/icons/game-icons/duality.svg rename to src/assets/icons/game-icons/lorc/duality.svg diff --git a/src/assets/icons/game-icons/earth-spit.svg b/src/assets/icons/game-icons/lorc/earth-spit.svg similarity index 100% rename from src/assets/icons/game-icons/earth-spit.svg rename to src/assets/icons/game-icons/lorc/earth-spit.svg diff --git a/src/assets/icons/game-icons/energy-arrow.svg b/src/assets/icons/game-icons/lorc/energy-arrow.svg similarity index 100% rename from src/assets/icons/game-icons/energy-arrow.svg rename to src/assets/icons/game-icons/lorc/energy-arrow.svg diff --git a/src/assets/icons/game-icons/energy-breath.svg b/src/assets/icons/game-icons/lorc/energy-breath.svg similarity index 100% rename from src/assets/icons/game-icons/energy-breath.svg rename to src/assets/icons/game-icons/lorc/energy-breath.svg diff --git a/src/assets/icons/game-icons/envelope.svg b/src/assets/icons/game-icons/lorc/envelope.svg similarity index 100% rename from src/assets/icons/game-icons/envelope.svg rename to src/assets/icons/game-icons/lorc/envelope.svg diff --git a/src/assets/icons/game-icons/explosion-rays.svg b/src/assets/icons/game-icons/lorc/explosion-rays.svg similarity index 100% rename from src/assets/icons/game-icons/explosion-rays.svg rename to src/assets/icons/game-icons/lorc/explosion-rays.svg diff --git a/src/assets/icons/game-icons/fire-breath.svg b/src/assets/icons/game-icons/lorc/fire-breath.svg similarity index 100% rename from src/assets/icons/game-icons/fire-breath.svg rename to src/assets/icons/game-icons/lorc/fire-breath.svg diff --git a/src/assets/icons/game-icons/fire-ray-small.svg b/src/assets/icons/game-icons/lorc/fire-ray-small.svg similarity index 100% rename from src/assets/icons/game-icons/fire-ray-small.svg rename to src/assets/icons/game-icons/lorc/fire-ray-small.svg diff --git a/src/assets/icons/game-icons/fire-ray.svg b/src/assets/icons/game-icons/lorc/fire-ray.svg similarity index 100% rename from src/assets/icons/game-icons/fire-ray.svg rename to src/assets/icons/game-icons/lorc/fire-ray.svg diff --git a/src/assets/icons/game-icons/fire-tail.svg b/src/assets/icons/game-icons/lorc/fire-tail.svg similarity index 100% rename from src/assets/icons/game-icons/fire-tail.svg rename to src/assets/icons/game-icons/lorc/fire-tail.svg diff --git a/src/assets/icons/game-icons/fire-wave.svg b/src/assets/icons/game-icons/lorc/fire-wave.svg similarity index 100% rename from src/assets/icons/game-icons/fire-wave.svg rename to src/assets/icons/game-icons/lorc/fire-wave.svg diff --git a/src/assets/icons/game-icons/foamy-disc.svg b/src/assets/icons/game-icons/lorc/foamy-disc.svg similarity index 100% rename from src/assets/icons/game-icons/foamy-disc.svg rename to src/assets/icons/game-icons/lorc/foamy-disc.svg diff --git a/src/assets/icons/game-icons/fragrance.svg b/src/assets/icons/game-icons/lorc/fragrance.svg similarity index 100% rename from src/assets/icons/game-icons/fragrance.svg rename to src/assets/icons/game-icons/lorc/fragrance.svg diff --git a/src/assets/icons/game-icons/ghost-ally.svg b/src/assets/icons/game-icons/lorc/ghost-ally.svg similarity index 100% rename from src/assets/icons/game-icons/ghost-ally.svg rename to src/assets/icons/game-icons/lorc/ghost-ally.svg diff --git a/src/assets/icons/game-icons/glowing-hands.svg b/src/assets/icons/game-icons/lorc/glowing-hands.svg similarity index 100% rename from src/assets/icons/game-icons/glowing-hands.svg rename to src/assets/icons/game-icons/lorc/glowing-hands.svg diff --git a/src/assets/icons/game-icons/hammer-drop.svg b/src/assets/icons/game-icons/lorc/hammer-drop.svg similarity index 100% rename from src/assets/icons/game-icons/hammer-drop.svg rename to src/assets/icons/game-icons/lorc/hammer-drop.svg diff --git a/src/assets/icons/game-icons/heart-inside.svg b/src/assets/icons/game-icons/lorc/heart-inside.svg similarity index 100% rename from src/assets/icons/game-icons/heart-inside.svg rename to src/assets/icons/game-icons/lorc/heart-inside.svg diff --git a/src/assets/icons/game-icons/hidden.svg b/src/assets/icons/game-icons/lorc/hidden.svg similarity index 100% rename from src/assets/icons/game-icons/hidden.svg rename to src/assets/icons/game-icons/lorc/hidden.svg diff --git a/src/assets/icons/game-icons/icicles-aura.svg b/src/assets/icons/game-icons/lorc/icicles-aura.svg similarity index 100% rename from src/assets/icons/game-icons/icicles-aura.svg rename to src/assets/icons/game-icons/lorc/icicles-aura.svg diff --git a/src/assets/icons/game-icons/ifrit.svg b/src/assets/icons/game-icons/lorc/ifrit.svg similarity index 100% rename from src/assets/icons/game-icons/ifrit.svg rename to src/assets/icons/game-icons/lorc/ifrit.svg diff --git a/src/assets/icons/game-icons/laser-precision.svg b/src/assets/icons/game-icons/lorc/laser-precision.svg similarity index 100% rename from src/assets/icons/game-icons/laser-precision.svg rename to src/assets/icons/game-icons/lorc/laser-precision.svg diff --git a/src/assets/icons/game-icons/laser-sparks.svg b/src/assets/icons/game-icons/lorc/laser-sparks.svg similarity index 100% rename from src/assets/icons/game-icons/laser-sparks.svg rename to src/assets/icons/game-icons/lorc/laser-sparks.svg diff --git a/src/assets/icons/game-icons/lever.svg b/src/assets/icons/game-icons/lorc/lever.svg similarity index 100% rename from src/assets/icons/game-icons/lever.svg rename to src/assets/icons/game-icons/lorc/lever.svg diff --git a/src/assets/icons/game-icons/lips.svg b/src/assets/icons/game-icons/lorc/lips.svg similarity index 100% rename from src/assets/icons/game-icons/lips.svg rename to src/assets/icons/game-icons/lorc/lips.svg diff --git a/src/assets/icons/game-icons/mad-scientist.svg b/src/assets/icons/game-icons/lorc/mad-scientist.svg similarity index 100% rename from src/assets/icons/game-icons/mad-scientist.svg rename to src/assets/icons/game-icons/lorc/mad-scientist.svg diff --git a/src/assets/icons/game-icons/magic-palm.svg b/src/assets/icons/game-icons/lorc/magic-palm.svg similarity index 100% rename from src/assets/icons/game-icons/magic-palm.svg rename to src/assets/icons/game-icons/lorc/magic-palm.svg diff --git a/src/assets/icons/game-icons/magic-portal.svg b/src/assets/icons/game-icons/lorc/magic-portal.svg similarity index 100% rename from src/assets/icons/game-icons/magic-portal.svg rename to src/assets/icons/game-icons/lorc/magic-portal.svg diff --git a/src/assets/icons/game-icons/magic-swirl.svg b/src/assets/icons/game-icons/lorc/magic-swirl.svg similarity index 100% rename from src/assets/icons/game-icons/magic-swirl.svg rename to src/assets/icons/game-icons/lorc/magic-swirl.svg diff --git a/src/assets/icons/game-icons/magnifying-glass.svg b/src/assets/icons/game-icons/lorc/magnifying-glass.svg similarity index 100% rename from src/assets/icons/game-icons/magnifying-glass.svg rename to src/assets/icons/game-icons/lorc/magnifying-glass.svg diff --git a/src/assets/icons/game-icons/middle-arrow.svg b/src/assets/icons/game-icons/lorc/middle-arrow.svg similarity index 100% rename from src/assets/icons/game-icons/middle-arrow.svg rename to src/assets/icons/game-icons/lorc/middle-arrow.svg diff --git a/src/assets/icons/game-icons/mine-explosion.svg b/src/assets/icons/game-icons/lorc/mine-explosion.svg similarity index 100% rename from src/assets/icons/game-icons/mine-explosion.svg rename to src/assets/icons/game-icons/lorc/mine-explosion.svg diff --git a/src/assets/icons/game-icons/mirror-mirror.svg b/src/assets/icons/game-icons/lorc/mirror-mirror.svg similarity index 100% rename from src/assets/icons/game-icons/mirror-mirror.svg rename to src/assets/icons/game-icons/lorc/mirror-mirror.svg diff --git a/src/assets/icons/game-icons/omega.svg b/src/assets/icons/game-icons/lorc/omega.svg similarity index 100% rename from src/assets/icons/game-icons/omega.svg rename to src/assets/icons/game-icons/lorc/omega.svg diff --git a/src/assets/icons/game-icons/padlock.svg b/src/assets/icons/game-icons/lorc/padlock.svg similarity index 100% rename from src/assets/icons/game-icons/padlock.svg rename to src/assets/icons/game-icons/lorc/padlock.svg diff --git a/src/assets/icons/game-icons/paw-heart.svg b/src/assets/icons/game-icons/lorc/paw-heart.svg similarity index 100% rename from src/assets/icons/game-icons/paw-heart.svg rename to src/assets/icons/game-icons/lorc/paw-heart.svg diff --git a/src/assets/icons/game-icons/pointy-sword.svg b/src/assets/icons/game-icons/lorc/pointy-sword.svg similarity index 100% rename from src/assets/icons/game-icons/pointy-sword.svg rename to src/assets/icons/game-icons/lorc/pointy-sword.svg diff --git a/src/assets/icons/game-icons/poison-bottle.svg b/src/assets/icons/game-icons/lorc/poison-bottle.svg similarity index 100% rename from src/assets/icons/game-icons/poison-bottle.svg rename to src/assets/icons/game-icons/lorc/poison-bottle.svg diff --git a/src/assets/icons/game-icons/relationship-bounds.svg b/src/assets/icons/game-icons/lorc/relationship-bounds.svg similarity index 100% rename from src/assets/icons/game-icons/relationship-bounds.svg rename to src/assets/icons/game-icons/lorc/relationship-bounds.svg diff --git a/src/assets/icons/game-icons/run.svg b/src/assets/icons/game-icons/lorc/run.svg similarity index 100% rename from src/assets/icons/game-icons/run.svg rename to src/assets/icons/game-icons/lorc/run.svg diff --git a/src/assets/icons/game-icons/rune-stone.svg b/src/assets/icons/game-icons/lorc/rune-stone.svg similarity index 100% rename from src/assets/icons/game-icons/rune-stone.svg rename to src/assets/icons/game-icons/lorc/rune-stone.svg diff --git a/src/assets/icons/game-icons/shadow-follower.svg b/src/assets/icons/game-icons/lorc/shadow-follower.svg similarity index 100% rename from src/assets/icons/game-icons/shadow-follower.svg rename to src/assets/icons/game-icons/lorc/shadow-follower.svg diff --git a/src/assets/icons/game-icons/shard-sword.svg b/src/assets/icons/game-icons/lorc/shard-sword.svg similarity index 100% rename from src/assets/icons/game-icons/shard-sword.svg rename to src/assets/icons/game-icons/lorc/shard-sword.svg diff --git a/src/assets/icons/game-icons/shiny-omega.svg b/src/assets/icons/game-icons/lorc/shiny-omega.svg similarity index 100% rename from src/assets/icons/game-icons/shiny-omega.svg rename to src/assets/icons/game-icons/lorc/shiny-omega.svg diff --git a/src/assets/icons/game-icons/sinusoidal-beam.svg b/src/assets/icons/game-icons/lorc/sinusoidal-beam.svg similarity index 100% rename from src/assets/icons/game-icons/sinusoidal-beam.svg rename to src/assets/icons/game-icons/lorc/sinusoidal-beam.svg diff --git a/src/assets/icons/game-icons/skull-mask.svg b/src/assets/icons/game-icons/lorc/skull-mask.svg similarity index 100% rename from src/assets/icons/game-icons/skull-mask.svg rename to src/assets/icons/game-icons/lorc/skull-mask.svg diff --git a/src/assets/icons/game-icons/sleepy.svg b/src/assets/icons/game-icons/lorc/sleepy.svg similarity index 100% rename from src/assets/icons/game-icons/sleepy.svg rename to src/assets/icons/game-icons/lorc/sleepy.svg diff --git a/src/assets/icons/game-icons/sliced-bread.svg b/src/assets/icons/game-icons/lorc/sliced-bread.svg similarity index 100% rename from src/assets/icons/game-icons/sliced-bread.svg rename to src/assets/icons/game-icons/lorc/sliced-bread.svg diff --git a/src/assets/icons/game-icons/smoking-orb.svg b/src/assets/icons/game-icons/lorc/smoking-orb.svg similarity index 100% rename from src/assets/icons/game-icons/smoking-orb.svg rename to src/assets/icons/game-icons/lorc/smoking-orb.svg diff --git a/src/assets/icons/game-icons/snail.svg b/src/assets/icons/game-icons/lorc/snail.svg similarity index 100% rename from src/assets/icons/game-icons/snail.svg rename to src/assets/icons/game-icons/lorc/snail.svg diff --git a/src/assets/icons/game-icons/sparkling-sabre.svg b/src/assets/icons/game-icons/lorc/sparkling-sabre.svg similarity index 100% rename from src/assets/icons/game-icons/sparkling-sabre.svg rename to src/assets/icons/game-icons/lorc/sparkling-sabre.svg diff --git a/src/assets/icons/game-icons/spear-hook.svg b/src/assets/icons/game-icons/lorc/spear-hook.svg similarity index 100% rename from src/assets/icons/game-icons/spear-hook.svg rename to src/assets/icons/game-icons/lorc/spear-hook.svg diff --git a/src/assets/icons/game-icons/spider-web.svg b/src/assets/icons/game-icons/lorc/spider-web.svg similarity index 100% rename from src/assets/icons/game-icons/spider-web.svg rename to src/assets/icons/game-icons/lorc/spider-web.svg diff --git a/src/assets/icons/game-icons/static-guard.svg b/src/assets/icons/game-icons/lorc/static-guard.svg similarity index 100% rename from src/assets/icons/game-icons/static-guard.svg rename to src/assets/icons/game-icons/lorc/static-guard.svg diff --git a/src/assets/icons/game-icons/sunbeams.svg b/src/assets/icons/game-icons/lorc/sunbeams.svg similarity index 100% rename from src/assets/icons/game-icons/sunbeams.svg rename to src/assets/icons/game-icons/lorc/sunbeams.svg diff --git a/src/assets/icons/game-icons/sword-wound.svg b/src/assets/icons/game-icons/lorc/sword-wound.svg similarity index 100% rename from src/assets/icons/game-icons/sword-wound.svg rename to src/assets/icons/game-icons/lorc/sword-wound.svg diff --git a/src/assets/icons/game-icons/tear-tracks.svg b/src/assets/icons/game-icons/lorc/tear-tracks.svg similarity index 100% rename from src/assets/icons/game-icons/tear-tracks.svg rename to src/assets/icons/game-icons/lorc/tear-tracks.svg diff --git a/src/assets/icons/game-icons/teleport.svg b/src/assets/icons/game-icons/lorc/teleport.svg similarity index 100% rename from src/assets/icons/game-icons/teleport.svg rename to src/assets/icons/game-icons/lorc/teleport.svg diff --git a/src/assets/icons/game-icons/terror.svg b/src/assets/icons/game-icons/lorc/terror.svg similarity index 100% rename from src/assets/icons/game-icons/terror.svg rename to src/assets/icons/game-icons/lorc/terror.svg diff --git a/src/assets/icons/game-icons/time-trap.svg b/src/assets/icons/game-icons/lorc/time-trap.svg similarity index 100% rename from src/assets/icons/game-icons/time-trap.svg rename to src/assets/icons/game-icons/lorc/time-trap.svg diff --git a/src/assets/icons/game-icons/tripwire.svg b/src/assets/icons/game-icons/lorc/tripwire.svg similarity index 100% rename from src/assets/icons/game-icons/tripwire.svg rename to src/assets/icons/game-icons/lorc/tripwire.svg diff --git a/src/assets/icons/game-icons/two-feathers.svg b/src/assets/icons/game-icons/lorc/two-feathers.svg similarity index 100% rename from src/assets/icons/game-icons/two-feathers.svg rename to src/assets/icons/game-icons/lorc/two-feathers.svg diff --git a/src/assets/icons/game-icons/two-shadows.svg b/src/assets/icons/game-icons/lorc/two-shadows.svg similarity index 100% rename from src/assets/icons/game-icons/two-shadows.svg rename to src/assets/icons/game-icons/lorc/two-shadows.svg diff --git a/src/assets/icons/game-icons/uncertainty.svg b/src/assets/icons/game-icons/lorc/uncertainty.svg similarity index 100% rename from src/assets/icons/game-icons/uncertainty.svg rename to src/assets/icons/game-icons/lorc/uncertainty.svg diff --git a/src/assets/icons/game-icons/virus.svg b/src/assets/icons/game-icons/lorc/virus.svg similarity index 100% rename from src/assets/icons/game-icons/virus.svg rename to src/assets/icons/game-icons/lorc/virus.svg diff --git a/src/assets/icons/game-icons/voodoo-doll.svg b/src/assets/icons/game-icons/lorc/voodoo-doll.svg similarity index 100% rename from src/assets/icons/game-icons/voodoo-doll.svg rename to src/assets/icons/game-icons/lorc/voodoo-doll.svg diff --git a/src/assets/icons/game-icons/wolf-trap.svg b/src/assets/icons/game-icons/lorc/wolf-trap.svg similarity index 100% rename from src/assets/icons/game-icons/wolf-trap.svg rename to src/assets/icons/game-icons/lorc/wolf-trap.svg diff --git a/src/assets/icons/game-icons/health-normal.svg b/src/assets/icons/game-icons/sbed/health-normal.svg similarity index 100% rename from src/assets/icons/game-icons/health-normal.svg rename to src/assets/icons/game-icons/sbed/health-normal.svg diff --git a/src/assets/icons/game-icons/shield.svg b/src/assets/icons/game-icons/sbed/shield.svg similarity index 100% rename from src/assets/icons/game-icons/shield.svg rename to src/assets/icons/game-icons/sbed/shield.svg diff --git a/src/assets/icons/game-icons/weight-crush.svg b/src/assets/icons/game-icons/sbed/weight-crush.svg similarity index 100% rename from src/assets/icons/game-icons/weight-crush.svg rename to src/assets/icons/game-icons/sbed/weight-crush.svg diff --git a/src/assets/icons/game-icons/blood.svg b/src/assets/icons/game-icons/skoll/blood.svg similarity index 100% rename from src/assets/icons/game-icons/blood.svg rename to src/assets/icons/game-icons/skoll/blood.svg diff --git a/src/assets/icons/game-icons/halt.svg b/src/assets/icons/game-icons/skoll/halt.svg similarity index 100% rename from src/assets/icons/game-icons/halt.svg rename to src/assets/icons/game-icons/skoll/halt.svg diff --git a/src/assets/icons/game-icons/pentacle.svg b/src/assets/icons/game-icons/skoll/pentacle.svg similarity index 100% rename from src/assets/icons/game-icons/pentacle.svg rename to src/assets/icons/game-icons/skoll/pentacle.svg diff --git a/src/assets/icons/game-icons/raise-skeleton.svg b/src/assets/icons/game-icons/skoll/raise-skeleton.svg similarity index 100% rename from src/assets/icons/game-icons/raise-skeleton.svg rename to src/assets/icons/game-icons/skoll/raise-skeleton.svg diff --git a/src/assets/icons/game-icons/raise-zombie.svg b/src/assets/icons/game-icons/skoll/raise-zombie.svg similarity index 100% rename from src/assets/icons/game-icons/raise-zombie.svg rename to src/assets/icons/game-icons/skoll/raise-zombie.svg diff --git a/src/assets/icons/game-icons/chain-lightning.svg b/src/assets/icons/game-icons/willdabeast/chain-lightning.svg similarity index 100% rename from src/assets/icons/game-icons/chain-lightning.svg rename to src/assets/icons/game-icons/willdabeast/chain-lightning.svg diff --git a/src/assets/icons/game-icons/chain-mail.svg b/src/assets/icons/game-icons/willdabeast/chain-mail.svg similarity index 100% rename from src/assets/icons/game-icons/chain-mail.svg rename to src/assets/icons/game-icons/willdabeast/chain-mail.svg diff --git a/src/assets/icons/official/LICENSE b/src/assets/icons/official/LICENSE deleted file mode 100644 index 46c81916..00000000 --- a/src/assets/icons/official/LICENSE +++ /dev/null @@ -1,361 +0,0 @@ -Creative Commons Legal Code - -Attribution-NonCommercial-ShareAlike 3.0 Unported - - CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE - LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN - ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS - INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES - REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR - DAMAGES RESULTING FROM ITS USE. - -License - -THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE -COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY -COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS -AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. - -BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE -TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY -BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS -CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND -CONDITIONS. - -1. Definitions - - a. "Adaptation" means a work based upon the Work, or upon the Work and - other pre-existing works, such as a translation, adaptation, - derivative work, arrangement of music or other alterations of a - literary or artistic work, or phonogram or performance and includes - cinematographic adaptations or any other form in which the Work may be - recast, transformed, or adapted including in any form recognizably - derived from the original, except that a work that constitutes a - Collection will not be considered an Adaptation for the purpose of - this License. For the avoidance of doubt, where the Work is a musical - work, performance or phonogram, the synchronization of the Work in - timed-relation with a moving image ("synching") will be considered an - Adaptation for the purpose of this License. - b. "Collection" means a collection of literary or artistic works, such as - encyclopedias and anthologies, or performances, phonograms or - broadcasts, or other works or subject matter other than works listed - in Section 1(g) below, which, by reason of the selection and - arrangement of their contents, constitute intellectual creations, in - which the Work is included in its entirety in unmodified form along - with one or more other contributions, each constituting separate and - independent works in themselves, which together are assembled into a - collective whole. A work that constitutes a Collection will not be - considered an Adaptation (as defined above) for the purposes of this - License. - c. "Distribute" means to make available to the public the original and - copies of the Work or Adaptation, as appropriate, through sale or - other transfer of ownership. - d. "License Elements" means the following high-level license attributes - as selected by Licensor and indicated in the title of this License: - Attribution, Noncommercial, ShareAlike. - e. "Licensor" means the individual, individuals, entity or entities that - offer(s) the Work under the terms of this License. - f. "Original Author" means, in the case of a literary or artistic work, - the individual, individuals, entity or entities who created the Work - or if no individual or entity can be identified, the publisher; and in - addition (i) in the case of a performance the actors, singers, - musicians, dancers, and other persons who act, sing, deliver, declaim, - play in, interpret or otherwise perform literary or artistic works or - expressions of folklore; (ii) in the case of a phonogram the producer - being the person or legal entity who first fixes the sounds of a - performance or other sounds; and, (iii) in the case of broadcasts, the - organization that transmits the broadcast. - g. "Work" means the literary and/or artistic work offered under the terms - of this License including without limitation any production in the - literary, scientific and artistic domain, whatever may be the mode or - form of its expression including digital form, such as a book, - pamphlet and other writing; a lecture, address, sermon or other work - of the same nature; a dramatic or dramatico-musical work; a - choreographic work or entertainment in dumb show; a musical - composition with or without words; a cinematographic work to which are - assimilated works expressed by a process analogous to cinematography; - a work of drawing, painting, architecture, sculpture, engraving or - lithography; a photographic work to which are assimilated works - expressed by a process analogous to photography; a work of applied - art; an illustration, map, plan, sketch or three-dimensional work - relative to geography, topography, architecture or science; a - performance; a broadcast; a phonogram; a compilation of data to the - extent it is protected as a copyrightable work; or a work performed by - a variety or circus performer to the extent it is not otherwise - considered a literary or artistic work. - h. "You" means an individual or entity exercising rights under this - License who has not previously violated the terms of this License with - respect to the Work, or who has received express permission from the - Licensor to exercise rights under this License despite a previous - violation. - i. "Publicly Perform" means to perform public recitations of the Work and - to communicate to the public those public recitations, by any means or - process, including by wire or wireless means or public digital - performances; to make available to the public Works in such a way that - members of the public may access these Works from a place and at a - place individually chosen by them; to perform the Work to the public - by any means or process and the communication to the public of the - performances of the Work, including by public digital performance; to - broadcast and rebroadcast the Work by any means including signs, - sounds or images. - j. "Reproduce" means to make copies of the Work by any means including - without limitation by sound or visual recordings and the right of - fixation and reproducing fixations of the Work, including storage of a - protected performance or phonogram in digital form or other electronic - medium. - -2. Fair Dealing Rights. Nothing in this License is intended to reduce, -limit, or restrict any uses free from copyright or rights arising from -limitations or exceptions that are provided for in connection with the -copyright protection under copyright law or other applicable laws. - -3. License Grant. Subject to the terms and conditions of this License, -Licensor hereby grants You a worldwide, royalty-free, non-exclusive, -perpetual (for the duration of the applicable copyright) license to -exercise the rights in the Work as stated below: - - a. to Reproduce the Work, to incorporate the Work into one or more - Collections, and to Reproduce the Work as incorporated in the - Collections; - b. to create and Reproduce Adaptations provided that any such Adaptation, - including any translation in any medium, takes reasonable steps to - clearly label, demarcate or otherwise identify that changes were made - to the original Work. For example, a translation could be marked "The - original work was translated from English to Spanish," or a - modification could indicate "The original work has been modified."; - c. to Distribute and Publicly Perform the Work including as incorporated - in Collections; and, - d. to Distribute and Publicly Perform Adaptations. - -The above rights may be exercised in all media and formats whether now -known or hereafter devised. The above rights include the right to make -such modifications as are technically necessary to exercise the rights in -other media and formats. Subject to Section 8(f), all rights not expressly -granted by Licensor are hereby reserved, including but not limited to the -rights described in Section 4(e). - -4. Restrictions. The license granted in Section 3 above is expressly made -subject to and limited by the following restrictions: - - a. You may Distribute or Publicly Perform the Work only under the terms - of this License. You must include a copy of, or the Uniform Resource - Identifier (URI) for, this License with every copy of the Work You - Distribute or Publicly Perform. You may not offer or impose any terms - on the Work that restrict the terms of this License or the ability of - the recipient of the Work to exercise the rights granted to that - recipient under the terms of the License. You may not sublicense the - Work. You must keep intact all notices that refer to this License and - to the disclaimer of warranties with every copy of the Work You - Distribute or Publicly Perform. When You Distribute or Publicly - Perform the Work, You may not impose any effective technological - measures on the Work that restrict the ability of a recipient of the - Work from You to exercise the rights granted to that recipient under - the terms of the License. This Section 4(a) applies to the Work as - incorporated in a Collection, but this does not require the Collection - apart from the Work itself to be made subject to the terms of this - License. If You create a Collection, upon notice from any Licensor You - must, to the extent practicable, remove from the Collection any credit - as required by Section 4(d), as requested. If You create an - Adaptation, upon notice from any Licensor You must, to the extent - practicable, remove from the Adaptation any credit as required by - Section 4(d), as requested. - b. You may Distribute or Publicly Perform an Adaptation only under: (i) - the terms of this License; (ii) a later version of this License with - the same License Elements as this License; (iii) a Creative Commons - jurisdiction license (either this or a later license version) that - contains the same License Elements as this License (e.g., - Attribution-NonCommercial-ShareAlike 3.0 US) ("Applicable License"). - You must include a copy of, or the URI, for Applicable License with - every copy of each Adaptation You Distribute or Publicly Perform. You - may not offer or impose any terms on the Adaptation that restrict the - terms of the Applicable License or the ability of the recipient of the - Adaptation to exercise the rights granted to that recipient under the - terms of the Applicable License. You must keep intact all notices that - refer to the Applicable License and to the disclaimer of warranties - with every copy of the Work as included in the Adaptation You - Distribute or Publicly Perform. When You Distribute or Publicly - Perform the Adaptation, You may not impose any effective technological - measures on the Adaptation that restrict the ability of a recipient of - the Adaptation from You to exercise the rights granted to that - recipient under the terms of the Applicable License. This Section 4(b) - applies to the Adaptation as incorporated in a Collection, but this - does not require the Collection apart from the Adaptation itself to be - made subject to the terms of the Applicable License. - c. You may not exercise any of the rights granted to You in Section 3 - above in any manner that is primarily intended for or directed toward - commercial advantage or private monetary compensation. The exchange of - the Work for other copyrighted works by means of digital file-sharing - or otherwise shall not be considered to be intended for or directed - toward commercial advantage or private monetary compensation, provided - there is no payment of any monetary compensation in con-nection with - the exchange of copyrighted works. - d. If You Distribute, or Publicly Perform the Work or any Adaptations or - Collections, You must, unless a request has been made pursuant to - Section 4(a), keep intact all copyright notices for the Work and - provide, reasonable to the medium or means You are utilizing: (i) the - name of the Original Author (or pseudonym, if applicable) if supplied, - and/or if the Original Author and/or Licensor designate another party - or parties (e.g., a sponsor institute, publishing entity, journal) for - attribution ("Attribution Parties") in Licensor's copyright notice, - terms of service or by other reasonable means, the name of such party - or parties; (ii) the title of the Work if supplied; (iii) to the - extent reasonably practicable, the URI, if any, that Licensor - specifies to be associated with the Work, unless such URI does not - refer to the copyright notice or licensing information for the Work; - and, (iv) consistent with Section 3(b), in the case of an Adaptation, - a credit identifying the use of the Work in the Adaptation (e.g., - "French translation of the Work by Original Author," or "Screenplay - based on original Work by Original Author"). The credit required by - this Section 4(d) may be implemented in any reasonable manner; - provided, however, that in the case of a Adaptation or Collection, at - a minimum such credit will appear, if a credit for all contributing - authors of the Adaptation or Collection appears, then as part of these - credits and in a manner at least as prominent as the credits for the - other contributing authors. For the avoidance of doubt, You may only - use the credit required by this Section for the purpose of attribution - in the manner set out above and, by exercising Your rights under this - License, You may not implicitly or explicitly assert or imply any - connection with, sponsorship or endorsement by the Original Author, - Licensor and/or Attribution Parties, as appropriate, of You or Your - use of the Work, without the separate, express prior written - permission of the Original Author, Licensor and/or Attribution - Parties. - e. For the avoidance of doubt: - - i. Non-waivable Compulsory License Schemes. In those jurisdictions in - which the right to collect royalties through any statutory or - compulsory licensing scheme cannot be waived, the Licensor - reserves the exclusive right to collect such royalties for any - exercise by You of the rights granted under this License; - ii. Waivable Compulsory License Schemes. In those jurisdictions in - which the right to collect royalties through any statutory or - compulsory licensing scheme can be waived, the Licensor reserves - the exclusive right to collect such royalties for any exercise by - You of the rights granted under this License if Your exercise of - such rights is for a purpose or use which is otherwise than - noncommercial as permitted under Section 4(c) and otherwise waives - the right to collect royalties through any statutory or compulsory - licensing scheme; and, - iii. Voluntary License Schemes. The Licensor reserves the right to - collect royalties, whether individually or, in the event that the - Licensor is a member of a collecting society that administers - voluntary licensing schemes, via that society, from any exercise - by You of the rights granted under this License that is for a - purpose or use which is otherwise than noncommercial as permitted - under Section 4(c). - f. Except as otherwise agreed in writing by the Licensor or as may be - otherwise permitted by applicable law, if You Reproduce, Distribute or - Publicly Perform the Work either by itself or as part of any - Adaptations or Collections, You must not distort, mutilate, modify or - take other derogatory action in relation to the Work which would be - prejudicial to the Original Author's honor or reputation. Licensor - agrees that in those jurisdictions (e.g. Japan), in which any exercise - of the right granted in Section 3(b) of this License (the right to - make Adaptations) would be deemed to be a distortion, mutilation, - modification or other derogatory action prejudicial to the Original - Author's honor and reputation, the Licensor will waive or not assert, - as appropriate, this Section, to the fullest extent permitted by the - applicable national law, to enable You to reasonably exercise Your - right under Section 3(b) of this License (right to make Adaptations) - but not otherwise. - -5. Representations, Warranties and Disclaimer - -UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING AND TO THE -FULLEST EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR OFFERS THE WORK AS-IS -AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE -WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT -LIMITATION, WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR -PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, -ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT -DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED -WARRANTIES, SO THIS EXCLUSION MAY NOT APPLY TO YOU. - -6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE -LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR -ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES -ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS -BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -7. Termination - - a. This License and the rights granted hereunder will terminate - automatically upon any breach by You of the terms of this License. - Individuals or entities who have received Adaptations or Collections - from You under this License, however, will not have their licenses - terminated provided such individuals or entities remain in full - compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will - survive any termination of this License. - b. Subject to the above terms and conditions, the license granted here is - perpetual (for the duration of the applicable copyright in the Work). - Notwithstanding the above, Licensor reserves the right to release the - Work under different license terms or to stop distributing the Work at - any time; provided, however that any such election will not serve to - withdraw this License (or any other license that has been, or is - required to be, granted under the terms of this License), and this - License will continue in full force and effect unless terminated as - stated above. - -8. Miscellaneous - - a. Each time You Distribute or Publicly Perform the Work or a Collection, - the Licensor offers to the recipient a license to the Work on the same - terms and conditions as the license granted to You under this License. - b. Each time You Distribute or Publicly Perform an Adaptation, Licensor - offers to the recipient a license to the original Work on the same - terms and conditions as the license granted to You under this License. - c. If any provision of this License is invalid or unenforceable under - applicable law, it shall not affect the validity or enforceability of - the remainder of the terms of this License, and without further action - by the parties to this agreement, such provision shall be reformed to - the minimum extent necessary to make such provision valid and - enforceable. - d. No term or provision of this License shall be deemed waived and no - breach consented to unless such waiver or consent shall be in writing - and signed by the party to be charged with such waiver or consent. - e. This License constitutes the entire agreement between the parties with - respect to the Work licensed here. There are no understandings, - agreements or representations with respect to the Work not specified - here. Licensor shall not be bound by any additional provisions that - may appear in any communication from You. This License may not be - modified without the mutual written agreement of the Licensor and You. - f. The rights granted under, and the subject matter referenced, in this - License were drafted utilizing the terminology of the Berne Convention - for the Protection of Literary and Artistic Works (as amended on - September 28, 1979), the Rome Convention of 1961, the WIPO Copyright - Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 - and the Universal Copyright Convention (as revised on July 24, 1971). - These rights and subject matter take effect in the relevant - jurisdiction in which the License terms are sought to be enforced - according to the corresponding provisions of the implementation of - those treaty provisions in the applicable national law. If the - standard suite of rights granted under applicable copyright law - includes additional rights not granted under this License, such - additional rights are deemed to be included in the License; this - License is not intended to restrict the license of any rights under - applicable law. - - -Creative Commons Notice - - Creative Commons is not a party to this License, and makes no warranty - whatsoever in connection with the Work. Creative Commons will not be - liable to You or any party on any legal theory for any damages - whatsoever, including without limitation any general, special, - incidental or consequential damages arising in connection to this - license. Notwithstanding the foregoing two (2) sentences, if Creative - Commons has expressly identified itself as the Licensor hereunder, it - shall have all rights and obligations of Licensor. - - Except for the limited purpose of indicating to the public that the - Work is licensed under the CCPL, Creative Commons does not authorize - the use by either party of the trademark "Creative Commons" or any - related trademark or logo of Creative Commons without the prior - written consent of Creative Commons. Any permitted use will be in - compliance with Creative Commons' then-current trademark usage - guidelines, as may be published on its website or otherwise made - available upon request from time to time. For the avoidance of doubt, - this trademark restriction does not form part of this License. - - Creative Commons may be contacted at https://creativecommons.org/. - diff --git a/src/fonts/Lora/Lora-Bold.woff.license b/src/fonts/Lora/Lora-Bold.woff.license new file mode 100644 index 00000000..00399660 --- /dev/null +++ b/src/fonts/Lora/Lora-Bold.woff.license @@ -0,0 +1,3 @@ +Copyright 2011 The Lora Project Authors (https://github.com/cyrealtype/Lora-Cyrillic), with Reserved Font Name "Lora". + +SPDX-License-Identifier: OFL-1.1 \ No newline at end of file diff --git a/src/fonts/Lora/Lora-BoldItalic.woff.license b/src/fonts/Lora/Lora-BoldItalic.woff.license new file mode 100644 index 00000000..00399660 --- /dev/null +++ b/src/fonts/Lora/Lora-BoldItalic.woff.license @@ -0,0 +1,3 @@ +Copyright 2011 The Lora Project Authors (https://github.com/cyrealtype/Lora-Cyrillic), with Reserved Font Name "Lora". + +SPDX-License-Identifier: OFL-1.1 \ No newline at end of file diff --git a/src/fonts/Lora/Lora-Italic.woff.license b/src/fonts/Lora/Lora-Italic.woff.license new file mode 100644 index 00000000..00399660 --- /dev/null +++ b/src/fonts/Lora/Lora-Italic.woff.license @@ -0,0 +1,3 @@ +Copyright 2011 The Lora Project Authors (https://github.com/cyrealtype/Lora-Cyrillic), with Reserved Font Name "Lora". + +SPDX-License-Identifier: OFL-1.1 \ No newline at end of file diff --git a/src/fonts/Lora/Lora-Regular.woff.license b/src/fonts/Lora/Lora-Regular.woff.license new file mode 100644 index 00000000..00399660 --- /dev/null +++ b/src/fonts/Lora/Lora-Regular.woff.license @@ -0,0 +1,3 @@ +Copyright 2011 The Lora Project Authors (https://github.com/cyrealtype/Lora-Cyrillic), with Reserved Font Name "Lora". + +SPDX-License-Identifier: OFL-1.1 \ No newline at end of file diff --git a/src/fonts/Lora/Lora.woff.license b/src/fonts/Lora/Lora.woff.license new file mode 100644 index 00000000..00399660 --- /dev/null +++ b/src/fonts/Lora/Lora.woff.license @@ -0,0 +1,3 @@ +Copyright 2011 The Lora Project Authors (https://github.com/cyrealtype/Lora-Cyrillic), with Reserved Font Name "Lora". + +SPDX-License-Identifier: OFL-1.1 \ No newline at end of file diff --git a/src/fonts/Woodstamp/Woodstamp.woff.license b/src/fonts/Woodstamp/Woodstamp.woff.license new file mode 100644 index 00000000..e99a18a4 --- /dev/null +++ b/src/fonts/Woodstamp/Woodstamp.woff.license @@ -0,0 +1,3 @@ +Copyright (c) 2007 by Ryoichi Tsunekawa. All rights reserved. + +SPDX-License-Identifier: LicenseRef-Woodstamp \ No newline at end of file diff --git a/src/lang/de.json.license b/src/lang/de.json.license new file mode 100644 index 00000000..ff79d3f7 --- /dev/null +++ b/src/lang/de.json.license @@ -0,0 +1,6 @@ +SPDX-FileCopyrightText: 2021 Johannes Loher +SPDX-FileCopyrightText: 2021 Oliver Rümpelein +SPDX-FileCopyrightText: 2021 Gesina Schwalbe +SPDX-FileCopyrightText: 2021 Siegfried Krug + +SPDX-License-Identifier: MIT diff --git a/src/lang/en.json.license b/src/lang/en.json.license new file mode 100644 index 00000000..ff79d3f7 --- /dev/null +++ b/src/lang/en.json.license @@ -0,0 +1,6 @@ +SPDX-FileCopyrightText: 2021 Johannes Loher +SPDX-FileCopyrightText: 2021 Oliver Rümpelein +SPDX-FileCopyrightText: 2021 Gesina Schwalbe +SPDX-FileCopyrightText: 2021 Siegfried Krug + +SPDX-License-Identifier: MIT diff --git a/src/module/actor/actor-data.ts b/src/module/actor/actor-data.ts index 9373b5f3..62654501 100644 --- a/src/module/actor/actor-data.ts +++ b/src/module/actor/actor-data.ts @@ -1,3 +1,10 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// SPDX-FileCopyrightText: 2021 Oliver Rümpelein +// SPDX-FileCopyrightText: 2021 Gesina Schwalbe +// SPDX-FileCopyrightText: 2021 Siegfried Krug +// +// SPDX-License-Identifier: MIT + import { ModifiableData, ModifiableDataBase, ResourceData, UsableResource } from "../common/common-data"; import { DS4 } from "../config"; import { DS4ItemData } from "../item/item-data"; diff --git a/src/module/actor/actor-prepared-data.ts b/src/module/actor/actor-prepared-data.ts index 845da924..18605839 100644 --- a/src/module/actor/actor-prepared-data.ts +++ b/src/module/actor/actor-prepared-data.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + import { ModifiableDataBaseTotal, ResourceDataBaseTotalMax } from "../common/common-data"; import { DS4 } from "../config"; import { diff --git a/src/module/actor/actor.ts b/src/module/actor/actor.ts index 8ca08128..f3ad343c 100644 --- a/src/module/actor/actor.ts +++ b/src/module/actor/actor.ts @@ -1,3 +1,8 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// SPDX-FileCopyrightText: 2021 Oliver RÜmpelein +// +// SPDX-License-Identifier: MIT + import { ModifiableDataBaseTotal } from "../common/common-data"; import { DS4 } from "../config"; import { DS4Item } from "../item/item"; diff --git a/src/module/actor/sheets/actor-sheet.ts b/src/module/actor/sheets/actor-sheet.ts index c133c2c5..c02b90b0 100644 --- a/src/module/actor/sheets/actor-sheet.ts +++ b/src/module/actor/sheets/actor-sheet.ts @@ -1,3 +1,10 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// SPDX-FileCopyrightText: 2021 Oliver Rümpelein +// SPDX-FileCopyrightText: 2021 Gesina Schwalbe +// SPDX-FileCopyrightText: 2021 Siegfried Krug +// +// SPDX-License-Identifier: MIT + import { ModifiableDataBaseTotal } from "../../common/common-data"; import { DS4 } from "../../config"; import { getCanvas } from "../../helpers"; diff --git a/src/module/actor/sheets/character-sheet.ts b/src/module/actor/sheets/character-sheet.ts index 437de822..ad2194ac 100644 --- a/src/module/actor/sheets/character-sheet.ts +++ b/src/module/actor/sheets/character-sheet.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + import { DS4ActorSheet } from "./actor-sheet"; /** diff --git a/src/module/actor/sheets/creature-sheet.ts b/src/module/actor/sheets/creature-sheet.ts index 8e032e86..4364f25b 100644 --- a/src/module/actor/sheets/creature-sheet.ts +++ b/src/module/actor/sheets/creature-sheet.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + import { DS4ActorSheet } from "./actor-sheet"; /** diff --git a/src/module/common/common-data.ts b/src/module/common/common-data.ts index 8850062f..31cd6c5d 100644 --- a/src/module/common/common-data.ts +++ b/src/module/common/common-data.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + export interface ModifiableData { mod: T; } diff --git a/src/module/common/time-helpers.ts b/src/module/common/time-helpers.ts index 8ed036cc..fb32ae6f 100644 --- a/src/module/common/time-helpers.ts +++ b/src/module/common/time-helpers.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + export const secondsPerRound = 5; export const secondsPerMinute = 60; export const minutesPerHour = 60; diff --git a/src/module/config.ts b/src/module/config.ts index b359f20b..b0e60f4d 100644 --- a/src/module/config.ts +++ b/src/module/config.ts @@ -1,3 +1,10 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// SPDX-FileCopyrightText: 2021 Oliver Rümpelein +// SPDX-FileCopyrightText: 2021 Gesina Schwalbe +// SPDX-FileCopyrightText: 2021 Siegfried Krug +// +// SPDX-License-Identifier: MIT + export const DS4 = { // ASCII Artwork ASCII: String.raw`_____________________________________________________________________________________________ diff --git a/src/module/ds4.ts b/src/module/ds4.ts index 337bb604..1ce64da4 100644 --- a/src/module/ds4.ts +++ b/src/module/ds4.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + import registerForHooks from "./hooks/hooks"; registerForHooks(); diff --git a/src/module/global.d.ts b/src/module/global.d.ts index 360668e0..d22133c7 100644 --- a/src/module/global.d.ts +++ b/src/module/global.d.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + declare namespace ClientSettings { interface Values { "ds4.systemMigrationVersion": number; diff --git a/src/module/handlebars/handlebars-helpers.ts b/src/module/handlebars/handlebars-helpers.ts index fef92681..4799b909 100644 --- a/src/module/handlebars/handlebars-helpers.ts +++ b/src/module/handlebars/handlebars-helpers.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + export default function registerHandlebarsHelpers(): void { Object.entries(helpers).forEach(([key, helper]) => Handlebars.registerHelper(key, helper)); } diff --git a/src/module/handlebars/handlebars-partials.ts b/src/module/handlebars/handlebars-partials.ts index 64a5f5a8..5873496b 100644 --- a/src/module/handlebars/handlebars-partials.ts +++ b/src/module/handlebars/handlebars-partials.ts @@ -1,3 +1,9 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// SPDX-FileCopyrightText: 2021 Oliver Rümpelein +// SPDX-FileCopyrightText: 2021 Gesina Schwalbe +// +// SPDX-License-Identifier: MIT + export default async function registerHandlebarsPartials(): Promise { const templatePaths = [ "systems/ds4/templates/sheets/actor/components/character-progression.hbs", diff --git a/src/module/helpers.ts b/src/module/helpers.ts index 21a8c7db..7d23d04d 100644 --- a/src/module/helpers.ts +++ b/src/module/helpers.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + export function getCanvas(): Canvas { if (!(canvas instanceof Canvas) || !canvas.ready) { throw new Error(game.i18n.localize("DS4.ErrorCanvasIsNotInitialized")); diff --git a/src/module/hooks/hooks.ts b/src/module/hooks/hooks.ts index 72509895..2507c4fd 100644 --- a/src/module/hooks/hooks.ts +++ b/src/module/hooks/hooks.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + import registerForHotbarDropHook from "./hotbar-drop"; import registerForInitHook from "./init"; import registerForReadyHook from "./ready"; diff --git a/src/module/hooks/hotbar-drop.ts b/src/module/hooks/hotbar-drop.ts index 725b870d..0613045c 100644 --- a/src/module/hooks/hotbar-drop.ts +++ b/src/module/hooks/hotbar-drop.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + import { isCheck } from "../actor/actor-prepared-data"; import { DS4Item } from "../item/item"; import { DS4ItemData } from "../item/item-data"; diff --git a/src/module/hooks/init.ts b/src/module/hooks/init.ts index b1b4d7da..f07b3371 100644 --- a/src/module/hooks/init.ts +++ b/src/module/hooks/init.ts @@ -1,3 +1,9 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// SPDX-FileCopyrightText: 2021 Oliver Rümpelein +// SPDX-FileCopyrightText: 2021 Gesina Schwalbe +// +// SPDX-License-Identifier: MIT + import { DS4Actor } from "../actor/actor"; import { DS4CharacterActorSheet } from "../actor/sheets/character-sheet"; import { DS4CreatureActorSheet } from "../actor/sheets/creature-sheet"; diff --git a/src/module/hooks/ready.ts b/src/module/hooks/ready.ts index 07cbb899..b313ce5c 100644 --- a/src/module/hooks/ready.ts +++ b/src/module/hooks/ready.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + import { migration } from "../migrations"; export default function registerForReadyHook(): void { diff --git a/src/module/hooks/render.ts b/src/module/hooks/render.ts index b1e0fc2e..547f80e2 100644 --- a/src/module/hooks/render.ts +++ b/src/module/hooks/render.ts @@ -1,3 +1,8 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// SPDX-FileCopyrightText: 2021 Gesina Schwalbe +// +// SPDX-License-Identifier: MIT + /** * @remarks The render hooks of all classes in the class hierarchy are called, so e.g. for a {@link Dialog}, both the * "renderDialog" hook and the "renderApplication" hook are called (in this order). diff --git a/src/module/hooks/setup.ts b/src/module/hooks/setup.ts index e87272ca..f3c62d3e 100644 --- a/src/module/hooks/setup.ts +++ b/src/module/hooks/setup.ts @@ -1,3 +1,10 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// SPDX-FileCopyrightText: 2021 Oliver Rümpelein +// SPDX-FileCopyrightText: 2021 Gesina Schwalbe +// SPDX-FileCopyrightText: 2021 Siegfried Krug +// +// SPDX-License-Identifier: MIT + import { DS4 } from "../config"; export default function registerForSetupHooks(): void { diff --git a/src/module/item/item-data.ts b/src/module/item/item-data.ts index c5038cc6..9a0f44a1 100644 --- a/src/module/item/item-data.ts +++ b/src/module/item/item-data.ts @@ -1,3 +1,9 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// SPDX-FileCopyrightText: 2021 Oliver Rümpelein +// SPDX-FileCopyrightText: 2021 Gesina Schwalbe +// +// SPDX-License-Identifier: MIT + import { ModifiableDataBase } from "../common/common-data"; import { DS4 } from "../config"; diff --git a/src/module/item/item-prepared-data.ts b/src/module/item/item-prepared-data.ts index 1a88fcfd..180a9909 100644 --- a/src/module/item/item-prepared-data.ts +++ b/src/module/item/item-prepared-data.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + import { HasTotal } from "../common/common-data"; import { DS4AlphabetDataData, diff --git a/src/module/item/item-sheet.ts b/src/module/item/item-sheet.ts index 31ffde93..4b2c9273 100644 --- a/src/module/item/item-sheet.ts +++ b/src/module/item/item-sheet.ts @@ -1,3 +1,9 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// SPDX-FileCopyrightText: 2021 Oliver Rümpelein +// SPDX-FileCopyrightText: 2021 Gesina Schwalbe +// +// SPDX-License-Identifier: MIT + import { DS4 } from "../config"; import notifications from "../ui/notifications"; import { DS4Item } from "./item"; diff --git a/src/module/item/item.ts b/src/module/item/item.ts index 46984672..da8ec63b 100644 --- a/src/module/item/item.ts +++ b/src/module/item/item.ts @@ -1,3 +1,8 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// SPDX-FileCopyrightText: 2021 Gesina Schwalbe +// +// SPDX-License-Identifier: MIT + import { DS4Actor } from "../actor/actor"; import { DS4 } from "../config"; import { createCheckRoll } from "../rolls/check-factory"; diff --git a/src/module/item/type-specific-helpers/spell.ts b/src/module/item/type-specific-helpers/spell.ts index 1b752d46..3fd17974 100644 --- a/src/module/item/type-specific-helpers/spell.ts +++ b/src/module/item/type-specific-helpers/spell.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + import { hoursPerDay, minutesPerHour, secondsPerMinute, secondsPerRound } from "../../common/time-helpers"; import { DS4SpellDataData, TemporalUnit, UnitData } from "../item-data"; diff --git a/src/module/logger.ts b/src/module/logger.ts index cb923e22..4edd6b15 100644 --- a/src/module/logger.ts +++ b/src/module/logger.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + const loggingContext = "DS4"; const loggingSeparator = "|"; diff --git a/src/module/macros/helpers.ts b/src/module/macros/helpers.ts index 73ee8092..f556cfce 100644 --- a/src/module/macros/helpers.ts +++ b/src/module/macros/helpers.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + import { DS4Actor } from "../actor/actor"; import { getCanvas } from "../helpers"; diff --git a/src/module/macros/macros.ts b/src/module/macros/macros.ts index 8488914c..cf5f2ffb 100644 --- a/src/module/macros/macros.ts +++ b/src/module/macros/macros.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + import { rollCheck } from "./roll-check"; import { rollGenericCheck } from "./roll-generic-check"; import { rollItem } from "./roll-item"; diff --git a/src/module/macros/roll-check.ts b/src/module/macros/roll-check.ts index 9e18fb85..e7db35e8 100644 --- a/src/module/macros/roll-check.ts +++ b/src/module/macros/roll-check.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + import { Check } from "../actor/actor-prepared-data"; import { DS4 } from "../config"; import notifications from "../ui/notifications"; diff --git a/src/module/macros/roll-generic-check.ts b/src/module/macros/roll-generic-check.ts index 3fa5f1bc..110cd758 100644 --- a/src/module/macros/roll-generic-check.ts +++ b/src/module/macros/roll-generic-check.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + import notifications from "../ui/notifications"; import { getActiveActor } from "./helpers"; /** diff --git a/src/module/macros/roll-item.ts b/src/module/macros/roll-item.ts index 7b98c916..f5c25361 100644 --- a/src/module/macros/roll-item.ts +++ b/src/module/macros/roll-item.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + import { DS4ItemData } from "../item/item-data"; import notifications from "../ui/notifications"; import { getActiveActor } from "./helpers"; diff --git a/src/module/migrations.ts b/src/module/migrations.ts index 86118160..85eb3d03 100644 --- a/src/module/migrations.ts +++ b/src/module/migrations.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + import logger from "./logger"; import { migrate as migrate001 } from "./migrations/001"; import { migrate as migrate002 } from "./migrations/002"; diff --git a/src/module/migrations/001.ts b/src/module/migrations/001.ts index 43256289..9ca2143b 100644 --- a/src/module/migrations/001.ts +++ b/src/module/migrations/001.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + import logger from "../logger"; export async function migrate(): Promise { diff --git a/src/module/migrations/002.ts b/src/module/migrations/002.ts index 0a267e01..741996e8 100644 --- a/src/module/migrations/002.ts +++ b/src/module/migrations/002.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + import logger from "../logger"; export async function migrate(): Promise { diff --git a/src/module/migrations/003.ts b/src/module/migrations/003.ts index c9d5b879..7a85d914 100644 --- a/src/module/migrations/003.ts +++ b/src/module/migrations/003.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + import logger from "../logger"; export async function migrate(): Promise { diff --git a/src/module/migrations/004.ts b/src/module/migrations/004.ts index 77e493f0..555fa160 100644 --- a/src/module/migrations/004.ts +++ b/src/module/migrations/004.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + import { DS4SpellDataData } from "../item/item-data"; import logger from "../logger"; diff --git a/src/module/rolls/check-evaluation.ts b/src/module/rolls/check-evaluation.ts index d0322a73..f7a885c9 100644 --- a/src/module/rolls/check-evaluation.ts +++ b/src/module/rolls/check-evaluation.ts @@ -1,3 +1,8 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// SPDX-FileCopyrightText: 2021 Oliver Rümpelein +// +// SPDX-License-Identifier: MIT + export default function evaluateCheck( dice: number[], checkTargetNumber: number, diff --git a/src/module/rolls/check-factory.ts b/src/module/rolls/check-factory.ts index ae02aa78..4db78c97 100644 --- a/src/module/rolls/check-factory.ts +++ b/src/module/rolls/check-factory.ts @@ -1,3 +1,8 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// SPDX-FileCopyrightText: 2021 Oliver Rümpelein +// +// SPDX-License-Identifier: MIT + /** * Provides default values for all arguments the `CheckFactory` expects. */ diff --git a/src/module/rolls/check.ts b/src/module/rolls/check.ts index f1ab678a..f41dc614 100644 --- a/src/module/rolls/check.ts +++ b/src/module/rolls/check.ts @@ -1,3 +1,8 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// SPDX-FileCopyrightText: 2021 Oliver Rümpelein +// +// SPDX-License-Identifier: MIT + import evaluateCheck, { getRequiredNumberOfDice } from "./check-evaluation"; /** diff --git a/src/module/rolls/roll.ts b/src/module/rolls/roll.ts index 8a4c6292..eb58f65c 100644 --- a/src/module/rolls/roll.ts +++ b/src/module/rolls/roll.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + import { DS4Check } from "./check"; export class DS4Roll = Record> extends Roll { diff --git a/src/module/rolls/slaying-dice-modifier.ts b/src/module/rolls/slaying-dice-modifier.ts index 0af9d6b9..f178c038 100644 --- a/src/module/rolls/slaying-dice-modifier.ts +++ b/src/module/rolls/slaying-dice-modifier.ts @@ -1,3 +1,8 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// SPDX-FileCopyrightText: 2021 Oliver Rümpelein +// +// SPDX-License-Identifier: MIT + import { DS4Check } from "./check"; export default function registerSlayingDiceModifier(): void { diff --git a/src/module/settings.ts b/src/module/settings.ts index bd7b1884..e08a3782 100644 --- a/src/module/settings.ts +++ b/src/module/settings.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + export function registerSystemSettings(): void { /** * Track the migrations version of the latest migration that has been applied diff --git a/src/module/ui/notifications.ts b/src/module/ui/notifications.ts index 3c961363..84b62e76 100644 --- a/src/module/ui/notifications.ts +++ b/src/module/ui/notifications.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2021 Johannes Loher +// +// SPDX-License-Identifier: MIT + import logger from "../logger"; function getNotificationFunction(type: "info" | "warn" | "error") { diff --git a/src/packs/LICENSE b/src/packs/LICENSE deleted file mode 100644 index 46c81916..00000000 --- a/src/packs/LICENSE +++ /dev/null @@ -1,361 +0,0 @@ -Creative Commons Legal Code - -Attribution-NonCommercial-ShareAlike 3.0 Unported - - CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE - LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN - ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS - INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES - REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR - DAMAGES RESULTING FROM ITS USE. - -License - -THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE -COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY -COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS -AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. - -BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE -TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY -BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS -CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND -CONDITIONS. - -1. Definitions - - a. "Adaptation" means a work based upon the Work, or upon the Work and - other pre-existing works, such as a translation, adaptation, - derivative work, arrangement of music or other alterations of a - literary or artistic work, or phonogram or performance and includes - cinematographic adaptations or any other form in which the Work may be - recast, transformed, or adapted including in any form recognizably - derived from the original, except that a work that constitutes a - Collection will not be considered an Adaptation for the purpose of - this License. For the avoidance of doubt, where the Work is a musical - work, performance or phonogram, the synchronization of the Work in - timed-relation with a moving image ("synching") will be considered an - Adaptation for the purpose of this License. - b. "Collection" means a collection of literary or artistic works, such as - encyclopedias and anthologies, or performances, phonograms or - broadcasts, or other works or subject matter other than works listed - in Section 1(g) below, which, by reason of the selection and - arrangement of their contents, constitute intellectual creations, in - which the Work is included in its entirety in unmodified form along - with one or more other contributions, each constituting separate and - independent works in themselves, which together are assembled into a - collective whole. A work that constitutes a Collection will not be - considered an Adaptation (as defined above) for the purposes of this - License. - c. "Distribute" means to make available to the public the original and - copies of the Work or Adaptation, as appropriate, through sale or - other transfer of ownership. - d. "License Elements" means the following high-level license attributes - as selected by Licensor and indicated in the title of this License: - Attribution, Noncommercial, ShareAlike. - e. "Licensor" means the individual, individuals, entity or entities that - offer(s) the Work under the terms of this License. - f. "Original Author" means, in the case of a literary or artistic work, - the individual, individuals, entity or entities who created the Work - or if no individual or entity can be identified, the publisher; and in - addition (i) in the case of a performance the actors, singers, - musicians, dancers, and other persons who act, sing, deliver, declaim, - play in, interpret or otherwise perform literary or artistic works or - expressions of folklore; (ii) in the case of a phonogram the producer - being the person or legal entity who first fixes the sounds of a - performance or other sounds; and, (iii) in the case of broadcasts, the - organization that transmits the broadcast. - g. "Work" means the literary and/or artistic work offered under the terms - of this License including without limitation any production in the - literary, scientific and artistic domain, whatever may be the mode or - form of its expression including digital form, such as a book, - pamphlet and other writing; a lecture, address, sermon or other work - of the same nature; a dramatic or dramatico-musical work; a - choreographic work or entertainment in dumb show; a musical - composition with or without words; a cinematographic work to which are - assimilated works expressed by a process analogous to cinematography; - a work of drawing, painting, architecture, sculpture, engraving or - lithography; a photographic work to which are assimilated works - expressed by a process analogous to photography; a work of applied - art; an illustration, map, plan, sketch or three-dimensional work - relative to geography, topography, architecture or science; a - performance; a broadcast; a phonogram; a compilation of data to the - extent it is protected as a copyrightable work; or a work performed by - a variety or circus performer to the extent it is not otherwise - considered a literary or artistic work. - h. "You" means an individual or entity exercising rights under this - License who has not previously violated the terms of this License with - respect to the Work, or who has received express permission from the - Licensor to exercise rights under this License despite a previous - violation. - i. "Publicly Perform" means to perform public recitations of the Work and - to communicate to the public those public recitations, by any means or - process, including by wire or wireless means or public digital - performances; to make available to the public Works in such a way that - members of the public may access these Works from a place and at a - place individually chosen by them; to perform the Work to the public - by any means or process and the communication to the public of the - performances of the Work, including by public digital performance; to - broadcast and rebroadcast the Work by any means including signs, - sounds or images. - j. "Reproduce" means to make copies of the Work by any means including - without limitation by sound or visual recordings and the right of - fixation and reproducing fixations of the Work, including storage of a - protected performance or phonogram in digital form or other electronic - medium. - -2. Fair Dealing Rights. Nothing in this License is intended to reduce, -limit, or restrict any uses free from copyright or rights arising from -limitations or exceptions that are provided for in connection with the -copyright protection under copyright law or other applicable laws. - -3. License Grant. Subject to the terms and conditions of this License, -Licensor hereby grants You a worldwide, royalty-free, non-exclusive, -perpetual (for the duration of the applicable copyright) license to -exercise the rights in the Work as stated below: - - a. to Reproduce the Work, to incorporate the Work into one or more - Collections, and to Reproduce the Work as incorporated in the - Collections; - b. to create and Reproduce Adaptations provided that any such Adaptation, - including any translation in any medium, takes reasonable steps to - clearly label, demarcate or otherwise identify that changes were made - to the original Work. For example, a translation could be marked "The - original work was translated from English to Spanish," or a - modification could indicate "The original work has been modified."; - c. to Distribute and Publicly Perform the Work including as incorporated - in Collections; and, - d. to Distribute and Publicly Perform Adaptations. - -The above rights may be exercised in all media and formats whether now -known or hereafter devised. The above rights include the right to make -such modifications as are technically necessary to exercise the rights in -other media and formats. Subject to Section 8(f), all rights not expressly -granted by Licensor are hereby reserved, including but not limited to the -rights described in Section 4(e). - -4. Restrictions. The license granted in Section 3 above is expressly made -subject to and limited by the following restrictions: - - a. You may Distribute or Publicly Perform the Work only under the terms - of this License. You must include a copy of, or the Uniform Resource - Identifier (URI) for, this License with every copy of the Work You - Distribute or Publicly Perform. You may not offer or impose any terms - on the Work that restrict the terms of this License or the ability of - the recipient of the Work to exercise the rights granted to that - recipient under the terms of the License. You may not sublicense the - Work. You must keep intact all notices that refer to this License and - to the disclaimer of warranties with every copy of the Work You - Distribute or Publicly Perform. When You Distribute or Publicly - Perform the Work, You may not impose any effective technological - measures on the Work that restrict the ability of a recipient of the - Work from You to exercise the rights granted to that recipient under - the terms of the License. This Section 4(a) applies to the Work as - incorporated in a Collection, but this does not require the Collection - apart from the Work itself to be made subject to the terms of this - License. If You create a Collection, upon notice from any Licensor You - must, to the extent practicable, remove from the Collection any credit - as required by Section 4(d), as requested. If You create an - Adaptation, upon notice from any Licensor You must, to the extent - practicable, remove from the Adaptation any credit as required by - Section 4(d), as requested. - b. You may Distribute or Publicly Perform an Adaptation only under: (i) - the terms of this License; (ii) a later version of this License with - the same License Elements as this License; (iii) a Creative Commons - jurisdiction license (either this or a later license version) that - contains the same License Elements as this License (e.g., - Attribution-NonCommercial-ShareAlike 3.0 US) ("Applicable License"). - You must include a copy of, or the URI, for Applicable License with - every copy of each Adaptation You Distribute or Publicly Perform. You - may not offer or impose any terms on the Adaptation that restrict the - terms of the Applicable License or the ability of the recipient of the - Adaptation to exercise the rights granted to that recipient under the - terms of the Applicable License. You must keep intact all notices that - refer to the Applicable License and to the disclaimer of warranties - with every copy of the Work as included in the Adaptation You - Distribute or Publicly Perform. When You Distribute or Publicly - Perform the Adaptation, You may not impose any effective technological - measures on the Adaptation that restrict the ability of a recipient of - the Adaptation from You to exercise the rights granted to that - recipient under the terms of the Applicable License. This Section 4(b) - applies to the Adaptation as incorporated in a Collection, but this - does not require the Collection apart from the Adaptation itself to be - made subject to the terms of the Applicable License. - c. You may not exercise any of the rights granted to You in Section 3 - above in any manner that is primarily intended for or directed toward - commercial advantage or private monetary compensation. The exchange of - the Work for other copyrighted works by means of digital file-sharing - or otherwise shall not be considered to be intended for or directed - toward commercial advantage or private monetary compensation, provided - there is no payment of any monetary compensation in con-nection with - the exchange of copyrighted works. - d. If You Distribute, or Publicly Perform the Work or any Adaptations or - Collections, You must, unless a request has been made pursuant to - Section 4(a), keep intact all copyright notices for the Work and - provide, reasonable to the medium or means You are utilizing: (i) the - name of the Original Author (or pseudonym, if applicable) if supplied, - and/or if the Original Author and/or Licensor designate another party - or parties (e.g., a sponsor institute, publishing entity, journal) for - attribution ("Attribution Parties") in Licensor's copyright notice, - terms of service or by other reasonable means, the name of such party - or parties; (ii) the title of the Work if supplied; (iii) to the - extent reasonably practicable, the URI, if any, that Licensor - specifies to be associated with the Work, unless such URI does not - refer to the copyright notice or licensing information for the Work; - and, (iv) consistent with Section 3(b), in the case of an Adaptation, - a credit identifying the use of the Work in the Adaptation (e.g., - "French translation of the Work by Original Author," or "Screenplay - based on original Work by Original Author"). The credit required by - this Section 4(d) may be implemented in any reasonable manner; - provided, however, that in the case of a Adaptation or Collection, at - a minimum such credit will appear, if a credit for all contributing - authors of the Adaptation or Collection appears, then as part of these - credits and in a manner at least as prominent as the credits for the - other contributing authors. For the avoidance of doubt, You may only - use the credit required by this Section for the purpose of attribution - in the manner set out above and, by exercising Your rights under this - License, You may not implicitly or explicitly assert or imply any - connection with, sponsorship or endorsement by the Original Author, - Licensor and/or Attribution Parties, as appropriate, of You or Your - use of the Work, without the separate, express prior written - permission of the Original Author, Licensor and/or Attribution - Parties. - e. For the avoidance of doubt: - - i. Non-waivable Compulsory License Schemes. In those jurisdictions in - which the right to collect royalties through any statutory or - compulsory licensing scheme cannot be waived, the Licensor - reserves the exclusive right to collect such royalties for any - exercise by You of the rights granted under this License; - ii. Waivable Compulsory License Schemes. In those jurisdictions in - which the right to collect royalties through any statutory or - compulsory licensing scheme can be waived, the Licensor reserves - the exclusive right to collect such royalties for any exercise by - You of the rights granted under this License if Your exercise of - such rights is for a purpose or use which is otherwise than - noncommercial as permitted under Section 4(c) and otherwise waives - the right to collect royalties through any statutory or compulsory - licensing scheme; and, - iii. Voluntary License Schemes. The Licensor reserves the right to - collect royalties, whether individually or, in the event that the - Licensor is a member of a collecting society that administers - voluntary licensing schemes, via that society, from any exercise - by You of the rights granted under this License that is for a - purpose or use which is otherwise than noncommercial as permitted - under Section 4(c). - f. Except as otherwise agreed in writing by the Licensor or as may be - otherwise permitted by applicable law, if You Reproduce, Distribute or - Publicly Perform the Work either by itself or as part of any - Adaptations or Collections, You must not distort, mutilate, modify or - take other derogatory action in relation to the Work which would be - prejudicial to the Original Author's honor or reputation. Licensor - agrees that in those jurisdictions (e.g. Japan), in which any exercise - of the right granted in Section 3(b) of this License (the right to - make Adaptations) would be deemed to be a distortion, mutilation, - modification or other derogatory action prejudicial to the Original - Author's honor and reputation, the Licensor will waive or not assert, - as appropriate, this Section, to the fullest extent permitted by the - applicable national law, to enable You to reasonably exercise Your - right under Section 3(b) of this License (right to make Adaptations) - but not otherwise. - -5. Representations, Warranties and Disclaimer - -UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING AND TO THE -FULLEST EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR OFFERS THE WORK AS-IS -AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE -WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT -LIMITATION, WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR -PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, -ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT -DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED -WARRANTIES, SO THIS EXCLUSION MAY NOT APPLY TO YOU. - -6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE -LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR -ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES -ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS -BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -7. Termination - - a. This License and the rights granted hereunder will terminate - automatically upon any breach by You of the terms of this License. - Individuals or entities who have received Adaptations or Collections - from You under this License, however, will not have their licenses - terminated provided such individuals or entities remain in full - compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will - survive any termination of this License. - b. Subject to the above terms and conditions, the license granted here is - perpetual (for the duration of the applicable copyright in the Work). - Notwithstanding the above, Licensor reserves the right to release the - Work under different license terms or to stop distributing the Work at - any time; provided, however that any such election will not serve to - withdraw this License (or any other license that has been, or is - required to be, granted under the terms of this License), and this - License will continue in full force and effect unless terminated as - stated above. - -8. Miscellaneous - - a. Each time You Distribute or Publicly Perform the Work or a Collection, - the Licensor offers to the recipient a license to the Work on the same - terms and conditions as the license granted to You under this License. - b. Each time You Distribute or Publicly Perform an Adaptation, Licensor - offers to the recipient a license to the original Work on the same - terms and conditions as the license granted to You under this License. - c. If any provision of this License is invalid or unenforceable under - applicable law, it shall not affect the validity or enforceability of - the remainder of the terms of this License, and without further action - by the parties to this agreement, such provision shall be reformed to - the minimum extent necessary to make such provision valid and - enforceable. - d. No term or provision of this License shall be deemed waived and no - breach consented to unless such waiver or consent shall be in writing - and signed by the party to be charged with such waiver or consent. - e. This License constitutes the entire agreement between the parties with - respect to the Work licensed here. There are no understandings, - agreements or representations with respect to the Work not specified - here. Licensor shall not be bound by any additional provisions that - may appear in any communication from You. This License may not be - modified without the mutual written agreement of the Licensor and You. - f. The rights granted under, and the subject matter referenced, in this - License were drafted utilizing the terminology of the Berne Convention - for the Protection of Literary and Artistic Works (as amended on - September 28, 1979), the Rome Convention of 1961, the WIPO Copyright - Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 - and the Universal Copyright Convention (as revised on July 24, 1971). - These rights and subject matter take effect in the relevant - jurisdiction in which the License terms are sought to be enforced - according to the corresponding provisions of the implementation of - those treaty provisions in the applicable national law. If the - standard suite of rights granted under applicable copyright law - includes additional rights not granted under this License, such - additional rights are deemed to be included in the License; this - License is not intended to restrict the license of any rights under - applicable law. - - -Creative Commons Notice - - Creative Commons is not a party to this License, and makes no warranty - whatsoever in connection with the Work. Creative Commons will not be - liable to You or any party on any legal theory for any damages - whatsoever, including without limitation any general, special, - incidental or consequential damages arising in connection to this - license. Notwithstanding the foregoing two (2) sentences, if Creative - Commons has expressly identified itself as the Licensor hereunder, it - shall have all rights and obligations of Licensor. - - Except for the limited purpose of indicating to the public that the - Work is licensed under the CCPL, Creative Commons does not authorize - the use by either party of the trademark "Creative Commons" or any - related trademark or logo of Creative Commons without the prior - written consent of Creative Commons. Any permitted use will be in - compliance with Creative Commons' then-current trademark usage - guidelines, as may be published on its website or otherwise made - available upon request from time to time. For the avoidance of doubt, - this trademark restriction does not form part of this License. - - Creative Commons may be contacted at https://creativecommons.org/. - diff --git a/src/packs/items.db.license b/src/packs/items.db.license new file mode 100644 index 00000000..357fb0b1 --- /dev/null +++ b/src/packs/items.db.license @@ -0,0 +1,4 @@ +SPDX-FileCopyrightText: Copyright © 2011-2013 by Christian Kennig. +SPDX-FileCopyrightText: 2021 Johannes Loher + +SPDX-License-Identifier: CC-BY-NC-SA-3.0 diff --git a/src/packs/languages-and-scripts.db.license b/src/packs/languages-and-scripts.db.license new file mode 100644 index 00000000..357fb0b1 --- /dev/null +++ b/src/packs/languages-and-scripts.db.license @@ -0,0 +1,4 @@ +SPDX-FileCopyrightText: Copyright © 2011-2013 by Christian Kennig. +SPDX-FileCopyrightText: 2021 Johannes Loher + +SPDX-License-Identifier: CC-BY-NC-SA-3.0 diff --git a/src/packs/special-creature-abilities.db.license b/src/packs/special-creature-abilities.db.license new file mode 100644 index 00000000..357fb0b1 --- /dev/null +++ b/src/packs/special-creature-abilities.db.license @@ -0,0 +1,4 @@ +SPDX-FileCopyrightText: Copyright © 2011-2013 by Christian Kennig. +SPDX-FileCopyrightText: 2021 Johannes Loher + +SPDX-License-Identifier: CC-BY-NC-SA-3.0 diff --git a/src/packs/spells.db.license b/src/packs/spells.db.license new file mode 100644 index 00000000..c296d09d --- /dev/null +++ b/src/packs/spells.db.license @@ -0,0 +1,4 @@ +SPDX-FileCopyrightText: Copyright © 2011-2013 by Christian Kennig. +SPDX-FileCopyrightText: 2021 Sascha Martens + +SPDX-License-Identifier: CC-BY-NC-SA-3.0 diff --git a/src/scss/components/_actor_sheet.scss b/src/scss/components/_actor_sheet.scss index 037e31d5..f68678c6 100644 --- a/src/scss/components/_actor_sheet.scss +++ b/src/scss/components/_actor_sheet.scss @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * + * SPDX-License-Identifier: MIT + */ + .ds4.sheet.actor { min-width: 650px; min-height: 620px; diff --git a/src/scss/components/_apps.scss b/src/scss/components/_apps.scss index a9198045..e041d326 100644 --- a/src/scss/components/_apps.scss +++ b/src/scss/components/_apps.scss @@ -1,3 +1,10 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * SPDX-FileCopyrightText: 2021 Gesina Schwalbe + * + * SPDX-License-Identifier: MIT + */ + .window-content { overflow-y: hidden; padding: 5px; diff --git a/src/scss/components/_basic_property.scss b/src/scss/components/_basic_property.scss index 64a696c5..eddda73d 100644 --- a/src/scss/components/_basic_property.scss +++ b/src/scss/components/_basic_property.scss @@ -1,3 +1,11 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * SPDX-FileCopyrightText: 2021 Oliver Rümpelein + * SPDX-FileCopyrightText: 2021 Gesina Schwalbe + * + * SPDX-License-Identifier: MIT + */ + @use "../utils/mixins"; .basic-properties { diff --git a/src/scss/components/_character_progression.scss b/src/scss/components/_character_progression.scss index d3c19094..8e316a81 100644 --- a/src/scss/components/_character_progression.scss +++ b/src/scss/components/_character_progression.scss @@ -1,3 +1,10 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * SPDX-FileCopyrightText: 2021 Oliver Rümpelein + * + * SPDX-License-Identifier: MIT + */ + @use "../utils/colors"; @use "../utils/typography"; @use "../utils/variables"; diff --git a/src/scss/components/_character_values.scss b/src/scss/components/_character_values.scss index 69ccc0ff..5dfb4648 100644 --- a/src/scss/components/_character_values.scss +++ b/src/scss/components/_character_values.scss @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * + * SPDX-License-Identifier: MIT + */ + header.sheet-header { .character-values { flex: 0 0 100%; diff --git a/src/scss/components/_check.scss b/src/scss/components/_check.scss index 796959d6..d9cd0d0d 100644 --- a/src/scss/components/_check.scss +++ b/src/scss/components/_check.scss @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * + * SPDX-License-Identifier: MIT + */ + @use "../utils/mixins"; .ds4-check { diff --git a/src/scss/components/_checks.scss b/src/scss/components/_checks.scss index 9ea67506..704a428e 100644 --- a/src/scss/components/_checks.scss +++ b/src/scss/components/_checks.scss @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * + * SPDX-License-Identifier: MIT + */ + .ds4-checks { column-gap: 2em; display: grid; diff --git a/src/scss/components/_combat_value.scss b/src/scss/components/_combat_value.scss index 81014b0e..66b102ef 100644 --- a/src/scss/components/_combat_value.scss +++ b/src/scss/components/_combat_value.scss @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * + * SPDX-License-Identifier: MIT + */ + @use "../utils/mixins"; @use "../utils/variables"; diff --git a/src/scss/components/_combat_values.scss b/src/scss/components/_combat_values.scss index 067a3f00..66e540c6 100644 --- a/src/scss/components/_combat_values.scss +++ b/src/scss/components/_combat_values.scss @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * + * SPDX-License-Identifier: MIT + */ + @use "../utils/variables"; .ds4-combat-values { diff --git a/src/scss/components/_core_value.scss b/src/scss/components/_core_value.scss index b2fbd151..bc7aa7e0 100644 --- a/src/scss/components/_core_value.scss +++ b/src/scss/components/_core_value.scss @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * + * SPDX-License-Identifier: MIT + */ + @use "../utils/colors"; @use "../utils/typography"; @use "../utils/variables"; diff --git a/src/scss/components/_core_values.scss b/src/scss/components/_core_values.scss index be687512..739ebe08 100644 --- a/src/scss/components/_core_values.scss +++ b/src/scss/components/_core_values.scss @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * + * SPDX-License-Identifier: MIT + */ + @use "../utils/colors"; @use "../utils/typography"; @use "../utils/variables"; diff --git a/src/scss/components/_currency.scss b/src/scss/components/_currency.scss index 582a6547..d773dc48 100644 --- a/src/scss/components/_currency.scss +++ b/src/scss/components/_currency.scss @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * + * SPDX-License-Identifier: MIT + */ + @use "../utils/variables"; .ds4-currency { diff --git a/src/scss/components/_description.scss b/src/scss/components/_description.scss index f8b5312e..b59f5ec8 100644 --- a/src/scss/components/_description.scss +++ b/src/scss/components/_description.scss @@ -1,3 +1,11 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * SPDX-FileCopyrightText: 2021 Oliver Rümpelein + * SPDX-FileCopyrightText: 2021 Gesina Schwalbe + * + * SPDX-License-Identifier: MIT + */ + @use "../utils/mixins"; @use "../utils/variables"; diff --git a/src/scss/components/_dice_total.scss b/src/scss/components/_dice_total.scss index a9082cc1..31bc6841 100644 --- a/src/scss/components/_dice_total.scss +++ b/src/scss/components/_dice_total.scss @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * + * SPDX-License-Identifier: MIT + */ + @use "../utils/colors"; // Needs to be nested in .dice-roll to win against foundry's style.css with respect to specificity diff --git a/src/scss/components/_forms.scss b/src/scss/components/_forms.scss index 672b56bd..4062f8eb 100644 --- a/src/scss/components/_forms.scss +++ b/src/scss/components/_forms.scss @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * + * SPDX-License-Identifier: MIT + */ + @use "../utils/colors"; @use "../utils/typography"; @use "../utils/variables"; diff --git a/src/scss/components/_item_list.scss b/src/scss/components/_item_list.scss index b4d2edab..7c16a34f 100644 --- a/src/scss/components/_item_list.scss +++ b/src/scss/components/_item_list.scss @@ -1,3 +1,10 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * SPDX-FileCopyrightText: 2021 Gesina Schwalbe + * + * SPDX-License-Identifier: MIT + */ + @use "../utils/mixins"; @use "../utils/variables"; diff --git a/src/scss/components/_rollable_image.scss b/src/scss/components/_rollable_image.scss index ba33bca7..e883e310 100644 --- a/src/scss/components/_rollable_image.scss +++ b/src/scss/components/_rollable_image.scss @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * + * SPDX-License-Identifier: MIT + */ + .ds4-rollable-image { position: relative; diff --git a/src/scss/components/_tabs.scss b/src/scss/components/_tabs.scss index 064923c3..a16447aa 100644 --- a/src/scss/components/_tabs.scss +++ b/src/scss/components/_tabs.scss @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * + * SPDX-License-Identifier: MIT + */ + @use "../utils/variables"; nav.tabs { diff --git a/src/scss/components/_talent_rank_equation.scss b/src/scss/components/_talent_rank_equation.scss index 0b861f9b..aeb70f16 100644 --- a/src/scss/components/_talent_rank_equation.scss +++ b/src/scss/components/_talent_rank_equation.scss @@ -1,3 +1,10 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * SPDX-FileCopyrightText: 2021 Gesina Schwalbe + * + * SPDX-License-Identifier: MIT + */ + .ds4-talent-rank-equation { display: flex; gap: 0.5em; diff --git a/src/scss/ds4.scss b/src/scss/ds4.scss index 69f44dae..9cdb7e64 100644 --- a/src/scss/ds4.scss +++ b/src/scss/ds4.scss @@ -1,3 +1,11 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * SPDX-FileCopyrightText: 2021 Oliver Rümpelein + * SPDX-FileCopyrightText: 2021 Gesina Schwalbe + * + * SPDX-License-Identifier: MIT + */ + @use 'sass:meta'; /* Global styles */ diff --git a/src/scss/global/_accessibility.scss b/src/scss/global/_accessibility.scss index dd0e4211..e464b165 100644 --- a/src/scss/global/_accessibility.scss +++ b/src/scss/global/_accessibility.scss @@ -1,3 +1,10 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * SPDX-FileCopyrightText: 2021 Oliver Rümpelein + * + * SPDX-License-Identifier: MIT + */ + .hidden { display: none; } diff --git a/src/scss/global/_flex.scss b/src/scss/global/_flex.scss index 3f23d105..891c83bc 100644 --- a/src/scss/global/_flex.scss +++ b/src/scss/global/_flex.scss @@ -1,3 +1,10 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * SPDX-FileCopyrightText: 2021 Gesina Schwalbe + * + * SPDX-License-Identifier: MIT + */ + /* ----------------------------------------- */ /* Flexbox */ /* ----------------------------------------- */ diff --git a/src/scss/global/_fonts.scss b/src/scss/global/_fonts.scss index 3f931a2d..4b4001ef 100644 --- a/src/scss/global/_fonts.scss +++ b/src/scss/global/_fonts.scss @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * + * SPDX-License-Identifier: MIT + */ + @font-face { font-family: "Lora"; font-style: normal; diff --git a/src/scss/global/_grid.scss b/src/scss/global/_grid.scss index b8903f70..ef735cac 100644 --- a/src/scss/global/_grid.scss +++ b/src/scss/global/_grid.scss @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * + * SPDX-License-Identifier: MIT + */ + .grid, .grid-2col { display: grid; diff --git a/src/scss/global/_window.scss b/src/scss/global/_window.scss index 2d22fe58..8893cd54 100644 --- a/src/scss/global/_window.scss +++ b/src/scss/global/_window.scss @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * + * SPDX-License-Identifier: MIT + */ + @use "../utils/typography"; .window-app { diff --git a/src/scss/utils/_colors.scss b/src/scss/utils/_colors.scss index b3a864a2..490d3294 100644 --- a/src/scss/utils/_colors.scss +++ b/src/scss/utils/_colors.scss @@ -1,3 +1,10 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * SPDX-FileCopyrightText: 2021 Gesina Schwalbe + * + * SPDX-License-Identifier: MIT + */ + $c-white: #fff; $c-black: #000; $c-light-grey: #777; diff --git a/src/scss/utils/_mixins.scss b/src/scss/utils/_mixins.scss index 9f0db342..d78942e9 100644 --- a/src/scss/utils/_mixins.scss +++ b/src/scss/utils/_mixins.scss @@ -1,3 +1,10 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * SPDX-FileCopyrightText: 2021 Gesina Schwalbe + * + * SPDX-License-Identifier: MIT + */ + @use "./colors"; @mixin element-invisible { diff --git a/src/scss/utils/_typography.scss b/src/scss/utils/_typography.scss index 5cf2892f..0ffd53de 100644 --- a/src/scss/utils/_typography.scss +++ b/src/scss/utils/_typography.scss @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * + * SPDX-License-Identifier: MIT + */ + $font-primary: "Lora", serif; $font-secondary: "Lora", serif; $font-heading: "Wood Stamp", sans-serif; diff --git a/src/scss/utils/_variables.scss b/src/scss/utils/_variables.scss index 2a47a3b5..c32eb8a6 100644 --- a/src/scss/utils/_variables.scss +++ b/src/scss/utils/_variables.scss @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2021 Johannes Loher + * + * SPDX-License-Identifier: MIT + */ + @use "./colors"; $padding-sm: 5px; diff --git a/src/system.json b/src/system.json index d245f560..d0942408 100644 --- a/src/system.json +++ b/src/system.json @@ -6,7 +6,7 @@ "minimumCoreVersion": "0.7.9", "compatibleCoreVersion": "0.7.10", "templateVersion": 6, - "author": "Johannes Loher, Gesina Schwalbe, Oliver Rümpelein, Siegfried Krug", + "author": "Johannes Loher, Gesina Schwalbe, Oliver Rümpelein, Siegfried Krug, Max Tharr, Sascha Martens", "authors": [ { "name": "Johannes Loher", @@ -23,6 +23,12 @@ { "name": "Siegfried Krug", "email": "foundryvtt@asdil1991.de" + }, + { + "name": "Max Tharr" + }, + { + "name": "Sascha Martens" } ], "esmodules": ["module/ds4.js"], diff --git a/src/system.json.license b/src/system.json.license new file mode 100644 index 00000000..45e761ff --- /dev/null +++ b/src/system.json.license @@ -0,0 +1,10 @@ +SPDX-FileCopyrightText: 2021 Johannes Loher +SPDX-FileCopyrightText: 2021 Oliver Rümpelein +SPDX-FileCopyrightText: 2021 Gesina Schwalbe +SPDX-FileCopyrightText: 2021 Siegfried Krug +SPDX-FileCopyrightText: 2021 Johannes Loher +SPDX-FileCopyrightText: 2021 Max Tharr +SPDX-FileCopyrightText: 2021 Sascha Martens + + +SPDX-License-Identifier: MIT diff --git a/src/template.json.license b/src/template.json.license new file mode 100644 index 00000000..ff79d3f7 --- /dev/null +++ b/src/template.json.license @@ -0,0 +1,6 @@ +SPDX-FileCopyrightText: 2021 Johannes Loher +SPDX-FileCopyrightText: 2021 Oliver Rümpelein +SPDX-FileCopyrightText: 2021 Gesina Schwalbe +SPDX-FileCopyrightText: 2021 Siegfried Krug + +SPDX-License-Identifier: MIT diff --git a/src/templates/dialogs/roll-options.hbs b/src/templates/dialogs/roll-options.hbs index badac01d..11e25295 100644 --- a/src/templates/dialogs/roll-options.hbs +++ b/src/templates/dialogs/roll-options.hbs @@ -1,3 +1,10 @@ +{{!-- +SPDX-FileCopyrightText: 2021 Johannes Loher +SPDX-FileCopyrightText: 2021 Oliver Rümpelein + +SPDX-License-Identifier: MIT +--}} + {{!-- !-- Render a roll options dialog. It uses the default form classes of Foundry VTT. !-- @param checkTargetNumber: The preselected check target number. diff --git a/src/templates/dialogs/simple-select-form.hbs b/src/templates/dialogs/simple-select-form.hbs index 79868c43..f27a489c 100644 --- a/src/templates/dialogs/simple-select-form.hbs +++ b/src/templates/dialogs/simple-select-form.hbs @@ -1,3 +1,9 @@ +{{!-- +SPDX-FileCopyrightText: 2021 Johannes Loher + +SPDX-License-Identifier: MIT +--}} + {{!-- !-- Render a simple form with select elements. It uses the default form classes of Foundry VTT. !-- @param selects: An array of objects that each contain the following: diff --git a/src/templates/dice/roll.hbs b/src/templates/dice/roll.hbs index 89ffe7a7..8afcbd10 100644 --- a/src/templates/dice/roll.hbs +++ b/src/templates/dice/roll.hbs @@ -1,3 +1,9 @@ +{{!-- +SPDX-FileCopyrightText: 2021 Johannes Loher + +SPDX-License-Identifier: MIT +--}} +
{{#if flavor}}
{{flavor}}
diff --git a/src/templates/sheets/actor/character-sheet.hbs b/src/templates/sheets/actor/character-sheet.hbs index a88de806..b2a24158 100644 --- a/src/templates/sheets/actor/character-sheet.hbs +++ b/src/templates/sheets/actor/character-sheet.hbs @@ -1,3 +1,11 @@ +{{!-- +SPDX-FileCopyrightText: 2021 Johannes Loher +SPDX-FileCopyrightText: 2021 Oliver Rümpelein +SPDX-FileCopyrightText: 2021 Gesina Schwalbe + +SPDX-License-Identifier: MIT +--}} +
{{!-- Sheet Header --}}
diff --git a/src/templates/sheets/actor/components/character-progression.hbs b/src/templates/sheets/actor/components/character-progression.hbs index 446142e9..cb43ed6d 100644 --- a/src/templates/sheets/actor/components/character-progression.hbs +++ b/src/templates/sheets/actor/components/character-progression.hbs @@ -1,3 +1,11 @@ +{{!-- +SPDX-FileCopyrightText: 2021 Johannes Loher +SPDX-FileCopyrightText: 2021 Oliver Rümpelein +SPDX-FileCopyrightText: 2021 Gesina Schwalbe + +SPDX-License-Identifier: MIT +--}} +