$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: lbourdev_at_[hidden]
Date: 2007-09-17 02:36:25
Author: lbourdev
Date: 2007-09-17 02:36:22 EDT (Mon, 17 Sep 2007)
New Revision: 39337
URL: http://svn.boost.org/trac/boost/changeset/39337
Log:
GIL: Updating mandelbrot example with the new GIL.
Text files modified: 
   trunk/libs/gil/example/mandelbrot.cpp |    12 ++++++++++++                            
   1 files changed, 12 insertions(+), 0 deletions(-)
Modified: trunk/libs/gil/example/mandelbrot.cpp
==============================================================================
--- trunk/libs/gil/example/mandelbrot.cpp	(original)
+++ trunk/libs/gil/example/mandelbrot.cpp	2007-09-17 02:36:22 EDT (Mon, 17 Sep 2007)
@@ -1,3 +1,15 @@
+/*
+    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.
+*/
+
+/*************************************************************************************************/
+
 /// \file
 /// \brief Test file for convolve_rows() and convolve_cols() in the numeric extension
 /// \author Lubomir Bourdev and Hailin Jin