|
Boost-Commit : |
From: srajko_at_[hidden]
Date: 2007-06-03 22:08:29
Author: srajko
Date: 2007-06-03 22:08:28 EDT (Sun, 03 Jun 2007)
New Revision: 4428
URL: http://svn.boost.org/trac/boost/changeset/4428
Log:
add license file and minor tweak of build files
Added:
sandbox/SOC/2007/signals/LICENSE_1_0.txt
Text files modified:
sandbox/SOC/2007/signals/Jamfile.v2 | 5 +++--
sandbox/SOC/2007/signals/libs/signal_network/build/vc8ide/build.vcproj | 4 ----
2 files changed, 3 insertions(+), 6 deletions(-)
Modified: sandbox/SOC/2007/signals/Jamfile.v2
==============================================================================
--- sandbox/SOC/2007/signals/Jamfile.v2 (original)
+++ sandbox/SOC/2007/signals/Jamfile.v2 2007-06-03 22:08:28 EDT (Sun, 03 Jun 2007)
@@ -3,10 +3,11 @@
# accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
+
use-project boost
: $(BOOST_ROOT)
;
-project signal_network
+project boost/signal_network
: build-dir bin.v2
- ;
+ ;
\ No newline at end of file
Added: sandbox/SOC/2007/signals/LICENSE_1_0.txt
==============================================================================
--- (empty file)
+++ sandbox/SOC/2007/signals/LICENSE_1_0.txt 2007-06-03 22:08:28 EDT (Sun, 03 Jun 2007)
@@ -0,0 +1,23 @@
+Boost Software License - Version 1.0 - August 17th, 2003
+
+Permission is hereby granted, free of charge, to any person or organization
+obtaining a copy of the software and accompanying documentation covered by
+this license (the "Software") to use, reproduce, display, distribute,
+execute, and transmit the Software, and to prepare derivative works of the
+Software, and to permit third-parties to whom the Software is furnished to
+do so, all subject to the following:
+
+The copyright notices in the Software and this entire statement, including
+the above license grant, this restriction and the following disclaimer,
+must be included in all copies of the Software, in whole or in part, and
+all derivative works of the Software, unless such copies or derivative
+works are solely in the form of machine-executable object code generated by
+a source language processor.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
Modified: sandbox/SOC/2007/signals/libs/signal_network/build/vc8ide/build.vcproj
==============================================================================
--- sandbox/SOC/2007/signals/libs/signal_network/build/vc8ide/build.vcproj (original)
+++ sandbox/SOC/2007/signals/libs/signal_network/build/vc8ide/build.vcproj 2007-06-03 22:08:28 EDT (Sun, 03 Jun 2007)
@@ -155,10 +155,6 @@
RelativePath="..\..\..\..\boost\signal_network\detail\unfused_typed_class.hpp"
>
</File>
- <File
- RelativePath="..\..\..\..\boost\signal_network\detail\unfused_typed_class2.hpp"
- >
- </File>
</Filter>
</Filter>
<Filter
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