From b8ec32a798bcdc40c104f2f2d2f379b85bdd7ad7 Mon Sep 17 00:00:00 2001 From: Christoph Groth <christoph.groth@cea.fr> Date: Wed, 28 Aug 2013 14:31:31 +0200 Subject: [PATCH] harmonize/fix copyright information --- LICENSE | 3 ++- doc/source/conf.py | 5 +++-- setup.py | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 544f9591..ae94f002 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 eb006cfb..d44ee114 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 1c5a2611..709ca705 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"], -- GitLab