$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: lbourdev_at_[hidden]
Date: 2007-09-17 03:53:08
Author: lbourdev
Date: 2007-09-17 03:53:06 EDT (Mon, 17 Sep 2007)
New Revision: 39338
URL: http://svn.boost.org/trac/boost/changeset/39338
Log:
fixing affine
Text files modified: 
   trunk/libs/gil/example/affine.cpp |    17 +++++++++++++++++                       
   1 files changed, 17 insertions(+), 0 deletions(-)
Modified: trunk/libs/gil/example/affine.cpp
==============================================================================
--- trunk/libs/gil/example/affine.cpp	(original)
+++ trunk/libs/gil/example/affine.cpp	2007-09-17 03:53:06 EDT (Mon, 17 Sep 2007)
@@ -1,3 +1,20 @@
+/*
+    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.
+*/
+
+/*************************************************************************************************/
+
+///////////////////////
+////  NOTE: This sample file uses the numeric extension, which does not come with the Boost distribution.
+////  You may download it from http://opensource.adobe.com/gil 
+///////////////////////
+
 /// \file
 /// \brief Test file for resample_pixels() in the numeric extension
 /// \author Lubomir Bourdev and Hailin Jin