From 3daa34744fdf60e500ef3c78cdf2f3c55cac9bb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Karlsson?= Date: Tue, 4 Feb 2003 07:21:29 +0000 Subject: [PATCH] Added copyright [SVN r17183] --- array1.cpp | 7 +++++++ array2.cpp | 6 ++++++ array3.cpp | 6 ++++++ array4.cpp | 6 ++++++ array5.cpp | 6 ++++++ 5 files changed, 31 insertions(+) diff --git a/array1.cpp b/array1.cpp index 6d937ab..b5f45c1 100644 --- a/array1.cpp +++ b/array1.cpp @@ -1,9 +1,16 @@ /* simple example for using class array<> * + * (C) Copyright Nicolai M. Josuttis 2001. + * Permission to copy, use, modify, sell and distribute this software + * is granted provided this copyright notice appears in all copies. + * This software is provided "as is" without express or implied + * warranty, and with no claim as to its suitability for any purpose. + * * Changelog: * 20 Jan 2001 - Removed boolalpha use since stock GCC doesn't support it * (David Abrahams) */ + #include #include diff --git a/array2.cpp b/array2.cpp index c82ff5d..f75cc3d 100644 --- a/array2.cpp +++ b/array2.cpp @@ -1,5 +1,11 @@ /* example for using class array<> + * (C) Copyright Nicolai M. Josuttis 2001. + * Permission to copy, use, modify, sell and distribute this software + * is granted provided this copyright notice appears in all copies. + * This software is provided "as is" without express or implied + * warranty, and with no claim as to its suitability for any purpose. */ + #include #include #include diff --git a/array3.cpp b/array3.cpp index da4691b..69ff81d 100644 --- a/array3.cpp +++ b/array3.cpp @@ -1,5 +1,11 @@ /* example for using class array<> + * (C) Copyright Nicolai M. Josuttis 2001. + * Permission to copy, use, modify, sell and distribute this software + * is granted provided this copyright notice appears in all copies. + * This software is provided "as is" without express or implied + * warranty, and with no claim as to its suitability for any purpose. */ + #include #include #include diff --git a/array4.cpp b/array4.cpp index 346a39d..a0a1196 100644 --- a/array4.cpp +++ b/array4.cpp @@ -1,5 +1,11 @@ /* example for using class array<> + * (C) Copyright Nicolai M. Josuttis 2001. + * Permission to copy, use, modify, sell and distribute this software + * is granted provided this copyright notice appears in all copies. + * This software is provided "as is" without express or implied + * warranty, and with no claim as to its suitability for any purpose. */ + #include #include #include diff --git a/array5.cpp b/array5.cpp index 9b70a11..ad74525 100644 --- a/array5.cpp +++ b/array5.cpp @@ -1,5 +1,11 @@ /* simple example for using class array<> + * (C) Copyright Nicolai M. Josuttis 2001. + * Permission to copy, use, modify, sell and distribute this software + * is granted provided this copyright notice appears in all copies. + * This software is provided "as is" without express or implied + * warranty, and with no claim as to its suitability for any purpose. */ + #include #include