Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
ce8a3490
Commit
ce8a3490
authored
Dec 15, 2003
by
Brad King
Browse files
ENH: Updated copyright.
parent
737d2fc7
Changes
25
Hide whitespace changes
Inline
Side-by-side
Source/kwsys/Base64.c
View file @
ce8a3490
/*=========================================================================
Program: KWSys - Kitware System Library
Module: $RCSfile$
Language: C++
Date: $Date$
Version: $Revision$
Program: KWSys - Kitware System Library
Module: $RCSfile$
Copyright (c)
2002
Kitware, Inc., Insight Consortium. All rights reserved.
See
http://www.cmake.org/HTML
/Copyright.htm
l
for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved.
See
Copyright.txt or http://www.kitware.com
/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#define KWSYS_IN_BASE64_C
...
...
Source/kwsys/Base64.h.in
View file @
ce8a3490
...
...
@@ -2,15 +2,12 @@
Program: KWSys - Kitware System Library
Module: $RCSfile$
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
2002
Kitware, Inc., Insight Consortium. All rights reserved.
See
http://www.cmake.org/HTML
/Copyright.htm
l
for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved.
See
Copyright.txt or http://www.kitware.com
/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
...
...
Source/kwsys/Configure.h.in
View file @
ce8a3490
...
...
@@ -2,15 +2,12 @@
Program: KWSys - Kitware System Library
Module: $RCSfile$
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
2002
Kitware, Inc., Insight Consortium. All rights reserved.
See
http://www.cmake.org/HTML
/Copyright.htm
l
for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved.
See
Copyright.txt or http://www.kitware.com
/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
...
...
Source/kwsys/Configure.hxx.in
View file @
ce8a3490
...
...
@@ -2,15 +2,12 @@
Program: KWSys - Kitware System Library
Module: $RCSfile$
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
2002
Kitware, Inc., Insight Consortium. All rights reserved.
See
http://www.cmake.org/HTML
/Copyright.htm
l
for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved.
See
Copyright.txt or http://www.kitware.com
/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
...
...
Source/kwsys/Copyright.txt
0 → 100644
View file @
ce8a3490
Copyright (c) 2000-2003 Kitware, Inc., Insight Consortium.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the
distribution.
* Neither the name of Kitware nor the names of any contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
* Modified source versions must be plainly marked as such, and must
not be misrepresented as being the original software.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Source/kwsys/Directory.cxx
View file @
ce8a3490
...
...
@@ -2,15 +2,12 @@
Program: KWSys - Kitware System Library
Module: $RCSfile$
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
2002
Kitware, Inc., Insight Consortium. All rights reserved.
See
http://www.cmake.org/HTML
/Copyright.htm
l
for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved.
See
Copyright.txt or http://www.kitware.com
/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
...
...
Source/kwsys/Directory.hxx.in
View file @
ce8a3490
...
...
@@ -2,15 +2,12 @@
Program: KWSys - Kitware System Library
Module: $RCSfile$
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
2002
Kitware, Inc., Insight Consortium. All rights reserved.
See
http://www.cmake.org/HTML
/Copyright.htm
l
for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved.
See
Copyright.txt or http://www.kitware.com
/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
...
...
Source/kwsys/EncodeExecutable.c
View file @
ce8a3490
/*=========================================================================
Program: KWSys - Kitware System Library
Module: $RCSfile$
Language: C++
Date: $Date$
Version: $Revision$
Program: KWSys - Kitware System Library
Module: $RCSfile$
Copyright (c)
2002
Kitware, Inc., Insight Consortium. All rights reserved.
See
http://www.cmake.org/HTML
/Copyright.htm
l
for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved.
See
Copyright.txt or http://www.kitware.com
/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#include
<stdio.h>
...
...
Source/kwsys/Process.h.in
View file @
ce8a3490
...
...
@@ -2,12 +2,9 @@
Program: KWSys - Kitware System Library
Module: $RCSfile$
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
2002
Kitware, Inc., Insight Consortium. All rights reserved.
See
http://www.cmake.org/HTML
/Copyright.htm
l
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
...
...
Source/kwsys/ProcessFwd9x.c
View file @
ce8a3490
/*=========================================================================
Program: KWSys - Kitware System Library
Module: $RCSfile$
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved.
See http://www.cmake.org/HTML/Copyright.html for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
Program: KWSys - Kitware System Library
Module: $RCSfile$
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.
=========================================================================*/
...
...
Source/kwsys/ProcessUNIX.c
View file @
ce8a3490
/*=========================================================================
Program: KWSys - Kitware System Library
Module: $RCSfile$
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved.
See http://www.cmake.org/HTML/Copyright.html for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
Program: KWSys - Kitware System Library
Module: $RCSfile$
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#define KWSYS_IN_PROCESS_C
...
...
Source/kwsys/ProcessWin32.c
View file @
ce8a3490
/*=========================================================================
Program: KWSys - Kitware System Library
Module: $RCSfile$
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved.
See http://www.cmake.org/HTML/Copyright.html for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
Program: KWSys - Kitware System Library
Module: $RCSfile$
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#define KWSYS_IN_PROCESS_C
...
...
Source/kwsys/RegularExpression.cxx
View file @
ce8a3490
...
...
@@ -2,15 +2,12 @@
Program: KWSys - Kitware System Library
Module: $RCSfile$
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
2002
Kitware, Inc., Insight Consortium. All rights reserved.
See
http://www.cmake.org/HTML
/Copyright.htm
l
for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved.
See
Copyright.txt or http://www.kitware.com
/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
...
...
Source/kwsys/RegularExpression.hxx.in
View file @
ce8a3490
...
...
@@ -2,15 +2,12 @@
Program: KWSys - Kitware System Library
Module: $RCSfile$
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
2002
Kitware, Inc., Insight Consortium. All rights reserved.
See
http://www.cmake.org/HTML
/Copyright.htm
l
for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved.
See
Copyright.txt or http://www.kitware.com
/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
...
...
Source/kwsys/SystemTools.cxx
View file @
ce8a3490
...
...
@@ -2,15 +2,12 @@
Program: KWSys - Kitware System Library
Module: $RCSfile$
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
2002
Kitware, Inc., Insight Consortium. All rights reserved.
See
http://www.cmake.org/HTML
/Copyright.htm
l
for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved.
See
Copyright.txt or http://www.kitware.com
/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
...
...
Source/kwsys/SystemTools.hxx.in
View file @
ce8a3490
...
...
@@ -2,15 +2,12 @@
Program: KWSys - Kitware System Library
Module: $RCSfile$
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
2002
Kitware, Inc., Insight Consortium. All rights reserved.
See
http://www.cmake.org/HTML
/Copyright.htm
l
for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved.
See
Copyright.txt or http://www.kitware.com
/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
...
...
Source/kwsys/kwsysHeaderDump.pl
View file @
ce8a3490
#!/usr/bin/perl
#
# Program: KWSys - Kitware System Library
# Module: $RCSfile$
#
# Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved.
# See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even
# the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
# PURPOSE. See the above copyright notices for more information.
#
if
(
$#ARGV
+
1
<
2
)
{
...
...
Source/kwsys/kwsysPrivate.h
View file @
ce8a3490
...
...
@@ -2,15 +2,12 @@
Program: KWSys - Kitware System Library
Module: $RCSfile$
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
2002
Kitware, Inc., Insight Consortium. All rights reserved.
See
http://www.cmake.org/HTML
/Copyright.htm
l
for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved.
See
Copyright.txt or http://www.kitware.com
/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
...
...
Source/kwsys/kwsys_std.h.in
View file @
ce8a3490
...
...
@@ -2,15 +2,12 @@
Program: KWSys - Kitware System Library
Module: $RCSfile$
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
2002
Kitware, Inc., Insight Consortium. All rights reserved.
See
http://www.cmake.org/HTML
/Copyright.htm
l
for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved.
See
Copyright.txt or http://www.kitware.com
/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
...
...
Source/kwsys/kwsys_std_fstream.h.in
View file @
ce8a3490
...
...
@@ -2,15 +2,12 @@
Program: KWSys - Kitware System Library
Module: $RCSfile$
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
2002
Kitware, Inc., Insight Consortium. All rights reserved.
See
http://www.cmake.org/HTML
/Copyright.htm
l
for details.
Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved.
See
Copyright.txt or http://www.kitware.com
/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment