# HG changeset patch # User Paul Crowley # Date 1235134069 0 # Node ID 77d97aa18f2917d8c1cf4fe87681ee9fba0c5401 # Parent a886ed5fec0588495789edb192fae0cb38ebd2a1 update dates and copyright notices diff -r a886ed5fec05 -r 77d97aa18f29 README --- a/README Fri Feb 20 12:44:16 2009 +0000 +++ b/README Fri Feb 20 12:47:49 2009 +0000 @@ -3,7 +3,7 @@ A set of tools for managing authorization and access control for ssh-based Mercurial repositories -Paul Crowley, paul@lshift.net, 2008 +Paul Crowley, paul@lshift.net, 2008-2009 This software may be used and distributed according to the terms of the GNU General Public License, incorporated herein by reference. @@ -238,4 +238,5 @@ Thanks for reading this far. If you use mercurial-server, please tell me about it. -Paul Crowley, 2008 +Paul Crowley, 2009 + diff -r a886ed5fec05 -r 77d97aa18f29 src/access.py --- a/src/access.py Fri Feb 20 12:44:16 2009 +0000 +++ b/src/access.py Fri Feb 20 12:47:49 2009 +0000 @@ -1,4 +1,4 @@ -# Copyright 2008 LShift Ltd +# Copyright 2008-2009 LShift Ltd # Copyright 2006 Vadim Gelfer # # Authors: diff -r a886ed5fec05 -r 77d97aa18f29 src/do-refresh-auth --- a/src/do-refresh-auth Fri Feb 20 12:44:16 2009 +0000 +++ b/src/do-refresh-auth Fri Feb 20 12:47:49 2009 +0000 @@ -1,4 +1,5 @@ #!/usr/bin/env python +# Copyright 2008-2009 LShift Ltd # WARNING # This script completely destroys your ~/.ssh/authorized_keys diff -r a886ed5fec05 -r 77d97aa18f29 src/hg-ssh --- a/src/hg-ssh Fri Feb 20 12:44:16 2009 +0000 +++ b/src/hg-ssh Fri Feb 20 12:47:49 2009 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2008 LShift Ltd +# Copyright 2008-2009 LShift Ltd # Copyright 2005-2007 by Intevation GmbH # Authors: # Paul Crowley diff -r a886ed5fec05 -r 77d97aa18f29 src/init/conf/hg-ssh-wrapper --- a/src/init/conf/hg-ssh-wrapper Fri Feb 20 12:44:16 2009 +0000 +++ b/src/init/conf/hg-ssh-wrapper Fri Feb 20 12:47:49 2009 +0000 @@ -1,4 +1,5 @@ #!/bin/sh +# Copyright 2008-2009 LShift Ltd # This file should live in /etc/mercurial-server. It expects # to be specified as the target of the "command" section in the prefix diff -r a886ed5fec05 -r 77d97aa18f29 src/init/conf/refresh-auth --- a/src/init/conf/refresh-auth Fri Feb 20 12:44:16 2009 +0000 +++ b/src/init/conf/refresh-auth Fri Feb 20 12:47:49 2009 +0000 @@ -1,4 +1,5 @@ #!/bin/sh +# Copyright 2008-2009 LShift Ltd # This file should live in /etc/mercurial-server. # If your repository is laid out differently you may need to modify diff -r a886ed5fec05 -r 77d97aa18f29 src/ruleset.py --- a/src/ruleset.py Fri Feb 20 12:44:16 2009 +0000 +++ b/src/ruleset.py Fri Feb 20 12:47:49 2009 +0000 @@ -1,4 +1,4 @@ -# Copyright 2008 LShift Ltd +# Copyright 2008-2009 LShift Ltd # Author(s): # Paul Crowley #