Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: update-copyright/README.md

Issue 29459580: Issue 5250 - Add copyright update script (Closed) Base URL: https://hg.adblockplus.org/codingtools
Patch Set: Created June 8, 2017, 1:39 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: update-copyright/README.md
===================================================================
new file mode 100644
--- /dev/null
+++ b/update-copyright/README.md
@@ -0,0 +1,11 @@
+# update-copyright
+
+A script that opens each repo listed on [hg.adblockplus.org](https://hg.adblockplus.org/) and updates the copyrights on each page to the current year.
+
+## Usage
+
+ $ python3 update_copyright.py
+
+## Testing
+
+The tests can be run via [Tox](http://tox.readthedocs.org/)
Jon Sonesen 2017/06/13 16:30:19 I think you can pass the url to the webpage to be
rosie 2017/06/23 14:39:20 Done.

Powered by Google App Engine
This is Rietveld