Update of /cvsroot/boost/boost/boost/gil
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28572
Modified Files:
channel.hpp channel_algorithm.hpp cmyk.hpp color_base.hpp
color_base_algorithm.hpp color_convert.hpp deprecated.hpp
device_n.hpp gil_all.hpp gil_concept.hpp gil_config.hpp
gray.hpp image.hpp image_view.hpp image_view_factory.hpp
iterator_from_2d.hpp locator.hpp metafunctions.hpp
packed_pixel.hpp pixel.hpp pixel_iterator.hpp
pixel_iterator_adaptor.hpp planar_pixel_iterator.hpp
planar_pixel_reference.hpp position_iterator.hpp rgb.hpp
rgba.hpp step_iterator.hpp typedefs.hpp utilities.hpp
virtual_locator.hpp
Log Message:
Fixed headers to refer to the Boost license. Fixed min/max issues and removed
tabs.
Index: channel.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/channel.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- channel.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ channel.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,7 +1,11 @@
/*
Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
+
+ 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.
*/
/*************************************************************************************************/
@@ -14,7 +18,7 @@
/// \brief Channel utilities
/// \author Lubomir Bourdev and Hailin Jin \n
/// Adobe Systems Incorporated
-/// \date 2005-2007 \n Last updated on September 18, 2006
+/// \date 2005-2007 \n Last updated on May 6, 2007
///
/// Definitions of standard GIL channel models
///
@@ -71,8 +75,8 @@
typedef const T& const_reference;
typedef T const* const_pointer;
BOOST_STATIC_CONSTANT(bool, is_mutable=true);
- static value_type min_value() { return std::numeric_limits<T>::min(); }
- static value_type max_value() { return std::numeric_limits<T>::max(); }
+ static value_type min_value() { return
(std::numeric_limits<T>::min)(); }
+ static value_type max_value() { return
(std::numeric_limits<T>::max)(); }
};
/// \brief channel traits implementation for constant built-in scalar or
floating point type
Index: channel_algorithm.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/channel_algorithm.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- channel_algorithm.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ channel_algorithm.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,9 +1,12 @@
/*
Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
-*/
+
+ 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_CHANNEL_ALGORITHM_HPP
@@ -14,7 +17,7 @@
/// \brief Channel algorithms
/// \author Lubomir Bourdev and Hailin Jin \n
/// Adobe Systems Incorporated
-/// \date 2005-2007 \n Last updated on September 18, 2006
+/// \date 2005-2007 \n Last updated on May 6, 2007
///
/// Definitions of standard GIL 8-bit, 16-bit, 32-bit channels
///
Index: cmyk.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/cmyk.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cmyk.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ cmyk.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,7 +1,11 @@
/*
- Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
+ 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.
*/
/*************************************************************************************************/
Index: color_base.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/color_base.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- color_base.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ color_base.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,7 +1,11 @@
/*
- Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
+ 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.
*/
/*************************************************************************************************/
@@ -14,7 +18,7 @@
/// \brief pixel class and related utilities
/// \author Lubomir Bourdev and Hailin Jin \n
/// Adobe Systems Incorporated
-/// \date 2005-2007 \n Last updated on September 28, 2006
+/// \date 2005-2007 \n Last updated on May 6, 2007
///
////////////////////////////////////////////////////////////////////////////////////////
Index: color_base_algorithm.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/color_base_algorithm.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- color_base_algorithm.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ color_base_algorithm.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,7 +1,11 @@
/*
- Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
+ 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.
*/
/*************************************************************************************************/
@@ -353,26 +357,26 @@
};
// std::min and std::max don't have the mutable overloads...
-template <typename Q> inline const Q& min(const Q& x, const Q& y) { return x<y
? x : y; }
-template <typename Q> inline Q& min( Q& x, Q& y) { return x<y
? x : y; }
-template <typename Q> inline const Q& max(const Q& x, const Q& y) { return x<y
? y : x; }
-template <typename Q> inline Q& max( Q& x, Q& y) { return x<y
? y : x; }
+template <typename Q> inline const Q& mutable_min(const Q& x, const Q& y) {
return x<y ? x : y; }
+template <typename Q> inline Q& mutable_min( Q& x, Q& y) {
return x<y ? x : y; }
+template <typename Q> inline const Q& mutable_max(const Q& x, const Q& y) {
return x<y ? y : x; }
+template <typename Q> inline Q& mutable_max( Q& x, Q& y) {
return x<y ? y : x; }
// compile-time recursion for min/max element
template <int N>
struct min_max_recur {
template <typename P> static typename
element_const_reference_type<P>::type max_(const P& p) {
- return detail::max(min_max_recur<N-1>::max_(p),semantic_at_c<N-1>(p));
+ return mutable_max(min_max_recur<N-1>::max_(p),semantic_at_c<N-1>(p));
}
template <typename P> static typename element_reference_type<P>::type
max_( P& p) {
- return detail::max(min_max_recur<N-1>::max_(p),semantic_at_c<N-1>(p));
+ return mutable_max(min_max_recur<N-1>::max_(p),semantic_at_c<N-1>(p));
}
template <typename P> static typename
element_const_reference_type<P>::type min_(const P& p) {
- return detail::min(min_max_recur<N-1>::min_(p),semantic_at_c<N-1>(p));
+ return mutable_min(min_max_recur<N-1>::min_(p),semantic_at_c<N-1>(p));
}
template <typename P> static typename element_reference_type<P>::type
min_( P& p) {
- return detail::min(min_max_recur<N-1>::min_(p),semantic_at_c<N-1>(p));
+ return mutable_min(min_max_recur<N-1>::min_(p),semantic_at_c<N-1>(p));
}
};
Index: color_convert.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/color_convert.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- color_convert.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ color_convert.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,9 +1,12 @@
/*
Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
-*/
+
+ 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_COLOR_CONVERT_HPP
@@ -153,10 +156,10 @@
get_color(dst,cyan_t()) =
channel_invert(channel_convert<T2>(get_color(src,red_t()))); // c = 1
- r
get_color(dst,magenta_t()) =
channel_invert(channel_convert<T2>(get_color(src,green_t()))); // m = 1
- g
get_color(dst,yellow_t()) =
channel_invert(channel_convert<T2>(get_color(src,blue_t()))); // y = 1
- b
- get_color(dst,black_t()) = std::min(get_color(dst,cyan_t()),
-
std::min(get_color(dst,magenta_t()),
-
get_color(dst,yellow_t()))); // k = min(c, m, y)
- T2 x = channel_traits<T2>::max_value()-get_color(dst,black_t());
// x = 1 - k
+ get_color(dst,black_t()) = (std::min)(get_color(dst,cyan_t()),
+
(std::min)(get_color(dst,magenta_t()),
+
get_color(dst,yellow_t()))); // k = minimum(c, m, y)
+ T2 x = channel_traits<T2>::max_value()-get_color(dst,black_t());
// x = 1 - k
if (x>0.0001f) {
float x1 = channel_traits<T2>::max_value()/float(x);
get_color(dst,cyan_t()) = (T2)((get_color(dst,cyan_t()) -
get_color(dst,black_t()))*x1); // c = (c - k) / x
@@ -182,17 +185,17 @@
get_color(dst,red_t()) =
channel_convert<typename color_element_type<red_t,P2>::type>(
channel_invert<T1>(
- std::min(channel_traits<T1>::max_value(),
+ (std::min)(channel_traits<T1>::max_value(),
T1(get_color(src,cyan_t())*channel_invert(get_color(src,black_t()))+get_color(src,black_t())))));
get_color(dst,green_t())=
channel_convert<typename color_element_type<green_t,P2>::type>(
channel_invert<T1>(
- std::min(channel_traits<T1>::max_value(),
+ (std::min)(channel_traits<T1>::max_value(),
T1(get_color(src,magenta_t())*channel_invert(get_color(src,black_t()))+get_color(src,black_t())))));
get_color(dst,blue_t()) =
channel_convert<typename color_element_type<blue_t,P2>::type>(
channel_invert<T1>(
- std::min(channel_traits<T1>::max_value(),
+ (std::min)(channel_traits<T1>::max_value(),
T1(get_color(src,yellow_t())*channel_invert(get_color(src,black_t()))+get_color(src,black_t())))));
}
};
Index: deprecated.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/deprecated.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- deprecated.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ deprecated.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,7 +1,11 @@
/*
Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
+
+ 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.
*/
/*************************************************************************************************/
Index: device_n.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/device_n.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- device_n.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ device_n.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,9 +1,12 @@
/*
- Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
-*/
+ 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_DEVICE_N_H
Index: gil_all.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/gil_all.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gil_all.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ gil_all.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,7 +1,11 @@
/*
Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
+
+ 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.
*/
/*************************************************************************************************/
Index: gil_concept.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/gil_concept.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gil_concept.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ gil_concept.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,7 +1,11 @@
/*
Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
+
+ 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.
*/
/*************************************************************************************************/
Index: gil_config.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/gil_config.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gil_config.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ gil_config.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,7 +1,11 @@
/*
Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
+
+ 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.
*/
/*************************************************************************************************/
Index: gray.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/gray.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gray.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ gray.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,7 +1,11 @@
/*
- Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
+ 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.
*/
/*************************************************************************************************/
Index: image.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/image.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- image.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ image.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,9 +1,12 @@
/*
Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
-*/
+
+ 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_IMAGE_H
Index: image_view.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/image_view.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- image_view.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ image_view.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,9 +1,12 @@
/*
Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
-*/
+
+ 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_IMAGE_VIEW_H
Index: image_view_factory.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/image_view_factory.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- image_view_factory.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ image_view_factory.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,7 +1,11 @@
/*
Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
+
+ 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.
*/
/*************************************************************************************************/
Index: iterator_from_2d.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/iterator_from_2d.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- iterator_from_2d.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ iterator_from_2d.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,9 +1,12 @@
/*
Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
-*/
+
+ 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_ITERATOR_FROM_2D_H
Index: locator.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/locator.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- locator.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ locator.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,7 +1,11 @@
/*
Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
+
+ 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.
*/
/*************************************************************************************************/
Index: metafunctions.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/metafunctions.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- metafunctions.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ metafunctions.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,7 +1,11 @@
/*
Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
+
+ 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.
*/
/*************************************************************************************************/
Index: packed_pixel.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/packed_pixel.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- packed_pixel.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ packed_pixel.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,7 +1,11 @@
/*
- Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
+ 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.
*/
/*************************************************************************************************/
Index: pixel.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/pixel.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pixel.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ pixel.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,9 +1,12 @@
/*
- Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
-*/
+ 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_PIXEL_H
Index: pixel_iterator.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/pixel_iterator.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pixel_iterator.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ pixel_iterator.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,7 +1,11 @@
/*
Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
+
+ 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.
*/
/*************************************************************************************************/
Index: pixel_iterator_adaptor.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/pixel_iterator_adaptor.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pixel_iterator_adaptor.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ pixel_iterator_adaptor.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,7 +1,11 @@
/*
Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
+
+ 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.
*/
/*************************************************************************************************/
Index: planar_pixel_iterator.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/planar_pixel_iterator.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- planar_pixel_iterator.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ planar_pixel_iterator.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,7 +1,11 @@
/*
Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
+
+ 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.
*/
/*************************************************************************************************/
Index: planar_pixel_reference.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/planar_pixel_reference.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- planar_pixel_reference.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ planar_pixel_reference.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,7 +1,11 @@
/*
- Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
+ 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.
*/
/*************************************************************************************************/
Index: position_iterator.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/position_iterator.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- position_iterator.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ position_iterator.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,7 +1,11 @@
/*
Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
+
+ 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.
*/
/*************************************************************************************************/
Index: rgb.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/rgb.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rgb.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ rgb.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,7 +1,11 @@
/*
- Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
+ 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.
*/
/*************************************************************************************************/
Index: rgba.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/rgba.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rgba.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ rgba.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,9 +1,12 @@
/*
- Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
-*/
+ 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_RGBA_H
Index: step_iterator.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/step_iterator.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- step_iterator.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ step_iterator.hpp 7 May 2007 07:32:01 -0000 1.2
@@ -1,7 +1,11 @@
/*
Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
+
+ 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.
*/
/*************************************************************************************************/
Index: typedefs.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/typedefs.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- typedefs.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ typedefs.hpp 7 May 2007 07:32:02 -0000 1.2
@@ -1,7 +1,11 @@
/*
Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
+
+ 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.
*/
/*************************************************************************************************/
Index: utilities.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/utilities.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- utilities.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ utilities.hpp 7 May 2007 07:32:02 -0000 1.2
@@ -1,7 +1,11 @@
/*
Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
+
+ 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.
*/
/*************************************************************************************************/
Index: virtual_locator.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/gil/virtual_locator.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- virtual_locator.hpp 23 Apr 2007 23:15:00 -0000 1.1
+++ virtual_locator.hpp 7 May 2007 07:32:02 -0000 1.2
@@ -1,7 +1,11 @@
/*
Copyright 2005-2007 Adobe Systems Incorporated
- Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
- or a copy at http://opensource.adobe.com/licenses.html)
+
+ 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.
*/
/*************************************************************************************************/
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs