Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
.update-copyright.conf: Automate maintenance for AUTHORS
Browse files Browse the repository at this point in the history
Use my external update-copyright package [1] to maintain the AUTHORS
file.  Don't maintain the copyright blurbs though, since this project
sticks to:

  Copyright (c) 2014 Docker.
  <Apache blurb>

and doesn't list the file's individual contributors.

[1]: http://pypi.python.org/pypi/update-copyright/
  • Loading branch information
wking committed Oct 31, 2014
1 parent fd26d12 commit 7e97e9d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .update-copyright.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[project]
name: docker-registry
vcs: Git

[files]
authors: yes
files: no

0 comments on commit 7e97e9d

Please sign in to comment.