Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
adf14b20
Commit
adf14b20
authored
Jan 08, 2015
by
Tiago Peixoto
Browse files
Update copyright information
parent
f7cb33ba
Changes
207
Hide whitespace changes
Inline
Side-by-side
doc/conf.py
View file @
adf14b20
...
...
@@ -48,7 +48,7 @@ master_doc = 'index'
# General information about the project.
project
=
u
'graph-tool'
copyright
=
u
'201
4
, Tiago de Paula Peixoto <tiago@skewed.de>'
copyright
=
u
'201
5
, Tiago de Paula Peixoto <tiago@skewed.de>'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
...
...
src/graph/centrality/graph_betweenness.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_centrality_bind.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_closeness.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_closeness.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_eigentrust.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_eigentrust.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_eigenvector.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_eigenvector.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_hits.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_hits.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_katz.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_katz.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_pagerank.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_pagerank.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_trust_transitivity.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_trust_transitivity.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/minmax.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/clustering/graph_clustering.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/clustering/graph_clustering.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
Prev
1
2
3
4
5
…
11
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment