Boost logo

Boost-Commit :

From: hljin_at_[hidden]
Date: 2008-03-15 19:45:25


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

Log:
Added copyright notice and Boost license
Text files modified:
   trunk/libs/gil/test/Jamfile.v2 | 6 ++++++
   trunk/libs/gil/test/Makefile | 10 ++++++++--
   trunk/libs/gil/test/error_if.cpp | 6 ++++++
   3 files changed, 20 insertions(+), 2 deletions(-)

Modified: trunk/libs/gil/test/Jamfile.v2
==============================================================================
--- trunk/libs/gil/test/Jamfile.v2 (original)
+++ trunk/libs/gil/test/Jamfile.v2 2008-03-15 19:45:25 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)
+
 # Jamfile for building the GIL test app
 
 project libs/gil/test ;

Modified: trunk/libs/gil/test/Makefile
==============================================================================
--- trunk/libs/gil/test/Makefile (original)
+++ trunk/libs/gil/test/Makefile 2008-03-15 19:45:25 EDT (Sat, 15 Mar 2008)
@@ -1,8 +1,14 @@
+# 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/gcc4/bin/g++
 #CXX=/usr/local/gcc411/bin/g++
-#CXX=/usr/local/gcc422/bin/g++
-CXX=g++
+CXX=/usr/local/gcc430/bin/g++
+#CXX=g++
 #CXX='/cygdrive/c/Program Files/Intel/Compiler/C++/10.0.027/IA32/Bin/icl.exe'
 
 CXX_FLAGS=-Wall -DBOOST_GIL_USE_CONCEPT_CHECK #-DNDEBUG

Modified: trunk/libs/gil/test/error_if.cpp
==============================================================================
--- trunk/libs/gil/test/error_if.cpp (original)
+++ trunk/libs/gil/test/error_if.cpp 2008-03-15 19:45:25 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)
+
 #include <exception>
 
 void error_if(bool condition) {


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