Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ongr-io/php-files-license-checker
ONGR License checker that ensures all licenses are correct in each repository.
https://github.com/ongr-io/php-files-license-checker
Last synced: about 1 month ago
JSON representation
ONGR License checker that ensures all licenses are correct in each repository.
- Host: GitHub
- URL: https://github.com/ongr-io/php-files-license-checker
- Owner: ongr-io
- License: mit
- Created: 2015-04-07T10:52:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-13T12:59:25.000Z (almost 9 years ago)
- Last Synced: 2024-10-29T18:47:23.831Z (about 2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Licence checker
Simple licence checker tool.
There are two scripts:
- github_licence_checker.py
- licence_replacer.py### github_licence_checker.py
This scripts checks licenses in github repositories. Required libraries for this script are: [PyGithub]`pip install PyGithub`
To run this script you need to edit the file `github_licence_checker.py`:
- enter `github` login and password.
- update `organization` if you need.
- update `do_not_check` to skip others repositories.
- run the script.### licence_replacer.py
This script replaces all licences in provided directory.
Usage:
- update `dir_name`.
- run the script.
[PyGithub]:http://jacquev6.net/PyGithub/v1/