├── .gitattributes ├── LICENSE ├── README.md ├── VSCELicense.psd1 └── VSCELicense.psm1 /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beatcracker/VSCELicense/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beatcracker/VSCELicense/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beatcracker/VSCELicense/HEAD/README.md -------------------------------------------------------------------------------- /VSCELicense.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beatcracker/VSCELicense/HEAD/VSCELicense.psd1 -------------------------------------------------------------------------------- /VSCELicense.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beatcracker/VSCELicense/HEAD/VSCELicense.psm1 --------------------------------------------------------------------------------