mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / update-copyright.mdwn
1 [[!meta  title="update-copyright"]]
2 [[!template id="gitrepo" repo="update-copyright"]]
3
4 A few years ago I was getting tired of having missing or out-of-date
5 copyright blurbs in packages that I was involved with (old license
6 text, missing authors, etc.).  This is important stuff, but not the
7 kind of thing that is fun to maintain by hand.  I wrote a script for
8 [bugs everywhere][be] that automated the process, using the version
9 control system to extract lists of authors and dates for each file.
10 The script was great, so I ported it into a few other projects I was
11 involved in.
12
13 This month I realized that it would be much easier to just break the
14 script out into its own package, and only maintain a config file in
15 each of the projects that use it.  I don't know why this didn't occur
16 to me years ago :p.  Anyhow, here it is!  Enjoy.
17
18 The `README`, with usage details, is posted on the [PyPI page][pypi].
19
20 [be]: http://bugseverywhere.org/
21 [pypi]: http://pypi.python.org/pypi/update-copyright/
22
23 [[!tag tags/code]]
24 [[!tag tags/programming]]
25 [[!tag tags/pypi]]
26 [[!tag tags/python]]