Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
VTK
VTK
Commits
af4841f5
Commit
af4841f5
authored
Nov 14, 2003
by
Will Schroeder
Browse files
ENH:Copyright changes. Hopefully the last time ever.
parent
406c3b4b
Changes
1000
Hide whitespace changes
Inline
Side-by-side
Too many changes to show.
To preserve performance only
20 of 1000+
files are displayed.
Plain diff
Email patch
Common/Testing/Cxx/ObjectFactory.cxx
View file @
af4841f5
...
...
@@ -2,16 +2,13 @@
Program: Visualization Toolkit
Module: ObjectFactory.cxx
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
1993-2002
Ken Martin, Will Schroeder, Bill Lorensen
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
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 notice for more information.
=========================================================================*/
...
...
@@ -41,7 +38,7 @@ private:
void
operator
=
(
const
vtkTestVertex
&
);
};
vtkCxxRevisionMacro
(
vtkTestVertex
,
"1.1
7
"
);
vtkCxxRevisionMacro
(
vtkTestVertex
,
"1.1
8
"
);
class
vtkTestVertex2
:
public
vtkVertex
{
...
...
@@ -59,7 +56,7 @@ private:
void
operator
=
(
const
vtkTestVertex2
&
);
};
vtkCxxRevisionMacro
(
vtkTestVertex2
,
"1.1
7
"
);
vtkCxxRevisionMacro
(
vtkTestVertex2
,
"1.1
8
"
);
VTK_CREATE_CREATE_FUNCTION
(
vtkTestVertex
);
VTK_CREATE_CREATE_FUNCTION
(
vtkTestVertex2
);
...
...
Common/Testing/Cxx/SystemInformation.cxx
View file @
af4841f5
...
...
@@ -2,16 +2,13 @@
Program: Visualization Toolkit
Module: SystemInformation.cxx
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
1993-2002
Ken Martin, Will Schroeder, Bill Lorensen
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
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 notice for more information.
=========================================================================*/
...
...
Common/Testing/Cxx/TestAmoebaMinimizer.cxx
View file @
af4841f5
...
...
@@ -2,16 +2,13 @@
Program: Visualization Toolkit
Module: TestAmoebaMinimizer.cxx
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
1993-2002
Ken Martin, Will Schroeder, Bill Lorensen
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
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 notice for more information.
=========================================================================*/
...
...
Common/Testing/Cxx/TestCxxFeatures.cxx
View file @
af4841f5
...
...
@@ -2,16 +2,13 @@
Program: Visualization Toolkit
Module: TestCxxFeatures.cxx
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
1993-2002
Ken Martin, Will Schroeder, Bill Lorensen
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
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 notice for more information.
=========================================================================*/
...
...
Common/Testing/Cxx/TestDirectory.cxx
View file @
af4841f5
...
...
@@ -2,16 +2,13 @@
Program: Visualization Toolkit
Module: TestDirectory.cxx
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
1993-2002
Ken Martin, Will Schroeder, Bill Lorensen
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
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 notice for more information.
=========================================================================*/
...
...
Common/Testing/Cxx/TestImageIterator.cxx
View file @
af4841f5
...
...
@@ -2,16 +2,13 @@
Program: Visualization Toolkit
Module: TestImageIterator.cxx
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
1993-2002
Ken Martin, Will Schroeder, Bill Lorensen
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
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 notice for more information.
=========================================================================*/
...
...
Common/Testing/Cxx/TestSmartPointer.cxx
View file @
af4841f5
...
...
@@ -2,16 +2,13 @@
Program: Visualization Toolkit
Module: TestSmartPointer.cxx
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
1993-2002
Ken Martin, Will Schroeder, Bill Lorensen
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
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 notice for more information.
=========================================================================*/
...
...
Common/Testing/Cxx/otherArrays.cxx
View file @
af4841f5
...
...
@@ -2,16 +2,13 @@
Program: Visualization Toolkit
Module: otherArrays.cxx
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
1993-2002
Ken Martin, Will Schroeder, Bill Lorensen
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
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 notice for more information.
=========================================================================*/
...
...
Common/Testing/Cxx/otherByteSwap.cxx
View file @
af4841f5
...
...
@@ -2,16 +2,13 @@
Program: Visualization Toolkit
Module: otherByteSwap.cxx
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
1993-2002
Ken Martin, Will Schroeder, Bill Lorensen
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
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 notice for more information.
=========================================================================*/
...
...
Common/Testing/Cxx/otherCellArray.cxx
View file @
af4841f5
...
...
@@ -2,16 +2,13 @@
Program: Visualization Toolkit
Module: otherCellArray.cxx
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
1993-2002
Ken Martin, Will Schroeder, Bill Lorensen
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
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 notice for more information.
=========================================================================*/
...
...
Common/Testing/Cxx/otherCellBoundaries.cxx
View file @
af4841f5
...
...
@@ -2,16 +2,13 @@
Program: Visualization Toolkit
Module: otherCellBoundaries.cxx
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
1993-2002
Ken Martin, Will Schroeder, Bill Lorensen
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
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 notice for more information.
=========================================================================*/
...
...
Common/Testing/Cxx/otherCellDerivatives.cxx
View file @
af4841f5
...
...
@@ -2,16 +2,13 @@
Program: Visualization Toolkit
Module: otherCellDerivatives.cxx
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
1993-2002
Ken Martin, Will Schroeder, Bill Lorensen
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
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 notice for more information.
=========================================================================*/
...
...
Common/Testing/Cxx/otherCellPosition.cxx
View file @
af4841f5
...
...
@@ -2,16 +2,13 @@
Program: Visualization Toolkit
Module: otherCellPosition.cxx
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
1993-2002
Ken Martin, Will Schroeder, Bill Lorensen
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
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 notice for more information.
=========================================================================*/
...
...
Common/Testing/Cxx/otherCellTypes.cxx
View file @
af4841f5
...
...
@@ -2,16 +2,13 @@
Program: Visualization Toolkit
Module: otherCellTypes.cxx
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
1993-2002
Ken Martin, Will Schroeder, Bill Lorensen
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
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 notice for more information.
=========================================================================*/
...
...
Common/Testing/Cxx/otherEmptyCell.cxx
View file @
af4841f5
...
...
@@ -2,16 +2,13 @@
Program: Visualization Toolkit
Module: otherEmptyCell.cxx
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
1993-2002
Ken Martin, Will Schroeder, Bill Lorensen
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
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 notice for more information.
=========================================================================*/
...
...
Common/Testing/Cxx/otherFieldData.cxx
View file @
af4841f5
...
...
@@ -2,16 +2,13 @@
Program: Visualization Toolkit
Module: otherFieldData.cxx
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
1993-2002
Ken Martin, Will Schroeder, Bill Lorensen
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
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 notice for more information.
=========================================================================*/
...
...
Common/Testing/Cxx/otherLookupTable.cxx
View file @
af4841f5
...
...
@@ -2,16 +2,13 @@
Program: Visualization Toolkit
Module: otherLookupTable.cxx
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
1993-2002
Ken Martin, Will Schroeder, Bill Lorensen
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
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 notice for more information.
=========================================================================*/
...
...
Common/Testing/Cxx/otherRectilinearGrid.cxx
View file @
af4841f5
...
...
@@ -2,16 +2,13 @@
Program: Visualization Toolkit
Module: otherRectilinearGrid.cxx
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
1993-2002
Ken Martin, Will Schroeder, Bill Lorensen
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
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 notice for more information.
=========================================================================*/
...
...
Common/Testing/Cxx/otherStructuredGrid.cxx
View file @
af4841f5
...
...
@@ -2,16 +2,13 @@
Program: Visualization Toolkit
Module: otherStructuredGrid.cxx
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
1993-2002
Ken Martin, Will Schroeder, Bill Lorensen
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
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 notice for more information.
=========================================================================*/
...
...
Common/Testing/Cxx/otherTimerLog.cxx
View file @
af4841f5
...
...
@@ -2,16 +2,13 @@
Program: Visualization Toolkit
Module: otherTimerLog.cxx
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c)
1993-2002
Ken Martin, Will Schroeder, Bill Lorensen
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
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 notice for more information.
=========================================================================*/
...
...
Prev
1
2
3
4
5
…
50
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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