COPYING: Fill in the <YEAR> and <OWNER> markers bsd-license
authorW. Trevor King <wking@tremily.us>
Fri, 29 Nov 2013 23:08:46 +0000 (15:08 -0800)
committerW. Trevor King <wking@tremily.us>
Fri, 29 Nov 2013 23:08:46 +0000 (15:08 -0800)
commit69d49500b749288de580e7132996820740789668
treec41fa7c91f7bc95a03c8109916828d0eccc308a5
parent6ac44384b175ed170a9f8989ac4c2d4b94bc144e
COPYING: Fill in the <YEAR> and <OWNER> markers

This is a separate commit to make is extremely clear what parts of
this file I've written on my own, and which parts I copied from the
Open Source Initiative.  Probably overkill in this case, but sometimes
it's useful if your pulling someone else's work into your repository.

After editing COPYING in my text editor, I committed the changes with:

  $ git commit --all --verbose

We talked about the `--all` option in c481fb5 (README.md: Document the
syntax used in the README, 2013-11-29).  The `--verbose` option option
shows the diff in comments in your editor so you can check them while
you compose the commit message.  This is useful when you're explaining
complicated commits, and it also lets you verify that you are actually
committing what you think you're committing.
COPYING