From 0bd1e28b88d651459d03a7c1e002e0bd35cac9c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Mon, 7 May 2018 13:39:04 +0100 Subject: [PATCH] Update my email address. jelmer@samba.org => jelmer@jelmer.uk. --- bin/dulwich | 2 +- dulwich/__init__.py | 2 +- dulwich/_objects.c | 2 +- dulwich/_pack.c | 2 +- dulwich/client.py | 2 +- dulwich/config.py | 2 +- dulwich/contrib/__init__.py | 2 +- dulwich/errors.py | 2 +- dulwich/fastexport.py | 2 +- dulwich/index.py | 2 +- dulwich/mailmap.py | 2 +- dulwich/object_store.py | 2 +- dulwich/objects.py | 2 +- dulwich/objectspec.py | 2 +- dulwich/pack.py | 2 +- dulwich/patch.py | 2 +- dulwich/porcelain.py | 2 +- dulwich/protocol.py | 2 +- dulwich/refs.py | 2 +- dulwich/repo.py | 2 +- dulwich/server.py | 2 +- dulwich/tests/compat/__init__.py | 2 +- dulwich/tests/test_blackbox.py | 2 +- dulwich/tests/test_client.py | 2 +- dulwich/tests/test_config.py | 2 +- dulwich/tests/test_fastexport.py | 2 +- dulwich/tests/test_index.py | 2 +- dulwich/tests/test_object_store.py | 2 +- dulwich/tests/test_objectspec.py | 2 +- dulwich/tests/test_pack.py | 2 +- dulwich/tests/test_patch.py | 2 +- dulwich/tests/test_porcelain.py | 2 +- dulwich/tests/test_protocol.py | 2 +- dulwich/tests/test_reflog.py | 2 +- dulwich/tests/test_refs.py | 2 +- dulwich/web.py | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/bin/dulwich b/bin/dulwich index e0e09283e..65271b2a1 100755 --- a/bin/dulwich +++ b/bin/dulwich @@ -1,7 +1,7 @@ #!/usr/bin/python -u # # dulwich - Simple command-line interface to Dulwich -# Copyright (C) 2008-2011 Jelmer Vernooij +# Copyright (C) 2008-2011 Jelmer Vernooij # vim: expandtab # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU diff --git a/dulwich/__init__.py b/dulwich/__init__.py index af85cb6a7..62027e9e6 100644 --- a/dulwich/__init__.py +++ b/dulwich/__init__.py @@ -1,6 +1,6 @@ # __init__.py -- The git module of dulwich # Copyright (C) 2007 James Westby -# Copyright (C) 2008 Jelmer Vernooij +# Copyright (C) 2008 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/_objects.c b/dulwich/_objects.c index e1bc61c50..c21fbbb6d 100644 --- a/dulwich/_objects.c +++ b/dulwich/_objects.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Jelmer Vernooij + * Copyright (C) 2009 Jelmer Vernooij * * Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU * General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/_pack.c b/dulwich/_pack.c index 4cc9b5838..8fe62caf8 100644 --- a/dulwich/_pack.c +++ b/dulwich/_pack.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Jelmer Vernooij + * Copyright (C) 2009 Jelmer Vernooij * * Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU * General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/client.py b/dulwich/client.py index aca71382b..b788acbbc 100644 --- a/dulwich/client.py +++ b/dulwich/client.py @@ -1,5 +1,5 @@ # client.py -- Implementation of the client side git protocols -# Copyright (C) 2008-2013 Jelmer Vernooij +# Copyright (C) 2008-2013 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/config.py b/dulwich/config.py index 08ab07049..cc818e4e5 100644 --- a/dulwich/config.py +++ b/dulwich/config.py @@ -1,5 +1,5 @@ # config.py - Reading and writing Git config files -# Copyright (C) 2011-2013 Jelmer Vernooij +# Copyright (C) 2011-2013 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/contrib/__init__.py b/dulwich/contrib/__init__.py index 4199db7a4..27689ec9f 100644 --- a/dulwich/contrib/__init__.py +++ b/dulwich/contrib/__init__.py @@ -1,5 +1,5 @@ # __init__.py -- Contrib module for Dulwich -# Copyright (C) 2014 Jelmer Vernooij +# Copyright (C) 2014 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/errors.py b/dulwich/errors.py index 3d2b20b4a..c0f6d5c23 100644 --- a/dulwich/errors.py +++ b/dulwich/errors.py @@ -1,6 +1,6 @@ # errors.py -- errors for dulwich # Copyright (C) 2007 James Westby -# Copyright (C) 2009-2012 Jelmer Vernooij +# Copyright (C) 2009-2012 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/fastexport.py b/dulwich/fastexport.py index 18b8716ba..894541645 100644 --- a/dulwich/fastexport.py +++ b/dulwich/fastexport.py @@ -1,5 +1,5 @@ # __init__.py -- Fast export/import functionality -# Copyright (C) 2010-2013 Jelmer Vernooij +# Copyright (C) 2010-2013 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/index.py b/dulwich/index.py index 1d88781f4..daa11d38c 100644 --- a/dulwich/index.py +++ b/dulwich/index.py @@ -1,5 +1,5 @@ # index.py -- File parser/writer for the git index file -# Copyright (C) 2008-2013 Jelmer Vernooij +# Copyright (C) 2008-2013 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/mailmap.py b/dulwich/mailmap.py index 459d58341..be4737bfa 100644 --- a/dulwich/mailmap.py +++ b/dulwich/mailmap.py @@ -1,5 +1,5 @@ # mailmap.py -- Mailmap reader -# Copyright (C) 2018 Jelmer Vernooij +# Copyright (C) 2018 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/object_store.py b/dulwich/object_store.py index 18751bdea..6147d11b5 100644 --- a/dulwich/object_store.py +++ b/dulwich/object_store.py @@ -1,5 +1,5 @@ # object_store.py -- Object store for git objects -# Copyright (C) 2008-2013 Jelmer Vernooij +# Copyright (C) 2008-2013 Jelmer Vernooij # and others # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU diff --git a/dulwich/objects.py b/dulwich/objects.py index 61bd122eb..f79643cfc 100644 --- a/dulwich/objects.py +++ b/dulwich/objects.py @@ -1,6 +1,6 @@ # objects.py -- Access to base git objects # Copyright (C) 2007 James Westby -# Copyright (C) 2008-2013 Jelmer Vernooij +# Copyright (C) 2008-2013 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/objectspec.py b/dulwich/objectspec.py index ed43aa5d5..8edf7da25 100644 --- a/dulwich/objectspec.py +++ b/dulwich/objectspec.py @@ -1,5 +1,5 @@ # objectspec.py -- Object specification -# Copyright (C) 2014 Jelmer Vernooij +# Copyright (C) 2014 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/pack.py b/dulwich/pack.py index c2a5bdfa5..6e5a156b6 100644 --- a/dulwich/pack.py +++ b/dulwich/pack.py @@ -1,6 +1,6 @@ # pack.py -- For dealing with packed git objects. # Copyright (C) 2007 James Westby -# Copyright (C) 2008-2013 Jelmer Vernooij +# Copyright (C) 2008-2013 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/patch.py b/dulwich/patch.py index 7ba5f87ea..c57756757 100644 --- a/dulwich/patch.py +++ b/dulwich/patch.py @@ -1,5 +1,5 @@ # patch.py -- For dealing with packed-style patches. -# Copyright (C) 2009-2013 Jelmer Vernooij +# Copyright (C) 2009-2013 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/porcelain.py b/dulwich/porcelain.py index 11cf92f5f..ce46e2d76 100644 --- a/dulwich/porcelain.py +++ b/dulwich/porcelain.py @@ -1,5 +1,5 @@ # porcelain.py -- Porcelain-like layer on top of Dulwich -# Copyright (C) 2013 Jelmer Vernooij +# Copyright (C) 2013 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/protocol.py b/dulwich/protocol.py index a10f78528..df61b34ee 100644 --- a/dulwich/protocol.py +++ b/dulwich/protocol.py @@ -1,6 +1,6 @@ # protocol.py -- Shared parts of the git protocols # Copyright (C) 2008 John Carr -# Copyright (C) 2008-2012 Jelmer Vernooij +# Copyright (C) 2008-2012 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/refs.py b/dulwich/refs.py index 7e2ac41fc..ef08f6817 100644 --- a/dulwich/refs.py +++ b/dulwich/refs.py @@ -1,5 +1,5 @@ # refs.py -- For dealing with git refs -# Copyright (C) 2008-2013 Jelmer Vernooij +# Copyright (C) 2008-2013 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/repo.py b/dulwich/repo.py index e9ed66186..0ae1ff833 100644 --- a/dulwich/repo.py +++ b/dulwich/repo.py @@ -1,6 +1,6 @@ # repo.py -- For dealing with git repositories. # Copyright (C) 2007 James Westby -# Copyright (C) 2008-2013 Jelmer Vernooij +# Copyright (C) 2008-2013 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/server.py b/dulwich/server.py index 44e6a7ae6..1d3cc7e33 100644 --- a/dulwich/server.py +++ b/dulwich/server.py @@ -1,6 +1,6 @@ # server.py -- Implementation of the server side git protocols # Copyright (C) 2008 John Carr -# Coprygith (C) 2011-2012 Jelmer Vernooij +# Coprygith (C) 2011-2012 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/tests/compat/__init__.py b/dulwich/tests/compat/__init__.py index a498827eb..5d8eff96a 100644 --- a/dulwich/tests/compat/__init__.py +++ b/dulwich/tests/compat/__init__.py @@ -1,5 +1,5 @@ # __init__.py -- Compatibility tests for dulwich -# Copyright (C) 2010 Jelmer Vernooij +# Copyright (C) 2010 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/tests/test_blackbox.py b/dulwich/tests/test_blackbox.py index 5f0b338b0..36d82cada 100644 --- a/dulwich/tests/test_blackbox.py +++ b/dulwich/tests/test_blackbox.py @@ -1,5 +1,5 @@ # test_blackbox.py -- blackbox tests -# Copyright (C) 2010 Jelmer Vernooij +# Copyright (C) 2010 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/tests/test_client.py b/dulwich/tests/test_client.py index 7d2c464bd..d49428a54 100644 --- a/dulwich/tests/test_client.py +++ b/dulwich/tests/test_client.py @@ -1,5 +1,5 @@ # test_client.py -- Tests for the git protocol, client side -# Copyright (C) 2009 Jelmer Vernooij +# Copyright (C) 2009 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/tests/test_config.py b/dulwich/tests/test_config.py index a4b58f5cf..bf72f527d 100644 --- a/dulwich/tests/test_config.py +++ b/dulwich/tests/test_config.py @@ -1,5 +1,5 @@ # test_config.py -- Tests for reading and writing configuration files -# Copyright (C) 2011 Jelmer Vernooij +# Copyright (C) 2011 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/tests/test_fastexport.py b/dulwich/tests/test_fastexport.py index d5340e084..0f43efd40 100644 --- a/dulwich/tests/test_fastexport.py +++ b/dulwich/tests/test_fastexport.py @@ -1,5 +1,5 @@ # test_fastexport.py -- Fast export/import functionality -# Copyright (C) 2010 Jelmer Vernooij +# Copyright (C) 2010 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/tests/test_index.py b/dulwich/tests/test_index.py index 1904d7b3e..9f8eadbcd 100644 --- a/dulwich/tests/test_index.py +++ b/dulwich/tests/test_index.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # test_index.py -- Tests for the git index # encoding: utf-8 -# Copyright (C) 2008-2009 Jelmer Vernooij +# Copyright (C) 2008-2009 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/tests/test_object_store.py b/dulwich/tests/test_object_store.py index 986bf3d67..ab868b7fd 100644 --- a/dulwich/tests/test_object_store.py +++ b/dulwich/tests/test_object_store.py @@ -1,5 +1,5 @@ # test_object_store.py -- tests for object_store.py -# Copyright (C) 2008 Jelmer Vernooij +# Copyright (C) 2008 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/tests/test_objectspec.py b/dulwich/tests/test_objectspec.py index a1cf9071c..ce7e13014 100644 --- a/dulwich/tests/test_objectspec.py +++ b/dulwich/tests/test_objectspec.py @@ -1,5 +1,5 @@ # test_objectspec.py -- tests for objectspec.py -# Copyright (C) 2014 Jelmer Vernooij +# Copyright (C) 2014 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/tests/test_pack.py b/dulwich/tests/test_pack.py index 750eae71e..8c0c2f85d 100644 --- a/dulwich/tests/test_pack.py +++ b/dulwich/tests/test_pack.py @@ -1,6 +1,6 @@ # test_pack.py -- Tests for the handling of git packs. # Copyright (C) 2007 James Westby -# Copyright (C) 2008 Jelmer Vernooij +# Copyright (C) 2008 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/tests/test_patch.py b/dulwich/tests/test_patch.py index 982623fd6..a625ac4f6 100644 --- a/dulwich/tests/test_patch.py +++ b/dulwich/tests/test_patch.py @@ -1,5 +1,5 @@ # test_patch.py -- tests for patch.py -# Copyright (C) 2010 Jelmer Vernooij +# Copyright (C) 2010 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/tests/test_porcelain.py b/dulwich/tests/test_porcelain.py index 7f3e859dc..8b4dbec89 100644 --- a/dulwich/tests/test_porcelain.py +++ b/dulwich/tests/test_porcelain.py @@ -1,5 +1,5 @@ # test_porcelain.py -- porcelain tests -# Copyright (C) 2013 Jelmer Vernooij +# Copyright (C) 2013 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/tests/test_protocol.py b/dulwich/tests/test_protocol.py index df4620635..ae6b20418 100644 --- a/dulwich/tests/test_protocol.py +++ b/dulwich/tests/test_protocol.py @@ -1,5 +1,5 @@ # test_protocol.py -- Tests for the git protocol -# Copyright (C) 2009 Jelmer Vernooij +# Copyright (C) 2009 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/tests/test_reflog.py b/dulwich/tests/test_reflog.py index bc9a308a7..22f8935df 100644 --- a/dulwich/tests/test_reflog.py +++ b/dulwich/tests/test_reflog.py @@ -1,6 +1,6 @@ # test_reflog.py -- tests for reflog.py # encoding: utf-8 -# Copyright (C) 2015 Jelmer Vernooij +# Copyright (C) 2015 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/tests/test_refs.py b/dulwich/tests/test_refs.py index 10e9f26e8..f2a3fc786 100644 --- a/dulwich/tests/test_refs.py +++ b/dulwich/tests/test_refs.py @@ -1,6 +1,6 @@ # test_refs.py -- tests for refs.py # encoding: utf-8 -# Copyright (C) 2013 Jelmer Vernooij +# Copyright (C) 2013 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0 diff --git a/dulwich/web.py b/dulwich/web.py index ef3686bbe..e4147e902 100644 --- a/dulwich/web.py +++ b/dulwich/web.py @@ -1,6 +1,6 @@ # web.py -- WSGI smart-http server # Copyright (C) 2010 Google, Inc. -# Copyright (C) 2012 Jelmer Vernooij +# Copyright (C) 2012 Jelmer Vernooij # # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU # General Public License as public by the Free Software Foundation; version 2.0