Skip to content
GitLab
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
011d7b65
Commit
011d7b65
authored
Feb 10, 2011
by
Tiago Peixoto
Browse files
Update copyright year
parent
d69231e6
Changes
124
Hide whitespace changes
Inline
Side-by-side
doc/conf.py
View file @
011d7b65
...
...
@@ -44,7 +44,7 @@ master_doc = 'index'
# General information about the project.
project
=
u
'graph-tool'
copyright
=
u
'201
0
, Tiago de Paula Peixoto <tiago@skewed.de>'
copyright
=
u
'201
1
, 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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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_extended_clustering.cc
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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_extended_clustering.hh
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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_motifs.cc
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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_motifs.hh
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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/community/graph_community.cc
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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/community/graph_community.hh
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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/community/graph_community_network.cc
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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/community/graph_community_network.hh
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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
…
7
Next
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment