diff --git a/configure.ac b/configure.ac index df90a789a9391bd974742e803f2be17e665f5b0a..fc3e18b4d931adf76cbfca74ab214c516bbd9eb5 100644 --- a/configure.ac +++ b/configure.ac @@ -390,7 +390,7 @@ AC_DEFINE_UNQUOTED([PACKAGE_DOC_DIR], "${PACKAGE_DOC_DIR}", [package doc dir]) AC_DEFINE_UNQUOTED([AUTHOR], "Tiago de Paula Peixoto ", [program author(s)]) AC_DEFINE_UNQUOTED([COPYRIGHT], - "Copyright (C) 2006-2015 Tiago de Paula Peixoto\nThis is free software; see the source for copying conditions. There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.", + "Copyright (C) 2006-2016 Tiago de Paula Peixoto\nThis is free software; see the source for copying conditions. There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.", [copyright info]) # git information diff --git a/doc/conf.py b/doc/conf.py index 424a2865607788c043fdc7bc06c1ea13ba00b5ac..fe739542935e3815e54000ee5632128ca8b02085 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,7 +49,7 @@ master_doc = 'index' # General information about the project. project = u'graph-tool' -copyright = u'2015, Tiago de Paula Peixoto ' +copyright = u'2016, Tiago de Paula Peixoto ' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/src/graph/base64.cc b/src/graph/base64.cc index 9d0f257d265f497fd1e320dc290d79e59eb89499..bea6cbee144148929f118908c09daf0b457b9a29 100644 --- a/src/graph/base64.cc +++ b/src/graph/base64.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/base64.hh b/src/graph/base64.hh index 92ed64d0d4b78026b4eba1ae6b3197d50cf793fb..aed2e6b8988025da7ed929e3394f2608a522d261 100644 --- a/src/graph/base64.hh +++ b/src/graph/base64.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/centrality/graph_betweenness.cc b/src/graph/centrality/graph_betweenness.cc index 9c6c3d15f416bb23ce3fe9a0392c44e68683e4dc..d81d73e6e2927328b221a69be1f1cf31f5620d92 100644 --- a/src/graph/centrality/graph_betweenness.cc +++ b/src/graph/centrality/graph_betweenness.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/centrality/graph_centrality_bind.cc b/src/graph/centrality/graph_centrality_bind.cc index 7fa355eeb64c6b40ce5dc141ff44ec850adf9084..131df4aaf480e04f036c9aeca0cad1c9f7e016c8 100644 --- a/src/graph/centrality/graph_centrality_bind.cc +++ b/src/graph/centrality/graph_centrality_bind.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/centrality/graph_closeness.cc b/src/graph/centrality/graph_closeness.cc index cef8364942a4ae67d780f387691c50b2c298b3b7..dd800189de504ea801289ca2ade79c830ca881fe 100644 --- a/src/graph/centrality/graph_closeness.cc +++ b/src/graph/centrality/graph_closeness.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/centrality/graph_closeness.hh b/src/graph/centrality/graph_closeness.hh index 4b098b2443ac1106cbc1f88ce9cd04f714622364..ba98a852d60dfdc73a34521f208b8bde47ef5c0b 100644 --- a/src/graph/centrality/graph_closeness.hh +++ b/src/graph/centrality/graph_closeness.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/centrality/graph_eigentrust.cc b/src/graph/centrality/graph_eigentrust.cc index 1c5d1f0cd67c5d4da8e603dc10e48a2a16f57a3f..961506f8fd832f73a0d34a60337135e0c7cc2a1c 100644 --- a/src/graph/centrality/graph_eigentrust.cc +++ b/src/graph/centrality/graph_eigentrust.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/centrality/graph_eigentrust.hh b/src/graph/centrality/graph_eigentrust.hh index 609bce7a33c45c2b7f8939eef1849ab9cfbfde09..4345a80b18f6cce0b2a5478294afe1868c0a4a7c 100644 --- a/src/graph/centrality/graph_eigentrust.hh +++ b/src/graph/centrality/graph_eigentrust.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/centrality/graph_eigenvector.cc b/src/graph/centrality/graph_eigenvector.cc index ae1efb8d095250ca8d9260f030e08a2d3112b7e3..670fcc76c7bf0a6ea5d63fc48bb98727ddc62915 100644 --- a/src/graph/centrality/graph_eigenvector.cc +++ b/src/graph/centrality/graph_eigenvector.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/centrality/graph_eigenvector.hh b/src/graph/centrality/graph_eigenvector.hh index 1b57cf12cbd2d183b6293f95573081382c9c7b58..6f636f0588bad345891d6676cdf2f6b1148d8e5a 100644 --- a/src/graph/centrality/graph_eigenvector.hh +++ b/src/graph/centrality/graph_eigenvector.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/centrality/graph_hits.cc b/src/graph/centrality/graph_hits.cc index 63c48e15f7f0a78d69afb090c81c4d159ec9c935..cdaa36301d1a36c300530125995433cfe3e652b9 100644 --- a/src/graph/centrality/graph_hits.cc +++ b/src/graph/centrality/graph_hits.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/centrality/graph_hits.hh b/src/graph/centrality/graph_hits.hh index 7c3827144317dc75c0bae02087faef0f043c15a9..fae81d1ccbce8d5ae58def750c6701efec4e0d35 100644 --- a/src/graph/centrality/graph_hits.hh +++ b/src/graph/centrality/graph_hits.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/centrality/graph_katz.cc b/src/graph/centrality/graph_katz.cc index 75147c56dd397b1a0c7d696851cf7d29f7547e9c..d376b62f7e221742a18a92e497f77d45cfd4eb7c 100644 --- a/src/graph/centrality/graph_katz.cc +++ b/src/graph/centrality/graph_katz.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/centrality/graph_katz.hh b/src/graph/centrality/graph_katz.hh index f00a62abf862fce63040d1825bad2016d77e6cb7..e238b1e5550eafb39bc3e9dad9b1f28c76fedfe2 100644 --- a/src/graph/centrality/graph_katz.hh +++ b/src/graph/centrality/graph_katz.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/centrality/graph_pagerank.cc b/src/graph/centrality/graph_pagerank.cc index b74aadab61220849e0fbe79aa809cad6a2c6ae34..dcee3656c9d53777cf855e32186ca8486dd73c79 100644 --- a/src/graph/centrality/graph_pagerank.cc +++ b/src/graph/centrality/graph_pagerank.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/centrality/graph_pagerank.hh b/src/graph/centrality/graph_pagerank.hh index f125c3118401629c0fb7071fa080d61c291bb1c0..b6e2d00add20b60dbda3b9c9de92b0d6278fbab2 100644 --- a/src/graph/centrality/graph_pagerank.hh +++ b/src/graph/centrality/graph_pagerank.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/centrality/graph_trust_transitivity.cc b/src/graph/centrality/graph_trust_transitivity.cc index 6312fac549af456dfc0551f36e103aa155de5565..eee4dda353d6b2ac0f7bc009042d33aa4f48729b 100644 --- a/src/graph/centrality/graph_trust_transitivity.cc +++ b/src/graph/centrality/graph_trust_transitivity.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/centrality/graph_trust_transitivity.hh b/src/graph/centrality/graph_trust_transitivity.hh index 91d5a47e5c41b8989f97a66f516d267cd4a63774..cd9af3de84d0cf193eec7b8c7108ae39c8de1e60 100644 --- a/src/graph/centrality/graph_trust_transitivity.hh +++ b/src/graph/centrality/graph_trust_transitivity.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/centrality/minmax.hh b/src/graph/centrality/minmax.hh index 3ac1b22f3a17ce285f8dd3733da218936ec4277c..43e0332bf0884ded47056d89d8ac57ec5628d585 100644 --- a/src/graph/centrality/minmax.hh +++ b/src/graph/centrality/minmax.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/clustering/graph_clustering.cc b/src/graph/clustering/graph_clustering.cc index c1b58b6b8cb0333c4fae10f30cd70452e974fdf4..7fda9ed383d91eb6812449c71c4cc6b234acef92 100644 --- a/src/graph/clustering/graph_clustering.cc +++ b/src/graph/clustering/graph_clustering.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/clustering/graph_clustering.hh b/src/graph/clustering/graph_clustering.hh index e98dcaa4543ccc06e94a80151156195f193e42b5..73fbec29e74d5047ebe991d7621bbc13180c7dba 100644 --- a/src/graph/clustering/graph_clustering.hh +++ b/src/graph/clustering/graph_clustering.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/clustering/graph_extended_clustering.cc b/src/graph/clustering/graph_extended_clustering.cc index e05a4202a55caeceae9619a369cb727b83b05790..6feadc913ff24da52141a41a0bd8a38c7fdbf3d4 100644 --- a/src/graph/clustering/graph_extended_clustering.cc +++ b/src/graph/clustering/graph_extended_clustering.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/clustering/graph_extended_clustering.hh b/src/graph/clustering/graph_extended_clustering.hh index 90d001b3f60c838a6bfab4f3b11f3adcaeb42847..8180198e3f91eefbc34d4ab391462f2de987d703 100644 --- a/src/graph/clustering/graph_extended_clustering.hh +++ b/src/graph/clustering/graph_extended_clustering.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/clustering/graph_motifs.cc b/src/graph/clustering/graph_motifs.cc index aaa9b9737342d70674a9a5207bdb1e6612d49947..7c3babd40ac67600cea57976c01fc826fa4223f0 100644 --- a/src/graph/clustering/graph_motifs.cc +++ b/src/graph/clustering/graph_motifs.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/clustering/graph_motifs.hh b/src/graph/clustering/graph_motifs.hh index 249279a0cd2982b128bb41070fd9a763d6b2219a..68cf6a7a29114f38c430bba5c30a53b81b76f7ab 100644 --- a/src/graph/clustering/graph_motifs.hh +++ b/src/graph/clustering/graph_motifs.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/community/graph_blockmodel.cc b/src/graph/community/graph_blockmodel.cc index c5db1868bae8566cfc7cad739730505abbfe506b..f3586ec97bf7543618f64077308ff7847f1421ff 100644 --- a/src/graph/community/graph_blockmodel.cc +++ b/src/graph/community/graph_blockmodel.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/community/graph_blockmodel.hh b/src/graph/community/graph_blockmodel.hh index 30ce44307d3a1af4c0115728702c0b014a813fbd..1b9a8044cac3ec330fc7f38cd9360372fcad5cd9 100644 --- a/src/graph/community/graph_blockmodel.hh +++ b/src/graph/community/graph_blockmodel.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/community/graph_blockmodel_overlap.cc b/src/graph/community/graph_blockmodel_overlap.cc index e6183898ccaafcda51abee453cd6eae46ebef1bf..ff346ba581223db3a7c9c5c497fa1e17aa053b13 100644 --- a/src/graph/community/graph_blockmodel_overlap.cc +++ b/src/graph/community/graph_blockmodel_overlap.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/community/graph_blockmodel_overlap.hh b/src/graph/community/graph_blockmodel_overlap.hh index 741b3ec9ba38ab74a1759e5274b0e4fc95bcc7c9..e3678d111981bcaa1fba29c3940dd6b7ab6b7226 100644 --- a/src/graph/community/graph_blockmodel_overlap.hh +++ b/src/graph/community/graph_blockmodel_overlap.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/community/graph_community.cc b/src/graph/community/graph_community.cc index 9a1b00bf84507528144b92421e1a2abc774c7f9c..45c7d356da8431e222bc425e82737793a38b08d8 100644 --- a/src/graph/community/graph_community.cc +++ b/src/graph/community/graph_community.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/community/graph_community.hh b/src/graph/community/graph_community.hh index 863192e12610f84495a7607edf72ada199f4187d..61f65d7f3a1fbb62df2f280123c24f35aac834f0 100644 --- a/src/graph/community/graph_community.hh +++ b/src/graph/community/graph_community.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/community/graph_community_network.cc b/src/graph/community/graph_community_network.cc index 7588dda8d426eea917965d653622682428b16d08..b0defe0c98661ae656869224184533b17e5ec3dd 100644 --- a/src/graph/community/graph_community_network.cc +++ b/src/graph/community/graph_community_network.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/community/graph_community_network.hh b/src/graph/community/graph_community_network.hh index 72ae2322301a72173a41bee8993af7c9f6c1687c..23710e314a8eb46f98d015a64c0739a634ad44a3 100644 --- a/src/graph/community/graph_community_network.hh +++ b/src/graph/community/graph_community_network.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/community/graph_community_network_eavg.cc b/src/graph/community/graph_community_network_eavg.cc index db9704f95fe0ae51ae44d93bf64d254072fa4308..3b0d57c3b284a2c9b42f07e911e05971953b6978 100644 --- a/src/graph/community/graph_community_network_eavg.cc +++ b/src/graph/community/graph_community_network_eavg.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/community/graph_community_network_eavg_imp1.cc b/src/graph/community/graph_community_network_eavg_imp1.cc index 53ab5b4066633ea22676dcff59e1172ac0f15598..b8c06effb383b9e4e1f244b128fcc0f7e446ed39 100644 --- a/src/graph/community/graph_community_network_eavg_imp1.cc +++ b/src/graph/community/graph_community_network_eavg_imp1.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/community/graph_community_network_edges.cc b/src/graph/community/graph_community_network_edges.cc index 634116eb1b050abcab4b62d763d027bf46cf39cf..2ceb3c0a594d8a206ac472d08c22fb1a74b06a99 100644 --- a/src/graph/community/graph_community_network_edges.cc +++ b/src/graph/community/graph_community_network_edges.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/community/graph_community_network_vavg.cc b/src/graph/community/graph_community_network_vavg.cc index f5194457c1d83abd93a8597dd28daae670bede88..3df31bfa6a1b61e4bc9d38c9925b84ad2c134f76 100644 --- a/src/graph/community/graph_community_network_vavg.cc +++ b/src/graph/community/graph_community_network_vavg.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/community/spence.cc b/src/graph/community/spence.cc index de31b69e8d6deb8aced6b026ce7a9ae309be0c83..e30e680f44e5baf66ced766648b9748b76494438 100644 --- a/src/graph/community/spence.cc +++ b/src/graph/community/spence.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/correlations/graph_assortativity.cc b/src/graph/correlations/graph_assortativity.cc index 600cdb4bcbfd7edb934ac320a023d1039af0179c..f6603c75274f7d5c0c2dcb512f42dd89ef136345 100644 --- a/src/graph/correlations/graph_assortativity.cc +++ b/src/graph/correlations/graph_assortativity.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/correlations/graph_assortativity.hh b/src/graph/correlations/graph_assortativity.hh index 00ef33bb39c3e25fefa2ddcea36d4868ff89eeb3..c8a72627fc072de156bb214ce2091a090ff53c5f 100644 --- a/src/graph/correlations/graph_assortativity.hh +++ b/src/graph/correlations/graph_assortativity.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/correlations/graph_avg_correlations.cc b/src/graph/correlations/graph_avg_correlations.cc index 0431c8c6f4ef8fd527a9752323f6ac6a026781b1..2b95f3201964adaaa007facdb13d609f652126e0 100644 --- a/src/graph/correlations/graph_avg_correlations.cc +++ b/src/graph/correlations/graph_avg_correlations.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/correlations/graph_avg_correlations.hh b/src/graph/correlations/graph_avg_correlations.hh index cb01aea354e02c3c3da58f6039cf6dc8c3f78dce..b6b161443e6f04d0e56ce68a970b1c5fc97c0fb2 100644 --- a/src/graph/correlations/graph_avg_correlations.hh +++ b/src/graph/correlations/graph_avg_correlations.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/correlations/graph_avg_correlations_combined.cc b/src/graph/correlations/graph_avg_correlations_combined.cc index 0e244f2698f379fae42f5f200d41409b5d834506..28adcf3e6f1bbbd578ca976250dba51bde9c88a6 100644 --- a/src/graph/correlations/graph_avg_correlations_combined.cc +++ b/src/graph/correlations/graph_avg_correlations_combined.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/correlations/graph_avg_correlations_imp1.cc b/src/graph/correlations/graph_avg_correlations_imp1.cc index 858c21c432dd1c8a2466eb3dcff1d9611cb1a30a..621c7021930dc82ce85d7d0fe44fb5d4fb37098f 100644 --- a/src/graph/correlations/graph_avg_correlations_imp1.cc +++ b/src/graph/correlations/graph_avg_correlations_imp1.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/correlations/graph_corr_hist.hh b/src/graph/correlations/graph_corr_hist.hh index 52810c4981543730d4fe79abc5b1da721e37b521..f494e880474e5af254a375cf53c6c68e98eb4a03 100644 --- a/src/graph/correlations/graph_corr_hist.hh +++ b/src/graph/correlations/graph_corr_hist.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/correlations/graph_correlations.cc b/src/graph/correlations/graph_correlations.cc index 63a9cfee45ca3782f05a667546011ec478d8d47e..58172e47967f248c82819416c424b1daddcb1c7d 100644 --- a/src/graph/correlations/graph_correlations.cc +++ b/src/graph/correlations/graph_correlations.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/correlations/graph_correlations.hh b/src/graph/correlations/graph_correlations.hh index 03edfbe028fffa24ac3cac2348aa993eb7d4372a..a29ef4fd0b0ea85018ab53035fb87320862a73a9 100644 --- a/src/graph/correlations/graph_correlations.hh +++ b/src/graph/correlations/graph_correlations.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/correlations/graph_correlations_bind.cc b/src/graph/correlations/graph_correlations_bind.cc index 6116cc0bc8a9a9e2a15f5bb0a51154a1aee3a099..b37e7bc9feac785f5b28c72fe65172b6cceb0c15 100644 --- a/src/graph/correlations/graph_correlations_bind.cc +++ b/src/graph/correlations/graph_correlations_bind.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/correlations/graph_correlations_combined.cc b/src/graph/correlations/graph_correlations_combined.cc index 181361e2d78f54d1af2d1a636f39c38fd55bd5fe..a7a6c26a0edbd008b31c8bc511d90fabc6a076b7 100644 --- a/src/graph/correlations/graph_correlations_combined.cc +++ b/src/graph/correlations/graph_correlations_combined.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/correlations/graph_correlations_imp1.cc b/src/graph/correlations/graph_correlations_imp1.cc index c8e80a940572552472d98b38ae694f0cb909ec75..b069dc436ccdeef3f150dedb1ace5637a1e88d30 100644 --- a/src/graph/correlations/graph_correlations_imp1.cc +++ b/src/graph/correlations/graph_correlations_imp1.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/draw/graph_cairo_draw.cc b/src/graph/draw/graph_cairo_draw.cc index cfbcd0471df7a2cd109cc49ce24aaa4b134bb15b..a25cfff8529465228adb71669c2661e0c837f988 100644 --- a/src/graph/draw/graph_cairo_draw.cc +++ b/src/graph/draw/graph_cairo_draw.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/draw/graph_tree_cts.cc b/src/graph/draw/graph_tree_cts.cc index fa95336d0540d23441e4c4c12de3abd6e50ec2d3..9458ca09a89127e53d7d0288dda1961234b20f99 100644 --- a/src/graph/draw/graph_tree_cts.cc +++ b/src/graph/draw/graph_tree_cts.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/fast_vector_property_map.hh b/src/graph/fast_vector_property_map.hh index 193cd44b6e1726ef75d35ada46e5b48057009af5..0016560fccdb7696c4b9951d47df0700da2c7679 100644 --- a/src/graph/fast_vector_property_map.hh +++ b/src/graph/fast_vector_property_map.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/flow/graph_augment.hh b/src/graph/flow/graph_augment.hh index 7cc9d89d4af640cb0a1cb7c3c8492234343905af..cb0657170b647226e0f449ccf7135a68bbafe35d 100644 --- a/src/graph/flow/graph_augment.hh +++ b/src/graph/flow/graph_augment.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/flow/graph_edmonds_karp.cc b/src/graph/flow/graph_edmonds_karp.cc index 80c4709032cfb84c18e45ff652e3b75c1176cb00..7ae47b8b69e5a82b1a6a78f939a2bb6736713f9f 100644 --- a/src/graph/flow/graph_edmonds_karp.cc +++ b/src/graph/flow/graph_edmonds_karp.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/flow/graph_flow_bind.cc b/src/graph/flow/graph_flow_bind.cc index 1aacb6f585e2442336b42986a8ff9050e46052ab..ca1da72f8a4b8e04439b7e9f4ebf0950d11d97b0 100644 --- a/src/graph/flow/graph_flow_bind.cc +++ b/src/graph/flow/graph_flow_bind.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/flow/graph_kolmogorov.cc b/src/graph/flow/graph_kolmogorov.cc index 35ce6e995a8477081bae8df6930602a50b5574b4..8a08773efb29a03886556a1e3ff3afa5687786b4 100644 --- a/src/graph/flow/graph_kolmogorov.cc +++ b/src/graph/flow/graph_kolmogorov.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/flow/graph_maximum_cardinality_matching.cc b/src/graph/flow/graph_maximum_cardinality_matching.cc index b0a419cddd14b3ff8ec1b33ad6457c67f52cd085..dd3b6f2c418166d85fd3b101c00d7031547813f0 100644 --- a/src/graph/flow/graph_maximum_cardinality_matching.cc +++ b/src/graph/flow/graph_maximum_cardinality_matching.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/flow/graph_minimum_cut.cc b/src/graph/flow/graph_minimum_cut.cc index b5a4f1ab99eb67d014092368e34ab53e6ea4822e..1f4e8ba5a9c7a01c5a26528d564152c660694dd1 100644 --- a/src/graph/flow/graph_minimum_cut.cc +++ b/src/graph/flow/graph_minimum_cut.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/flow/graph_push_relabel.cc b/src/graph/flow/graph_push_relabel.cc index 8d73d4707718b01d8e65c26c4b8564d0da42dabf..c990656f337bb5466145a34d19b5a52d347211c5 100644 --- a/src/graph/flow/graph_push_relabel.cc +++ b/src/graph/flow/graph_push_relabel.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/generation/dynamic_sampler.hh b/src/graph/generation/dynamic_sampler.hh index 2df4f56a685257a0f88c1e9273c1f2fd22c1d1b6..711736301ddbccb088d69139cb80ec285b0e7dd3 100644 --- a/src/graph/generation/dynamic_sampler.hh +++ b/src/graph/generation/dynamic_sampler.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/generation/graph_complete.cc b/src/graph/generation/graph_complete.cc index 96231a30867f6400cfd89dcaf6e4ec2205a406cd..4dd2f7d6e14b1ccc7689179b44550d3ecc51b50d 100644 --- a/src/graph/generation/graph_complete.cc +++ b/src/graph/generation/graph_complete.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/generation/graph_complete.hh b/src/graph/generation/graph_complete.hh index 5cb52761e625634bcca47b9d672bc105d469f6a6..8884bf97fa0c12d246c33571467fd5a6a0414e39 100644 --- a/src/graph/generation/graph_complete.hh +++ b/src/graph/generation/graph_complete.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/generation/graph_generation.cc b/src/graph/generation/graph_generation.cc index 965940a617dfbc8e840600b7b05aef2503ab8912..8399350ef4fd5708bc8da8bacb264ac538d20dff 100644 --- a/src/graph/generation/graph_generation.cc +++ b/src/graph/generation/graph_generation.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/generation/graph_generation.hh b/src/graph/generation/graph_generation.hh index 85aadfb1098c9226ec5949f0aa2ee17986adbe47..4aa3e44b7eb7e4f3b906580a1e7dda1003f1f27b 100644 --- a/src/graph/generation/graph_generation.hh +++ b/src/graph/generation/graph_generation.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/generation/graph_geometric.cc b/src/graph/generation/graph_geometric.cc index e102de2666b700dd1d8e68f2aee74de3e39c2395..3eedb12fc247ecd91beed0cb86e3fec448cb1e72 100644 --- a/src/graph/generation/graph_geometric.cc +++ b/src/graph/generation/graph_geometric.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/generation/graph_geometric.hh b/src/graph/generation/graph_geometric.hh index 485a4de684a9bd8bfeae36ac19e25c4e0eb206ed..1cd055f6b0be7918186ac3916f20720286ab0f3b 100644 --- a/src/graph/generation/graph_geometric.hh +++ b/src/graph/generation/graph_geometric.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/generation/graph_lattice.cc b/src/graph/generation/graph_lattice.cc index e2b85fe9a35795b09c7fcaa085cfd0bd00557125..603a0b54511223478c2c5cd607af1bddd22225af 100644 --- a/src/graph/generation/graph_lattice.cc +++ b/src/graph/generation/graph_lattice.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/generation/graph_lattice.hh b/src/graph/generation/graph_lattice.hh index bb0edce1963fcac47181b063085e67e7872a0c04..90448fe60ba161055351b5cd3c1ffea7744c8103 100644 --- a/src/graph/generation/graph_lattice.hh +++ b/src/graph/generation/graph_lattice.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/generation/graph_line_graph.cc b/src/graph/generation/graph_line_graph.cc index 4d7227e5045a0af81deb83402a1a991e19d92611..85b2d70a9e481d3db2947b0522f3abefe2726821 100644 --- a/src/graph/generation/graph_line_graph.cc +++ b/src/graph/generation/graph_line_graph.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/generation/graph_predecessor.cc b/src/graph/generation/graph_predecessor.cc index 970e3bdecbceaa18395375b6b7065015a801c925..717b67bb3ad343f98945ccc385c8b2f02f98ce92 100644 --- a/src/graph/generation/graph_predecessor.cc +++ b/src/graph/generation/graph_predecessor.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/generation/graph_predecessor.hh b/src/graph/generation/graph_predecessor.hh index f896b4e16f9360ee5316983f955ba99023cd31fd..de85d7b28f7c889268aac6a9e13ed4623a95d289 100644 --- a/src/graph/generation/graph_predecessor.hh +++ b/src/graph/generation/graph_predecessor.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/generation/graph_price.cc b/src/graph/generation/graph_price.cc index 40a5cd74fefe673a596b94dfe7ebd5e7548c464c..13ec8d6726a5c9f48d084dbd4d71a3b2c3729b2a 100644 --- a/src/graph/generation/graph_price.cc +++ b/src/graph/generation/graph_price.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/generation/graph_price.hh b/src/graph/generation/graph_price.hh index a1db019b3a1e59e74a288392e365607129d469e0..4b9fbbdf9345cc7041a1a3f6927d67a9c4d53ed4 100644 --- a/src/graph/generation/graph_price.hh +++ b/src/graph/generation/graph_price.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/generation/graph_rewiring.cc b/src/graph/generation/graph_rewiring.cc index 05568270fa09281e31d262006be1eb3cb9bf26aa..e9d35caf783eaa3852dc319a95ceb160411173f4 100644 --- a/src/graph/generation/graph_rewiring.cc +++ b/src/graph/generation/graph_rewiring.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/generation/graph_rewiring.hh b/src/graph/generation/graph_rewiring.hh index e34ad45171b92e8feaf652040f6ac99e17c8f053..614b0071b327a33ebbe0796eb58501c0edda72eb 100644 --- a/src/graph/generation/graph_rewiring.hh +++ b/src/graph/generation/graph_rewiring.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/generation/graph_triangulation.cc b/src/graph/generation/graph_triangulation.cc index 7d81dd258f5713c4c3d3fe088cf1e00f605304b2..56427852eaf7448a1043e03b2c675e83376616c8 100644 --- a/src/graph/generation/graph_triangulation.cc +++ b/src/graph/generation/graph_triangulation.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/generation/graph_triangulation.hh b/src/graph/generation/graph_triangulation.hh index 2ba0c8171b6a5c49a9f58e5b830934a54792a4a5..fffebe1846b84f9d9fb140c0534009faa18de328 100644 --- a/src/graph/generation/graph_triangulation.hh +++ b/src/graph/generation/graph_triangulation.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/generation/graph_union.cc b/src/graph/generation/graph_union.cc index b3c0fea293bdfdde4da6913df7115a353ae27372..0879fa9daaf43d52c52bc02a570182c61ca1b232 100644 --- a/src/graph/generation/graph_union.cc +++ b/src/graph/generation/graph_union.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/generation/graph_union.hh b/src/graph/generation/graph_union.hh index 82af4b371fad5768acf993cee72fafadadf901fe..785d26af04e318c972293182590465ef47806d2b 100644 --- a/src/graph/generation/graph_union.hh +++ b/src/graph/generation/graph_union.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/generation/graph_union_eprop.cc b/src/graph/generation/graph_union_eprop.cc index 70ea23e3936e4686c0a4fda95e41da655536c452..cc9533b2ed001bf7f3e41d44deeb35004aebf66f 100644 --- a/src/graph/generation/graph_union_eprop.cc +++ b/src/graph/generation/graph_union_eprop.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/generation/graph_union_vprop.cc b/src/graph/generation/graph_union_vprop.cc index cbfe45f5e56ba60beaa519aba28fca7e62ed08e3..e0772fe37509afe705146ebc2376f8f246676549 100644 --- a/src/graph/generation/graph_union_vprop.cc +++ b/src/graph/generation/graph_union_vprop.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/generation/sampler.hh b/src/graph/generation/sampler.hh index 4ab84e6654d847506f7b4ccb63433fb9db9f02c7..b1188a4edfc063ca55ecb041f43b79a5f05f3063 100644 --- a/src/graph/generation/sampler.hh +++ b/src/graph/generation/sampler.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/gml.hh b/src/graph/gml.hh index 188e2eeb95a473370e700b91aa62f85f1dea14fc..a8a25cbe906ed1ed5f7a7cafd4b1d3ec7ad4b6c8 100644 --- a/src/graph/gml.hh +++ b/src/graph/gml.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph.cc b/src/graph/graph.cc index f74d45f94b11cc45c2511eab92eb550004f417e9..a816d9dac4ae675e6b1350f0e38bffdf5cc835b2 100644 --- a/src/graph/graph.cc +++ b/src/graph/graph.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph.hh b/src/graph/graph.hh index a630309e10caf9d39a2c099c65e56c20b741c950..00366f9e95c0652b1cf483536c4991331029646d 100644 --- a/src/graph/graph.hh +++ b/src/graph/graph.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_adaptor.hh b/src/graph/graph_adaptor.hh index 06603f321e1e6b72eacc211e2fbcc80eb5a25e11..03f95077f2bd4bdc10ee999cd10231c78d55f4df 100644 --- a/src/graph/graph_adaptor.hh +++ b/src/graph/graph_adaptor.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_adjacency.hh b/src/graph/graph_adjacency.hh index fe8bb6e1925c31a44b6e6cffb4328179a918a413..b1781d4fbc03f85ba6968e19fbae4f354119d9ef 100644 --- a/src/graph/graph_adjacency.hh +++ b/src/graph/graph_adjacency.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_bind.cc b/src/graph/graph_bind.cc index 261ce404654305f507ba761f411890cc829080fa..62967c838e8e55d6853ba24451ceb63dcaea8876 100644 --- a/src/graph/graph_bind.cc +++ b/src/graph/graph_bind.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_copy.cc b/src/graph/graph_copy.cc index 9181c70afc2607fb64102e75889e33cfe683bd24..53f47774b51fd28c8559f99d968cfb79b8e9be1d 100644 --- a/src/graph/graph_copy.cc +++ b/src/graph/graph_copy.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_exceptions.cc b/src/graph/graph_exceptions.cc index 073b0d55431461b05376ca41a2c4f4ed62fdd6ac..eb0de324572064e17e5aa694f7261eaafdb4fcec 100644 --- a/src/graph/graph_exceptions.cc +++ b/src/graph/graph_exceptions.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_exceptions.hh b/src/graph/graph_exceptions.hh index 5a0e7d96c212c715995ecbe110174820b43432e7..2e4e9067f6fe5c1d5bc1451c5976bc9bc1655b6a 100644 --- a/src/graph/graph_exceptions.hh +++ b/src/graph/graph_exceptions.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_filtering.cc b/src/graph/graph_filtering.cc index e5d51b9ae4bc88b5440a6641640b6009297ecfe3..dc3fcfb89d369535b8349d41919ba63110f5318a 100644 --- a/src/graph/graph_filtering.cc +++ b/src/graph/graph_filtering.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_filtering.hh b/src/graph/graph_filtering.hh index 983adcae544ee32be88ed6d39419dbe6184f4b30..1d560537c6eeea2b41646c89239c43207c1f3db2 100644 --- a/src/graph/graph_filtering.hh +++ b/src/graph/graph_filtering.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_io.cc b/src/graph/graph_io.cc index 4e82b1bf3dc7f397a589aad695437909b8d6280e..f0358e1651dbb57a334292a83aa49ef7c40ad330 100644 --- a/src/graph/graph_io.cc +++ b/src/graph/graph_io.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_io_binary.hh b/src/graph/graph_io_binary.hh index f7f938d8fa18a9e6195da69218dcb580257b0edf..84279f912d01daf12069335f34852bf3f0ddd486 100644 --- a/src/graph/graph_io_binary.hh +++ b/src/graph/graph_io_binary.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_openmp.cc b/src/graph/graph_openmp.cc index 6106ffd4f066dc41e9088c9744447b0bebd6adff..a68666bd6ce01208436db1ce27c3de40b8977f77 100644 --- a/src/graph/graph_openmp.cc +++ b/src/graph/graph_openmp.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_properties.cc b/src/graph/graph_properties.cc index b2ec14478571e10535808cc027da5581b7eb1d35..f005859cba7fcdd2f6ceee82ef5a77b2d3561ba5 100644 --- a/src/graph/graph_properties.cc +++ b/src/graph/graph_properties.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_properties.hh b/src/graph/graph_properties.hh index 7dae1fdd0152557422ba5837f08bf54fc285cdcf..b9350f21ea48d57a487419a91c0592c6d13a0c6a 100644 --- a/src/graph/graph_properties.hh +++ b/src/graph/graph_properties.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_properties_copy.cc b/src/graph/graph_properties_copy.cc index a04e3595e77f972e9d2cd26d67c5ffed3ee92016..6d30e025cc82177e0138c3cdecee68ff4da3f835 100644 --- a/src/graph/graph_properties_copy.cc +++ b/src/graph/graph_properties_copy.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_properties_copy.hh b/src/graph/graph_properties_copy.hh index 4f3ae1a259b6b08b13f00e5e074026eb44b8ff8b..2034bce705e724d39e6afb8784c8814819481230 100644 --- a/src/graph/graph_properties_copy.hh +++ b/src/graph/graph_properties_copy.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_properties_copy_imp1.cc b/src/graph/graph_properties_copy_imp1.cc index f0d67da9c4b28dfd542f1812fd333592136ab86b..0526af3f2f77bc762367dee6830917bffb8f5e9e 100644 --- a/src/graph/graph_properties_copy_imp1.cc +++ b/src/graph/graph_properties_copy_imp1.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_properties_group.cc b/src/graph/graph_properties_group.cc index 401fc88cea8c6a49d40734842a5ebf935181bb5e..d46f6c52d3f24d47cfae548a6cd94ebe78b9b12b 100644 --- a/src/graph/graph_properties_group.cc +++ b/src/graph/graph_properties_group.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_properties_group.hh b/src/graph/graph_properties_group.hh index b8c630e44094a1fddf0ad75978103d01ad71536e..a9b21053aed484c110f796b7f1fac8e9d4705212 100644 --- a/src/graph/graph_properties_group.hh +++ b/src/graph/graph_properties_group.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_properties_imp1.cc b/src/graph/graph_properties_imp1.cc index 0001e5471066b5eb2b653554ccbd03a15597e341..7caf2eaef2a48b27e660da8d47ed625038030202 100644 --- a/src/graph/graph_properties_imp1.cc +++ b/src/graph/graph_properties_imp1.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_properties_imp2.cc b/src/graph/graph_properties_imp2.cc index e21f5ea128c84d807ffd35e966e9b861fbf49b43..8fdad9fca3d88fe29e57ced2e6126de54f6b0cd8 100644 --- a/src/graph/graph_properties_imp2.cc +++ b/src/graph/graph_properties_imp2.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_properties_imp3.cc b/src/graph/graph_properties_imp3.cc index 270df125f5b916ac1abc39fa4836cbf1c3a4b8fa..4e1ad3a5a56a9a52d946e56800c905636186ecb5 100644 --- a/src/graph/graph_properties_imp3.cc +++ b/src/graph/graph_properties_imp3.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_properties_imp4.cc b/src/graph/graph_properties_imp4.cc index e76600c0eda352c4c64659c5a856c01fbe9fe9f0..af3d2c5ba7b75661b569d46e1e3689f731bee238 100644 --- a/src/graph/graph_properties_imp4.cc +++ b/src/graph/graph_properties_imp4.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_properties_map_values.cc b/src/graph/graph_properties_map_values.cc index 73cff1a1bf8d0b4fd1f43c705f2804ff4fda0f16..504f7aba6bfc66b0265a899122cd0ad7a23bb301 100644 --- a/src/graph/graph_properties_map_values.cc +++ b/src/graph/graph_properties_map_values.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_properties_map_values.hh b/src/graph/graph_properties_map_values.hh index 34b0fce68b0f3a0b01761f83fcc52a28d0caeace..2ad2d023f3f46691eb0b568ab406f5a1060079bc 100644 --- a/src/graph/graph_properties_map_values.hh +++ b/src/graph/graph_properties_map_values.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_properties_map_values_imp1.cc b/src/graph/graph_properties_map_values_imp1.cc index d6faca39415be661977d7e02bb689ac3e1b92fe9..39ac15b8260eb9fd9d5fcd506857c988d70d5a03 100644 --- a/src/graph/graph_properties_map_values_imp1.cc +++ b/src/graph/graph_properties_map_values_imp1.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_properties_ungroup.cc b/src/graph/graph_properties_ungroup.cc index 1e9b6b73795d42101dbb241b49b844941c6e180f..101bbad4e638b29927d7a1f2b4f42b6ea7341bab 100644 --- a/src/graph/graph_properties_ungroup.cc +++ b/src/graph/graph_properties_ungroup.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_python_interface.cc b/src/graph/graph_python_interface.cc index dc6b02a019d760f2b1d12fa5ef4f629f2822f7ab..844d2e52a5c97e86984f3a42846c51aeaae59f6f 100644 --- a/src/graph/graph_python_interface.cc +++ b/src/graph/graph_python_interface.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_python_interface.hh b/src/graph/graph_python_interface.hh index bbd7d7dff8a28c2e0712a707927f11127e3292a6..b9bd1ca34b47237ec0f205cb5fe48ad93e15571a 100644 --- a/src/graph/graph_python_interface.hh +++ b/src/graph/graph_python_interface.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_python_interface_export.cc b/src/graph/graph_python_interface_export.cc index 706b39d7d9fc4696bbf0f395c869393d6e11ab15..ff6d7b3fb8450b94491534c78b27f99a90b63a3b 100644 --- a/src/graph/graph_python_interface_export.cc +++ b/src/graph/graph_python_interface_export.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_python_interface_imp1.cc b/src/graph/graph_python_interface_imp1.cc index ab64d9c2b891e9b050712b0739fb4742014d266d..13f2f94955ddf39bfed1f2a5c11eaf20750a19af 100644 --- a/src/graph/graph_python_interface_imp1.cc +++ b/src/graph/graph_python_interface_imp1.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_selectors.cc b/src/graph/graph_selectors.cc index 27f9379cbdaaaf8c1b9e3c5b5bdef60ff0388ff0..38647eedae6d6abc6d53f32dc3a47ec1c8c199d6 100644 --- a/src/graph/graph_selectors.cc +++ b/src/graph/graph_selectors.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_selectors.hh b/src/graph/graph_selectors.hh index 575c30c9b2bdbcdd113c6a32e059de23470f8aba..0647a3960a8cb604c8ba2cd0f5cab7a1bba1776a 100644 --- a/src/graph/graph_selectors.hh +++ b/src/graph/graph_selectors.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/graph_util.hh b/src/graph/graph_util.hh index 4d37713fc357299aa02408f6d5641f2e6d042d6b..b6a644ff453ed358046f2280362270773ebe1d48 100644 --- a/src/graph/graph_util.hh +++ b/src/graph/graph_util.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/hash_map_wrap.hh b/src/graph/hash_map_wrap.hh index 98d5698ea3ffe9402419dda286cbd4a5d1d5d392..5a7b0478ef126262b4567c58c977e320b76ca55d 100644 --- a/src/graph/hash_map_wrap.hh +++ b/src/graph/hash_map_wrap.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/histogram.hh b/src/graph/histogram.hh index 0a0f67e02be42d1ac69d44dbcae9447683f06e09..839e99a545cc932fa81e81180f68a87b7a8357aa 100644 --- a/src/graph/histogram.hh +++ b/src/graph/histogram.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/layout/graph_arf.cc b/src/graph/layout/graph_arf.cc index d8ed308db79f41f5b589cd7e7354b7fe2fc90579..1ef4ea52688e4a7e276d03d259d5f8a6f02f9a21 100644 --- a/src/graph/layout/graph_arf.cc +++ b/src/graph/layout/graph_arf.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/layout/graph_arf.hh b/src/graph/layout/graph_arf.hh index 2a3e95d16834540c88e118ecd8fdab16d52d377d..f310380f48702b462c7702833d1a819c70bfc011 100644 --- a/src/graph/layout/graph_arf.hh +++ b/src/graph/layout/graph_arf.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/layout/graph_bind_layout.cc b/src/graph/layout/graph_bind_layout.cc index 9398332f09d621817b729343898e9340404db50d..52b828cc9d04431e346a70de8733f343e8bb48e7 100644 --- a/src/graph/layout/graph_bind_layout.cc +++ b/src/graph/layout/graph_bind_layout.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/layout/graph_fruchterman_reingold.cc b/src/graph/layout/graph_fruchterman_reingold.cc index f46ebfcddb6d16f1b5e54e3e01b304ee2c4a819c..b0f1c9781315b9918cc0be1335e1b581773b8b01 100644 --- a/src/graph/layout/graph_fruchterman_reingold.cc +++ b/src/graph/layout/graph_fruchterman_reingold.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/layout/graph_radial.cc b/src/graph/layout/graph_radial.cc index 12be591c9b76ea63a3484fda5fee75e544712d30..50f79ffd0ff2c3a28d760ee8b1b4a13b74a0a6dc 100644 --- a/src/graph/layout/graph_radial.cc +++ b/src/graph/layout/graph_radial.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/layout/graph_sfdp.cc b/src/graph/layout/graph_sfdp.cc index fc0211c4c1683fa92c69df03d256f12bf48779a6..aa6b7dc36ef9d4d47d20595baf9612ee36128fc4 100644 --- a/src/graph/layout/graph_sfdp.cc +++ b/src/graph/layout/graph_sfdp.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/layout/graph_sfdp.hh b/src/graph/layout/graph_sfdp.hh index a73990bc922e5f46f93ac86f7b02739aa0375eba..cfb65035891e3241c197950d20909243dbfa8cd1 100644 --- a/src/graph/layout/graph_sfdp.hh +++ b/src/graph/layout/graph_sfdp.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/mpl_nested_loop.hh b/src/graph/mpl_nested_loop.hh index 36fd09017d75439bc4c2e3faa9a786c7de32d903..4b61794786f3b52e77876c00e951e1eed6bff987 100644 --- a/src/graph/mpl_nested_loop.hh +++ b/src/graph/mpl_nested_loop.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/numpy_bind.hh b/src/graph/numpy_bind.hh index a5cf64a8c5772a872302cb5581740006cb873d66..a556ce3a9e1233964ae3c13af287a747a98f312a 100644 --- a/src/graph/numpy_bind.hh +++ b/src/graph/numpy_bind.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/random.cc b/src/graph/random.cc index 1b9a275f3ec6e02870703fc0aa46479dd6f7671c..fa8bcec58c3655b325d35b991a0bd9e49b050cfa 100644 --- a/src/graph/random.cc +++ b/src/graph/random.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/random.hh b/src/graph/random.hh index a272c93f20e70bbc4b537ee119b89d68ce2111a2..e6d4842397dfaedc35573a987534b6533eb082f5 100644 --- a/src/graph/random.hh +++ b/src/graph/random.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/search/graph_astar.cc b/src/graph/search/graph_astar.cc index f96380af1e945e04aaa55f0b0a04af5f28258a31..a8ac20f4d55b90f5704e1190f7ebb5e2d8b9ac51 100644 --- a/src/graph/search/graph_astar.cc +++ b/src/graph/search/graph_astar.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/search/graph_astar.hh b/src/graph/search/graph_astar.hh index 70d50744f0790698a37c7cc9273d07c6ae621afc..3f2e72588f07a53058c53289e160dd828deddc55 100644 --- a/src/graph/search/graph_astar.hh +++ b/src/graph/search/graph_astar.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/search/graph_astar_implicit.cc b/src/graph/search/graph_astar_implicit.cc index bf30012f229be3238daa3eb11d2a550074b2625d..81530f42214a0914b6e4d0bc883b57faffaebba9 100644 --- a/src/graph/search/graph_astar_implicit.cc +++ b/src/graph/search/graph_astar_implicit.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/search/graph_bellman_ford.cc b/src/graph/search/graph_bellman_ford.cc index 8109047932d10b4ea4845dd1d33cc9c77d9750e7..80761f6af43e32b0e10472c25b36bdb7ceeb690d 100644 --- a/src/graph/search/graph_bellman_ford.cc +++ b/src/graph/search/graph_bellman_ford.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/search/graph_bfs.cc b/src/graph/search/graph_bfs.cc index 38fae62f8fda498fa4588298cb1ffc097b1f1efe..1c465504433d0a79e0c3a5d8cd924ea612839097 100644 --- a/src/graph/search/graph_bfs.cc +++ b/src/graph/search/graph_bfs.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/search/graph_dijkstra.cc b/src/graph/search/graph_dijkstra.cc index d238161a2752fe55d299207cb59bb862b693234a..f9cd6e46025c52a19c93257e6839c2c74dcec0ef 100644 --- a/src/graph/search/graph_dijkstra.cc +++ b/src/graph/search/graph_dijkstra.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/search/graph_search_bind.cc b/src/graph/search/graph_search_bind.cc index 97d3a28910c3ce68f5104858e8d71101593aa8fc..4460579cb4d5f58a1b8b6a19670785f34ef49609 100644 --- a/src/graph/search/graph_search_bind.cc +++ b/src/graph/search/graph_search_bind.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/shared_map.hh b/src/graph/shared_map.hh index 443197d51744aa6afaae7823efebda4981204b31..70a464b37821fcedaef54c959f653f1568ab303b 100644 --- a/src/graph/shared_map.hh +++ b/src/graph/shared_map.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/spectral/graph_adjacency.cc b/src/graph/spectral/graph_adjacency.cc index 6ffaf5a392a361a119236961805ee75258e50f27..c2fcb39f5f83e4ed6057d59956f2eb6920ba5453 100644 --- a/src/graph/spectral/graph_adjacency.cc +++ b/src/graph/spectral/graph_adjacency.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/spectral/graph_adjacency.hh b/src/graph/spectral/graph_adjacency.hh index c3a6b2a980b74a56c4ae47750022863c41c5a7ce..5b24f568259dc02ee9b7c840b5733a16842a4540 100644 --- a/src/graph/spectral/graph_adjacency.hh +++ b/src/graph/spectral/graph_adjacency.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/spectral/graph_incidence.cc b/src/graph/spectral/graph_incidence.cc index 66a7d6f0ea47499bd487c79f7070943fdc3edf64..38bc6e70c716cb37b04b498c3b73a1adcec52bb4 100644 --- a/src/graph/spectral/graph_incidence.cc +++ b/src/graph/spectral/graph_incidence.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/spectral/graph_incidence.hh b/src/graph/spectral/graph_incidence.hh index ace2cd512078da735f1e6a79c87be59ef6dd3a88..4d5fd6417b3039d75019019c07e20d82891f6081 100644 --- a/src/graph/spectral/graph_incidence.hh +++ b/src/graph/spectral/graph_incidence.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/spectral/graph_laplacian.cc b/src/graph/spectral/graph_laplacian.cc index c1cbae2544b1c9cfde17ff0dca126c27aa6844aa..df1a76d1c7037c62a903767bbdaebf06cfdbb0f7 100644 --- a/src/graph/spectral/graph_laplacian.cc +++ b/src/graph/spectral/graph_laplacian.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/spectral/graph_laplacian.hh b/src/graph/spectral/graph_laplacian.hh index a4e6d7f44b8c0ccb38c02892724fe19a26583321..20e07082ca2b487c9c36d0472faf195539c4b754 100644 --- a/src/graph/spectral/graph_laplacian.hh +++ b/src/graph/spectral/graph_laplacian.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/spectral/graph_matrix.cc b/src/graph/spectral/graph_matrix.cc index 553848ceb31c4f2f65af35939f1cca51ea2c1b4d..4bc4b3822ebb97e44ba79883df2a2b83f583b4a3 100644 --- a/src/graph/spectral/graph_matrix.cc +++ b/src/graph/spectral/graph_matrix.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/spectral/graph_norm_laplacian.cc b/src/graph/spectral/graph_norm_laplacian.cc index d27967b74e7b7e3049f4372492889a713a65aaa7..f6906ad15e302b105e32c98d359c2ae6efdb0d48 100644 --- a/src/graph/spectral/graph_norm_laplacian.cc +++ b/src/graph/spectral/graph_norm_laplacian.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/spectral/graph_transition.cc b/src/graph/spectral/graph_transition.cc index 841faee43dca091ce87ce5223002e16715107cd0..dcaa583306a08a5f8ceee782507f98ca3773d5bf 100644 --- a/src/graph/spectral/graph_transition.cc +++ b/src/graph/spectral/graph_transition.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/spectral/graph_transition.hh b/src/graph/spectral/graph_transition.hh index 403191cd8255b5ba99fc81c3f8f6e1854b4b840c..788bffb134d937bd0af9328a05a4c1fcd31861e0 100644 --- a/src/graph/spectral/graph_transition.hh +++ b/src/graph/spectral/graph_transition.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/stats/graph_average.cc b/src/graph/stats/graph_average.cc index 560db2cd6b4219e101c38c170f6bbac141daaad7..b9d8b21b0d094f4faec9cf7d5a2f73cbb1d44895 100644 --- a/src/graph/stats/graph_average.cc +++ b/src/graph/stats/graph_average.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/stats/graph_average.hh b/src/graph/stats/graph_average.hh index b21081107a04bc153f6843c91574f53206d8114a..f1bfb06e565949fcdcab5afb58cfc7d78f613864 100644 --- a/src/graph/stats/graph_average.hh +++ b/src/graph/stats/graph_average.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/stats/graph_distance.cc b/src/graph/stats/graph_distance.cc index 4d649bd8b60122b31cb24b9ce2ba6781ca8a3f8b..9d40e2520895ece398d2b201ccedc0cb4bed639e 100644 --- a/src/graph/stats/graph_distance.cc +++ b/src/graph/stats/graph_distance.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/stats/graph_distance.hh b/src/graph/stats/graph_distance.hh index 7e910ec37056826c5faf3bce6571fd1640e786a5..21dbdad3da4f790a72cef2c712f8412286ce7143 100644 --- a/src/graph/stats/graph_distance.hh +++ b/src/graph/stats/graph_distance.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/stats/graph_distance_sampled.cc b/src/graph/stats/graph_distance_sampled.cc index 0edbbe42126966684fc418c2b01661f968f86e92..6263e71b8cce298c045556c7994d971bc1b7f5da 100644 --- a/src/graph/stats/graph_distance_sampled.cc +++ b/src/graph/stats/graph_distance_sampled.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/stats/graph_distance_sampled.hh b/src/graph/stats/graph_distance_sampled.hh index bb730598c5c1a696995a114e1c5966a41af309b2..67073c55c167f84240ce34fe3fde4b29ec7a0321 100644 --- a/src/graph/stats/graph_distance_sampled.hh +++ b/src/graph/stats/graph_distance_sampled.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/stats/graph_histograms.cc b/src/graph/stats/graph_histograms.cc index 7d987eb4a2b2dd3b35505dfa7633123f143bbe7f..79170aa9da484b52a9e55a4113006cfc94e1ee6d 100644 --- a/src/graph/stats/graph_histograms.cc +++ b/src/graph/stats/graph_histograms.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/stats/graph_histograms.hh b/src/graph/stats/graph_histograms.hh index 18b16d7d8d61f6d728726fe3a3c59dcd7875e0c4..efa21583f72de120bdb7c78951caee08f9aac0d6 100644 --- a/src/graph/stats/graph_histograms.hh +++ b/src/graph/stats/graph_histograms.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/stats/graph_parallel.cc b/src/graph/stats/graph_parallel.cc index 9f03e02d5eba7396e2e85adeedc0faf1ab12bc2a..8286075bc8491aea70987b267696f32f5d414336 100644 --- a/src/graph/stats/graph_parallel.cc +++ b/src/graph/stats/graph_parallel.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/stats/graph_parallel.hh b/src/graph/stats/graph_parallel.hh index 0a398ddde05d2eba009778b8b22625113a6b035b..5a6ad76d5b63aa6c21f2f69184e0bac572e3a139 100644 --- a/src/graph/stats/graph_parallel.hh +++ b/src/graph/stats/graph_parallel.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/stats/graph_stats_bind.cc b/src/graph/stats/graph_stats_bind.cc index 360786b8fd8a2f56e62162799e0f02cb39054d3f..75be074f66b3fe45ec0c893fae463bfe6024d537 100644 --- a/src/graph/stats/graph_stats_bind.cc +++ b/src/graph/stats/graph_stats_bind.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/str_repr.hh b/src/graph/str_repr.hh index 614829d2b9d6185c7174e42738faa5f72c4dd791..e30188db8af7b3a9d6b287070428185d9ecfca0a 100644 --- a/src/graph/str_repr.hh +++ b/src/graph/str_repr.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_all_distances.cc b/src/graph/topology/graph_all_distances.cc index 2869a45712f1dbfb69c5101c415723ae663fc727..ebe19a3c3b77dffcbe0129eb73c6725c2bc5ca89 100644 --- a/src/graph/topology/graph_all_distances.cc +++ b/src/graph/topology/graph_all_distances.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_bipartite.cc b/src/graph/topology/graph_bipartite.cc index bffd840cecb1958fff56a4f0acf2c63fa7f8069f..d841f82e3738d46ab5b4870b233b28753a3f3f2a 100644 --- a/src/graph/topology/graph_bipartite.cc +++ b/src/graph/topology/graph_bipartite.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_components.cc b/src/graph/topology/graph_components.cc index 11555f2db214ed7c4316bd7a39d73c55140b94ba..3425c2b30d4b1ca82d5496d38c6b87b407322f1d 100644 --- a/src/graph/topology/graph_components.cc +++ b/src/graph/topology/graph_components.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_components.hh b/src/graph/topology/graph_components.hh index e4e268f54e06cf98358aee6fa75989a84eecec26..25f55af694b85f1b26397794e249391167750698 100644 --- a/src/graph/topology/graph_components.hh +++ b/src/graph/topology/graph_components.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_diameter.cc b/src/graph/topology/graph_diameter.cc index 9bd061f175d3385034e5b31fd903379fce2aeb8d..90f684a072606abb3d13984b6b5e883dfe5dac85 100644 --- a/src/graph/topology/graph_diameter.cc +++ b/src/graph/topology/graph_diameter.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_distance.cc b/src/graph/topology/graph_distance.cc index 5099e016d1536a118a79681bea396850f3a07465..cd839bf7109f52ef5fa62ec4e399ce667cecca3c 100644 --- a/src/graph/topology/graph_distance.cc +++ b/src/graph/topology/graph_distance.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_dominator_tree.cc b/src/graph/topology/graph_dominator_tree.cc index b10ee7368460e58b052b6eb3b042634637b70ed7..ac34db769abbb3e3605eaf8b77ef094957cd4c45 100644 --- a/src/graph/topology/graph_dominator_tree.cc +++ b/src/graph/topology/graph_dominator_tree.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_isomorphism.cc b/src/graph/topology/graph_isomorphism.cc index d95148eb73599344007cdbdb6d308aed79eb013a..55bcd8054ba50f63b3f0f35bf3a260798b0716ae 100644 --- a/src/graph/topology/graph_isomorphism.cc +++ b/src/graph/topology/graph_isomorphism.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_kcore.cc b/src/graph/topology/graph_kcore.cc index c1203b9c30a08b4a13fc32496184b0040fbd44c7..4f492508a6c81d227d70013ed79c5b2c41bdeb4b 100644 --- a/src/graph/topology/graph_kcore.cc +++ b/src/graph/topology/graph_kcore.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_kcore.hh b/src/graph/topology/graph_kcore.hh index 8d795be1ba448ecb4a977e53c10c43d27fefa1b3..28d17c5a727b36c7516b727514a337b7ba6f3ceb 100644 --- a/src/graph/topology/graph_kcore.hh +++ b/src/graph/topology/graph_kcore.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_maximal_planar.cc b/src/graph/topology/graph_maximal_planar.cc index caa4f31aa295b365761b5af12e597e9d7ddeb969..dc043faed411e346bd1d0732b4b0b205bec963b6 100644 --- a/src/graph/topology/graph_maximal_planar.cc +++ b/src/graph/topology/graph_maximal_planar.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_maximal_vertex_set.cc b/src/graph/topology/graph_maximal_vertex_set.cc index 2577028b4b8680da73d99f23ebcec28dd2ed538a..6057fa2bcdfaadf5359540d32124081020ccde7a 100644 --- a/src/graph/topology/graph_maximal_vertex_set.cc +++ b/src/graph/topology/graph_maximal_vertex_set.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_minimum_spanning_tree.cc b/src/graph/topology/graph_minimum_spanning_tree.cc index ba315f783716f28102cf4251bcc647923ff336fc..e9b0b6f58e26ae547c4c47628d83ea4fbca004c9 100644 --- a/src/graph/topology/graph_minimum_spanning_tree.cc +++ b/src/graph/topology/graph_minimum_spanning_tree.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_planar.cc b/src/graph/topology/graph_planar.cc index 1d81a2da99b355adcc0a5c52e2b0155ec747d5ef..5c33c98c5c13085757374b279086bd09788b4420 100644 --- a/src/graph/topology/graph_planar.cc +++ b/src/graph/topology/graph_planar.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_random_matching.cc b/src/graph/topology/graph_random_matching.cc index f34ee95def83d1f7ee3d6215af96029609a52bd3..47152620772b4cd273e06e2945cc296bb077b680 100644 --- a/src/graph/topology/graph_random_matching.cc +++ b/src/graph/topology/graph_random_matching.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_random_spanning_tree.cc b/src/graph/topology/graph_random_spanning_tree.cc index c731f0f7c6ba49782175fe32b32c912c11cb9399..faea957197c17e60a800234f2e471eddc82e573e 100644 --- a/src/graph/topology/graph_random_spanning_tree.cc +++ b/src/graph/topology/graph_random_spanning_tree.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_reciprocity.cc b/src/graph/topology/graph_reciprocity.cc index 7d91dc444154a8ba2806d58006528a92a8fe48cd..ef5543eef4514c42cd3c3548facfe8849d201229 100644 --- a/src/graph/topology/graph_reciprocity.cc +++ b/src/graph/topology/graph_reciprocity.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_sequential_color.cc b/src/graph/topology/graph_sequential_color.cc index 31c928f2e60c3dcfea33eac94dd623a0f2ccb459..9f1e3c4909c2ba22bb1538785823032388cac754 100644 --- a/src/graph/topology/graph_sequential_color.cc +++ b/src/graph/topology/graph_sequential_color.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_similarity.cc b/src/graph/topology/graph_similarity.cc index dc3bd33794f67a39bea4d8dc5d97de5d93a82d7f..519ab4f0ee12c55be305f8342eb7451bd10a8599 100644 --- a/src/graph/topology/graph_similarity.cc +++ b/src/graph/topology/graph_similarity.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_similarity.hh b/src/graph/topology/graph_similarity.hh index 03de8442d3270c9d04ee57ee6cad9b40a1cdc90f..b2a784939b655a86992c1c72cba7f0528ccbe2e6 100644 --- a/src/graph/topology/graph_similarity.hh +++ b/src/graph/topology/graph_similarity.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_subgraph_isomorphism.cc b/src/graph/topology/graph_subgraph_isomorphism.cc index 116f59e60f095fec2acb0a560419556f69afdfaa..054b0f3b209e058e8bab01d74fcd6ed1f026c098 100644 --- a/src/graph/topology/graph_subgraph_isomorphism.cc +++ b/src/graph/topology/graph_subgraph_isomorphism.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_topological_sort.cc b/src/graph/topology/graph_topological_sort.cc index f07ddcb8835ffcc097aead9be470ad7a57cd3792..bf3cf9cb6edaf8857383c4e030d139405cfe6be2 100644 --- a/src/graph/topology/graph_topological_sort.cc +++ b/src/graph/topology/graph_topological_sort.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_topology.cc b/src/graph/topology/graph_topology.cc index a9db5809af11dbcfd98a2c4ca27f343165c7c97a..102a67a0c0a237caeed04db066380b3ca6ba3e2e 100644 --- a/src/graph/topology/graph_topology.cc +++ b/src/graph/topology/graph_topology.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_transitive_closure.cc b/src/graph/topology/graph_transitive_closure.cc index fc2299829f660f55266cc7750bb3a15084d21b12..485be7f5f7274dfbaa0d07080d0ca2f6fce280ad 100644 --- a/src/graph/topology/graph_transitive_closure.cc +++ b/src/graph/topology/graph_transitive_closure.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/topology/graph_tsp.cc b/src/graph/topology/graph_tsp.cc index ef595263b54db46090483e57589f644c9b6cedfe..87303d1d6fcc72936531c1530c54eadba6db4253 100644 --- a/src/graph/topology/graph_tsp.cc +++ b/src/graph/topology/graph_tsp.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/transform_iterator.hh b/src/graph/transform_iterator.hh index fcc92f017f1e454200ea7e0479c5a9c3760b08f7..ceb3cc1b6a3f80bd38d0d79fb19274503cb2dd5f 100644 --- a/src/graph/transform_iterator.hh +++ b/src/graph/transform_iterator.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/util/graph_search.cc b/src/graph/util/graph_search.cc index 5e1d9627b64cb86771bce83874df27ad0daac5a0..3e0f0072d82aaa89c545404736e4a162746f5324 100644 --- a/src/graph/util/graph_search.cc +++ b/src/graph/util/graph_search.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/util/graph_search.hh b/src/graph/util/graph_search.hh index eb68fde266467d02fca58a753fc74619228b2f5a..1a4963fafa87e976fca90c093b4998f0513c36e3 100644 --- a/src/graph/util/graph_search.hh +++ b/src/graph/util/graph_search.hh @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph/util/graph_util_bind.cc b/src/graph/util/graph_util_bind.cc index 28a1b22c29536847e1cb9d35696268f49124896a..9959265180e6ca6619ae4ba9eaa222da6e44d551 100644 --- a/src/graph/util/graph_util_bind.cc +++ b/src/graph/util/graph_util_bind.cc @@ -1,6 +1,6 @@ // graph-tool -- a general graph modification and manipulation thingy // -// Copyright (C) 2006-2015 Tiago de Paula Peixoto +// Copyright (C) 2006-2016 Tiago de Paula Peixoto // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graph_tool/__init__.py b/src/graph_tool/__init__.py index ed3123dc3a516d0e54bbe851ace25d39c9bdf10e..70e99d1fce14d9603d4e46101b8397b1e474d208 100644 --- a/src/graph_tool/__init__.py +++ b/src/graph_tool/__init__.py @@ -3,7 +3,7 @@ # # graph_tool -- a general graph manipulation python module # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -88,7 +88,7 @@ else: unicode = str __author__ = "Tiago de Paula Peixoto " -__copyright__ = "Copyright 2006-2015 Tiago de Paula Peixoto" +__copyright__ = "Copyright 2006-2016 Tiago de Paula Peixoto" __license__ = "GPL version 3 or above" __URL__ = "http://graph-tool.skewed.de" diff --git a/src/graph_tool/all.py b/src/graph_tool/all.py index 446814e54ccdcc3d0c08e93d6dbe6c4118dee136..a84445bf4eb8a2b091dc31df658782bfa519ad0e 100644 --- a/src/graph_tool/all.py +++ b/src/graph_tool/all.py @@ -3,7 +3,7 @@ # # graph_tool -- a general graph manipulation python module # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/graph_tool/centrality/__init__.py b/src/graph_tool/centrality/__init__.py index ecec88e9a69666963d810364a33a227b4ca074f9..1165c00ecf48912db177393e59c934b347414dcc 100644 --- a/src/graph_tool/centrality/__init__.py +++ b/src/graph_tool/centrality/__init__.py @@ -3,7 +3,7 @@ # # graph_tool -- a general graph manipulation python module # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/graph_tool/clustering/__init__.py b/src/graph_tool/clustering/__init__.py index bf736994742952382c9b8a0da209c0e9d49c3afc..cd0311a4de95b929d35d59c8bf802b018f0c1874 100644 --- a/src/graph_tool/clustering/__init__.py +++ b/src/graph_tool/clustering/__init__.py @@ -3,7 +3,7 @@ # # graph_tool -- a general graph manipulation python module # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/graph_tool/collection/__init__.py b/src/graph_tool/collection/__init__.py index cbec8cb4d078a6366d2624ecbd52db79127b11ec..14a42f8c5cfc3585cc56d7c8cf8c2c2c44b065ec 100644 --- a/src/graph_tool/collection/__init__.py +++ b/src/graph_tool/collection/__init__.py @@ -3,7 +3,7 @@ # # graph_tool -- a general graph manipulation python module # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/graph_tool/collection/konect.py b/src/graph_tool/collection/konect.py index 3bf5550fb886c9826c9c8a5ced6b505989f3068e..4a6ffd2608afdad43444bb198ca4947d644ca88a 100644 --- a/src/graph_tool/collection/konect.py +++ b/src/graph_tool/collection/konect.py @@ -3,7 +3,7 @@ # # graph_tool -- a general graph manipulation python module # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/graph_tool/community/__init__.py b/src/graph_tool/community/__init__.py index 05245cfbb10bf9479303d64176adb65794d855c2..53b38383785d45df7260b322111dc85efdffc577 100644 --- a/src/graph_tool/community/__init__.py +++ b/src/graph_tool/community/__init__.py @@ -3,7 +3,7 @@ # # graph_tool -- a general graph manipulation python module # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/graph_tool/community/blockmodel.py b/src/graph_tool/community/blockmodel.py index bc4921e71997c88d70691fc10a30f42a7bebebbb..5b2f807a7a7c8662d26d0c3fc33561721a2b9882 100644 --- a/src/graph_tool/community/blockmodel.py +++ b/src/graph_tool/community/blockmodel.py @@ -3,7 +3,7 @@ # # graph_tool -- a general graph manipulation python module # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -987,9 +987,9 @@ def mcmc_sweep(state, beta=1., c=1., niter=1, dl=False, dense=False, .. [peixoto-efficient-2014] Tiago P. Peixoto, "Efficient Monte Carlo and greedy heuristic for the inference of stochastic block models", Phys. Rev. E 89, 012804 (2014), :doi:`10.1103/PhysRevE.89.012804`, :arxiv:`1310.4378`. - .. [peixoto-model-2015] Tiago P. Peixoto, "Model selection and hypothesis + .. [peixoto-model-2016] Tiago P. Peixoto, "Model selection and hypothesis testing for large-scale network models with overlapping groups", - Phys. Rev. X 5, 011033 (2015), :doi:`10.1103/PhysRevX.5.011033`, + Phys. Rev. X 5, 011033 (2016), :doi:`10.1103/PhysRevX.5.011033`, :arxiv:`1409.3059`. """ @@ -2188,11 +2188,11 @@ def minimize_blockmodel_dl(g, deg_corr=True, overlap=False, ec=None, .. [peixoto-efficient-2014] Tiago P. Peixoto, "Efficient Monte Carlo and greedy heuristic for the inference of stochastic block models", Phys. Rev. E 89, 012804 (2014), :doi:`10.1103/PhysRevE.89.012804`, :arxiv:`1310.4378`. - .. [peixoto-model-2015] Tiago P. Peixoto, "Model selection and hypothesis + .. [peixoto-model-2016] Tiago P. Peixoto, "Model selection and hypothesis testing for large-scale network models with overlapping groups", - Phys. Rev. X 5, 011033 (2015), :doi:`10.1103/PhysRevX.5.011033`, + Phys. Rev. X 5, 011033 (2016), :doi:`10.1103/PhysRevX.5.011033`, :arxiv:`1409.3059`. - .. [peixoto-inferring-2015] Tiago P. Peixoto, "Inferring the mesoscale + .. [peixoto-inferring-2016] Tiago P. Peixoto, "Inferring the mesoscale structure of layered, edge-valued and time-varying networks", :arXiv:`1504.02381` """ diff --git a/src/graph_tool/community/nested_blockmodel.py b/src/graph_tool/community/nested_blockmodel.py index 9acc6754b95887854834d1fa7f095ef69f7b64c2..8a9445243affedc6f85dd02028e751cce9b1425c 100644 --- a/src/graph_tool/community/nested_blockmodel.py +++ b/src/graph_tool/community/nested_blockmodel.py @@ -3,7 +3,7 @@ # # graph_tool -- a general graph manipulation python module # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -612,9 +612,9 @@ def nested_mcmc_sweep(state, beta=1., c=1., dl=True, propagate_clabel=True, .. [peixoto-hierarchical-2014] Tiago P. Peixoto, "Hierarchical block structures and high-resolution model selection in large networks ", Phys. Rev. X 4, 011047 (2014), :doi:`10.1103/PhysRevX.4.011047`, :arxiv:`1310.4377`. - .. [peixoto-model-2015] Tiago P. Peixoto, "Model selection and hypothesis + .. [peixoto-model-2016] Tiago P. Peixoto, "Model selection and hypothesis testing for large-scale network models with overlapping groups", - Phys. Rev. X 5, 011033 (2015), :doi:`10.1103/PhysRevX.5.011033`, + Phys. Rev. X 5, 011033 (2016), :doi:`10.1103/PhysRevX.5.011033`, :arxiv:`1409.3059`. """ @@ -1432,11 +1432,11 @@ def minimize_nested_blockmodel_dl(g, Bs=None, bs=None, min_B=None, max_B=None, .. [peixoto-efficient-2014] Tiago P. Peixoto, "Efficient Monte Carlo and greedy heuristic for the inference of stochastic block models", Phys. Rev. E 89, 012804 (2014), :doi:`10.1103/PhysRevE.89.012804`, :arxiv:`1310.4378`. - .. [peixoto-model-2015] Tiago P. Peixoto, "Model selection and hypothesis + .. [peixoto-model-2016] Tiago P. Peixoto, "Model selection and hypothesis testing for large-scale network models with overlapping groups", - Phys. Rev. X 5, 011033 (2015), :doi:`10.1103/PhysRevX.5.011033`, + Phys. Rev. X 5, 011033 (2016), :doi:`10.1103/PhysRevX.5.011033`, :arxiv:`1409.3059`. - .. [peixoto-inferring-2015] Tiago P. Peixoto, "Inferring the mesoscale + .. [peixoto-inferring-2016] Tiago P. Peixoto, "Inferring the mesoscale structure of layered, edge-valued and time-varying networks", :arXiv:`1504.02381` """ diff --git a/src/graph_tool/community/overlap_blockmodel.py b/src/graph_tool/community/overlap_blockmodel.py index e9bb47f832a00b9b346e349c324f4126b8687d48..97e77071a4f03e1256a6435503f1770c4a64572e 100644 --- a/src/graph_tool/community/overlap_blockmodel.py +++ b/src/graph_tool/community/overlap_blockmodel.py @@ -3,7 +3,7 @@ # # graph_tool -- a general graph manipulation python module # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/graph_tool/correlations/__init__.py b/src/graph_tool/correlations/__init__.py index 2252b1dea6ecf843a2f604b8f32fdb6a9f740146..e3b85b18578443bc2e580c927ed512161f6fa697 100644 --- a/src/graph_tool/correlations/__init__.py +++ b/src/graph_tool/correlations/__init__.py @@ -3,7 +3,7 @@ # # graph_tool -- a general graph manipulation python module # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/graph_tool/decorators.py b/src/graph_tool/decorators.py index 42c46f52b465454bb6487b60089ac7963e4d34e8..e0664f797bc59ed4b577a768f206e829677591d5 100644 --- a/src/graph_tool/decorators.py +++ b/src/graph_tool/decorators.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -24,7 +24,7 @@ Some useful decorators from __future__ import division, absolute_import, print_function __author__ = "Tiago de Paula Peixoto " -__copyright__ = "Copyright 2006-2015 Tiago de Paula Peixoto" +__copyright__ = "Copyright 2006-2016 Tiago de Paula Peixoto" __license__ = "GPL version 3 or above" import inspect diff --git a/src/graph_tool/dl_import.py b/src/graph_tool/dl_import.py index 54161904af0df5527ab23cf7822e7179cb8f829f..1aa76ccb893563c9e3e3a214e519ec1b8cdb32a7 100644 --- a/src/graph_tool/dl_import.py +++ b/src/graph_tool/dl_import.py @@ -3,7 +3,7 @@ # # graph_tool -- a general graph manipulation python module # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/graph_tool/draw/__init__.py b/src/graph_tool/draw/__init__.py index 665b57302be9196cfc929e8cc2d351e0901faee3..96f0e87c6cebfb9a31b853b85acf8d97be2e8a94 100644 --- a/src/graph_tool/draw/__init__.py +++ b/src/graph_tool/draw/__init__.py @@ -3,7 +3,7 @@ # # graph_tool -- a general graph manipulation python module # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/graph_tool/draw/cairo_draw.py b/src/graph_tool/draw/cairo_draw.py index 92b44e7373b02f7daa99775b9fd40a49822df4a9..75fc1a9c85622e725f91f4804cb2c2fcc1eb85d9 100644 --- a/src/graph_tool/draw/cairo_draw.py +++ b/src/graph_tool/draw/cairo_draw.py @@ -3,7 +3,7 @@ # # graph_tool -- a general graph manipulation python module # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/graph_tool/draw/graphviz_draw.py b/src/graph_tool/draw/graphviz_draw.py index 69cddf9b1c850222b5a173e1b63057413a8340f5..953d1b0d0627b58a64bb5c2cb3b8bea126fa121b 100644 --- a/src/graph_tool/draw/graphviz_draw.py +++ b/src/graph_tool/draw/graphviz_draw.py @@ -3,7 +3,7 @@ # # graph_tool -- a general graph manipulation python module # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/graph_tool/draw/gtk_draw.py b/src/graph_tool/draw/gtk_draw.py index 98db9ef7dcc5e2d8cc346ba1f54989e26df4df2c..f6164a006dc14b1bee1d3cc02b0e926b0420237e 100644 --- a/src/graph_tool/draw/gtk_draw.py +++ b/src/graph_tool/draw/gtk_draw.py @@ -3,7 +3,7 @@ # # graph_tool -- a general graph manipulation python module # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/graph_tool/flow/__init__.py b/src/graph_tool/flow/__init__.py index 51517d099e654529eac858cedbb0538865533179..1334b13ffbea685f1d1426105156dbd5cd8235d6 100644 --- a/src/graph_tool/flow/__init__.py +++ b/src/graph_tool/flow/__init__.py @@ -3,7 +3,7 @@ # # graph_tool -- a general graph manipulation python module # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/graph_tool/generation/__init__.py b/src/graph_tool/generation/__init__.py index 2148104d72b94092ef51db56e289ccba19075402..b9672f70aeaf9b81e12e157df788494a537be0de 100644 --- a/src/graph_tool/generation/__init__.py +++ b/src/graph_tool/generation/__init__.py @@ -3,7 +3,7 @@ # # graph_tool -- a general graph manipulation python module # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/graph_tool/io.py b/src/graph_tool/io.py index edfacb515977f1013bfa5b0cc512bdca80dfb189..e0a0d6227fa292944f5cecc44d55bcbf84199c5b 100644 --- a/src/graph_tool/io.py +++ b/src/graph_tool/io.py @@ -3,7 +3,7 @@ # # graph_tool -- a general graph manipulation python module # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/graph_tool/search/__init__.py b/src/graph_tool/search/__init__.py index 6d7f6e16152ad1e140cebbc56bcf076cdf9b8fa0..d03acee8ba36ad1c27f468040c49a5b438792ef8 100644 --- a/src/graph_tool/search/__init__.py +++ b/src/graph_tool/search/__init__.py @@ -3,7 +3,7 @@ # # graph_tool -- a general graph manipulation python module # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/graph_tool/spectral/__init__.py b/src/graph_tool/spectral/__init__.py index 70c8ef6923affcf0468e22a61fc511e534376aaa..0e750af203832968f20912edba239775079a2d42 100644 --- a/src/graph_tool/spectral/__init__.py +++ b/src/graph_tool/spectral/__init__.py @@ -3,7 +3,7 @@ # # graph_tool -- a general graph manipulation python module # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/graph_tool/stats/__init__.py b/src/graph_tool/stats/__init__.py index 5116d565d8fb83e5f0389537c7190e016cec27b8..e45b3086a4351618e0e66a87bcbbdb28b09fef43 100644 --- a/src/graph_tool/stats/__init__.py +++ b/src/graph_tool/stats/__init__.py @@ -3,7 +3,7 @@ # # graph_tool -- a general graph manipulation python module # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/graph_tool/topology/__init__.py b/src/graph_tool/topology/__init__.py index 6af916dbc563aaa97c7fc226709fe4c27a33cc5c..d43673425ddbe79c6709d1da462e8b618a1ca989 100644 --- a/src/graph_tool/topology/__init__.py +++ b/src/graph_tool/topology/__init__.py @@ -3,7 +3,7 @@ # # graph_tool -- a general graph manipulation python module # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/graph_tool/util/__init__.py b/src/graph_tool/util/__init__.py index e73902048e2db10448a66902311d1d25ef9e40ba..6e6d5e495801975fc6987c90e3b17da53616784d 100644 --- a/src/graph_tool/util/__init__.py +++ b/src/graph_tool/util/__init__.py @@ -3,7 +3,7 @@ # # graph_tool -- a general graph manipulation python module # -# Copyright (C) 2006-2015 Tiago de Paula Peixoto +# Copyright (C) 2006-2016 Tiago de Paula Peixoto # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by