|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r59160 - trunk/libs/math/dot_net_example/boost_math
From: pbristow_at_[hidden]
Date: 2010-01-20 13:43:08
Author: pbristow
Date: 2010-01-20 13:43:07 EST (Wed, 20 Jan 2010)
New Revision: 59160
URL: http://svn.boost.org/trac/boost/changeset/59160
Log:
Added licence info
Text files modified:
trunk/libs/math/dot_net_example/boost_math/AssemblyInfo.cpp | 6 ++++++
trunk/libs/math/dot_net_example/boost_math/ReadMe.txt | 15 +++++++++++----
trunk/libs/math/dot_net_example/boost_math/Stdafx.cpp | 6 ++++++
trunk/libs/math/dot_net_example/boost_math/resource.h | 6 ++++++
4 files changed, 29 insertions(+), 4 deletions(-)
Modified: trunk/libs/math/dot_net_example/boost_math/AssemblyInfo.cpp
==============================================================================
--- trunk/libs/math/dot_net_example/boost_math/AssemblyInfo.cpp (original)
+++ trunk/libs/math/dot_net_example/boost_math/AssemblyInfo.cpp 2010-01-20 13:43:07 EST (Wed, 20 Jan 2010)
@@ -1,5 +1,11 @@
#include "stdafx.h"
+// Copyright Paul A. Bristow & John Maddock 2009
+// Use, modification and distribution are subject to 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)
+
using namespace System;
using namespace System::Reflection;
using namespace System::Runtime::CompilerServices;
Modified: trunk/libs/math/dot_net_example/boost_math/ReadMe.txt
==============================================================================
--- trunk/libs/math/dot_net_example/boost_math/ReadMe.txt (original)
+++ trunk/libs/math/dot_net_example/boost_math/ReadMe.txt 2010-01-20 13:43:07 EST (Wed, 20 Jan 2010)
@@ -2,14 +2,20 @@
DYNAMIC LINK LIBRARY : boost_math Project Overview
========================================================================
-AppWizard has created this boost_math DLL for you.
+AppWizard has created this boost_math DLL for you.
+
+// Copyright Paul A. Bristow & John Maddock 2009
+// Use, modification and distribution are subject to 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 file contains a summary of what you will find in each of the files that
make up your boost_math application.
boost_math.vcproj
- This is the main project file for VC++ projects generated using an Application Wizard.
- It contains information about the version of Visual C++ that generated the file, and
+ This is the main project file for VC++ projects generated using an Application Wizard.
+ It contains information about the version of Visual C++ that generated the file, and
information about the platforms, configurations, and project features selected with the
Application Wizard.
@@ -20,7 +26,7 @@
This file contains a class declaration.
AssemblyInfo.cpp
- Contains custom attributes for modifying assembly metadata.
+ Contains custom attributes for modifying assembly metadata.
/////////////////////////////////////////////////////////////////////////////
Other notes:
@@ -29,3 +35,4 @@
should add to or customize.
/////////////////////////////////////////////////////////////////////////////
+
Modified: trunk/libs/math/dot_net_example/boost_math/Stdafx.cpp
==============================================================================
--- trunk/libs/math/dot_net_example/boost_math/Stdafx.cpp (original)
+++ trunk/libs/math/dot_net_example/boost_math/Stdafx.cpp 2010-01-20 13:43:07 EST (Wed, 20 Jan 2010)
@@ -2,4 +2,10 @@
// boost_math.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
+// Copyright Paul A. Bristow & John Maddock 2009
+// Use, modification and distribution are subject to 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 "stdafx.h"
Modified: trunk/libs/math/dot_net_example/boost_math/resource.h
==============================================================================
--- trunk/libs/math/dot_net_example/boost_math/resource.h (original)
+++ trunk/libs/math/dot_net_example/boost_math/resource.h 2010-01-20 13:43:07 EST (Wed, 20 Jan 2010)
@@ -1,3 +1,9 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by app.rc
+
+// Copyright Paul A. Bristow & John Maddock 2009
+// Use, modification and distribution are subject to 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)
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