| Index: update-copyright/README.md |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/update-copyright/README.md |
| @@ -0,0 +1,15 @@ |
| +# update-copyright |
| + |
| +A script that accesses each repo listed on a Mercurial index, and updates the copyrights on each page to the current year. |
| + |
| +## Usage |
| + |
| +Must specify which Mercurial URL site to scrape: |
| + $ python3 update_copyright.py -u https://hg.adblockplus.org/ |
| + |
| +May also specify which remote repo to push to: |
| + $ python3 update_copyright.py -u https://hg.adblockplus.org/ -p ssh://hg@hg.adblockplus.org/ |
| + |
| +## Testing |
| + |
| +The tests can be run via [Tox](http://tox.readthedocs.org/) |