mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 05:42:30 +00:00
Add license, copyright.
[SVN r24392]
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
// Example by Ralf W. Grosse-Kunstleve
|
||||
// Copyright Ralf W. Grosse-Kunstleve 2002-2004. Distributed under 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 <string>
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
// Example by Ralf W. Grosse-Kunstleve
|
||||
// Copyright Ralf W. Grosse-Kunstleve 2002-2004. Distributed under 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 <iostream>
|
||||
#include <string>
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
// Example by Ralf W. Grosse-Kunstleve
|
||||
// Copyright Ralf W. Grosse-Kunstleve 2002-2004. Distributed under 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 example shows how to make an Extension Class "pickleable".
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
// Example by Ralf W. Grosse-Kunstleve
|
||||
// Copyright Ralf W. Grosse-Kunstleve 2002-2004. Distributed under 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 example shows how to make an Extension Class "pickleable".
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
// Example by Ralf W. Grosse-Kunstleve
|
||||
// Copyright Ralf W. Grosse-Kunstleve 2002-2004. Distributed under 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 example shows how to make an Extension Class "pickleable".
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
// Example by Ralf W. Grosse-Kunstleve
|
||||
// Copyright Ralf W. Grosse-Kunstleve 2004. Distributed under 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 example shows how to enable pickling without using the
|
||||
|
||||
Reference in New Issue
Block a user