|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r55121 - branches/release/libs/math/dot_net_example/boost_math
From: john_at_[hidden]
Date: 2009-07-23 08:09:55
Author: johnmaddock
Date: 2009-07-23 08:09:54 EDT (Thu, 23 Jul 2009)
New Revision: 55121
URL: http://svn.boost.org/trac/boost/changeset/55121
Log:
Try and fix inspect report failures.
Text files modified:
branches/release/libs/math/dot_net_example/boost_math/AssemblyInfo.cpp | 8 ++++++++
branches/release/libs/math/dot_net_example/boost_math/ReadMe.txt | 8 ++++++++
branches/release/libs/math/dot_net_example/boost_math/Stdafx.cpp | 8 ++++++++
branches/release/libs/math/dot_net_example/boost_math/resource.h | 8 ++++++++
4 files changed, 32 insertions(+), 0 deletions(-)
Modified: branches/release/libs/math/dot_net_example/boost_math/AssemblyInfo.cpp
==============================================================================
--- branches/release/libs/math/dot_net_example/boost_math/AssemblyInfo.cpp (original)
+++ branches/release/libs/math/dot_net_example/boost_math/AssemblyInfo.cpp 2009-07-23 08:09:54 EDT (Thu, 23 Jul 2009)
@@ -1,3 +1,10 @@
+// Copyright Paul A. Bristow 2007.
+
+// 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"
using namespace System;
@@ -38,3 +45,4 @@
[assembly:CLSCompliantAttribute(true)];
[assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];
+
Modified: branches/release/libs/math/dot_net_example/boost_math/ReadMe.txt
==============================================================================
--- branches/release/libs/math/dot_net_example/boost_math/ReadMe.txt (original)
+++ branches/release/libs/math/dot_net_example/boost_math/ReadMe.txt 2009-07-23 08:09:54 EDT (Thu, 23 Jul 2009)
@@ -1,3 +1,10 @@
+// Copyright Paul A. Bristow 2007.
+
+// 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)
+
========================================================================
DYNAMIC LINK LIBRARY : boost_math Project Overview
========================================================================
@@ -29,3 +36,4 @@
should add to or customize.
/////////////////////////////////////////////////////////////////////////////
+
Modified: branches/release/libs/math/dot_net_example/boost_math/Stdafx.cpp
==============================================================================
--- branches/release/libs/math/dot_net_example/boost_math/Stdafx.cpp (original)
+++ branches/release/libs/math/dot_net_example/boost_math/Stdafx.cpp 2009-07-23 08:09:54 EDT (Thu, 23 Jul 2009)
@@ -1,5 +1,13 @@
+// Copyright Paul A. Bristow 2007.
+
+// 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)
+
// stdafx.cpp : source file that includes just the standard includes
// boost_math.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
+
Modified: branches/release/libs/math/dot_net_example/boost_math/resource.h
==============================================================================
--- branches/release/libs/math/dot_net_example/boost_math/resource.h (original)
+++ branches/release/libs/math/dot_net_example/boost_math/resource.h 2009-07-23 08:09:54 EDT (Thu, 23 Jul 2009)
@@ -1,3 +1,11 @@
+// Copyright Paul A. Bristow 2007.
+
+// 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)
+
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by app.rc
+
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