diff --git a/Base64.c b/Base64.c index 8eae0a7a780b2a03cef5a24ad08cd63f02e2f021..56837299164665ef6ee5c4d7e8db7e064f7252f0 100644 --- a/Base64.c +++ b/Base64.c @@ -1,17 +1,14 @@ /*========================================================================= -Program: KWSys - Kitware System Library -Module: Base64.c -Language: C++ -Date: $Date$ -Version: $Revision$ + Program: KWSys - Kitware System Library + Module: Base64.c -Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. -See http://www.cmake.org/HTML/Copyright.html for details. + Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. + See Copyright.txt or http://www.kitware.com/Copyright.htm for details. -This software is distributed WITHOUT ANY WARRANTY; without even -the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -PURPOSE. See the above copyright notices for more information. + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ #define KWSYS_IN_BASE64_C diff --git a/Base64.h.in b/Base64.h.in index 9edba21aab91737673b4266ca01d0264c40d4360..689caec487434a3f6d08de6560b4b5f8aba8e265 100644 --- a/Base64.h.in +++ b/Base64.h.in @@ -2,15 +2,12 @@ Program: KWSys - Kitware System Library Module: Base64.h.in - Language: C++ - Date: $Date$ - Version: $Revision$ - Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. - See http://www.cmake.org/HTML/Copyright.html for details. + Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. + See Copyright.txt or http://www.kitware.com/Copyright.htm for details. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ diff --git a/Configure.h.in b/Configure.h.in index 9f36457754c38a8aaf113e718dd0804ac84df594..33fa08031fe4aaef00b73e7d46d6f481fe614cbc 100644 --- a/Configure.h.in +++ b/Configure.h.in @@ -2,15 +2,12 @@ Program: KWSys - Kitware System Library Module: Configure.h.in - Language: C++ - Date: $Date$ - Version: $Revision$ - Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. - See http://www.cmake.org/HTML/Copyright.html for details. + Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. + See Copyright.txt or http://www.kitware.com/Copyright.htm for details. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ diff --git a/Configure.hxx.in b/Configure.hxx.in index 6456778ca63f16e2ef4e9d38f1195fbb93e3f70a..64262313d2f7a415747e788b8632b5ee735cd0d7 100644 --- a/Configure.hxx.in +++ b/Configure.hxx.in @@ -2,15 +2,12 @@ Program: KWSys - Kitware System Library Module: Configure.hxx.in - Language: C++ - Date: $Date$ - Version: $Revision$ - Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. - See http://www.cmake.org/HTML/Copyright.html for details. + Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. + See Copyright.txt or http://www.kitware.com/Copyright.htm for details. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ diff --git a/Copyright.txt b/Copyright.txt new file mode 100644 index 0000000000000000000000000000000000000000..86e0e7375fe42bdcb8a896bcbffa11fb48cb415e --- /dev/null +++ b/Copyright.txt @@ -0,0 +1,33 @@ +Copyright (c) 2000-2003 Kitware, Inc., Insight Consortium. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the + distribution. + + * Neither the name of Kitware nor the names of any contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + + * Modified source versions must be plainly marked as such, and must + not be misrepresented as being the original software. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Directory.cxx b/Directory.cxx index d69594068136bef488985796955c4b4b3bc44329..77ae70d489370e36b7b8437c9086d40bd86ccf2b 100644 --- a/Directory.cxx +++ b/Directory.cxx @@ -2,15 +2,12 @@ Program: KWSys - Kitware System Library Module: Directory.cxx - Language: C++ - Date: $Date$ - Version: $Revision$ - Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. - See http://www.cmake.org/HTML/Copyright.html for details. + Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. + See Copyright.txt or http://www.kitware.com/Copyright.htm for details. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ diff --git a/Directory.hxx.in b/Directory.hxx.in index 2cc6884e42229acdc39c0ab4a3355c8e517380c6..dd271272aac738ba8c0ed0cd8addcf0b4e25a6b5 100644 --- a/Directory.hxx.in +++ b/Directory.hxx.in @@ -2,15 +2,12 @@ Program: KWSys - Kitware System Library Module: Directory.hxx.in - Language: C++ - Date: $Date$ - Version: $Revision$ - Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. - See http://www.cmake.org/HTML/Copyright.html for details. + Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. + See Copyright.txt or http://www.kitware.com/Copyright.htm for details. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ diff --git a/EncodeExecutable.c b/EncodeExecutable.c index ef85759a45b2dbdc58a1d26c007b26a4b02134da..6f631213a251813723e08e3f277644cbedadd6d8 100644 --- a/EncodeExecutable.c +++ b/EncodeExecutable.c @@ -1,17 +1,14 @@ /*========================================================================= -Program: KWSys - Kitware System Library -Module: EncodeExecutable.c -Language: C++ -Date: $Date$ -Version: $Revision$ + Program: KWSys - Kitware System Library + Module: EncodeExecutable.c -Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. -See http://www.cmake.org/HTML/Copyright.html for details. + Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. + See Copyright.txt or http://www.kitware.com/Copyright.htm for details. -This software is distributed WITHOUT ANY WARRANTY; without even -the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -PURPOSE. See the above copyright notices for more information. + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ #include <stdio.h> diff --git a/Process.h.in b/Process.h.in index 570993bd35ab9fb6e5eacef520c46c5339758b4b..e25c502ffdfc003b961ed3b968bc33f4d36be192 100644 --- a/Process.h.in +++ b/Process.h.in @@ -2,12 +2,9 @@ Program: KWSys - Kitware System Library Module: Process.h.in - Language: C++ - Date: $Date$ - Version: $Revision$ - Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. - See http://www.cmake.org/HTML/Copyright.html for details. + Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. + See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/ProcessFwd9x.c b/ProcessFwd9x.c index 0e7bb0e17e06be4a56f0ca13a726f5b9cf0f40c7..094de1ef620ed0ae1afe4cef69567d843d4bec66 100644 --- a/ProcessFwd9x.c +++ b/ProcessFwd9x.c @@ -1,17 +1,14 @@ /*========================================================================= -Program: KWSys - Kitware System Library -Module: ProcessFwd9x.c -Language: C++ -Date: $Date$ -Version: $Revision$ - -Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. -See http://www.cmake.org/HTML/Copyright.html for details. - -This software is distributed WITHOUT ANY WARRANTY; without even -the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -PURPOSE. See the above copyright notices for more information. + Program: KWSys - Kitware System Library + Module: ProcessFwd9x.c + + Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. + See Copyright.txt or http://www.kitware.com/Copyright.htm for details. + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ diff --git a/ProcessUNIX.c b/ProcessUNIX.c index e2a98d19216b94646e0bba5434bbc06183004c1f..51781f426ade7d154b151f41706ffc4b72d237bc 100644 --- a/ProcessUNIX.c +++ b/ProcessUNIX.c @@ -1,17 +1,14 @@ /*========================================================================= -Program: KWSys - Kitware System Library -Module: ProcessUNIX.c -Language: C++ -Date: $Date$ -Version: $Revision$ - -Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. -See http://www.cmake.org/HTML/Copyright.html for details. - -This software is distributed WITHOUT ANY WARRANTY; without even -the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -PURPOSE. See the above copyright notices for more information. + Program: KWSys - Kitware System Library + Module: ProcessUNIX.c + + Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. + See Copyright.txt or http://www.kitware.com/Copyright.htm for details. + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ #define KWSYS_IN_PROCESS_C diff --git a/ProcessWin32.c b/ProcessWin32.c index 6246169d17839330a375deef2ccd666230cd4d97..dc2eeadde10552b5ebdb1245681964f95e2d315c 100644 --- a/ProcessWin32.c +++ b/ProcessWin32.c @@ -1,17 +1,14 @@ /*========================================================================= -Program: KWSys - Kitware System Library -Module: ProcessWin32.c -Language: C++ -Date: $Date$ -Version: $Revision$ - -Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. -See http://www.cmake.org/HTML/Copyright.html for details. - -This software is distributed WITHOUT ANY WARRANTY; without even -the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -PURPOSE. See the above copyright notices for more information. + Program: KWSys - Kitware System Library + Module: ProcessWin32.c + + Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. + See Copyright.txt or http://www.kitware.com/Copyright.htm for details. + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. =========================================================================*/ #define KWSYS_IN_PROCESS_C diff --git a/RegularExpression.cxx b/RegularExpression.cxx index 688d302c8e9f1f72c310a417425c8b96e0da6a29..a74a13e91100e55601e23c94ea37a8eccd7187dc 100644 --- a/RegularExpression.cxx +++ b/RegularExpression.cxx @@ -2,15 +2,12 @@ Program: KWSys - Kitware System Library Module: RegularExpression.cxx - Language: C++ - Date: $Date$ - Version: $Revision$ - Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. - See http://www.cmake.org/HTML/Copyright.html for details. + Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. + See Copyright.txt or http://www.kitware.com/Copyright.htm for details. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ diff --git a/RegularExpression.hxx.in b/RegularExpression.hxx.in index 6fb1eccc9900ae3ac6234351c83b262421c0a04a..3447e0fbb0a6e5a9801f10bcba9243c9eb5a1fc5 100644 --- a/RegularExpression.hxx.in +++ b/RegularExpression.hxx.in @@ -2,15 +2,12 @@ Program: KWSys - Kitware System Library Module: RegularExpression.hxx.in - Language: C++ - Date: $Date$ - Version: $Revision$ - Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. - See http://www.cmake.org/HTML/Copyright.html for details. + Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. + See Copyright.txt or http://www.kitware.com/Copyright.htm for details. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ diff --git a/SystemTools.cxx b/SystemTools.cxx index 7b55bfe9ead4439193c54bdd7121d71429ba432c..3fc4a2a7233ac849e84d58f852f0fc40502503bf 100644 --- a/SystemTools.cxx +++ b/SystemTools.cxx @@ -2,15 +2,12 @@ Program: KWSys - Kitware System Library Module: SystemTools.cxx - Language: C++ - Date: $Date$ - Version: $Revision$ - Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. - See http://www.cmake.org/HTML/Copyright.html for details. + Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. + See Copyright.txt or http://www.kitware.com/Copyright.htm for details. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ diff --git a/SystemTools.hxx.in b/SystemTools.hxx.in index 1d8fd40aaa83d8f451f10f6915384ecea1130db7..4600ca710a1fcbbe50b16a7e431450bc3b29ddb7 100644 --- a/SystemTools.hxx.in +++ b/SystemTools.hxx.in @@ -2,15 +2,12 @@ Program: KWSys - Kitware System Library Module: SystemTools.hxx.in - Language: C++ - Date: $Date$ - Version: $Revision$ - Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. - See http://www.cmake.org/HTML/Copyright.html for details. + Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. + See Copyright.txt or http://www.kitware.com/Copyright.htm for details. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ diff --git a/kwsysHeaderDump.pl b/kwsysHeaderDump.pl index 730e333f57427cc5c5f43cb00b08c66e450d9e68..9912ccd6d4feec24278daae107ca69615c53f50d 100755 --- a/kwsysHeaderDump.pl +++ b/kwsysHeaderDump.pl @@ -1,4 +1,15 @@ #!/usr/bin/perl +# +# Program: KWSys - Kitware System Library +# Module: kwsysHeaderDump.pl +# +# Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. +# See Copyright.txt or http://www.kitware.com/Copyright.htm for details. +# +# This software is distributed WITHOUT ANY WARRANTY; without even +# the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. See the above copyright notices for more information. +# if ( $#ARGV+1 < 2 ) { diff --git a/kwsysPrivate.h b/kwsysPrivate.h index 2435a85fa28c53c720e0f601c78fba69e6b5ed8b..eabee0ebc2f19b8689fc73901ad6c51562c13af8 100644 --- a/kwsysPrivate.h +++ b/kwsysPrivate.h @@ -2,15 +2,12 @@ Program: KWSys - Kitware System Library Module: kwsysPrivate.h - Language: C++ - Date: $Date$ - Version: $Revision$ - Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. - See http://www.cmake.org/HTML/Copyright.html for details. + Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. + See Copyright.txt or http://www.kitware.com/Copyright.htm for details. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ diff --git a/kwsys_std.h.in b/kwsys_std.h.in index 6078892e3de37240d2a25df7ef4acf15c941222d..72924ec73bfdea3b7b29c0ecd4303e8e1fa7f47f 100644 --- a/kwsys_std.h.in +++ b/kwsys_std.h.in @@ -2,15 +2,12 @@ Program: KWSys - Kitware System Library Module: kwsys_std.h.in - Language: C++ - Date: $Date$ - Version: $Revision$ - Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. - See http://www.cmake.org/HTML/Copyright.html for details. + Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. + See Copyright.txt or http://www.kitware.com/Copyright.htm for details. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ diff --git a/kwsys_std_fstream.h.in b/kwsys_std_fstream.h.in index 5dd66c0569d8d5c5d38e3a93259574bebfb272c5..6ae4856f73d32b61879ffb3808e72227f007ae2a 100644 --- a/kwsys_std_fstream.h.in +++ b/kwsys_std_fstream.h.in @@ -2,15 +2,12 @@ Program: KWSys - Kitware System Library Module: kwsys_std_fstream.h.in - Language: C++ - Date: $Date$ - Version: $Revision$ - Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. - See http://www.cmake.org/HTML/Copyright.html for details. + Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. + See Copyright.txt or http://www.kitware.com/Copyright.htm for details. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ diff --git a/kwsys_std_iosfwd.h.in b/kwsys_std_iosfwd.h.in index 06fbb3d112fa25b41599ab9817c21eee173a29c5..f9a851b9a0bb1a5a379b198224a8643a534b94a9 100644 --- a/kwsys_std_iosfwd.h.in +++ b/kwsys_std_iosfwd.h.in @@ -2,15 +2,12 @@ Program: KWSys - Kitware System Library Module: kwsys_std_iosfwd.h.in - Language: C++ - Date: $Date$ - Version: $Revision$ - Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. - See http://www.cmake.org/HTML/Copyright.html for details. + Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. + See Copyright.txt or http://www.kitware.com/Copyright.htm for details. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ diff --git a/kwsys_std_iostream.h.in b/kwsys_std_iostream.h.in index 5ca2f1d0e0150245b770a5c926d8b3dc2fb6bc28..d04b80ab8fa372b78957e2862ffe96d03539b176 100644 --- a/kwsys_std_iostream.h.in +++ b/kwsys_std_iostream.h.in @@ -2,15 +2,12 @@ Program: KWSys - Kitware System Library Module: kwsys_std_iostream.h.in - Language: C++ - Date: $Date$ - Version: $Revision$ - Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. - See http://www.cmake.org/HTML/Copyright.html for details. + Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. + See Copyright.txt or http://www.kitware.com/Copyright.htm for details. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ diff --git a/kwsys_std_sstream.h.in b/kwsys_std_sstream.h.in index 0642a6d752a2d9bca2b94d74fbf74d913558b944..6881e6b77e2d1cd3e64b62818aea016c292eeb3c 100644 --- a/kwsys_std_sstream.h.in +++ b/kwsys_std_sstream.h.in @@ -2,15 +2,12 @@ Program: KWSys - Kitware System Library Module: kwsys_std_sstream.h.in - Language: C++ - Date: $Date$ - Version: $Revision$ - Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. - See http://www.cmake.org/HTML/Copyright.html for details. + Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. + See Copyright.txt or http://www.kitware.com/Copyright.htm for details. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ diff --git a/test1.cxx b/test1.cxx index 84c3f8d85bfd9780f7617bd787e9434d18b552c7..9cdf736dfe794bd685f14cf2b5e3a20fc65768c7 100644 --- a/test1.cxx +++ b/test1.cxx @@ -1,3 +1,16 @@ +/*========================================================================= + + Program: KWSys - Kitware System Library + Module: test1.cxx + + Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. + See Copyright.txt or http://www.kitware.com/Copyright.htm for details. + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ #include <kwsys/Directory.hxx> #include <kwsys/Process.h> #include <kwsys/std/iostream> diff --git a/testProcess.c b/testProcess.c index 1b4ea748088e6bf121128f6e5ba0c97b8717e086..c4a8bcf492c49dd59d32d0f173ad3a417c72ffac 100644 --- a/testProcess.c +++ b/testProcess.c @@ -1,3 +1,16 @@ +/*========================================================================= + + Program: KWSys - Kitware System Library + Module: testProcess.c + + Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. + See Copyright.txt or http://www.kitware.com/Copyright.htm for details. + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ #include <kwsys/Process.h> #include <stdio.h> #include <stdlib.h>