Convert KWSys to OSI-approved BSD License

This converts the KWSys license to a pure 3-clause OSI-approved BSD
License.  We drop the previous license clause requiring modified
versions to be plainly marked.  We also update the KWSys copyright to
cover the full development time range.
This commit is contained in:
Brad King 2009-09-28 11:37:35 -04:00
parent 832f0a88f0
commit de955e4b6d
78 changed files with 742 additions and 773 deletions

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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 "kwsysPrivate.h" #include "kwsysPrivate.h"
#include KWSYS_HEADER(Base64.h) #include KWSYS_HEADER(Base64.h)

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_Base64_h #ifndef @KWSYS_NAMESPACE@_Base64_h
#define @KWSYS_NAMESPACE@_Base64_h #define @KWSYS_NAMESPACE@_Base64_h

View File

@ -1,15 +1,13 @@
#============================================================================= #=============================================================================
# KWSys - Kitware System Library
# Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
# #
# Program: KWSys - Kitware System Library # Distributed under the OSI-approved BSD License (the "License");
# Module: $RCSfile$ # see accompanying file Copyright.txt 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 License for more information.
#============================================================================= #=============================================================================
# The Kitware System Library is intended to be included in other # The Kitware System Library is intended to be included in other

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_CPU_h #ifndef @KWSYS_NAMESPACE@_CPU_h
#define @KWSYS_NAMESPACE@_CPU_h #define @KWSYS_NAMESPACE@_CPU_h

View File

@ -1,3 +1,14 @@
#=============================================================================
# KWSys - Kitware System Library
# Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#=============================================================================
set (CTEST_PROJECT_NAME "kwsys") set (CTEST_PROJECT_NAME "kwsys")
set (CTEST_NIGHTLY_START_TIME "21:00:00 EDT") set (CTEST_NIGHTLY_START_TIME "21:00:00 EDT")
set (CTEST_DART_SERVER_VERSION "2") set (CTEST_DART_SERVER_VERSION "2")

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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 "kwsysPrivate.h" #include "kwsysPrivate.h"
#include KWSYS_HEADER(CommandLineArguments.hxx) #include KWSYS_HEADER(CommandLineArguments.hxx)

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_CommandLineArguments_hxx #ifndef @KWSYS_NAMESPACE@_CommandLineArguments_hxx
#define @KWSYS_NAMESPACE@_CommandLineArguments_hxx #define @KWSYS_NAMESPACE@_CommandLineArguments_hxx

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_Configure_h #ifndef @KWSYS_NAMESPACE@_Configure_h
#define @KWSYS_NAMESPACE@_Configure_h #define @KWSYS_NAMESPACE@_Configure_h

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_Configure_hxx #ifndef @KWSYS_NAMESPACE@_Configure_hxx
#define @KWSYS_NAMESPACE@_Configure_hxx #define @KWSYS_NAMESPACE@_Configure_hxx

View File

@ -1,33 +1,31 @@
Copyright (c) 2000-2003 Kitware, Inc., Insight Consortium. KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are modification, are permitted provided that the following conditions
met: are met:
* Redistributions of source code must retain the above copyright * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer. notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright * Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the documentation and/or other materials provided with the distribution.
distribution.
* Neither the name of Kitware nor the names of any contributors may * Neither the names of Kitware, Inc., the Insight Software Consortium,
be used to endorse or promote products derived from this software nor the names of their contributors may be used to endorse or promote
without specific prior written permission. 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 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_DateStamp_h #ifndef @KWSYS_NAMESPACE@_DateStamp_h
#define @KWSYS_NAMESPACE@_DateStamp_h #define @KWSYS_NAMESPACE@_DateStamp_h

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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 "kwsysPrivate.h" #include "kwsysPrivate.h"
#include KWSYS_HEADER(Directory.hxx) #include KWSYS_HEADER(Directory.hxx)

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_Directory_hxx #ifndef @KWSYS_NAMESPACE@_Directory_hxx
#define @KWSYS_NAMESPACE@_Directory_hxx #define @KWSYS_NAMESPACE@_Directory_hxx

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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 "kwsysPrivate.h" #include "kwsysPrivate.h"
#include KWSYS_HEADER(DynamicLoader.hxx) #include KWSYS_HEADER(DynamicLoader.hxx)

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_DynamicLoader_hxx #ifndef @KWSYS_NAMESPACE@_DynamicLoader_hxx
#define @KWSYS_NAMESPACE@_DynamicLoader_hxx #define @KWSYS_NAMESPACE@_DynamicLoader_hxx

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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> #include <stdio.h>
#ifdef __WATCOMC__ #ifdef __WATCOMC__
#define _unlink unlink #define _unlink unlink

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_FundamentalType_h #ifndef @KWSYS_NAMESPACE@_FundamentalType_h
#define @KWSYS_NAMESPACE@_FundamentalType_h #define @KWSYS_NAMESPACE@_FundamentalType_h

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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 "kwsysPrivate.h" #include "kwsysPrivate.h"
#include KWSYS_HEADER(Glob.hxx) #include KWSYS_HEADER(Glob.hxx)

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_Glob_hxx #ifndef @KWSYS_NAMESPACE@_Glob_hxx
#define @KWSYS_NAMESPACE@_Glob_hxx #define @KWSYS_NAMESPACE@_Glob_hxx

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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 "kwsysPrivate.h" #include "kwsysPrivate.h"
#include KWSYS_HEADER(Configure.hxx) #include KWSYS_HEADER(Configure.hxx)

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_IOStream_hxx #ifndef @KWSYS_NAMESPACE@_IOStream_hxx
#define @KWSYS_NAMESPACE@_IOStream_hxx #define @KWSYS_NAMESPACE@_IOStream_hxx

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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 "kwsysPrivate.h" #include "kwsysPrivate.h"
#include KWSYS_HEADER(MD5.h) #include KWSYS_HEADER(MD5.h)

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_MD5_h #ifndef @KWSYS_NAMESPACE@_MD5_h
#define @KWSYS_NAMESPACE@_MD5_h #define @KWSYS_NAMESPACE@_MD5_h

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_Process_h #ifndef @KWSYS_NAMESPACE@_Process_h
#define @KWSYS_NAMESPACE@_Process_h #define @KWSYS_NAMESPACE@_Process_h

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
/* /*
On Windows9x platforms, this executable is spawned between a parent On Windows9x platforms, this executable is spawned between a parent

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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 "kwsysPrivate.h" #include "kwsysPrivate.h"
#include KWSYS_HEADER(Process.h) #include KWSYS_HEADER(Process.h)
#include KWSYS_HEADER(System.h) #include KWSYS_HEADER(System.h)

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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 "kwsysPrivate.h" #include "kwsysPrivate.h"
#include KWSYS_HEADER(Process.h) #include KWSYS_HEADER(Process.h)
#include KWSYS_HEADER(System.h) #include KWSYS_HEADER(System.h)

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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 "kwsysPrivate.h" #include "kwsysPrivate.h"
#include KWSYS_HEADER(Registry.hxx) #include KWSYS_HEADER(Registry.hxx)

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_Registry_hxx #ifndef @KWSYS_NAMESPACE@_Registry_hxx
#define @KWSYS_NAMESPACE@_Registry_hxx #define @KWSYS_NAMESPACE@_Registry_hxx

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
// //
// Copyright (C) 1991 Texas Instruments Incorporated. // Copyright (C) 1991 Texas Instruments Incorporated.
// //

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
// Original Copyright notice: // Original Copyright notice:
// Copyright (C) 1991 Texas Instruments Incorporated. // Copyright (C) 1991 Texas Instruments Incorporated.
// //

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_SharedForward_h #ifndef @KWSYS_NAMESPACE@_SharedForward_h
#define @KWSYS_NAMESPACE@_SharedForward_h #define @KWSYS_NAMESPACE@_SharedForward_h

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifdef KWSYS_STRING_C #ifdef KWSYS_STRING_C
/* /*
All code in this source file is conditionally compiled to work-around All code in this source file is conditionally compiled to work-around

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_String_h #ifndef @KWSYS_NAMESPACE@_String_h
#define @KWSYS_NAMESPACE@_String_h #define @KWSYS_NAMESPACE@_String_h

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_String_hxx #ifndef @KWSYS_NAMESPACE@_String_hxx
#define @KWSYS_NAMESPACE@_String_hxx #define @KWSYS_NAMESPACE@_String_hxx

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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 "kwsysPrivate.h" #include "kwsysPrivate.h"
#include KWSYS_HEADER(System.h) #include KWSYS_HEADER(System.h)

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_System_h #ifndef @KWSYS_NAMESPACE@_System_h
#define @KWSYS_NAMESPACE@_System_h #define @KWSYS_NAMESPACE@_System_h

View File

@ -1,18 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: BatchMake Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) 2005 Insight Consortium. All rights reserved.
See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without even the
This software is distributed WITHOUT ANY WARRANTY; without even implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR See the License for more information.
PURPOSE. See the above copyright notices for more information. ============================================================================*/
=========================================================================*/
#ifdef _WIN32 #ifdef _WIN32
# include <winsock.h> // WSADATA, include before sys/types.h # include <winsock.h> // WSADATA, include before sys/types.h
#endif #endif

View File

@ -1,18 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) 2005 Insight Consortium. All rights reserved.
See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without even the
This software is distributed WITHOUT ANY WARRANTY; without even implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR See the License for more information.
PURPOSE. See the above copyright notices for more information. ============================================================================*/
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_SystemInformation_h #ifndef @KWSYS_NAMESPACE@_SystemInformation_h
#define @KWSYS_NAMESPACE@_SystemInformation_h #define @KWSYS_NAMESPACE@_SystemInformation_h

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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 "kwsysPrivate.h" #include "kwsysPrivate.h"
#include KWSYS_HEADER(RegularExpression.hxx) #include KWSYS_HEADER(RegularExpression.hxx)
#include KWSYS_HEADER(SystemTools.hxx) #include KWSYS_HEADER(SystemTools.hxx)

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_SystemTools_hxx #ifndef @KWSYS_NAMESPACE@_SystemTools_hxx
#define @KWSYS_NAMESPACE@_SystemTools_hxx #define @KWSYS_NAMESPACE@_SystemTools_hxx

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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 "kwsysPrivate.h" #include "kwsysPrivate.h"
#include KWSYS_HEADER(Terminal.h) #include KWSYS_HEADER(Terminal.h)

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_Terminal_h #ifndef @KWSYS_NAMESPACE@_Terminal_h
#define @KWSYS_NAMESPACE@_Terminal_h #define @KWSYS_NAMESPACE@_Terminal_h

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_auto_ptr_hxx #ifndef @KWSYS_NAMESPACE@_auto_ptr_hxx
#define @KWSYS_NAMESPACE@_auto_ptr_hxx #define @KWSYS_NAMESPACE@_auto_ptr_hxx

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
/* /*
* Copyright (c) 1996 * Copyright (c) 1996
* Silicon Graphics Computer Systems, Inc. * Silicon Graphics Computer Systems, Inc.

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
/* /*
* Copyright (c) 1996 * Copyright (c) 1996
* Silicon Graphics Computer Systems, Inc. * Silicon Graphics Computer Systems, Inc.

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
/* /*
* Copyright (c) 1996 * Copyright (c) 1996
* Silicon Graphics Computer Systems, Inc. * Silicon Graphics Computer Systems, Inc.

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
/* /*
* Copyright (c) 1996 * Copyright (c) 1996
* Silicon Graphics Computer Systems, Inc. * Silicon Graphics Computer Systems, Inc.

View File

@ -1,4 +1,15 @@
# Do not edit! Generated by kwsysDateStamp.py # Do not edit! Generated by kwsysDateStamp.py
#=============================================================================
# KWSys - Kitware System Library
# Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#=============================================================================
# KWSys version date year component. Format is CCYY. # KWSys version date year component. Format is CCYY.
SET(KWSYS_DATE_STAMP_YEAR 2009) SET(KWSYS_DATE_STAMP_YEAR 2009)

View File

@ -1,4 +1,15 @@
#!/usr/bin/python #!/usr/bin/python
#=============================================================================
# KWSys - Kitware System Library
# Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#=============================================================================
import sys,os import sys,os
import time import time
@ -18,6 +29,17 @@ ct = time.localtime()
# Write the CMake code describing the date. # Write the CMake code describing the date.
fout.write("""# Do not edit! Generated by kwsysDateStamp.py fout.write("""# Do not edit! Generated by kwsysDateStamp.py
#=============================================================================
# KWSys - Kitware System Library
# Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#=============================================================================
# KWSys version date year component. Format is CCYY. # KWSys version date year component. Format is CCYY.
SET(KWSYS_DATE_STAMP_YEAR %04u) SET(KWSYS_DATE_STAMP_YEAR %04u)

View File

@ -1,15 +1,15 @@
#!/usr/bin/perl #!/usr/bin/perl
#=============================================================================
# KWSys - Kitware System Library
# Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
# #
# Program: KWSys - Kitware System Library # Distributed under the OSI-approved BSD License (the "License");
# Module: $RCSfile$ # see accompanying file Copyright.txt 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 License for more information.
#=============================================================================
if ( $#ARGV+1 < 2 ) if ( $#ARGV+1 < 2 )
{ {

View File

@ -1,3 +1,14 @@
#=============================================================================
# KWSys - Kitware System Library
# Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#=============================================================================
SET(KWSYS_PLATFORM_TEST_FILE_C kwsysPlatformTestsC.c) SET(KWSYS_PLATFORM_TEST_FILE_C kwsysPlatformTestsC.c)
SET(KWSYS_PLATFORM_TEST_FILE_CXX kwsysPlatformTestsCXX.cxx) SET(KWSYS_PLATFORM_TEST_FILE_CXX kwsysPlatformTestsCXX.cxx)

View File

@ -1,3 +1,14 @@
/*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Distributed under the OSI-approved BSD License (the "License");
see accompanying file Copyright.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License for more information.
============================================================================*/
/* /*
Macros to define main() in a cross-platform way. Macros to define main() in a cross-platform way.

View File

@ -1,3 +1,14 @@
/*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Distributed under the OSI-approved BSD License (the "License");
see accompanying file Copyright.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License for more information.
============================================================================*/
// Setup for tests that use result of stl namespace test. // Setup for tests that use result of stl namespace test.
#if defined(KWSYS_STL_HAVE_STD) #if defined(KWSYS_STL_HAVE_STD)
# if KWSYS_STL_HAVE_STD # if KWSYS_STL_HAVE_STD

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef KWSYS_NAMESPACE #ifndef KWSYS_NAMESPACE
# error "Do not include kwsysPrivate.h outside of kwsys c and cxx files." # error "Do not include kwsysPrivate.h outside of kwsys c and cxx files."
#endif #endif

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_cstddef #ifndef @KWSYS_NAMESPACE@_cstddef
#define @KWSYS_NAMESPACE@_cstddef #define @KWSYS_NAMESPACE@_cstddef

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_ios_fstream #ifndef @KWSYS_NAMESPACE@_ios_fstream
#define @KWSYS_NAMESPACE@_ios_fstream #define @KWSYS_NAMESPACE@_ios_fstream

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_ios_iosfwd #ifndef @KWSYS_NAMESPACE@_ios_iosfwd
#define @KWSYS_NAMESPACE@_ios_iosfwd #define @KWSYS_NAMESPACE@_ios_iosfwd

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_ios_iostream #ifndef @KWSYS_NAMESPACE@_ios_iostream
#define @KWSYS_NAMESPACE@_ios_iostream #define @KWSYS_NAMESPACE@_ios_iostream

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_ios_sstream #ifndef @KWSYS_NAMESPACE@_ios_sstream
#define @KWSYS_NAMESPACE@_ios_sstream #define @KWSYS_NAMESPACE@_ios_sstream

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_stl_@KWSYS_STL_HEADER@ #ifndef @KWSYS_NAMESPACE@_stl_@KWSYS_STL_HEADER@
#define @KWSYS_NAMESPACE@_stl_@KWSYS_STL_HEADER@ #define @KWSYS_NAMESPACE@_stl_@KWSYS_STL_HEADER@

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
// This header is extra code for <@KWSYS_NAMESPACE@/stl/string>. // This header is extra code for <@KWSYS_NAMESPACE@/stl/string>.
#if !defined(@KWSYS_NAMESPACE@_stl_string_including_hxx) #if !defined(@KWSYS_NAMESPACE@_stl_string_including_hxx)

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifdef __BORLANDC__ #ifdef __BORLANDC__
# pragma warn -8027 /* 'for' not inlined. */ # pragma warn -8027 /* 'for' not inlined. */
# pragma warn -8026 /* exception not inlined. */ # pragma warn -8026 /* exception not inlined. */

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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 "kwsysPrivate.h" #include "kwsysPrivate.h"
#include KWSYS_HEADER(CommandLineArguments.hxx) #include KWSYS_HEADER(CommandLineArguments.hxx)
#include KWSYS_HEADER(ios/iostream) #include KWSYS_HEADER(ios/iostream)

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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 "kwsysPrivate.h" #include "kwsysPrivate.h"
#include KWSYS_HEADER(CommandLineArguments.hxx) #include KWSYS_HEADER(CommandLineArguments.hxx)
#include KWSYS_HEADER(ios/iostream) #include KWSYS_HEADER(ios/iostream)

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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 "kwsysPrivate.h" #include "kwsysPrivate.h"
#include KWSYS_HEADER(DynamicLoader.hxx) #include KWSYS_HEADER(DynamicLoader.hxx)

View File

@ -1,3 +1,14 @@
/*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Distributed under the OSI-approved BSD License (the "License");
see accompanying file Copyright.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License for more information.
============================================================================*/
#ifdef _WIN32 #ifdef _WIN32
#define DL_EXPORT __declspec( dllexport ) #define DL_EXPORT __declspec( dllexport )
#else #else

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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 "kwsysPrivate.h" #include "kwsysPrivate.h"
#include KWSYS_HEADER(MD5.h) #include KWSYS_HEADER(MD5.h)

View File

@ -1,3 +1,14 @@
/*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Distributed under the OSI-approved BSD License (the "License");
see accompanying file Copyright.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License for more information.
============================================================================*/
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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 "kwsysPrivate.h" #include "kwsysPrivate.h"
#include KWSYS_HEADER(hash_map.hxx) #include KWSYS_HEADER(hash_map.hxx)
#include KWSYS_HEADER(hash_set.hxx) #include KWSYS_HEADER(hash_set.hxx)

View File

@ -1,3 +1,14 @@
/*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Distributed under the OSI-approved BSD License (the "License");
see accompanying file Copyright.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License for more information.
============================================================================*/
#include "kwsysPrivate.h" #include "kwsysPrivate.h"
#include KWSYS_HEADER(stl/vector) #include KWSYS_HEADER(stl/vector)
#include KWSYS_HEADER(ios/sstream) #include KWSYS_HEADER(ios/sstream)

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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 "kwsysPrivate.h" #include "kwsysPrivate.h"
#include KWSYS_HEADER(Process.h) #include KWSYS_HEADER(Process.h)

View File

@ -1,17 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: ParaView Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc. This software is distributed WITHOUT ANY WARRANTY; without even the
All rights reserved. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details. See the License 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 "kwsysPrivate.h" #include "kwsysPrivate.h"
#include KWSYS_HEADER(Registry.hxx) #include KWSYS_HEADER(Registry.hxx)

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#if defined(CMAKE_INTDIR) #if defined(CMAKE_INTDIR)
# define CONFIG_DIR_PRE CMAKE_INTDIR "/" # define CONFIG_DIR_PRE CMAKE_INTDIR "/"
# define CONFIG_DIR_POST "/" CMAKE_INTDIR # define CONFIG_DIR_POST "/" CMAKE_INTDIR

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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 "kwsysPrivate.h" #include "kwsysPrivate.h"
#include KWSYS_HEADER(SystemInformation.hxx) #include KWSYS_HEADER(SystemInformation.hxx)
#include KWSYS_HEADER(ios/iostream) #include KWSYS_HEADER(ios/iostream)

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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 "kwsysPrivate.h" #include "kwsysPrivate.h"
#if defined(_MSC_VER) #if defined(_MSC_VER)

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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.
=========================================================================*/
#ifndef @KWSYS_NAMESPACE@_testSystemtools_h #ifndef @KWSYS_NAMESPACE@_testSystemtools_h
#define @KWSYS_NAMESPACE@_testSystemtools_h #define @KWSYS_NAMESPACE@_testSystemtools_h

View File

@ -1,16 +1,14 @@
/*========================================================================= /*============================================================================
KWSys - Kitware System Library
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Program: KWSys - Kitware System Library Distributed under the OSI-approved BSD License (the "License");
Module: $RCSfile$ see accompanying file Copyright.txt for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the
See Copyright.txt or http://www.kitware.com/Copyright.htm for details. implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License 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 "kwsysPrivate.h" #include "kwsysPrivate.h"
#include KWSYS_HEADER(Terminal.h) #include KWSYS_HEADER(Terminal.h)