https://github.com/omajid/licensecheck
https://github.com/omajid/licensecheck
dotnetcore license-checking
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/omajid/licensecheck
- Owner: omajid
- License: gpl-3.0
- Created: 2017-09-28T22:20:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T17:22:57.000Z (over 8 years ago)
- Last Synced: 2025-01-11T06:33:41.019Z (over 1 year ago)
- Topics: dotnetcore, license-checking
- Language: C#
- Size: 62.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
LicenseCheck
============
Scan files to identify files with bad or missing license headers.
Building
--------
dotnet build -c Release
Running
-------
dotnet ./bin/Release/netcoreapp2.0/LicenseCheck.dll
License
-------
This project is licensed under the GNU GPL License. See the LICENSE file for
details.