summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsbrandt <sbrandt@17b73243-c579-4c4c-a9d2-2d5706c11dac>2013-05-10 21:37:40 +0000
committersbrandt <sbrandt@17b73243-c579-4c4c-a9d2-2d5706c11dac>2013-05-10 21:37:40 +0000
commit2c8cbc9bf5eec5aa595a4931a8336ef30e4fde27 (patch)
treea82071ec60fcbbff809a1e74229c39febd02f972
parent4fbccc70f25447b28a2ab713084ccd3c632f73a4 (diff)
Removed license text.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@5006 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--src/piraha/smart_ptr.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/piraha/smart_ptr.hpp b/src/piraha/smart_ptr.hpp
index 2c6f7d28..8b685b39 100644
--- a/src/piraha/smart_ptr.hpp
+++ b/src/piraha/smart_ptr.hpp
@@ -1,9 +1,3 @@
-////////////////////////////////////////////////////////////////////////////////
-// Copyright (c) 2011 Steve Brandt and Philip LeBlanc
-//
-// Distributed under the Boost Software License, Version 1.0. (See accompanying
-// file BOOST_LICENSE_1_0.rst or copy at http://www.boost.org/LICENSE_1_0.txt)
-////////////////////////////////////////////////////////////////////////////////
#ifndef SMART_PTR_HPP
#define SMART_PTR_HPP
#include <assert.h>