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