Skip to content

Commit 9ea7f10

Browse files
author
Ralf W. Grosse-Kunstleve
committed
Add license, copyright.
[SVN r24392]
1 parent 51487a7 commit 9ea7f10

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

example/getting_started1.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Example by Ralf W. Grosse-Kunstleve
1+
// Copyright Ralf W. Grosse-Kunstleve 2002-2004. Distributed under the Boost
2+
// Software License, Version 1.0. (See accompanying
3+
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
24

35
#include <string>
46

example/getting_started2.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Example by Ralf W. Grosse-Kunstleve
1+
// Copyright Ralf W. Grosse-Kunstleve 2002-2004. Distributed under the Boost
2+
// Software License, Version 1.0. (See accompanying
3+
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
24

35
#include <iostream>
46
#include <string>

test/pickle1.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Example by Ralf W. Grosse-Kunstleve
1+
// Copyright Ralf W. Grosse-Kunstleve 2002-2004. Distributed under the Boost
2+
// Software License, Version 1.0. (See accompanying
3+
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
24

35
/*
46
This example shows how to make an Extension Class "pickleable".

test/pickle2.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Example by Ralf W. Grosse-Kunstleve
1+
// Copyright Ralf W. Grosse-Kunstleve 2002-2004. Distributed under the Boost
2+
// Software License, Version 1.0. (See accompanying
3+
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
24

35
/*
46
This example shows how to make an Extension Class "pickleable".

test/pickle3.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Example by Ralf W. Grosse-Kunstleve
1+
// Copyright Ralf W. Grosse-Kunstleve 2002-2004. Distributed under the Boost
2+
// Software License, Version 1.0. (See accompanying
3+
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
24

35
/*
46
This example shows how to make an Extension Class "pickleable".

test/pickle4.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Example by Ralf W. Grosse-Kunstleve
1+
// Copyright Ralf W. Grosse-Kunstleve 2004. Distributed under the Boost
2+
// Software License, Version 1.0. (See accompanying
3+
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
24

35
/*
46
This example shows how to enable pickling without using the

0 commit comments

Comments
 (0)