From 9ea7f100cca598cd8fe910c3b3773d51871fd105 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Tue, 10 Aug 2004 17:17:52 +0000 Subject: [PATCH] Add license, copyright. [SVN r24392] --- example/getting_started1.cpp | 4 +++- example/getting_started2.cpp | 4 +++- test/pickle1.cpp | 4 +++- test/pickle2.cpp | 4 +++- test/pickle3.cpp | 4 +++- test/pickle4.cpp | 4 +++- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/example/getting_started1.cpp b/example/getting_started1.cpp index bdb79edc..697bf071 100644 --- a/example/getting_started1.cpp +++ b/example/getting_started1.cpp @@ -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 diff --git a/example/getting_started2.cpp b/example/getting_started2.cpp index bec7447e..6c01240d 100644 --- a/example/getting_started2.cpp +++ b/example/getting_started2.cpp @@ -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 #include diff --git a/test/pickle1.cpp b/test/pickle1.cpp index 794799f8..bcdb2633 100644 --- a/test/pickle1.cpp +++ b/test/pickle1.cpp @@ -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". diff --git a/test/pickle2.cpp b/test/pickle2.cpp index 363f5e83..ab4ad9c3 100644 --- a/test/pickle2.cpp +++ b/test/pickle2.cpp @@ -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". diff --git a/test/pickle3.cpp b/test/pickle3.cpp index e8112535..95956733 100644 --- a/test/pickle3.cpp +++ b/test/pickle3.cpp @@ -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". diff --git a/test/pickle4.cpp b/test/pickle4.cpp index 21fe9619..55fc8365 100644 --- a/test/pickle4.cpp +++ b/test/pickle4.cpp @@ -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