diff options
Diffstat (limited to 'cutl/container')
-rw-r--r-- | cutl/container/any.hxx | 2 | ||||
-rw-r--r-- | cutl/container/graph.hxx | 2 | ||||
-rw-r--r-- | cutl/container/graph.txx | 2 | ||||
-rw-r--r-- | cutl/container/pointer-iterator.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/cutl/container/any.hxx b/cutl/container/any.hxx index 061c201..8999fbb 100644 --- a/cutl/container/any.hxx +++ b/cutl/container/any.hxx @@ -1,6 +1,6 @@ // file : cutl/container/any.hxx // author : Boris Kolpackov <boris@codesynthesis.com> -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_CONTAINER_ANY_HXX diff --git a/cutl/container/graph.hxx b/cutl/container/graph.hxx index 35650c1..2b796a1 100644 --- a/cutl/container/graph.hxx +++ b/cutl/container/graph.hxx @@ -1,6 +1,6 @@ // file : cutl/container/graph.hxx // author : Boris Kolpackov <boris@codesynthesis.com> -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_CONTAINER_GRAPH_HXX diff --git a/cutl/container/graph.txx b/cutl/container/graph.txx index 534b0ac..615453d 100644 --- a/cutl/container/graph.txx +++ b/cutl/container/graph.txx @@ -1,6 +1,6 @@ // file : cutl/container/graph.txx // author : Boris Kolpackov <boris@codesynthesis.com> -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl diff --git a/cutl/container/pointer-iterator.hxx b/cutl/container/pointer-iterator.hxx index cc94151..f303487 100644 --- a/cutl/container/pointer-iterator.hxx +++ b/cutl/container/pointer-iterator.hxx @@ -1,6 +1,6 @@ // file : cutl/container/pointer-iterator.hxx // author : Boris Kolpackov <boris@codesynthesis.com> -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_CONTAINER_POINTER_ITERATOR_HXX |