|
Boost-Commit : |
From: ramey_at_[hidden]
Date: 2008-06-26 12:59:58
Author: ramey
Date: 2008-06-26 12:59:58 EDT (Thu, 26 Jun 2008)
New Revision: 46723
URL: http://svn.boost.org/trac/boost/changeset/46723
Log:
Addressing "Inspect" complaints
Text files modified:
trunk/libs/serialization/example/portable_binary_archive.hpp | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
Modified: trunk/libs/serialization/example/portable_binary_archive.hpp
==============================================================================
--- trunk/libs/serialization/example/portable_binary_archive.hpp (original)
+++ trunk/libs/serialization/example/portable_binary_archive.hpp 2008-06-26 12:59:58 EDT (Thu, 26 Jun 2008)
@@ -1,6 +1,11 @@
#ifndef PORTABLE_BINARY_ARCHIVE_HPP
#define PORTABLE_BINARY_ARCHIVE_HPP
+// (C) Copyright 2002 Robert Ramey - http://www.rrsd.com .
+// Use, modification and distribution is 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)
+
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
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