Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
kwant
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joseph Weston
kwant
Commits
b8ec32a7
Commit
b8ec32a7
authored
11 years ago
by
Christoph Groth
Browse files
Options
Downloads
Patches
Plain Diff
harmonize/fix copyright information
parent
667a4c07
No related branches found
Branches containing commit
Tags
v0.1.0
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
LICENSE
+2
-1
2 additions, 1 deletion
LICENSE
doc/source/conf.py
+3
-2
3 additions, 2 deletions
doc/source/conf.py
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
7 additions
and
5 deletions
LICENSE
+
2
−
1
View file @
b8ec32a7
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
doc/source/conf.py
+
3
−
2
View file @
b8ec32a7
...
...
@@ -39,7 +39,7 @@ master_doc = 'index'
# General information about the project.
project
=
u
'
Kwant
'
copyright
=
u
'
2011-201
2
,
Kwant Develop
ers
'
copyright
=
u
'
2011-201
3
,
C. W. Groth, M. Wimmer, A. R. Akhmerov, X. Waintal, and oth
ers
'
# 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
.
Akh
mer
ov
,
C
.
W
.
Groth
, X. Waintal,
M. Wimmer
'
,
u
'
C
.
W
.
Groth, M. Wim
mer,
A
.
R
.
Akhmerov
, X. Waintal,
et al.
'
,
'
manual
'
),
]
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
b8ec32a7
...
...
@@ -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
"
],
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment