@@ -1,7 +1,7 @@
#!/usr/bin/python -u
#
# dulwich - Simple command-line interface to Dulwich
-# Copyright (C) 2008-2011 Jelmer Vernooij <jelmer@samba.org>
+# Copyright (C) 2008-2011 Jelmer Vernooij <jelmer@jelmer.uk>
# vim: expandtab
# Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU
@@ -1,6 +1,6 @@
# __init__.py -- The git module of dulwich
# Copyright (C) 2007 James Westby <jw+debian@jameswestby.net>
-# Copyright (C) 2008 Jelmer Vernooij <jelmer@samba.org>
+# Copyright (C) 2008 Jelmer Vernooij <jelmer@jelmer.uk>
# General Public License as public by the Free Software Foundation; version 2.0
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Jelmer Vernooij <jelmer@samba.org>
+ * Copyright (C) 2009 Jelmer Vernooij <jelmer@jelmer.uk>
*
* 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
# client.py -- Implementation of the client side git protocols
-# Copyright (C) 2008-2013 Jelmer Vernooij <jelmer@samba.org>
+# Copyright (C) 2008-2013 Jelmer Vernooij <jelmer@jelmer.uk>
# config.py - Reading and writing Git config files
-# Copyright (C) 2011-2013 Jelmer Vernooij <jelmer@samba.org>
+# Copyright (C) 2011-2013 Jelmer Vernooij <jelmer@jelmer.uk>
# __init__.py -- Contrib module for Dulwich
-# Copyright (C) 2014 Jelmer Vernooij <jelmer@samba.org>
+# Copyright (C) 2014 Jelmer Vernooij <jelmer@jelmer.uk>
# errors.py -- errors for dulwich
-# Copyright (C) 2009-2012 Jelmer Vernooij <jelmer@samba.org>
+# Copyright (C) 2009-2012 Jelmer Vernooij <jelmer@jelmer.uk>
# __init__.py -- Fast export/import functionality
-# Copyright (C) 2010-2013 Jelmer Vernooij <jelmer@samba.org>
+# Copyright (C) 2010-2013 Jelmer Vernooij <jelmer@jelmer.uk>
# index.py -- File parser/writer for the git index file
# mailmap.py -- Mailmap reader
-# Copyright (C) 2018 Jelmer Vernooij <jelmer@samba.org>
+# Copyright (C) 2018 Jelmer Vernooij <jelmer@jelmer.uk>
# object_store.py -- Object store for git objects
# and others
# objects.py -- Access to base git objects
# objectspec.py -- Object specification
# pack.py -- For dealing with packed git objects.
# patch.py -- For dealing with packed-style patches.
-# Copyright (C) 2009-2013 Jelmer Vernooij <jelmer@samba.org>
+# Copyright (C) 2009-2013 Jelmer Vernooij <jelmer@jelmer.uk>
# porcelain.py -- Porcelain-like layer on top of Dulwich
-# Copyright (C) 2013 Jelmer Vernooij <jelmer@samba.org>
+# Copyright (C) 2013 Jelmer Vernooij <jelmer@jelmer.uk>
# protocol.py -- Shared parts of the git protocols
# Copyright (C) 2008 John Carr <john.carr@unrouted.co.uk>
-# Copyright (C) 2008-2012 Jelmer Vernooij <jelmer@samba.org>
+# Copyright (C) 2008-2012 Jelmer Vernooij <jelmer@jelmer.uk>
# refs.py -- For dealing with git refs
# repo.py -- For dealing with git repositories.
# server.py -- Implementation of the server side git protocols
-# Coprygith (C) 2011-2012 Jelmer Vernooij <jelmer@samba.org>
+# Coprygith (C) 2011-2012 Jelmer Vernooij <jelmer@jelmer.uk>
# __init__.py -- Compatibility tests for dulwich
-# Copyright (C) 2010 Jelmer Vernooij <jelmer@samba.org>
+# Copyright (C) 2010 Jelmer Vernooij <jelmer@jelmer.uk>
# test_blackbox.py -- blackbox tests
# test_client.py -- Tests for the git protocol, client side
-# Copyright (C) 2009 Jelmer Vernooij <jelmer@samba.org>
+# Copyright (C) 2009 Jelmer Vernooij <jelmer@jelmer.uk>
# test_config.py -- Tests for reading and writing configuration files
-# Copyright (C) 2011 Jelmer Vernooij <jelmer@samba.org>
+# Copyright (C) 2011 Jelmer Vernooij <jelmer@jelmer.uk>
# test_fastexport.py -- Fast export/import functionality
# -*- coding: utf-8 -*-
# test_index.py -- Tests for the git index
# encoding: utf-8
-# Copyright (C) 2008-2009 Jelmer Vernooij <jelmer@samba.org>
+# Copyright (C) 2008-2009 Jelmer Vernooij <jelmer@jelmer.uk>
# test_object_store.py -- tests for object_store.py
# test_objectspec.py -- tests for objectspec.py
# test_pack.py -- Tests for the handling of git packs.
# test_patch.py -- tests for patch.py
# test_porcelain.py -- porcelain tests
# test_protocol.py -- Tests for the git protocol
# test_reflog.py -- tests for reflog.py
-# Copyright (C) 2015 Jelmer Vernooij <jelmer@samba.org>
+# Copyright (C) 2015 Jelmer Vernooij <jelmer@jelmer.uk>
# test_refs.py -- tests for refs.py
# web.py -- WSGI smart-http server
# Copyright (C) 2010 Google, Inc.
-# Copyright (C) 2012 Jelmer Vernooij <jelmer@samba.org>
+# Copyright (C) 2012 Jelmer Vernooij <jelmer@jelmer.uk>