update dates and copyright notices
authorPaul Crowley <paul@lshift.net>
Fri, 20 Feb 2009 12:47:49 +0000
changeset 50 77d97aa18f29
parent 49 a886ed5fec05
child 51 d87eeeae29a5
update dates and copyright notices
README
src/access.py
src/do-refresh-auth
src/hg-ssh
src/init/conf/hg-ssh-wrapper
src/init/conf/refresh-auth
src/ruleset.py
--- 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
+
--- 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 <vadim.gelfer@gmail.com>
 #
 # Authors:
--- 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
--- 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 <intevation@intevation.de>
 # Authors:
 # Paul Crowley <paul@lshift.net>
--- 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
--- 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
--- 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 <paul@lshift.net>
 #