Skip to content

Instantly share code, notes, and snippets.

@ThaumRystra
ThaumRystra / game-icons-metadata.json
Last active May 30, 2020 12:42
Metadata of a portion of the icons found on https://game-icons.net/
{
"police-badge": {
"tags": ["shield", "symbol", "police"],
"description": "Symbol of law enforcement. The best moment to show it, its to shout FBI and break the door with a kick."
},
"card-10-clubs": {
"tags": ["board"],
"description": "Playing card: 10 of clubs"
},
"card-10-diamonds": {
@ThaumRystra
ThaumRystra / DiceCloud CLA
Last active September 13, 2023 07:57
Contributor License Agreement for DiceCloud
Contributor License Agreement
By contributing your code to DiceCloud you grant Icosahedron Pty. (Ltd) a non-exclusive, irrevocable, worldwide, royalty-free, sublicenseable, transferable license under all of Your relevant intellectual property rights (including copyright, patent, and any other rights), to use, copy, prepare derivative works of, distribute and publicly perform and display the Contributions on any licensing terms, including without limitation: (a) open source licenses like the MIT license; and (b) binary, proprietary, or commercial licenses. Except for the licenses granted herein, You reserve all right, title, and interest in and to the Contribution.
You confirm that you are able to grant us these rights. You represent that You are legally entitled to grant the above license. If Your employer has rights to intellectual property that You create, You represent that You have received permission to make the Contributions on behalf of that employer, or that Your employer has waived such rights for
<link rel="import" href="../core-pages/core-pages.html">
<link rel="import" href="../paper-input/paper-input.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../paper-item/paper-item.html">
<polymer-element name="my-element">
<template>
<style>
:host {