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
6b959e20
Commit
6b959e20
authored
May 02, 2012
by
Tiago Peixoto
Browse files
Update copyright information
parent
3eaf7009
Changes
139
Hide whitespace changes
Inline
Side-by-side
src/graph/centrality/graph_betweenness.cc
View file @
6b959e20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
1
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
2
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 @
6b959e20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
1
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
2
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 @
6b959e20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
1
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
2
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 @
6b959e20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
1
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
2
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 @
6b959e20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
1
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
2
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 @
6b959e20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
1
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
2
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 @
6b959e20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
1
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
2
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 @
6b959e20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
1
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
2
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 @
6b959e20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
1
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
2
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 @
6b959e20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
1
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
2
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 @
6b959e20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
1
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
2
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 @
6b959e20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
1
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
2
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 @
6b959e20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
1
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
2
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 @
6b959e20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
1
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
2
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 @
6b959e20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
1
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
2
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 @
6b959e20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
1
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
2
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 @
6b959e20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
1
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
2
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 @
6b959e20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
1
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
2
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 @
6b959e20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
1
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
2
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 @
6b959e20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
1
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
2
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