Update of /cvsroot/boost/boost/libs/compatibility
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32672/libs/compatibility
Modified Files:
generate_cpp_c_headers.py index.html
Log Message:
Fixed license & copyright issues.
Index: generate_cpp_c_headers.py
===================================================================
RCS file: /cvsroot/boost/boost/libs/compatibility/generate_cpp_c_headers.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- generate_cpp_c_headers.py 23 Jul 2003 12:11:22 -0000 1.2
+++ generate_cpp_c_headers.py 1 Dec 2006 10:29:49 -0000 1.3
@@ -20,11 +20,9 @@
# Python is available at:
# http://www.python.org/
#
-# Copyright (c) 2001 Ralf W. Grosse-Kunstleve. Permission to copy,
-# use, modify, sell and distribute this script is granted provided this
-# copyright notice appears in all copies. This document is provided "as
-# is" without express or implied warranty, and with no claim as to its
-# suitability for any purpose.
+# Copyright (c) 2001 Ralf W. Grosse-Kunstleve.
+# Distributed under the Boost Software License, Version 1.0. (See accompany-
+# ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#
# Revision history:
# 16 Apr 01 moved to boost CVS tree (R.W. Grosse-Kunstleve)
Index: index.html
===================================================================
RCS file: /cvsroot/boost/boost/libs/compatibility/index.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- index.html 12 Aug 2005 13:02:33 -0000 1.8
+++ index.html 1 Dec 2006 10:29:49 -0000 1.9
@@ -1,84 +1,99 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN"
-"http://www.w3.org/TR/REC-html40/strict.dtd">
-
-<title>Boost.Compatibilty library</title>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
-<div>
+<html>
+<head>
+ <meta http-equiv="Content-Language" content="en-us">
+ <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<img src="../../boost.png"
- alt="boost.png (6897 bytes)"
- align="center"
- width="277" height="86">
+ <title>Boost.Compatibilty library</title>
+</head>
-<hr>
-<h1>Boost.Compatibilty library</h1>
+<body>
+ <div>
+ <img src="../../boost.png" alt="boost.png (6897 bytes)" align="middle"
+ width="277" height="86">
+ <hr>
-<p>
-This library provides workarounds which allow the other Boost libraries
-to be used on otherwise non-conforming platforms. We hope that it will
-be possible to remove this library at some time in the future as
-standard library suppliers become more conforming.
+ <h1>Boost.Compatibilty library</h1>
-<h2>
-Missing C++ standard library CXX headers (e.g <cstdio>) workaround</h2>
+ <p>This library provides workarounds which allow the other Boost
+ libraries to be used on otherwise non-conforming platforms. We hope that
+ it will be possible to remove this library at some time in the future as
+ standard library suppliers become more conforming.</p>
-<p>
-The Python script:
-<tt><a href="generate_cpp_c_headers.py">generate_cpp_c_headers.py</a>
</tt>creates a full set of C++ C header files
-(e.g. <cstdio>) that are missing on some platforms.
-The header files created by this script reside in the directory <tt><a
href="../../boost/compatibility/cpp_c_headers/">boost/compatibility/cpp_c_headers</a></tt>.
-To use the header files, add this directory to the include
-file search path. For example:
+ <h2>Missing C++ standard library CXX headers (e.g <cstdio>)
+ workaround</h2>
-<pre>
+ <p>The Python script: <tt><a href=
+ "generate_cpp_c_headers.py">generate_cpp_c_headers.py</a></tt> creates a
+ full set of C++ C header files (e.g. <cstdio>) that are missing on
+ some platforms. The header files created by this script reside in the
+ directory <tt><a href=
+
"../../boost/compatibility/cpp_c_headers/">boost/compatibility/cpp_c_headers</a></tt>.
+ To use the header files, add this directory to the include file search
+ path. For example:</p>
+ <pre>
cxx -I/usr/local/boost/boost/compatibility/cpp_c_headers ...
</pre>
-<p>
-Supported platforms are:
-<ul>
-<li>Compaq Alpha, RedHat 6.2 Linux, Compaq C++ V6.3 (cxx)
-<li>Compaq Alpha, Tru64 Unix V5.0, Compaq C++ V6.2 (cxx)
-<li>Silicon Graphics, IRIX 6.5, MIPSpro Compilers: Version 7.3.1.1m (CC)
-</ul>
+ <p>Supported platforms are:</p>
-<p>
-There are more powerful alternatives to using
-the Boost.Compatibility library CXX headers, e.g.
-<a href="http://www.stlport.org/">STLport</a> or
-<a
href="http://www.fnal.gov/docs/working-groups/fpcltf/Pkg/ISOcxx/doc/0ISOcxx.html">ISOCXX</a>.
-However, in contrast to these alternatives, the
-<tt>generate_cpp_c_headers.py</tt> script is very light-weight (less
-than 100 non-comment lines of Python code), much less ambitious,
-significantly easier to maintain and therefore more suitable as an interim
workaround.
+ <ul>
+ <li>Compaq Alpha, RedHat 6.2 Linux, Compaq C++ V6.3 (cxx)</li>
-<p>
-Contributed by Ralf W. Grosse-Kunstleve.
+ <li>Compaq Alpha, Tru64 Unix V5.0, Compaq C++ V6.2 (cxx)</li>
-<h2>
-Missing C++ standard library <limits> header workaround <a
href="../../boost/limits.hpp">boost/limits.hpp</a></h2>
-<p>Several Boost libraries require the standard library's <limits>
header,
-yet this header is not always supplied by non-conforming compilers and
-libraries. Header <a href="../../boost/limits.hpp">boost/limits.hpp</a>
-simply includes the standard library <limits> header if available,
-otherwise includes <a
href="../../boost/detail/limits.hpp">boost/detail/limits.hpp</a>.
-BOOST_NO_LIMITS from <a href="../config/config.htm">boost/config.hpp</a> is
used
-to determine <limits> availability.
-<p>Note also the test program <a
href="../config/test/limits_test.cpp">limits_test.cpp</a>
+ <li>Silicon Graphics, IRIX 6.5, MIPSpro Compilers: Version 7.3.1.1m
+ (CC)</li>
+ </ul>
-<p>
-Contributed by Jens Maurer.
+ <p>There are more powerful alternatives to using the Boost.Compatibility
+ library CXX headers, e.g. <a href="http://www.stlport.org/">STLport</a>
+ or <a href=
+
"http://www.fnal.gov/docs/working-groups/fpcltf/Pkg/ISOcxx/doc/0ISOcxx.html">
+ ISOCXX</a>. However, in contrast to these alternatives, the
+ <tt>generate_cpp_c_headers.py</tt> script is very light-weight (less than
+ 100 non-comment lines of Python code), much less ambitious, significantly
+ easier to maintain and therefore more suitable as an interim
+ workaround.</p>
-<p>
-
+ <p>Contributed by Ralf W. Grosse-Kunstleve.</p>
-<hr>
-© Copyright Ralf W. Grosse-Kunstleve 2001. Permission to copy,
-use, modify, sell and distribute this document is granted provided this
-copyright notice appears in all copies. This document is provided "as
-is" without express or implied warranty, and with no claim as to its
-suitability for any purpose.
+ <h2>Missing C++ standard library <limits> header workaround
+ <a href="../../boost/limits.hpp">boost/limits.hpp</a></h2>
-<p>
-Updated: April 16, 2001
-</div>
+ <p>Several Boost libraries require the standard library's <limits>
+ header, yet this header is not always supplied by non-conforming
+ compilers and libraries. Header <a href=
+ "../../boost/limits.hpp">boost/limits.hpp</a> simply includes the
+ standard library <limits> header if available, otherwise includes
+ <a href=
+ "../../boost/detail/limits.hpp">boost/detail/limits.hpp</a>.
+ BOOST_NO_LIMITS from <a href="../config/config.htm">boost/config.hpp</a>
+ is used to determine <limits> availability.</p>
+
+ <p>Note also the test program <a href=
+ "../config/test/limits_test.cpp">limits_test.cpp</a></p>
+
+ <p>Contributed by Jens Maurer.</p>
+
+ <p> <br clear="all"></p>
+ <hr>
+
+ <p><a href="http://validator.w3.org/check?uri=referer"><img border="0"
+ src="http://www.w3.org/Icons/valid-html401" alt=
+ "Valid HTML 4.01 Transitional" height="31" width="88"></a></p>
+
+ <p>Revised
+ <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan
-->01 December, 2006<!--webbot bot="Timestamp" endspan i-checksum="38508"
--></p>
+
+ <p><i>© Copyright Ralf W. Grosse-Kunstleve 2001</i></p>
+
+ <p><i>Distributed under the Boost Software License, Version 1.0. (See
+ accompanying file <a href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
+ copy at <a href=
+
"http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</i></p>
+ </div>
+</body>
+</html>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs