Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72289 - sandbox/bloom_filter/trunk/libs/bloom_filter/test
From: cpp.cabrera_at_[hidden]
Date: 2011-05-30 11:11:03


Author: alejandro
Date: 2011-05-30 11:11:02 EDT (Mon, 30 May 2011)
New Revision: 72289
URL: http://svn.boost.org/trac/boost/changeset/72289

Log:
Added Boost license to makefile.
Text files modified:
   sandbox/bloom_filter/trunk/libs/bloom_filter/test/makefile | 11 +++++++++++
   1 files changed, 11 insertions(+), 0 deletions(-)

Modified: sandbox/bloom_filter/trunk/libs/bloom_filter/test/makefile
==============================================================================
--- sandbox/bloom_filter/trunk/libs/bloom_filter/test/makefile (original)
+++ sandbox/bloom_filter/trunk/libs/bloom_filter/test/makefile 2011-05-30 11:11:02 EDT (Mon, 30 May 2011)
@@ -1,3 +1,14 @@
+##############################################################################
+##
+## (C) Copyright Alejandro Cabrera 2011.
+## 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)
+##
+## See http://www.boost.org/libs/bloom_filter for documentation.
+##
+##############################################################################
 CXXFLAGS := -Wall -Wextra -pedantic -std=c++0x -O3 -g
 LD_FLAGS := -lpthread -lboost_unit_test_framework
 INCLUDE_DIR := ../../../


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