Boost logo

Boost-Commit :

From: hljin_at_[hidden]
Date: 2008-03-15 19:44:55


Author: hljin
Date: 2008-03-15 19:44:54 EDT (Sat, 15 Mar 2008)
New Revision: 43642
URL: http://svn.boost.org/trac/boost/changeset/43642

Log:
Add copyright notice and Boost license
Text files modified:
   trunk/libs/gil/example/Makefile | 6 ++++++
   trunk/libs/gil/example/README.txt | 6 ++++++
   2 files changed, 12 insertions(+), 0 deletions(-)

Modified: trunk/libs/gil/example/Makefile
==============================================================================
--- trunk/libs/gil/example/Makefile (original)
+++ trunk/libs/gil/example/Makefile 2008-03-15 19:44:54 EDT (Sat, 15 Mar 2008)
@@ -1,3 +1,9 @@
+# Copyright 2008 Lubomir Bourdev and Hailin Jin
+#
+# 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)
+
 .SUFFIXES: .cpp
 #CXX=/usr/local/gcc-411/bin/g++
 CXX=g++

Modified: trunk/libs/gil/example/README.txt
==============================================================================
--- trunk/libs/gil/example/README.txt (original)
+++ trunk/libs/gil/example/README.txt 2008-03-15 19:44:54 EDT (Sat, 15 Mar 2008)
@@ -1,3 +1,9 @@
+Copyright 2008 Lubomir Bourdev and Hailin Jin
+
+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)
+
 This directory contains GIL sample code.
 
 We provide a Makefile that compiles all examples. You will need to change it to specify the correct path to boost, gil, and libjpeg. Some of the examples include the GIL numeric extension, which you can get from:


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk