├── .gitattributes ├── .travis.yml ├── CHANGING ├── LICENSE.md ├── Makefile ├── README.md ├── THANKS.md ├── release └── spelling.en.pws /.gitattributes: -------------------------------------------------------------------------------- 1 | THANKS merge=union 2 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/licensezero/parity-public-license/HEAD/.travis.yml -------------------------------------------------------------------------------- /CHANGING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/licensezero/parity-public-license/HEAD/CHANGING -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/licensezero/parity-public-license/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/licensezero/parity-public-license/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/licensezero/parity-public-license/HEAD/README.md -------------------------------------------------------------------------------- /THANKS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/licensezero/parity-public-license/HEAD/THANKS.md -------------------------------------------------------------------------------- /release: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/licensezero/parity-public-license/HEAD/release -------------------------------------------------------------------------------- /spelling.en.pws: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/licensezero/parity-public-license/HEAD/spelling.en.pws --------------------------------------------------------------------------------