summaryrefslogtreecommitdiff
path: root/boost/gil/virtual_locator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/gil/virtual_locator.hpp')
-rw-r--r--boost/gil/virtual_locator.hpp37
1 files changed, 12 insertions, 25 deletions
diff --git a/boost/gil/virtual_locator.hpp b/boost/gil/virtual_locator.hpp
index 2e858f3b2c..44997d559d 100644
--- a/boost/gil/virtual_locator.hpp
+++ b/boost/gil/virtual_locator.hpp
@@ -1,29 +1,16 @@
-/*
- Copyright 2005-2007 Adobe Systems Incorporated
-
- Use, modification and distribution are subject to the Boost Software License,
- Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
- http://www.boost.org/LICENSE_1_0.txt).
-
- See http://opensource.adobe.com/gil for most recent version including documentation.
-*/
-
-/*************************************************************************************************/
-
-#ifndef GIL_VIRTUAL_LOCATOR_HPP
-#define GIL_VIRTUAL_LOCATOR_HPP
-
-////////////////////////////////////////////////////////////////////////////////////////
-/// \file
-/// \brief Locator for virtual image views
-/// \author Lubomir Bourdev and Hailin Jin \n
-/// Adobe Systems Incorporated
-/// \date 2005-2007 \n Last updated on February 12, 2007
-///
-////////////////////////////////////////////////////////////////////////////////////////
+//
+// Copyright 2005-2007 Adobe Systems Incorporated
+//
+// Distributed under the Boost Software License, Version 1.0
+// See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt
+//
+#ifndef BOOST_GIL_VIRTUAL_LOCATOR_HPP
+#define BOOST_GIL_VIRTUAL_LOCATOR_HPP
+
+#include <boost/gil/position_iterator.hpp>
#include <boost/iterator/iterator_facade.hpp>
-#include "position_iterator.hpp"
namespace boost { namespace gil {
@@ -131,6 +118,6 @@ struct transposed_type<virtual_2d_locator<D,IsTransposed> > {
typedef virtual_2d_locator<D,1-IsTransposed> type;
};
-} } // namespace boost::gil
+}} // namespace boost::gil
#endif