X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fstlplus%2Fcontainers%2Fdigraph.tpp;h=ea6f84e3da28eaab1d2d732179c8fb9632cca2b7;hp=c10586b011e354782d713787b0f106fdef6c73f3;hb=4f6e4488a55f7e3ba3f7485d78177f793c0eab9a;hpb=6b0a0d0efafe34d48ab344fca3b479553bd4e62c diff --git a/src/stlplus/containers/digraph.tpp b/src/stlplus/containers/digraph.tpp index c10586b..ea6f84e 100644 --- a/src/stlplus/containers/digraph.tpp +++ b/src/stlplus/containers/digraph.tpp @@ -2,7 +2,7 @@ // Author: Andy Rushton // Copyright: (c) Southampton University 1999-2004 -// (c) Andy Rushton 2004-2009 +// (c) Andy Rushton 2004 onwards // License: BSD License, see ../docs/license.html // Note: I tried to write this using STL lists for the node and arc lists, but