diff --git a/LICENSE b/LICENSE
index 544f9591ca3eb6a6020c856cff8c95a2ace8a111..ae94f002fee27d664f7466f4c8812653eed01358 100644
--- a/LICENSE
+++ b/LICENSE
@@ -6,7 +6,8 @@ Kwant License
 ``doc/sphinxext`` subdirectory for which ``doc/sphinxext/LICENSE.txt``
 applies.)
 
-Copyright 2011-2013 Kwant authors.  All rights reserved.
+Copyright 2011-2013 C. W. Groth, M. Wimmer, A. R. Akhmerov, X. Waintal, and
+others.  All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
diff --git a/doc/source/conf.py b/doc/source/conf.py
index eb006cfb1d0814988b1c6ab085fa0913bb3eacee..d44ee11482922f46386e179704ebb06e96e4b1d3 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -39,7 +39,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Kwant'
-copyright = u'2011-2012, Kwant Developers'
+copyright = u'2011-2013, C. W. Groth, M. Wimmer, A. R. Akhmerov, X. Waintal, and others'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -183,9 +183,10 @@ latex_paper_size = 'a4'
 
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, documentclass [howto/manual]).
+# We use "et al." as it is shorter and there's not much space left horizontally.
 latex_documents = [
   ('index', 'kwant.tex', u'Kwant Documentation',
-   u'A. R. Akhmerov, C. W. Groth, X. Waintal, M. Wimmer',
+   u'C. W. Groth, M. Wimmer, A. R. Akhmerov, X. Waintal, et al.',
    'manual'),
 ]
 
diff --git a/setup.py b/setup.py
index 1c5a26117544763a8269cc0b44c2142f243d42fa..709ca705ec6c9496afcd49b25d5111b7952a734d 100755
--- a/setup.py
+++ b/setup.py
@@ -424,8 +424,8 @@ def main():
 
     setup(name='kwant',
           version=version(),
-          author='kwant authors',
-          author_email='christoph.groth@cea.fr',
+          author='C. W. Groth, M. Wimmer, A. R. Akhmerov, X. Waintal, et al.',
+          author_email='authors@kwant-project.org',
           description="A package for numerical quantum transport calculations.",
           long_description=long_description(),
           platforms=["Unix", "Linux", "Mac OS-X", "Windows"],