summaryrefslogtreecommitdiff
path: root/boost/gil/extension/toolbox/metafunctions/channel_view.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/gil/extension/toolbox/metafunctions/channel_view.hpp')
-rw-r--r--boost/gil/extension/toolbox/metafunctions/channel_view.hpp31
1 files changed, 10 insertions, 21 deletions
diff --git a/boost/gil/extension/toolbox/metafunctions/channel_view.hpp b/boost/gil/extension/toolbox/metafunctions/channel_view.hpp
index 4d42ff3ac1..454155b05d 100644
--- a/boost/gil/extension/toolbox/metafunctions/channel_view.hpp
+++ b/boost/gil/extension/toolbox/metafunctions/channel_view.hpp
@@ -1,23 +1,12 @@
-/*
- Copyright 2010 Fabien Castan, Christian Henning
- 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).
-*/
-
-/*************************************************************************************************/
-
-#ifndef BOOST_GIL_EXTENSION_TOOLBOX_CHANNEL_VIEW_HPP_INCLUDED
-#define BOOST_GIL_EXTENSION_TOOLBOX_CHANNEL_VIEW_HPP_INCLUDED
-
-////////////////////////////////////////////////////////////////////////////////////////
-/// \file channel_view.hpp
-/// \brief Helper to generate channel_view type.
-/// \author Fabien Castan, Christian Henning \n
-///
-/// \date 2010 \n
-///
-////////////////////////////////////////////////////////////////////////////////////////
+//
+// Copyright 2010 Fabien Castan, Christian Henning
+//
+// 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_EXTENSION_TOOLBOX_CHANNEL_VIEW_HPP
+#define BOOST_GIL_EXTENSION_TOOLBOX_CHANNEL_VIEW_HPP
#include <boost/gil/image_view_factory.hpp>
@@ -76,4 +65,4 @@ typename channel_view_type< Channel
} // namespace gil
} // namespace boost
-#endif // BOOST_GIL_EXTENSION_TOOLBOX_CHANNEL_VIEW_HPP_INCLUDED
+#endif