summaryrefslogtreecommitdiff
path: root/boost/gil/extension/toolbox/color_converters.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/gil/extension/toolbox/color_converters.hpp')
-rw-r--r--boost/gil/extension/toolbox/color_converters.hpp27
1 files changed, 8 insertions, 19 deletions
diff --git a/boost/gil/extension/toolbox/color_converters.hpp b/boost/gil/extension/toolbox/color_converters.hpp
index 5286ac14d6..6f1a0dcb33 100644
--- a/boost/gil/extension/toolbox/color_converters.hpp
+++ b/boost/gil/extension/toolbox/color_converters.hpp
@@ -1,25 +1,14 @@
-/*
- Copyright 2012 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).
-*/
-
-/*************************************************************************************************/
-
+//
+// Copyright 2012 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_COLOR_CONVERTERS_HPP
#define BOOST_GIL_EXTENSION_TOOLBOX_COLOR_CONVERTERS_HPP
-////////////////////////////////////////////////////////////////////////////////////////
-/// \file color_converters.hpp
-/// \brief Color converters for toolbox extension.
-/// \author Christian Henning \n
-///
-/// \date 2012 \n
-///
-////////////////////////////////////////////////////////////////////////////////////////
-
#include <boost/gil/extension/toolbox/color_converters/gray_to_rgba.hpp>
#include <boost/gil/extension/toolbox/color_converters/rgb_to_luminance.hpp>
-#endif // BOOST_GIL_EXTENSION_TOOLBOX_COLOR_CONVERTERS_HPP
+#endif