From fbcea82e78d805bba8c42c290f23206284aad709 Mon Sep 17 00:00:00 2001 From: nadavi Date: Mon, 15 Apr 2019 17:24:21 -0600 Subject: [PATCH] conslidate the license statement --- CMake/FindOpenGL.cmake | 16 +----- CMake/FindOpenMP.cmake | 16 +----- CMake/FindPyexpander.cmake | 15 +---- CMake/VTKmBuildDocumentation.cmake | 12 +--- CMake/VTKmBuildType.cmake | 12 +--- CMake/VTKmCPUVectorization.cmake | 16 +----- CMake/VTKmCheckCopyright.cmake | 12 +--- CMake/VTKmCompilerDynamicAnalysisFlags.cmake | 12 +--- CMake/VTKmCompilerFlags.cmake | 12 +--- CMake/VTKmConfig.cmake.in | 12 +--- CMake/VTKmCopyrightStatement.txt | 10 ---- CMake/VTKmDetectCUDAVersion.cu | 16 +----- CMake/VTKmDetermineVersion.cmake | 12 +--- CMake/VTKmDeviceAdapters.cmake | 12 +--- CMake/VTKmExportHeaderTemplate.h.in | 16 +----- CMake/VTKmRenderingContexts.cmake | 12 +--- CMake/VTKmWrappers.cmake | 12 +--- CMake/doxyfile.in | 12 +--- CMake/testing/VTKmCheckPyexpander.cmake | 12 +--- CMake/testing/VTKmCheckSourceInInstall.cmake | 12 +--- CMake/testing/VTKmSystemInformation.cmake | 12 +--- CMake/testing/VTKmTestInstall.cmake | 12 +--- CMakeLists.txt | 12 +--- CTestConfig.cmake | 12 +--- CTestCustom.cmake.in | 12 +--- benchmarking/BenchmarkArrayTransfer.cxx | 12 +--- benchmarking/BenchmarkAtomicArray.cxx | 12 +--- benchmarking/BenchmarkCopySpeeds.cxx | 14 +---- benchmarking/BenchmarkDeviceAdapter.cxx | 12 +--- benchmarking/BenchmarkFieldAlgorithms.cxx | 12 +--- benchmarking/BenchmarkFilters.cxx | 12 +--- benchmarking/BenchmarkRayTracing.cxx | 12 +--- benchmarking/BenchmarkTopologyAlgorithms.cxx | 12 +--- benchmarking/Benchmarker.h | 12 +--- benchmarking/CMakeLists.txt | 12 +--- docs/CodingConventions.md | 13 +---- examples/CMakeLists.txt | 17 +----- examples/clipping/CMakeLists.txt | 16 +----- examples/clipping/Clipping.cxx | 12 +--- examples/contour_tree/CMakeLists.txt | 16 +----- examples/contour_tree/ContourTreeMesh2D.cxx | 12 +--- examples/contour_tree/ContourTreeMesh3D.cxx | 12 +--- .../contour_tree_augmented/CMakeLists.txt | 16 +----- .../contour_tree_augmented/ContourTreeApp.cxx | 12 +--- examples/cosmotools/CMakeLists.txt | 16 +----- examples/cosmotools/CosmoCenterFinder.cxx | 12 +--- examples/cosmotools/CosmoHaloFinder.cxx | 12 +--- examples/demo/CMakeLists.txt | 16 +----- examples/demo/Demo.cxx | 12 +--- examples/game_of_life/CMakeLists.txt | 16 +----- examples/game_of_life/GameOfLife.cxx | 12 +--- examples/game_of_life/LoadShaders.h | 12 +--- examples/hello_world/CMakeLists.txt | 16 +----- examples/hello_world/HelloWorld.cxx | 12 +--- examples/hello_world/LoadShaders.h | 12 +--- examples/histogram/CMakeLists.txt | 16 +----- examples/histogram/Histogram.cxx | 12 +--- examples/histogram/HistogramMPI.h | 12 +--- examples/histogram/HistogramMPI.hxx | 12 +--- examples/isosurface/CMakeLists.txt | 16 +----- examples/isosurface/IsosurfaceUniformGrid.cxx | 12 +--- examples/isosurface/quaternion.h | 16 +----- examples/lagrangian/ABCfield.h | 12 +--- examples/lagrangian/CMakeLists.txt | 16 +----- examples/lagrangian/lagrangian.cxx | 12 +--- examples/multi_backend/CMakeLists.txt | 16 +----- examples/multi_backend/IOGenerator.cxx | 12 +--- examples/multi_backend/IOGenerator.h | 12 +--- examples/multi_backend/MultiBackend.cxx | 12 +--- .../multi_backend/MultiDeviceGradient.cxx | 12 +--- examples/multi_backend/MultiDeviceGradient.h | 12 +--- .../multi_backend/MultiDeviceGradient.hxx | 12 +--- examples/multi_backend/TaskQueue.h | 12 +--- examples/oscillator/CMakeLists.txt | 16 +----- examples/oscillator/Oscillator.cxx | 12 +--- examples/particle_advection/CMakeLists.txt | 16 +----- .../particle_advection/ParticleAdvection.cxx | 12 +--- examples/redistribute_points/CMakeLists.txt | 16 +----- .../RedistributePoints.cxx | 12 +--- .../redistribute_points/RedistributePoints.h | 12 +--- examples/rendering/CMakeLists.txt | 16 +----- examples/rendering/Rendering.cxx | 12 +--- examples/streamline/CMakeLists.txt | 16 +----- examples/streamline/StreamLineUniformGrid.cxx | 12 +--- examples/tau_timing/CMakeLists.txt | 16 +----- examples/tau_timing/TauTiming.cxx | 12 +--- examples/temporal_advection/CMakeLists.txt | 16 +----- .../temporal_advection/TemporalAdvection.cxx | 12 +--- examples/tetrahedra/CMakeLists.txt | 16 +----- .../tetrahedra/TetrahedralizeExplicitGrid.cxx | 12 +--- .../tetrahedra/TetrahedralizeUniformGrid.cxx | 12 +--- .../tetrahedra/TriangulateExplicitGrid.cxx | 12 +--- .../tetrahedra/TriangulateUniformGrid.cxx | 12 +--- examples/unified_memory/CMakeLists.txt | 16 +----- examples/unified_memory/UnifiedMemory.cu | 12 +--- vtkm/Assert.h | 12 +--- vtkm/BaseComponent.h | 12 +--- vtkm/BinaryOperators.h | 12 +--- vtkm/BinaryPredicates.h | 12 +--- vtkm/Bitset.h | 12 +--- vtkm/Bounds.h | 12 +--- vtkm/CMakeLists.txt | 12 +--- vtkm/CellClassification.h | 12 +--- vtkm/CellShape.h | 12 +--- vtkm/CellTraits.h | 12 +--- vtkm/Flags.h | 12 +--- vtkm/Geometry.h | 12 +--- vtkm/Geometry.hxx | 12 +--- vtkm/Hash.h | 12 +--- vtkm/ImplicitFunction.h | 12 +--- vtkm/ListTag.h | 12 +--- vtkm/Math.h | 16 +----- vtkm/Math.h.in | 16 +----- vtkm/Matrix.h | 16 +----- vtkm/NewtonsMethod.h | 12 +--- vtkm/Pair.h | 12 +--- vtkm/Range.h | 12 +--- vtkm/RangeId.h | 12 +--- vtkm/RangeId2.h | 12 +--- vtkm/RangeId3.h | 12 +--- vtkm/StaticAssert.h | 12 +--- vtkm/Swap.h | 12 +--- vtkm/TopologyElementTag.h | 12 +--- vtkm/Transform3D.h | 16 +----- vtkm/TypeListTag.h | 12 +--- vtkm/TypeTraits.h | 12 +--- vtkm/Types.h | 12 +--- vtkm/UnaryPredicates.h | 12 +--- vtkm/VecAxisAlignedPointCoordinates.h | 12 +--- vtkm/VecFromPortal.h | 12 +--- vtkm/VecFromPortalPermute.h | 12 +--- vtkm/VecFromVirtPortal.h | 12 +--- vtkm/VecTraits.h | 12 +--- vtkm/VecVariable.h | 12 +--- vtkm/VectorAnalysis.h | 16 +----- vtkm/Version.h.in | 12 +--- vtkm/VirtualObjectBase.h | 12 +--- vtkm/cont/Algorithm.h | 12 +--- vtkm/cont/ArrayCopy.h | 12 +--- vtkm/cont/ArrayHandle.cxx | 12 +--- vtkm/cont/ArrayHandle.h | 12 +--- vtkm/cont/ArrayHandle.hxx | 12 +--- vtkm/cont/ArrayHandleBitField.h | 16 +----- vtkm/cont/ArrayHandleCartesianProduct.h | 12 +--- vtkm/cont/ArrayHandleCast.h | 16 +----- vtkm/cont/ArrayHandleCompositeVector.h | 12 +--- vtkm/cont/ArrayHandleConcatenate.h | 16 +----- vtkm/cont/ArrayHandleConstant.h | 16 +----- vtkm/cont/ArrayHandleCounting.h | 12 +--- vtkm/cont/ArrayHandleDiscard.h | 12 +--- vtkm/cont/ArrayHandleExtractComponent.h | 16 +----- vtkm/cont/ArrayHandleGroupVec.h | 12 +--- vtkm/cont/ArrayHandleGroupVecVariable.h | 12 +--- vtkm/cont/ArrayHandleImplicit.h | 16 +----- vtkm/cont/ArrayHandleIndex.h | 16 +----- vtkm/cont/ArrayHandlePermutation.h | 16 +----- vtkm/cont/ArrayHandleReverse.h | 16 +----- vtkm/cont/ArrayHandleStreaming.h | 12 +--- vtkm/cont/ArrayHandleSwizzle.h | 16 +----- vtkm/cont/ArrayHandleTransform.h | 16 +----- .../cont/ArrayHandleUniformPointCoordinates.h | 12 +--- vtkm/cont/ArrayHandleView.h | 12 +--- vtkm/cont/ArrayHandleVirtual.cxx | 12 +--- vtkm/cont/ArrayHandleVirtual.h | 12 +--- vtkm/cont/ArrayHandleVirtual.hxx | 12 +--- vtkm/cont/ArrayHandleVirtualCoordinates.h | 12 +--- vtkm/cont/ArrayHandleZip.h | 12 +--- vtkm/cont/ArrayPortal.h | 12 +--- vtkm/cont/ArrayPortalToIterators.h | 12 +--- vtkm/cont/ArrayRangeCompute.cxx | 12 +--- vtkm/cont/ArrayRangeCompute.h | 12 +--- vtkm/cont/ArrayRangeCompute.hxx | 12 +--- vtkm/cont/AssignerMultiBlock.cxx | 12 +--- vtkm/cont/AssignerMultiBlock.h | 12 +--- vtkm/cont/AtomicArray.h | 12 +--- vtkm/cont/BitField.h | 12 +--- vtkm/cont/BoundsCompute.cxx | 12 +--- vtkm/cont/BoundsCompute.h | 12 +--- vtkm/cont/BoundsGlobalCompute.cxx | 12 +--- vtkm/cont/BoundsGlobalCompute.h | 12 +--- vtkm/cont/CMakeLists.txt | 12 +--- vtkm/cont/CastAndCall.h | 12 +--- vtkm/cont/CellLocator.cxx | 12 +--- vtkm/cont/CellLocator.h | 12 +--- .../CellLocatorBoundingIntervalHierarchy.cxx | 12 +--- .../CellLocatorBoundingIntervalHierarchy.h | 12 +--- vtkm/cont/CellLocatorGeneral.cxx | 12 +--- vtkm/cont/CellLocatorGeneral.h | 12 +--- vtkm/cont/CellLocatorRectilinearGrid.cxx | 12 +--- vtkm/cont/CellLocatorRectilinearGrid.h | 12 +--- vtkm/cont/CellLocatorUniformBins.cxx | 12 +--- vtkm/cont/CellLocatorUniformBins.h | 12 +--- vtkm/cont/CellLocatorUniformGrid.cxx | 12 +--- vtkm/cont/CellLocatorUniformGrid.h | 12 +--- vtkm/cont/CellSet.cxx | 12 +--- vtkm/cont/CellSet.h | 12 +--- vtkm/cont/CellSetExplicit.cxx | 12 +--- vtkm/cont/CellSetExplicit.h | 12 +--- vtkm/cont/CellSetExplicit.hxx | 12 +--- vtkm/cont/CellSetListTag.h | 12 +--- vtkm/cont/CellSetPermutation.h | 12 +--- vtkm/cont/CellSetSingleType.h | 12 +--- vtkm/cont/CellSetStructured.cxx | 12 +--- vtkm/cont/CellSetStructured.h | 12 +--- vtkm/cont/CellSetStructured.hxx | 12 +--- vtkm/cont/ColorTable.cxx | 12 +--- vtkm/cont/ColorTable.h | 12 +--- vtkm/cont/ColorTable.hxx | 12 +--- vtkm/cont/ColorTablePresets.cxx | 13 +---- vtkm/cont/ColorTablePrivate.hxx | 12 +--- vtkm/cont/ColorTableSamples.h | 12 +--- vtkm/cont/CoordinateSystem.cxx | 12 +--- vtkm/cont/CoordinateSystem.h | 12 +--- vtkm/cont/CoordinateSystem.hxx | 12 +--- vtkm/cont/DataSet.cxx | 12 +--- vtkm/cont/DataSet.h | 12 +--- vtkm/cont/DataSetBuilderExplicit.cxx | 12 +--- vtkm/cont/DataSetBuilderExplicit.h | 12 +--- vtkm/cont/DataSetBuilderRectilinear.cxx | 12 +--- vtkm/cont/DataSetBuilderRectilinear.h | 12 +--- vtkm/cont/DataSetBuilderUniform.cxx | 12 +--- vtkm/cont/DataSetBuilderUniform.h | 12 +--- vtkm/cont/DataSetFieldAdd.h | 12 +--- vtkm/cont/DeviceAdapter.h | 12 +--- vtkm/cont/DeviceAdapterAlgorithm.h | 12 +--- vtkm/cont/DeviceAdapterListTag.h | 12 +--- vtkm/cont/DeviceAdapterTag.h | 12 +--- vtkm/cont/DynamicCellSet.h | 12 +--- vtkm/cont/EnvironmentTracker.cxx | 12 +--- vtkm/cont/EnvironmentTracker.h | 12 +--- vtkm/cont/Error.h | 12 +--- vtkm/cont/ErrorBadAllocation.h | 12 +--- vtkm/cont/ErrorBadDevice.cxx | 12 +--- vtkm/cont/ErrorBadDevice.h | 12 +--- vtkm/cont/ErrorBadType.cxx | 12 +--- vtkm/cont/ErrorBadType.h | 12 +--- vtkm/cont/ErrorBadValue.h | 12 +--- vtkm/cont/ErrorExecution.h | 12 +--- vtkm/cont/ErrorFilterExecution.h | 12 +--- vtkm/cont/ErrorInternal.h | 12 +--- vtkm/cont/ExecutionAndControlObjectBase.h | 12 +--- vtkm/cont/ExecutionObjectBase.h | 12 +--- vtkm/cont/Field.cxx | 12 +--- vtkm/cont/Field.h | 12 +--- vtkm/cont/FieldRangeCompute.cxx | 12 +--- vtkm/cont/FieldRangeCompute.h | 12 +--- vtkm/cont/FieldRangeCompute.hxx | 12 +--- vtkm/cont/FieldRangeGlobalCompute.cxx | 12 +--- vtkm/cont/FieldRangeGlobalCompute.h | 12 +--- vtkm/cont/FieldRangeGlobalCompute.hxx | 12 +--- vtkm/cont/ImplicitFunctionHandle.h | 12 +--- vtkm/cont/Initialize.cxx | 12 +--- vtkm/cont/Initialize.h | 12 +--- vtkm/cont/Logging.cxx | 12 +--- vtkm/cont/Logging.h | 12 +--- vtkm/cont/MultiBlock.cxx | 12 +--- vtkm/cont/MultiBlock.h | 12 +--- vtkm/cont/PointLocator.h | 12 +--- vtkm/cont/PointLocatorUniformGrid.h | 12 +--- vtkm/cont/RuntimeDeviceInformation.cxx | 12 +--- vtkm/cont/RuntimeDeviceInformation.h | 12 +--- vtkm/cont/RuntimeDeviceTracker.cxx | 12 +--- vtkm/cont/RuntimeDeviceTracker.h | 12 +--- vtkm/cont/SerializableTypeString.h | 12 +--- vtkm/cont/Serialization.h | 12 +--- vtkm/cont/Storage.h | 12 +--- vtkm/cont/StorageBasic.cxx | 12 +--- vtkm/cont/StorageBasic.h | 12 +--- vtkm/cont/StorageBasic.hxx | 12 +--- vtkm/cont/StorageImplicit.h | 12 +--- vtkm/cont/StorageListTag.h | 12 +--- vtkm/cont/StorageVirtual.cxx | 12 +--- vtkm/cont/StorageVirtual.h | 12 +--- vtkm/cont/StorageVirtual.hxx | 12 +--- vtkm/cont/Timer.cxx | 12 +--- vtkm/cont/Timer.h | 12 +--- vtkm/cont/TryExecute.cxx | 12 +--- vtkm/cont/TryExecute.h | 12 +--- vtkm/cont/VariantArrayHandle.cxx | 12 +--- vtkm/cont/VariantArrayHandle.h | 12 +--- vtkm/cont/VirtualObjectHandle.h | 12 +--- vtkm/cont/VirtualObjectHandle.hxx | 12 +--- vtkm/cont/arg/CMakeLists.txt | 12 +--- vtkm/cont/arg/ControlSignatureTagBase.h | 12 +--- vtkm/cont/arg/Transport.h | 12 +--- vtkm/cont/arg/TransportTagArrayIn.h | 12 +--- vtkm/cont/arg/TransportTagArrayInOut.h | 12 +--- vtkm/cont/arg/TransportTagArrayOut.h | 12 +--- vtkm/cont/arg/TransportTagAtomicArray.h | 12 +--- vtkm/cont/arg/TransportTagBitField.h | 12 +--- vtkm/cont/arg/TransportTagCellSetIn.h | 12 +--- vtkm/cont/arg/TransportTagExecObject.h | 12 +--- vtkm/cont/arg/TransportTagKeyedValuesIn.h | 12 +--- vtkm/cont/arg/TransportTagKeyedValuesInOut.h | 12 +--- vtkm/cont/arg/TransportTagKeyedValuesOut.h | 12 +--- vtkm/cont/arg/TransportTagKeysIn.h | 12 +--- vtkm/cont/arg/TransportTagTopologyFieldIn.h | 12 +--- vtkm/cont/arg/TransportTagWholeArrayIn.h | 12 +--- vtkm/cont/arg/TransportTagWholeArrayInOut.h | 12 +--- vtkm/cont/arg/TransportTagWholeArrayOut.h | 12 +--- vtkm/cont/arg/TypeCheck.h | 12 +--- vtkm/cont/arg/TypeCheckTagArray.h | 12 +--- vtkm/cont/arg/TypeCheckTagAtomicArray.h | 12 +--- vtkm/cont/arg/TypeCheckTagBitField.h | 12 +--- vtkm/cont/arg/TypeCheckTagCellSet.h | 12 +--- vtkm/cont/arg/TypeCheckTagCellSetStructured.h | 12 +--- vtkm/cont/arg/TypeCheckTagExecObject.h | 12 +--- vtkm/cont/arg/TypeCheckTagKeys.h | 12 +--- vtkm/cont/arg/testing/CMakeLists.txt | 12 +--- .../testing/UnitTestControlSignatureTag.cxx | 12 +--- .../arg/testing/UnitTestTransportArrayIn.cxx | 12 +--- .../testing/UnitTestTransportArrayInOut.cxx | 12 +--- .../arg/testing/UnitTestTransportArrayOut.cxx | 12 +--- .../testing/UnitTestTransportCellSetIn.cxx | 12 +--- .../testing/UnitTestTransportExecObject.cxx | 12 +--- .../testing/UnitTestTransportWholeArray.cxx | 12 +--- .../arg/testing/UnitTestTypeCheckArray.cxx | 12 +--- .../arg/testing/UnitTestTypeCheckCellSet.cxx | 12 +--- .../testing/UnitTestTypeCheckExecObject.cxx | 12 +--- .../arg/testing/UnitTestTypeCheckKeys.cxx | 12 +--- vtkm/cont/cuda/CMakeLists.txt | 12 +--- vtkm/cont/cuda/ChooseCudaDevice.h | 12 +--- vtkm/cont/cuda/DeviceAdapterCuda.h | 12 +--- vtkm/cont/cuda/ErrorCuda.h | 12 +--- .../internal/ArrayManagerExecutionCuda.cu | 12 +--- .../cuda/internal/ArrayManagerExecutionCuda.h | 12 +--- .../internal/AtomicInterfaceExecutionCuda.h | 12 +--- vtkm/cont/cuda/internal/CMakeLists.txt | 12 +--- vtkm/cont/cuda/internal/CudaAllocator.cu | 12 +--- vtkm/cont/cuda/internal/CudaAllocator.h | 12 +--- .../internal/DeviceAdapterAlgorithmCuda.cu | 12 +--- .../internal/DeviceAdapterAlgorithmCuda.h | 12 +--- ...viceAdapterAtomicArrayImplementationCuda.h | 12 +--- .../DeviceAdapterRuntimeDetectorCuda.cu | 12 +--- .../DeviceAdapterRuntimeDetectorCuda.cxx | 12 +--- .../DeviceAdapterRuntimeDetectorCuda.h | 12 +--- .../cont/cuda/internal/DeviceAdapterTagCuda.h | 12 +--- .../DeviceAdapterTimerImplementationCuda.cu | 12 +--- .../DeviceAdapterTimerImplementationCuda.h | 12 +--- .../ExecutionArrayInterfaceBasicCuda.cu | 12 +--- .../ExecutionArrayInterfaceBasicCuda.h | 12 +--- vtkm/cont/cuda/internal/MakeThrustIterator.h | 12 +--- .../cuda/internal/ThrustExceptionHandler.h | 12 +--- .../cuda/internal/VirtualObjectTransferCuda.h | 12 +--- .../cont/cuda/internal/testing/CMakeLists.txt | 12 +--- vtkm/cont/cuda/internal/testing/Testing.h | 12 +--- vtkm/cont/cuda/testing/CMakeLists.txt | 12 +--- .../cuda/testing/UnitTestCudaArrayHandle.cu | 12 +--- .../testing/UnitTestCudaArrayHandleFancy.cu | 12 +--- ...itTestCudaArrayHandleVirtualCoordinates.cu | 12 +--- .../cont/cuda/testing/UnitTestCudaBitField.cu | 12 +--- .../UnitTestCudaCellLocatorRectilinearGrid.cu | 12 +--- .../UnitTestCudaCellLocatorUniformBins.cu | 12 +--- .../UnitTestCudaCellLocatorUniformGrid.cu | 12 +--- .../cuda/testing/UnitTestCudaColorTable.cu | 12 +--- .../cuda/testing/UnitTestCudaComputeRange.cu | 12 +--- .../testing/UnitTestCudaDataSetExplicit.cu | 12 +--- .../testing/UnitTestCudaDataSetSingleType.cu | 12 +--- .../cuda/testing/UnitTestCudaDeviceAdapter.cu | 12 +--- .../cont/cuda/testing/UnitTestCudaGeometry.cu | 16 +----- .../testing/UnitTestCudaImplicitFunction.cu | 12 +--- vtkm/cont/cuda/testing/UnitTestCudaMath.cu | 16 +----- .../UnitTestCudaPointLocatorUniformGrid.cu | 12 +--- ...tTestCudaShareUserProvidedManagedMemory.cu | 12 +--- .../UnitTestCudaVirtualObjectHandle.cu | 12 +--- vtkm/cont/internal/ArrayExportMacros.h | 12 +--- vtkm/cont/internal/ArrayHandleBasicImpl.cxx | 12 +--- vtkm/cont/internal/ArrayHandleBasicImpl.h | 12 +--- vtkm/cont/internal/ArrayHandleBasicImpl.hxx | 12 +--- .../internal/ArrayHandleExecutionManager.h | 12 +--- vtkm/cont/internal/ArrayManagerExecution.h | 12 +--- .../ArrayManagerExecutionShareWithControl.cxx | 12 +--- .../ArrayManagerExecutionShareWithControl.h | 12 +--- vtkm/cont/internal/ArrayPortalFromIterators.h | 12 +--- vtkm/cont/internal/ArrayPortalShrink.h | 12 +--- vtkm/cont/internal/ArrayTransfer.h | 12 +--- vtkm/cont/internal/AtomicInterfaceControl.h | 12 +--- vtkm/cont/internal/AtomicInterfaceExecution.h | 12 +--- vtkm/cont/internal/CMakeLists.txt | 12 +--- .../internal/ConnectivityExplicitInternals.h | 12 +--- .../internal/DeviceAdapterAlgorithmGeneral.h | 12 +--- .../DeviceAdapterAtomicArrayImplementation.h | 12 +--- vtkm/cont/internal/DeviceAdapterError.h | 12 +--- vtkm/cont/internal/DeviceAdapterListHelpers.h | 12 +--- vtkm/cont/internal/DeviceAdapterTag.cxx | 12 +--- vtkm/cont/internal/DynamicTransform.h | 12 +--- vtkm/cont/internal/FunctorsGeneral.h | 12 +--- vtkm/cont/internal/IteratorFromArrayPortal.h | 12 +--- vtkm/cont/internal/KXSort.h | 16 +----- vtkm/cont/internal/OptionParser.h | 16 +----- vtkm/cont/internal/ParallelRadixSort.h | 16 +----- .../internal/ParallelRadixSortInterface.h | 12 +--- .../internal/ReverseConnectivityBuilder.h | 12 +--- vtkm/cont/internal/StorageError.h | 12 +--- vtkm/cont/internal/TransferInfo.cxx | 12 +--- vtkm/cont/internal/TransferInfo.h | 12 +--- .../internal/VariantArrayHandleContainer.h | 12 +--- vtkm/cont/internal/VirtualObjectTransfer.cxx | 12 +--- vtkm/cont/internal/VirtualObjectTransfer.h | 12 +--- .../VirtualObjectTransferShareWithControl.h | 12 +--- vtkm/cont/internal/testing/CMakeLists.txt | 12 +--- ...tArrayManagerExecutionShareWithControl.cxx | 12 +--- .../UnitTestArrayPortalFromIterators.cxx | 12 +--- .../testing/UnitTestDynamicTransform.cxx | 12 +--- .../UnitTestIteratorFromArrayPortal.cxx | 12 +--- vtkm/cont/openmp/CMakeLists.txt | 12 +--- vtkm/cont/openmp/DeviceAdapterOpenMP.h | 12 +--- .../internal/ArrayManagerExecutionOpenMP.cxx | 12 +--- .../internal/ArrayManagerExecutionOpenMP.h | 12 +--- .../internal/AtomicInterfaceExecutionOpenMP.h | 12 +--- vtkm/cont/openmp/internal/CMakeLists.txt | 12 +--- .../internal/DeviceAdapterAlgorithmOpenMP.cxx | 12 +--- .../internal/DeviceAdapterAlgorithmOpenMP.h | 12 +--- .../DeviceAdapterRuntimeDetectorOpenMP.cxx | 12 +--- .../DeviceAdapterRuntimeDetectorOpenMP.h | 12 +--- .../openmp/internal/DeviceAdapterTagOpenMP.h | 12 +--- .../ExecutionArrayInterfaceBasicOpenMP.cxx | 12 +--- .../ExecutionArrayInterfaceBasicOpenMP.h | 12 +--- vtkm/cont/openmp/internal/FunctorsOpenMP.h | 12 +--- .../openmp/internal/ParallelQuickSortOpenMP.h | 12 +--- .../internal/ParallelRadixSortOpenMP.cxx | 12 +--- .../openmp/internal/ParallelRadixSortOpenMP.h | 12 +--- .../cont/openmp/internal/ParallelScanOpenMP.h | 12 +--- .../cont/openmp/internal/ParallelSortOpenMP.h | 12 +--- .../internal/VirtualObjectTransferOpenMP.h | 12 +--- vtkm/cont/openmp/testing/CMakeLists.txt | 12 +--- .../testing/UnitTestOpenMPArrayHandle.cxx | 12 +--- .../UnitTestOpenMPArrayHandleFancy.cxx | 12 +--- ...estOpenMPArrayHandleVirtualCoordinates.cxx | 12 +--- .../openmp/testing/UnitTestOpenMPBitField.cxx | 12 +--- ...itTestOpenMPCellLocatorRectilinearGrid.cxx | 12 +--- .../UnitTestOpenMPCellLocatorUniformBins.cxx | 12 +--- .../UnitTestOpenMPCellLocatorUniformGrid.cxx | 12 +--- .../testing/UnitTestOpenMPColorTable.cxx | 12 +--- .../testing/UnitTestOpenMPComputeRange.cxx | 12 +--- .../testing/UnitTestOpenMPDataSetExplicit.cxx | 12 +--- .../UnitTestOpenMPDataSetSingleType.cxx | 12 +--- .../testing/UnitTestOpenMPDeviceAdapter.cxx | 12 +--- .../UnitTestOpenMPImplicitFunction.cxx | 12 +--- .../UnitTestOpenMPPointLocatorUniformGrid.cxx | 12 +--- .../UnitTestOpenMPVirtualObjectHandle.cxx | 12 +--- vtkm/cont/serial/CMakeLists.txt | 12 +--- vtkm/cont/serial/DeviceAdapterSerial.h | 12 +--- .../internal/ArrayManagerExecutionSerial.cxx | 12 +--- .../internal/ArrayManagerExecutionSerial.h | 12 +--- .../internal/AtomicInterfaceExecutionSerial.h | 12 +--- vtkm/cont/serial/internal/CMakeLists.txt | 12 +--- .../internal/DeviceAdapterAlgorithmSerial.cxx | 12 +--- .../internal/DeviceAdapterAlgorithmSerial.h | 12 +--- .../DeviceAdapterRuntimeDetectorSerial.cxx | 12 +--- .../DeviceAdapterRuntimeDetectorSerial.h | 12 +--- .../serial/internal/DeviceAdapterTagSerial.h | 12 +--- .../ExecutionArrayInterfaceBasicSerial.cxx | 12 +--- .../ExecutionArrayInterfaceBasicSerial.h | 12 +--- .../internal/VirtualObjectTransferSerial.h | 12 +--- vtkm/cont/serial/testing/CMakeLists.txt | 12 +--- .../testing/UnitTestSerialArrayHandle.cxx | 12 +--- .../UnitTestSerialArrayHandleFancy.cxx | 16 +----- ...estSerialArrayHandleVirtualCoordinates.cxx | 12 +--- .../serial/testing/UnitTestSerialBitField.cxx | 12 +--- ...itTestSerialCellLocatorRectilinearGrid.cxx | 12 +--- .../UnitTestSerialCellLocatorUniformBins.cxx | 12 +--- .../UnitTestSerialCellLocatorUniformGrid.cxx | 12 +--- .../testing/UnitTestSerialColorTable.cxx | 12 +--- .../testing/UnitTestSerialComputeRange.cxx | 12 +--- .../testing/UnitTestSerialDataSetExplicit.cxx | 12 +--- .../UnitTestSerialDataSetSingleType.cxx | 12 +--- .../testing/UnitTestSerialDeviceAdapter.cxx | 12 +--- .../serial/testing/UnitTestSerialGeometry.cxx | 16 +----- .../UnitTestSerialImplicitFunction.cxx | 12 +--- .../UnitTestSerialPointLocatorUniformGrid.cxx | 12 +--- .../UnitTestSerialVirtualObjectHandle.cxx | 12 +--- vtkm/cont/tbb/CMakeLists.txt | 12 +--- vtkm/cont/tbb/DeviceAdapterTBB.h | 12 +--- .../tbb/internal/ArrayManagerExecutionTBB.cxx | 12 +--- .../tbb/internal/ArrayManagerExecutionTBB.h | 12 +--- .../internal/AtomicInterfaceExecutionTBB.h | 12 +--- vtkm/cont/tbb/internal/CMakeLists.txt | 12 +--- .../internal/DeviceAdapterAlgorithmTBB.cxx | 12 +--- .../tbb/internal/DeviceAdapterAlgorithmTBB.h | 12 +--- .../DeviceAdapterRuntimeDetectorTBB.cxx | 12 +--- .../DeviceAdapterRuntimeDetectorTBB.h | 12 +--- vtkm/cont/tbb/internal/DeviceAdapterTagTBB.h | 12 +--- .../ExecutionArrayInterfaceBasicTBB.cxx | 12 +--- .../ExecutionArrayInterfaceBasicTBB.h | 12 +--- vtkm/cont/tbb/internal/FunctorsTBB.h | 12 +--- vtkm/cont/tbb/internal/ParallelSortTBB.cxx | 16 +----- vtkm/cont/tbb/internal/ParallelSortTBB.h | 12 +--- .../tbb/internal/VirtualObjectTransferTBB.h | 12 +--- vtkm/cont/tbb/testing/CMakeLists.txt | 12 +--- .../tbb/testing/UnitTestTBBArrayHandle.cxx | 12 +--- .../testing/UnitTestTBBArrayHandleFancy.cxx | 12 +--- ...itTestTBBArrayHandleVirtualCoordinates.cxx | 12 +--- vtkm/cont/tbb/testing/UnitTestTBBBitField.cxx | 12 +--- .../UnitTestTBBCellLocatorRectilinearGrid.cxx | 12 +--- .../UnitTestTBBCellLocatorUniformBins.cxx | 12 +--- .../UnitTestTBBCellLocatorUniformGrid.cxx | 12 +--- .../tbb/testing/UnitTestTBBColorTable.cxx | 12 +--- .../tbb/testing/UnitTestTBBComputeRange.cxx | 12 +--- .../testing/UnitTestTBBDataSetExplicit.cxx | 12 +--- .../testing/UnitTestTBBDataSetSingleType.cxx | 12 +--- .../tbb/testing/UnitTestTBBDeviceAdapter.cxx | 12 +--- .../testing/UnitTestTBBImplicitFunction.cxx | 12 +--- .../UnitTestTBBPointLocatorUniformGrid.cxx | 12 +--- .../UnitTestTBBVirtualObjectHandle.cxx | 12 +--- vtkm/cont/testing/CMakeLists.txt | 12 +--- vtkm/cont/testing/ExplicitTestData.h | 16 +----- vtkm/cont/testing/MakeTestDataSet.h | 12 +--- vtkm/cont/testing/Testing.h | 12 +--- .../TestingArrayHandleVirtualCoordinates.h | 12 +--- vtkm/cont/testing/TestingArrayHandles.h | 12 +--- vtkm/cont/testing/TestingBitField.h | 12 +--- .../TestingCellLocatorRectilinearGrid.h | 12 +--- .../testing/TestingCellLocatorUniformBins.h | 12 +--- .../testing/TestingCellLocatorUniformGrid.h | 12 +--- vtkm/cont/testing/TestingColorTable.h | 12 +--- vtkm/cont/testing/TestingComputeRange.h | 12 +--- vtkm/cont/testing/TestingDataSetExplicit.h | 12 +--- vtkm/cont/testing/TestingDataSetSingleType.h | 12 +--- vtkm/cont/testing/TestingDeviceAdapter.h | 12 +--- vtkm/cont/testing/TestingFancyArrayHandles.h | 16 +----- vtkm/cont/testing/TestingImplicitFunction.h | 12 +--- .../testing/TestingPointLocatorUniformGrid.h | 12 +--- vtkm/cont/testing/TestingSerialization.h | 12 +--- .../cont/testing/TestingVirtualObjectHandle.h | 12 +--- vtkm/cont/testing/UnitTestAlgorithm.cxx | 12 +--- vtkm/cont/testing/UnitTestArrayCopy.cxx | 12 +--- .../UnitTestArrayHandleCartesianProduct.cxx | 16 +----- .../UnitTestArrayHandleCompositeVector.cxx | 12 +--- .../UnitTestArrayHandleConcatenate.cxx | 12 +--- .../testing/UnitTestArrayHandleCounting.cxx | 12 +--- .../testing/UnitTestArrayHandleDiscard.cxx | 12 +--- .../UnitTestArrayHandleExtractComponent.cxx | 16 +----- .../testing/UnitTestArrayHandleImplicit.cxx | 16 +----- .../cont/testing/UnitTestArrayHandleIndex.cxx | 12 +--- .../UnitTestArrayHandlePermutation.cxx | 16 +----- .../testing/UnitTestArrayHandleReverse.cxx | 12 +--- .../testing/UnitTestArrayHandleSwizzle.cxx | 16 +----- .../testing/UnitTestArrayHandleTransform.cxx | 16 +----- ...TestArrayHandleUniformPointCoordinates.cxx | 12 +--- .../testing/UnitTestArrayHandleVirtual.cxx | 12 +--- .../UnitTestArrayPortalToIterators.cxx | 12 +--- .../testing/UnitTestCellLocatorGeneral.cxx | 12 +--- vtkm/cont/testing/UnitTestCellSet.cxx | 12 +--- vtkm/cont/testing/UnitTestCellSetExplicit.cxx | 12 +--- .../testing/UnitTestCellSetPermutation.cxx | 12 +--- vtkm/cont/testing/UnitTestContTesting.cxx | 12 +--- .../UnitTestDataSetBuilderExplicit.cxx | 16 +----- .../UnitTestDataSetBuilderRectilinear.cxx | 16 +----- .../testing/UnitTestDataSetBuilderUniform.cxx | 16 +----- .../testing/UnitTestDataSetPermutation.cxx | 12 +--- .../testing/UnitTestDataSetRectilinear.cxx | 12 +--- vtkm/cont/testing/UnitTestDataSetUniform.cxx | 12 +--- ...itTestDeviceAdapterAlgorithmDependency.cxx | 12 +--- .../UnitTestDeviceAdapterAlgorithmGeneral.cxx | 12 +--- vtkm/cont/testing/UnitTestDynamicCellSet.cxx | 12 +--- .../testing/UnitTestFieldRangeCompute.cxx | 12 +--- .../UnitTestFieldRangeGlobalCompute.cxx | 12 +--- vtkm/cont/testing/UnitTestInitialize.cxx | 12 +--- vtkm/cont/testing/UnitTestLogging.cxx | 12 +--- .../cont/testing/UnitTestMoveConstructors.cxx | 12 +--- vtkm/cont/testing/UnitTestMultiBlock.cxx | 12 +--- .../UnitTestRuntimeDeviceInformation.cxx | 12 +--- .../testing/UnitTestRuntimeDeviceNames.cxx | 12 +--- .../UnitTestSerializationArrayHandle.cxx | 12 +--- .../testing/UnitTestSerializationDataSet.cxx | 12 +--- vtkm/cont/testing/UnitTestStorageBasic.cxx | 12 +--- vtkm/cont/testing/UnitTestStorageImplicit.cxx | 12 +--- vtkm/cont/testing/UnitTestStorageListTag.cxx | 12 +--- vtkm/cont/testing/UnitTestTimer.cxx | 12 +--- vtkm/cont/testing/UnitTestTryExecute.cxx | 12 +--- .../testing/UnitTestVariantArrayHandle.cxx | 12 +--- vtkm/exec/AtomicArrayExecutionObject.h | 12 +--- vtkm/exec/BoundaryState.h | 12 +--- vtkm/exec/CMakeLists.txt | 12 +--- vtkm/exec/CellDerivative.h | 12 +--- vtkm/exec/CellEdge.h | 12 +--- vtkm/exec/CellFace.h | 12 +--- vtkm/exec/CellInside.h | 12 +--- vtkm/exec/CellInterpolate.h | 12 +--- vtkm/exec/CellLocator.h | 12 +--- ...CellLocatorBoundingIntervalHierarchyExec.h | 12 +--- vtkm/exec/CellLocatorRectilinearGrid.h | 12 +--- vtkm/exec/CellLocatorUniformGrid.h | 12 +--- vtkm/exec/CellMeasure.h | 12 +--- vtkm/exec/ColorTable.h | 16 +----- vtkm/exec/ColorTable.hxx | 16 +----- vtkm/exec/ConnectivityExplicit.h | 12 +--- vtkm/exec/ConnectivityPermuted.h | 12 +--- vtkm/exec/ConnectivityStructured.h | 12 +--- vtkm/exec/ExecutionWholeArray.h | 12 +--- vtkm/exec/FieldNeighborhood.h | 12 +--- vtkm/exec/FunctorBase.h | 12 +--- vtkm/exec/Jacobian.h | 12 +--- vtkm/exec/ParametricCoordinates.h | 12 +--- vtkm/exec/PointLocator.h | 12 +--- vtkm/exec/PointLocatorUniformGrid.h | 12 +--- vtkm/exec/TaskBase.h | 12 +--- vtkm/exec/arg/AspectTagDefault.h | 12 +--- vtkm/exec/arg/BasicArg.h | 12 +--- vtkm/exec/arg/Boundary.h | 12 +--- vtkm/exec/arg/CMakeLists.txt | 12 +--- vtkm/exec/arg/CellShape.h | 12 +--- vtkm/exec/arg/ExecutionSignatureTagBase.h | 12 +--- vtkm/exec/arg/Fetch.h | 12 +--- vtkm/exec/arg/FetchTagArrayDirectIn.h | 12 +--- vtkm/exec/arg/FetchTagArrayDirectInOut.h | 12 +--- vtkm/exec/arg/FetchTagArrayDirectOut.h | 12 +--- vtkm/exec/arg/FetchTagArrayNeighborhoodIn.h | 12 +--- vtkm/exec/arg/FetchTagArrayTopologyMapIn.h | 12 +--- vtkm/exec/arg/FetchTagCellSetIn.h | 12 +--- vtkm/exec/arg/FetchTagExecObject.h | 12 +--- vtkm/exec/arg/FetchTagKeysIn.h | 12 +--- vtkm/exec/arg/FetchTagWholeCellSetIn.h | 12 +--- vtkm/exec/arg/FromCount.h | 12 +--- vtkm/exec/arg/FromIndices.h | 12 +--- vtkm/exec/arg/InputIndex.h | 12 +--- vtkm/exec/arg/OutputIndex.h | 12 +--- vtkm/exec/arg/ThreadIndices.h | 12 +--- vtkm/exec/arg/ThreadIndicesBasic.h | 12 +--- .../exec/arg/ThreadIndicesPointNeighborhood.h | 12 +--- vtkm/exec/arg/ThreadIndicesReduceByKey.h | 12 +--- vtkm/exec/arg/ThreadIndicesTopologyMap.h | 12 +--- vtkm/exec/arg/ValueCount.h | 12 +--- vtkm/exec/arg/VisitIndex.h | 12 +--- vtkm/exec/arg/WorkIndex.h | 12 +--- vtkm/exec/arg/testing/CMakeLists.txt | 14 +---- vtkm/exec/arg/testing/ThreadIndicesTesting.h | 12 +--- .../testing/UnitTestExecutionSignatureTag.cxx | 12 +--- .../testing/UnitTestFetchArrayDirectIn.cxx | 12 +--- .../testing/UnitTestFetchArrayDirectInOut.cxx | 12 +--- .../testing/UnitTestFetchArrayDirectOut.cxx | 12 +--- .../UnitTestFetchArrayNeighborhoodIn.cxx | 12 +--- .../UnitTestFetchArrayTopologyMapIn.cxx | 12 +--- .../arg/testing/UnitTestFetchExecObject.cxx | 12 +--- .../arg/testing/UnitTestFetchWorkIndex.cxx | 12 +--- vtkm/exec/cuda/CMakeLists.txt | 12 +--- .../cuda/internal/ArrayPortalFromThrust.h | 12 +--- vtkm/exec/cuda/internal/CMakeLists.txt | 12 +--- vtkm/exec/cuda/internal/ExecutionPolicy.h | 13 +---- .../cuda/internal/IteratorFromArrayPortal.h | 12 +--- vtkm/exec/cuda/internal/TaskStrided.h | 12 +--- vtkm/exec/cuda/internal/ThrustPatches.h | 12 +--- vtkm/exec/cuda/internal/WrappedOperators.h | 12 +--- .../exec/cuda/internal/testing/CMakeLists.txt | 16 +----- .../internal/testing/UnitTestTaskStrided.cu | 12 +--- .../testing/UnitTestTextureMemorySupport.cu | 12 +--- vtkm/exec/internal/CMakeLists.txt | 12 +--- vtkm/exec/internal/ErrorMessageBuffer.h | 12 +--- vtkm/exec/internal/FastVec.h | 12 +--- vtkm/exec/internal/ReduceByKeyLookup.h | 12 +--- vtkm/exec/internal/TaskSingular.h | 12 +--- .../TwoLevelUniformGridExecutionObject.h | 15 +---- .../internal/WorkletInvokeFunctorDetail.h | 12 +--- .../internal/WorkletInvokeFunctorDetail.h.in | 12 +--- vtkm/exec/internal/testing/CMakeLists.txt | 16 +----- .../exec/internal/testing/TestingTaskTiling.h | 12 +--- .../testing/UnitTestErrorMessageBuffer.cxx | 12 +--- .../internal/testing/UnitTestTaskSingular.cxx | 12 +--- .../testing/UnitTestWorkletInvokeFunctor.cxx | 12 +--- vtkm/exec/openmp/CMakeLists.txt | 12 +--- vtkm/exec/openmp/internal/CMakeLists.txt | 12 +--- vtkm/exec/openmp/internal/TaskTilingOpenMP.h | 12 +--- .../openmp/internal/testing/CMakeLists.txt | 16 +----- .../testing/UnitTestTaskTilingOpenMP.cxx | 12 +--- vtkm/exec/serial/CMakeLists.txt | 12 +--- vtkm/exec/serial/internal/CMakeLists.txt | 12 +--- vtkm/exec/serial/internal/TaskTiling.h | 12 +--- .../serial/internal/testing/CMakeLists.txt | 16 +----- .../testing/UnitTestTaskTilingSerial.cxx | 12 +--- vtkm/exec/tbb/CMakeLists.txt | 12 +--- vtkm/exec/tbb/internal/CMakeLists.txt | 12 +--- vtkm/exec/tbb/internal/TaskTiling.h | 12 +--- vtkm/exec/tbb/internal/testing/CMakeLists.txt | 16 +----- .../testing/UnitTestTaskTilingTBB.cxx | 12 +--- vtkm/exec/testing/CMakeLists.txt | 16 +----- vtkm/exec/testing/UnitTestCellDerivative.cxx | 12 +--- vtkm/exec/testing/UnitTestCellEdgeFace.cxx | 12 +--- vtkm/exec/testing/UnitTestCellInterpolate.cxx | 12 +--- .../testing/UnitTestParametricCoordinates.cxx | 12 +--- vtkm/filter/CMakeLists.txt | 12 +--- vtkm/filter/CellAverage.h | 12 +--- vtkm/filter/CellAverage.hxx | 12 +--- vtkm/filter/CellMeasures.h | 12 +--- vtkm/filter/CellMeasures.hxx | 12 +--- vtkm/filter/CellSetConnectivity.h | 16 +----- vtkm/filter/CellSetConnectivity.hxx | 16 +----- vtkm/filter/CleanGrid.h | 12 +--- vtkm/filter/CleanGrid.hxx | 12 +--- vtkm/filter/ClipWithField.h | 12 +--- vtkm/filter/ClipWithField.hxx | 12 +--- vtkm/filter/ClipWithImplicitFunction.h | 12 +--- vtkm/filter/ClipWithImplicitFunction.hxx | 12 +--- vtkm/filter/ContourTreeUniform.h | 12 +--- vtkm/filter/ContourTreeUniform.hxx | 12 +--- vtkm/filter/ContourTreeUniformAugmented.h | 12 +--- vtkm/filter/ContourTreeUniformAugmented.hxx | 12 +--- vtkm/filter/CoordinateSystemTransform.h | 12 +--- vtkm/filter/CoordinateSystemTransform.hxx | 12 +--- vtkm/filter/CrossProduct.h | 12 +--- vtkm/filter/CrossProduct.hxx | 12 +--- vtkm/filter/DotProduct.h | 12 +--- vtkm/filter/DotProduct.hxx | 12 +--- vtkm/filter/Entropy.h | 12 +--- vtkm/filter/Entropy.hxx | 12 +--- vtkm/filter/ExternalFaces.h | 12 +--- vtkm/filter/ExternalFaces.hxx | 12 +--- vtkm/filter/ExtractGeometry.h | 12 +--- vtkm/filter/ExtractGeometry.hxx | 12 +--- vtkm/filter/ExtractPoints.h | 12 +--- vtkm/filter/ExtractPoints.hxx | 12 +--- vtkm/filter/ExtractStructured.h | 12 +--- vtkm/filter/ExtractStructured.hxx | 12 +--- vtkm/filter/FieldMetadata.h | 12 +--- vtkm/filter/FieldSelection.h | 12 +--- vtkm/filter/FieldToColors.h | 12 +--- vtkm/filter/FieldToColors.hxx | 12 +--- vtkm/filter/Filter.h | 12 +--- vtkm/filter/Filter.hxx | 12 +--- vtkm/filter/FilterCell.h | 12 +--- vtkm/filter/FilterCell.hxx | 12 +--- vtkm/filter/FilterDataSet.h | 12 +--- vtkm/filter/FilterDataSet.hxx | 12 +--- vtkm/filter/FilterDataSetWithField.h | 12 +--- vtkm/filter/FilterDataSetWithField.hxx | 12 +--- vtkm/filter/FilterField.h | 12 +--- vtkm/filter/FilterField.hxx | 12 +--- vtkm/filter/FilterTraits.h | 12 +--- vtkm/filter/GhostCellClassify.h | 12 +--- vtkm/filter/GhostCellClassify.hxx | 12 +--- vtkm/filter/GhostCellRemove.h | 12 +--- vtkm/filter/GhostCellRemove.hxx | 12 +--- vtkm/filter/Gradient.h | 12 +--- vtkm/filter/Gradient.hxx | 12 +--- vtkm/filter/Histogram.h | 12 +--- vtkm/filter/Histogram.hxx | 12 +--- vtkm/filter/ImageConnectivity.h | 16 +----- vtkm/filter/ImageConnectivity.hxx | 12 +--- vtkm/filter/Lagrangian.h | 12 +--- vtkm/filter/Lagrangian.hxx | 12 +--- vtkm/filter/MarchingCubes.h | 12 +--- vtkm/filter/MarchingCubes.hxx | 12 +--- vtkm/filter/Mask.h | 12 +--- vtkm/filter/Mask.hxx | 12 +--- vtkm/filter/MaskPoints.h | 12 +--- vtkm/filter/MaskPoints.hxx | 12 +--- vtkm/filter/NDEntropy.h | 12 +--- vtkm/filter/NDEntropy.hxx | 12 +--- vtkm/filter/NDHistogram.h | 12 +--- vtkm/filter/NDHistogram.hxx | 12 +--- vtkm/filter/OscillatorSource.h | 12 +--- vtkm/filter/OscillatorSource.hxx | 12 +--- vtkm/filter/Pathline.h | 12 +--- vtkm/filter/Pathline.hxx | 12 +--- vtkm/filter/PointAverage.h | 12 +--- vtkm/filter/PointAverage.hxx | 12 +--- vtkm/filter/PointElevation.h | 12 +--- vtkm/filter/PointElevation.hxx | 12 +--- vtkm/filter/PointTransform.h | 12 +--- vtkm/filter/PointTransform.hxx | 12 +--- vtkm/filter/PolicyBase.h | 12 +--- vtkm/filter/PolicyDefault.h | 12 +--- vtkm/filter/Probe.h | 12 +--- vtkm/filter/Probe.hxx | 12 +--- vtkm/filter/SplitSharpEdges.h | 12 +--- vtkm/filter/SplitSharpEdges.hxx | 12 +--- vtkm/filter/Streamline.h | 12 +--- vtkm/filter/Streamline.hxx | 12 +--- vtkm/filter/SurfaceNormals.h | 12 +--- vtkm/filter/SurfaceNormals.hxx | 12 +--- vtkm/filter/Tetrahedralize.h | 12 +--- vtkm/filter/Tetrahedralize.hxx | 12 +--- vtkm/filter/Threshold.h | 12 +--- vtkm/filter/Threshold.hxx | 12 +--- vtkm/filter/ThresholdPoints.h | 12 +--- vtkm/filter/ThresholdPoints.hxx | 12 +--- vtkm/filter/Triangulate.h | 12 +--- vtkm/filter/Triangulate.hxx | 12 +--- vtkm/filter/VectorMagnitude.h | 12 +--- vtkm/filter/VectorMagnitude.hxx | 12 +--- vtkm/filter/VertexClustering.h | 12 +--- vtkm/filter/VertexClustering.hxx | 12 +--- vtkm/filter/WarpScalar.h | 12 +--- vtkm/filter/WarpScalar.hxx | 12 +--- vtkm/filter/WarpVector.h | 12 +--- vtkm/filter/WarpVector.hxx | 12 +--- vtkm/filter/ZFPCompressor1D.h | 12 +--- vtkm/filter/ZFPCompressor1D.hxx | 12 +--- vtkm/filter/ZFPCompressor2D.h | 12 +--- vtkm/filter/ZFPCompressor2D.hxx | 12 +--- vtkm/filter/ZFPCompressor3D.h | 12 +--- vtkm/filter/ZFPCompressor3D.hxx | 12 +--- vtkm/filter/ZFPDecompressor1D.h | 12 +--- vtkm/filter/ZFPDecompressor1D.hxx | 12 +--- vtkm/filter/ZFPDecompressor2D.h | 12 +--- vtkm/filter/ZFPDecompressor2D.hxx | 12 +--- vtkm/filter/ZFPDecompressor3D.h | 12 +--- vtkm/filter/ZFPDecompressor3D.hxx | 12 +--- vtkm/filter/internal/CMakeLists.txt | 12 +--- vtkm/filter/internal/CreateResult.h | 12 +--- .../internal/ResolveFieldTypeAndExecute.h | 12 +--- vtkm/filter/internal/ResolveFieldTypeAndMap.h | 12 +--- vtkm/filter/testing/CMakeLists.txt | 12 +--- .../testing/UnitTestCellAverageFilter.cxx | 12 +--- .../testing/UnitTestCellMeasuresFilter.cxx | 12 +--- .../UnitTestCellSetConnectivityFilter.cxx | 16 +----- vtkm/filter/testing/UnitTestCleanGrid.cxx | 12 +--- .../testing/UnitTestClipWithFieldFilter.cxx | 12 +--- ...UnitTestClipWithImplicitFunctionFilter.cxx | 12 +--- ...tTestContourTreeUniformAugmentedFilter.cxx | 12 +--- .../UnitTestContourTreeUniformFilter.cxx | 12 +--- .../UnitTestCoordinateSystemTransform.cxx | 12 +--- .../testing/UnitTestCrossProductFilter.cxx | 12 +--- .../testing/UnitTestDotProductFilter.cxx | 12 +--- vtkm/filter/testing/UnitTestEntropyFilter.cxx | 12 +--- .../testing/UnitTestExternalFacesFilter.cxx | 12 +--- .../testing/UnitTestExtractGeometryFilter.cxx | 12 +--- .../testing/UnitTestExtractPointsFilter.cxx | 12 +--- .../UnitTestExtractStructuredFilter.cxx | 12 +--- vtkm/filter/testing/UnitTestFieldMetadata.cxx | 12 +--- .../filter/testing/UnitTestFieldSelection.cxx | 12 +--- vtkm/filter/testing/UnitTestFieldToColors.cxx | 12 +--- .../testing/UnitTestGhostCellClassify.cxx | 12 +--- .../testing/UnitTestGhostCellRemove.cxx | 12 +--- vtkm/filter/testing/UnitTestGradient.cxx | 12 +--- .../testing/UnitTestHistogramFilter.cxx | 12 +--- .../UnitTestImageConnectivityFilter.cxx | 12 +--- .../testing/UnitTestLagrangianFilter.cxx | 12 +--- .../testing/UnitTestMarchingCubesFilter.cxx | 12 +--- vtkm/filter/testing/UnitTestMaskFilter.cxx | 12 +--- .../testing/UnitTestMaskPointsFilter.cxx | 12 +--- .../testing/UnitTestMultiBlockFilters.cxx | 12 +--- .../UnitTestMultiBlockHistogramFilter.cxx | 12 +--- .../testing/UnitTestNDEntropyFilter.cxx | 12 +--- .../testing/UnitTestNDHistogramFilter.cxx | 12 +--- .../testing/UnitTestPointAverageFilter.cxx | 12 +--- .../testing/UnitTestPointElevationFilter.cxx | 12 +--- .../filter/testing/UnitTestPointTransform.cxx | 12 +--- vtkm/filter/testing/UnitTestProbe.cxx | 12 +--- .../testing/UnitTestSplitSharpEdgesFilter.cxx | 12 +--- .../testing/UnitTestStreamlineFilter.cxx | 12 +--- .../testing/UnitTestSurfaceNormalsFilter.cxx | 12 +--- .../testing/UnitTestTetrahedralizeFilter.cxx | 12 +--- .../testing/UnitTestThresholdFilter.cxx | 12 +--- .../testing/UnitTestThresholdPointsFilter.cxx | 12 +--- .../testing/UnitTestTriangulateFilter.cxx | 12 +--- .../testing/UnitTestVectorMagnitudeFilter.cxx | 12 +--- .../UnitTestVertexClusteringFilter.cxx | 12 +--- .../testing/UnitTestWarpScalarFilter.cxx | 12 +--- .../testing/UnitTestWarpVectorFilter.cxx | 12 +--- vtkm/filter/testing/UnitTestZFP.cxx | 12 +--- vtkm/internal/ArrayPortalHelpers.h | 12 +--- .../ArrayPortalUniformPointCoordinates.h | 12 +--- vtkm/internal/ArrayPortalValueReference.h | 12 +--- vtkm/internal/ArrayPortalVirtual.h | 12 +--- vtkm/internal/Assume.h | 12 +--- vtkm/internal/CMakeLists.txt | 12 +--- vtkm/internal/Configure.h.in | 12 +--- vtkm/internal/ConfigureFor32.h | 12 +--- vtkm/internal/ConfigureFor64.h | 12 +--- .../ConnectivityStructuredInternals.h | 12 +--- vtkm/internal/ExportMacros.h | 12 +--- vtkm/internal/FunctionInterface.h | 12 +--- vtkm/internal/FunctionInterfaceDetailPost.h | 12 +--- .../internal/FunctionInterfaceDetailPost.h.in | 12 +--- vtkm/internal/FunctionInterfaceDetailPre.h | 12 +--- vtkm/internal/FunctionInterfaceDetailPre.h.in | 12 +--- vtkm/internal/IndexTag.h | 12 +--- vtkm/internal/Invocation.h | 12 +--- vtkm/internal/ListTagDetail.h | 12 +--- vtkm/internal/Unreachable.h | 12 +--- vtkm/internal/Windows.h | 12 +--- vtkm/internal/testing/CMakeLists.txt | 12 +--- .../UnitTestArrayPortalValueReference.cxx | 12 +--- .../testing/UnitTestConfigureFor32.cxx | 12 +--- .../testing/UnitTestConfigureFor64.cxx | 12 +--- .../testing/UnitTestFunctionInterface.cxx | 12 +--- vtkm/interop/BufferState.h | 12 +--- vtkm/interop/CMakeLists.txt | 12 +--- vtkm/interop/TransferToOpenGL.h | 12 +--- vtkm/interop/cuda/CMakeLists.txt | 12 +--- vtkm/interop/cuda/SetOpenGLDevice.h | 12 +--- vtkm/interop/cuda/internal/CMakeLists.txt | 12 +--- vtkm/interop/cuda/internal/TransferToOpenGL.h | 12 +--- vtkm/interop/cuda/testing/CMakeLists.txt | 12 +--- .../testing/UnitTestTransferToOpenGLCuda.cu | 12 +--- vtkm/interop/internal/BufferTypePicker.h | 12 +--- vtkm/interop/internal/CMakeLists.txt | 12 +--- vtkm/interop/internal/OpenGLHeaders.h | 12 +--- vtkm/interop/internal/TransferToOpenGL.h | 12 +--- vtkm/interop/internal/testing/CMakeLists.txt | 12 +--- .../testing/UnitTestBufferTypePicker.cxx | 12 +--- .../testing/UnitTestOpenGLHeaders.cxx | 12 +--- vtkm/interop/testing/CMakeLists.txt | 12 +--- vtkm/interop/testing/TestingOpenGLInterop.h | 12 +--- .../testing/TestingTransferFancyHandles.h | 16 +----- .../testing/UnitTestFancyTransferEGL.cxx | 12 +--- .../testing/UnitTestFancyTransferGLUT.cxx | 12 +--- .../testing/UnitTestFancyTransferOSMesa.cxx | 12 +--- vtkm/interop/testing/UnitTestTransferEGL.cxx | 12 +--- vtkm/interop/testing/UnitTestTransferGLUT.cxx | 12 +--- .../testing/UnitTestTransferOSMesa.cxx | 12 +--- vtkm/io/CMakeLists.txt | 12 +--- vtkm/io/ErrorIO.h | 12 +--- vtkm/io/internal/CMakeLists.txt | 12 +--- vtkm/io/internal/Endian.h | 12 +--- vtkm/io/internal/VTKDataSetCells.h | 12 +--- vtkm/io/internal/VTKDataSetStructures.h | 12 +--- vtkm/io/internal/VTKDataSetTypes.h | 12 +--- vtkm/io/reader/BOVDataSetReader.h | 12 +--- vtkm/io/reader/CMakeLists.txt | 12 +--- vtkm/io/reader/VTKDataSetReader.h | 12 +--- vtkm/io/reader/VTKDataSetReaderBase.h | 12 +--- vtkm/io/reader/VTKPolyDataReader.h | 12 +--- vtkm/io/reader/VTKRectilinearGridReader.h | 12 +--- vtkm/io/reader/VTKStructuredGridReader.h | 12 +--- vtkm/io/reader/VTKStructuredPointsReader.h | 12 +--- vtkm/io/reader/VTKUnstructuredGridReader.h | 12 +--- vtkm/io/reader/testing/CMakeLists.txt | 12 +--- .../testing/UnitTestVTKDataSetReader.cxx | 12 +--- vtkm/io/writer/CMakeLists.txt | 12 +--- vtkm/io/writer/VTKDataSetWriter.h | 12 +--- vtkm/io/writer/testing/CMakeLists.txt | 14 +---- .../testing/UnitTestVTKDataSetWriter.cxx | 12 +--- vtkm/rendering/Actor.cxx | 12 +--- vtkm/rendering/Actor.h | 12 +--- vtkm/rendering/AxisAnnotation.cxx | 12 +--- vtkm/rendering/AxisAnnotation.h | 12 +--- vtkm/rendering/AxisAnnotation2D.cxx | 12 +--- vtkm/rendering/AxisAnnotation2D.h | 12 +--- vtkm/rendering/AxisAnnotation3D.cxx | 12 +--- vtkm/rendering/AxisAnnotation3D.h | 12 +--- vtkm/rendering/BitmapFont.cxx | 16 +----- vtkm/rendering/BitmapFont.h | 16 +----- vtkm/rendering/BitmapFontFactory.cxx | 16 +----- vtkm/rendering/BitmapFontFactory.h | 16 +----- vtkm/rendering/BoundingBoxAnnotation.cxx | 12 +--- vtkm/rendering/BoundingBoxAnnotation.h | 12 +--- vtkm/rendering/CMakeLists.txt | 12 +--- vtkm/rendering/Camera.cxx | 12 +--- vtkm/rendering/Camera.h | 12 +--- vtkm/rendering/Canvas.cxx | 12 +--- vtkm/rendering/Canvas.h | 12 +--- vtkm/rendering/CanvasEGL.cxx | 12 +--- vtkm/rendering/CanvasEGL.h | 12 +--- vtkm/rendering/CanvasGL.cxx | 12 +--- vtkm/rendering/CanvasGL.h | 12 +--- vtkm/rendering/CanvasOSMesa.cxx | 12 +--- vtkm/rendering/CanvasOSMesa.h | 12 +--- vtkm/rendering/CanvasRayTracer.cxx | 12 +--- vtkm/rendering/CanvasRayTracer.h | 12 +--- vtkm/rendering/Color.cxx | 12 +--- vtkm/rendering/Color.h | 12 +--- vtkm/rendering/ColorBarAnnotation.cxx | 12 +--- vtkm/rendering/ColorBarAnnotation.h | 12 +--- vtkm/rendering/ColorLegendAnnotation.cxx | 12 +--- vtkm/rendering/ColorLegendAnnotation.h | 12 +--- vtkm/rendering/ConnectivityProxy.cxx | 12 +--- vtkm/rendering/ConnectivityProxy.h | 12 +--- vtkm/rendering/Cylinderizer.h | 12 +--- vtkm/rendering/DecodePNG.cxx | 16 +----- vtkm/rendering/DecodePNG.h | 16 +----- vtkm/rendering/LineRenderer.cxx | 12 +--- vtkm/rendering/LineRenderer.h | 12 +--- vtkm/rendering/Mapper.cxx | 12 +--- vtkm/rendering/Mapper.h | 12 +--- vtkm/rendering/MapperConnectivity.cxx | 12 +--- vtkm/rendering/MapperConnectivity.h | 12 +--- vtkm/rendering/MapperCylinder.cxx | 12 +--- vtkm/rendering/MapperCylinder.h | 12 +--- vtkm/rendering/MapperGL.cxx | 12 +--- vtkm/rendering/MapperGL.h | 12 +--- vtkm/rendering/MapperPoint.cxx | 12 +--- vtkm/rendering/MapperPoint.h | 12 +--- vtkm/rendering/MapperQuad.cxx | 12 +--- vtkm/rendering/MapperQuad.h | 12 +--- vtkm/rendering/MapperRayTracer.cxx | 12 +--- vtkm/rendering/MapperRayTracer.h | 12 +--- vtkm/rendering/MapperVolume.cxx | 12 +--- vtkm/rendering/MapperVolume.h | 12 +--- vtkm/rendering/MapperWireframer.cxx | 12 +--- vtkm/rendering/MapperWireframer.h | 12 +--- vtkm/rendering/MatrixHelpers.h | 12 +--- vtkm/rendering/Quadralizer.h | 12 +--- vtkm/rendering/Scene.cxx | 12 +--- vtkm/rendering/Scene.h | 12 +--- vtkm/rendering/TextAnnotation.cxx | 12 +--- vtkm/rendering/TextAnnotation.h | 12 +--- vtkm/rendering/TextAnnotationBillboard.cxx | 12 +--- vtkm/rendering/TextAnnotationBillboard.h | 12 +--- vtkm/rendering/TextAnnotationScreen.cxx | 12 +--- vtkm/rendering/TextAnnotationScreen.h | 12 +--- vtkm/rendering/TextRenderer.cxx | 12 +--- vtkm/rendering/TextRenderer.h | 12 +--- vtkm/rendering/Texture2D.h | 12 +--- vtkm/rendering/TextureGL.cxx | 16 +----- vtkm/rendering/TextureGL.h | 16 +----- vtkm/rendering/Triangulator.h | 12 +--- vtkm/rendering/View.cxx | 12 +--- vtkm/rendering/View.h | 12 +--- vtkm/rendering/View1D.cxx | 12 +--- vtkm/rendering/View1D.h | 12 +--- vtkm/rendering/View2D.cxx | 12 +--- vtkm/rendering/View2D.h | 12 +--- vtkm/rendering/View3D.cxx | 12 +--- vtkm/rendering/View3D.h | 12 +--- vtkm/rendering/Wireframer.h | 12 +--- vtkm/rendering/WorldAnnotator.cxx | 12 +--- vtkm/rendering/WorldAnnotator.h | 12 +--- vtkm/rendering/WorldAnnotatorGL.cxx | 12 +--- vtkm/rendering/WorldAnnotatorGL.h | 12 +--- vtkm/rendering/internal/CMakeLists.txt | 12 +--- vtkm/rendering/internal/OpenGLHeaders.h | 12 +--- vtkm/rendering/internal/RunTriangulator.cxx | 12 +--- vtkm/rendering/internal/RunTriangulator.h | 12 +--- vtkm/rendering/raytracing/BVHTraverser.h | 12 +--- .../raytracing/BoundingVolumeHierarchy.cxx | 12 +--- .../raytracing/BoundingVolumeHierarchy.h | 12 +--- vtkm/rendering/raytracing/CMakeLists.txt | 12 +--- vtkm/rendering/raytracing/Camera.cxx | 12 +--- vtkm/rendering/raytracing/Camera.h | 12 +--- vtkm/rendering/raytracing/CellIntersector.h | 12 +--- vtkm/rendering/raytracing/CellSampler.h | 12 +--- vtkm/rendering/raytracing/CellTables.h | 12 +--- vtkm/rendering/raytracing/ChannelBuffer.cxx | 12 +--- vtkm/rendering/raytracing/ChannelBuffer.h | 12 +--- .../raytracing/ChannelBufferOperations.h | 12 +--- .../raytracing/ConnectivityTracer.cxx | 12 +--- .../rendering/raytracing/ConnectivityTracer.h | 12 +--- .../raytracing/CylinderExtractor.cxx | 12 +--- vtkm/rendering/raytracing/CylinderExtractor.h | 12 +--- .../raytracing/CylinderIntersector.cxx | 12 +--- .../raytracing/CylinderIntersector.h | 12 +--- vtkm/rendering/raytracing/Logger.cxx | 12 +--- vtkm/rendering/raytracing/Logger.h | 12 +--- .../raytracing/MeshConnectivityBase.h | 12 +--- .../raytracing/MeshConnectivityBuilder.cxx | 12 +--- .../raytracing/MeshConnectivityBuilder.h | 12 +--- .../raytracing/MeshConnectivityContainers.cxx | 12 +--- .../raytracing/MeshConnectivityContainers.h | 12 +--- vtkm/rendering/raytracing/MortonCodes.h | 12 +--- vtkm/rendering/raytracing/PartialComposite.h | 12 +--- vtkm/rendering/raytracing/QuadExtractor.cxx | 12 +--- vtkm/rendering/raytracing/QuadExtractor.h | 12 +--- vtkm/rendering/raytracing/QuadIntersector.cxx | 12 +--- vtkm/rendering/raytracing/QuadIntersector.h | 12 +--- vtkm/rendering/raytracing/Ray.h | 12 +--- vtkm/rendering/raytracing/RayOperations.cxx | 16 +----- vtkm/rendering/raytracing/RayOperations.h | 12 +--- vtkm/rendering/raytracing/RayTracer.cxx | 12 +--- vtkm/rendering/raytracing/RayTracer.h | 12 +--- .../rendering/raytracing/RayTracingTypeDefs.h | 12 +--- vtkm/rendering/raytracing/Sampler.h | 12 +--- .../rendering/raytracing/ShapeIntersector.cxx | 12 +--- vtkm/rendering/raytracing/ShapeIntersector.h | 12 +--- vtkm/rendering/raytracing/SphereExtractor.cxx | 12 +--- vtkm/rendering/raytracing/SphereExtractor.h | 12 +--- .../raytracing/SphereIntersector.cxx | 12 +--- vtkm/rendering/raytracing/SphereIntersector.h | 12 +--- .../raytracing/TriangleExtractor.cxx | 12 +--- vtkm/rendering/raytracing/TriangleExtractor.h | 12 +--- .../raytracing/TriangleIntersections.h | 12 +--- .../raytracing/TriangleIntersector.cxx | 12 +--- .../raytracing/TriangleIntersector.h | 12 +--- .../raytracing/VolumeRendererStructured.cxx | 16 +----- .../raytracing/VolumeRendererStructured.h | 16 +----- vtkm/rendering/raytracing/Worklets.h | 12 +--- vtkm/rendering/testing/CMakeLists.txt | 14 +---- vtkm/rendering/testing/RenderTest.h | 12 +--- vtkm/rendering/testing/UnitTestCanvas.cxx | 12 +--- .../testing/UnitTestMapperConnectivity.cxx | 12 +--- .../testing/UnitTestMapperCylinders.cxx | 12 +--- .../testing/UnitTestMapperPoints.cxx | 12 +--- .../rendering/testing/UnitTestMapperQuads.cxx | 12 +--- .../testing/UnitTestMapperRayTracer.cxx | 12 +--- .../testing/UnitTestMapperVolume.cxx | 12 +--- .../testing/UnitTestMapperWireframer.cxx | 12 +--- .../rendering/testing/UnitTestMultiMapper.cxx | 12 +--- vtkm/rendering/testing/egl/CMakeLists.txt | 14 +---- .../testing/egl/UnitTestMapperEGL.cxx | 12 +--- vtkm/rendering/testing/glfw/CMakeLists.txt | 14 +---- .../testing/glfw/UnitTestMapperGLFW.cxx | 12 +--- vtkm/rendering/testing/glut/CMakeLists.txt | 14 +---- .../testing/glut/UnitTestMapperGLUT.cxx | 12 +--- vtkm/rendering/testing/osmesa/CMakeLists.txt | 14 +---- .../testing/osmesa/UnitTestMapperOSMesa.cxx | 12 +--- vtkm/testing/CMakeLists.txt | 12 +--- vtkm/testing/Testing.h | 12 +--- vtkm/testing/TestingGeometry.h | 16 +----- vtkm/testing/TestingMath.h | 16 +----- vtkm/testing/UnitTestBinaryOperators.cxx | 12 +--- vtkm/testing/UnitTestBinaryPredicates.cxx | 12 +--- vtkm/testing/UnitTestBounds.cxx | 12 +--- vtkm/testing/UnitTestCellShape.cxx | 12 +--- vtkm/testing/UnitTestExceptions.cxx | 12 +--- vtkm/testing/UnitTestHash.cxx | 12 +--- vtkm/testing/UnitTestListTag.cxx | 12 +--- vtkm/testing/UnitTestMath.cxx | 16 +----- vtkm/testing/UnitTestMatrix.cxx | 16 +----- vtkm/testing/UnitTestNewtonsMethod.cxx | 12 +--- vtkm/testing/UnitTestNoAssert.cxx | 12 +--- vtkm/testing/UnitTestPair.cxx | 12 +--- vtkm/testing/UnitTestRange.cxx | 12 +--- vtkm/testing/UnitTestTesting.cxx | 12 +--- vtkm/testing/UnitTestTransform3D.cxx | 16 +----- vtkm/testing/UnitTestTypeListTag.cxx | 12 +--- vtkm/testing/UnitTestTypeTraits.cxx | 12 +--- vtkm/testing/UnitTestTypes.cxx | 12 +--- vtkm/testing/UnitTestUnaryPredicates.cxx | 12 +--- ...UnitTestVecAxisAlignedPointCoordinates.cxx | 12 +--- vtkm/testing/UnitTestVecFromPortal.cxx | 12 +--- vtkm/testing/UnitTestVecFromPortalPermute.cxx | 12 +--- vtkm/testing/UnitTestVecTraits.cxx | 12 +--- vtkm/testing/UnitTestVecVariable.cxx | 12 +--- vtkm/testing/UnitTestVectorAnalysis.cxx | 16 +----- vtkm/testing/VecTraitsTests.h | 12 +--- vtkm/thirdparty/diy/CMakeLists.txt | 16 +----- vtkm/thirdparty/diy/Configure.h.in | 16 +----- vtkm/thirdparty/diy/diy.h | 12 +--- vtkm/thirdparty/diy/serialization.h | 12 +--- vtkm/thirdparty/loguru/CMakeLists.txt | 16 +----- vtkm/thirdparty/optionparser/CMakeLists.txt | 16 +----- vtkm/thirdparty/taotuple/CMakeLists.txt | 16 +----- .../vtkmtaotuple/include/SimpleTuple.h | 12 +--- .../taotuple/vtkmtaotuple/include/Tuple.h | 12 +--- vtkm/worklet/AverageByKey.h | 12 +--- vtkm/worklet/CMakeLists.txt | 12 +--- vtkm/worklet/CellAverage.h | 12 +--- vtkm/worklet/CellDeepCopy.h | 12 +--- vtkm/worklet/CellMeasure.h | 12 +--- vtkm/worklet/Clip.h | 12 +--- vtkm/worklet/ContourTreeUniform.h | 12 +--- vtkm/worklet/ContourTreeUniformAugmented.h | 12 +--- vtkm/worklet/CoordinateSystemTransform.h | 12 +--- vtkm/worklet/CosmoTools.h | 12 +--- vtkm/worklet/CrossProduct.h | 12 +--- vtkm/worklet/DispatcherMapField.h | 12 +--- vtkm/worklet/DispatcherMapTopology.h | 12 +--- vtkm/worklet/DispatcherPointNeighborhood.h | 12 +--- vtkm/worklet/DispatcherReduceByKey.h | 12 +--- vtkm/worklet/DispatcherStreamingMapField.h | 12 +--- vtkm/worklet/DotProduct.h | 12 +--- vtkm/worklet/ExternalFaces.h | 12 +--- vtkm/worklet/ExtractGeometry.h | 12 +--- vtkm/worklet/ExtractPoints.h | 12 +--- vtkm/worklet/ExtractStructured.h | 12 +--- vtkm/worklet/FieldEntropy.h | 12 +--- vtkm/worklet/FieldHistogram.h | 12 +--- vtkm/worklet/FieldStatistics.h | 12 +--- vtkm/worklet/Gradient.h | 12 +--- vtkm/worklet/Invoker.h | 12 +--- vtkm/worklet/KdTree3D.h | 12 +--- vtkm/worklet/KernelSplatter.h | 12 +--- vtkm/worklet/Keys.cxx | 12 +--- vtkm/worklet/Keys.h | 12 +--- vtkm/worklet/Magnitude.h | 12 +--- vtkm/worklet/MarchingCubes.h | 12 +--- vtkm/worklet/Mask.h | 12 +--- vtkm/worklet/MaskIndices.h | 16 +----- vtkm/worklet/MaskNone.h | 16 +----- vtkm/worklet/MaskPoints.h | 12 +--- vtkm/worklet/MaskSelect.cxx | 16 +----- vtkm/worklet/MaskSelect.h | 16 +----- vtkm/worklet/NDimsEntropy.h | 12 +--- vtkm/worklet/NDimsHistMarginalization.h | 12 +--- vtkm/worklet/NDimsHistogram.h | 12 +--- vtkm/worklet/Normalize.h | 12 +--- vtkm/worklet/OscillatorSource.h | 12 +--- vtkm/worklet/ParticleAdvection.h | 12 +--- vtkm/worklet/PointAverage.h | 12 +--- vtkm/worklet/PointElevation.h | 12 +--- vtkm/worklet/PointMerge.h | 12 +--- vtkm/worklet/PointTransform.h | 12 +--- vtkm/worklet/Probe.h | 12 +--- vtkm/worklet/RemoveDegenerateCells.h | 12 +--- vtkm/worklet/RemoveUnusedPoints.h | 16 +----- vtkm/worklet/ScalarsToColors.h | 16 +----- vtkm/worklet/ScalarsToColors.hxx | 16 +----- vtkm/worklet/ScatterCounting.cxx | 16 +----- vtkm/worklet/ScatterCounting.h | 16 +----- vtkm/worklet/ScatterIdentity.h | 16 +----- vtkm/worklet/ScatterPermutation.h | 16 +----- vtkm/worklet/ScatterUniform.h | 16 +----- vtkm/worklet/SplitSharpEdges.h | 12 +--- vtkm/worklet/StableSortIndices.h | 12 +--- vtkm/worklet/StreamLineUniformGrid.h | 12 +--- vtkm/worklet/SurfaceNormals.h | 12 +--- vtkm/worklet/Tetrahedralize.h | 12 +--- vtkm/worklet/Threshold.h | 12 +--- vtkm/worklet/ThresholdPoints.h | 12 +--- vtkm/worklet/Triangulate.h | 12 +--- vtkm/worklet/VertexClustering.h | 12 +--- vtkm/worklet/WarpScalar.h | 12 +--- vtkm/worklet/WarpVector.h | 12 +--- vtkm/worklet/WaveletCompressor.h | 12 +--- vtkm/worklet/WaveletGenerator.h | 12 +--- vtkm/worklet/WorkletMapField.h | 12 +--- vtkm/worklet/WorkletMapTopology.h | 12 +--- vtkm/worklet/WorkletPointNeighborhood.h | 12 +--- vtkm/worklet/WorkletReduceByKey.h | 12 +--- vtkm/worklet/ZFP1DCompressor.h | 12 +--- vtkm/worklet/ZFP1DDecompress.h | 12 +--- vtkm/worklet/ZFP2DCompressor.h | 12 +--- vtkm/worklet/ZFP2DDecompress.h | 12 +--- vtkm/worklet/ZFPCompressor.h | 12 +--- vtkm/worklet/ZFPDecompress.h | 12 +--- vtkm/worklet/clip/CMakeLists.txt | 12 +--- vtkm/worklet/clip/ClipTables.h | 12 +--- vtkm/worklet/colorconversion/CMakeLists.txt | 12 +--- vtkm/worklet/colorconversion/Conversions.h | 16 +----- vtkm/worklet/colorconversion/ConvertToRGB.h | 16 +----- vtkm/worklet/colorconversion/ConvertToRGBA.h | 16 +----- vtkm/worklet/colorconversion/LookupTable.h | 16 +----- vtkm/worklet/colorconversion/Portals.h | 16 +----- .../worklet/colorconversion/ShiftScaleToRGB.h | 16 +----- .../colorconversion/ShiftScaleToRGBA.h | 16 +----- .../colorconversion/TransferFunction.h | 16 +----- vtkm/worklet/connectivities/CMakeLists.txt | 12 +--- .../connectivities/CellSetConnectivity.h | 16 +----- .../worklet/connectivities/CellSetDualGraph.h | 16 +----- .../connectivities/GraphConnectivity.h | 16 +----- .../connectivities/ImageConnectivity.h | 16 +----- vtkm/worklet/connectivities/InnerJoin.h | 16 +----- vtkm/worklet/connectivities/UnionFind.h | 16 +----- vtkm/worklet/contour/CMakeLists.txt | 12 +--- vtkm/worklet/contour/DataTables.h | 16 +----- .../contourtree/ActiveEdgeTransferrer.h | 12 +--- vtkm/worklet/contourtree/CMakeLists.txt | 12 +--- vtkm/worklet/contourtree/ChainDoubler.h | 12 +--- vtkm/worklet/contourtree/ChainGraph.h | 12 +--- vtkm/worklet/contourtree/ContourTree.h | 12 +--- vtkm/worklet/contourtree/CopyJoinSplit.h | 12 +--- vtkm/worklet/contourtree/CopyNeighbors.h | 12 +--- vtkm/worklet/contourtree/CopySupernodes.h | 12 +--- vtkm/worklet/contourtree/DegreeDelta.h | 12 +--- .../contourtree/DegreeSubrangeOffset.h | 12 +--- vtkm/worklet/contourtree/EdgePeakComparator.h | 12 +--- vtkm/worklet/contourtree/FillSupernodes.h | 12 +--- vtkm/worklet/contourtree/FindLeaves.h | 12 +--- .../contourtree/GoverningSaddleFinder.h | 12 +--- vtkm/worklet/contourtree/JoinArcConnector.h | 12 +--- vtkm/worklet/contourtree/JoinSuperArcFinder.h | 12 +--- .../worklet/contourtree/JoinTreeTransferrer.h | 12 +--- .../contourtree/LinkComponentCaseTable2D.h | 12 +--- .../contourtree/LinkComponentCaseTable3D.h | 12 +--- vtkm/worklet/contourtree/MergeTree.h | 12 +--- .../contourtree/Mesh2D_DEM_SaddleStarter.h | 12 +--- .../contourtree/Mesh2D_DEM_Triangulation.h | 12 +--- .../Mesh2D_DEM_Triangulation_Macros.h | 12 +--- .../Mesh2D_DEM_VertexOutdegreeStarter.h | 12 +--- .../contourtree/Mesh2D_DEM_VertexStarter.h | 12 +--- .../contourtree/Mesh3D_DEM_SaddleStarter.h | 12 +--- .../contourtree/Mesh3D_DEM_Triangulation.h | 12 +--- .../Mesh3D_DEM_Triangulation_Macros.h | 12 +--- .../Mesh3D_DEM_VertexOutdegreeStarter.h | 12 +--- .../contourtree/Mesh3D_DEM_VertexStarter.h | 12 +--- vtkm/worklet/contourtree/PrintVectors.h | 12 +--- .../contourtree/RegularPointTransferrer.h | 12 +--- vtkm/worklet/contourtree/RegularToCandidate.h | 12 +--- .../contourtree/RegularToCriticalDown.h | 12 +--- .../worklet/contourtree/RegularToCriticalUp.h | 12 +--- vtkm/worklet/contourtree/ResetDegrees.h | 12 +--- .../worklet/contourtree/SaddleAscentFunctor.h | 12 +--- .../contourtree/SaddleAscentTransferrer.h | 12 +--- .../worklet/contourtree/SetJoinAndSplitArcs.h | 12 +--- vtkm/worklet/contourtree/SetSupernodeInward.h | 12 +--- vtkm/worklet/contourtree/SkipVertex.h | 12 +--- vtkm/worklet/contourtree/SubrangeOffset.h | 12 +--- vtkm/worklet/contourtree/TrunkBuilder.h | 12 +--- vtkm/worklet/contourtree/Types.h | 12 +--- vtkm/worklet/contourtree/UpdateOutbound.h | 12 +--- .../worklet/contourtree/VertexDegreeUpdater.h | 12 +--- .../contourtree/VertexMergeComparator.h | 12 +--- .../contourtree/VertexValueComparator.h | 12 +--- .../contourtree_augmented/ActiveGraph.h | 12 +--- .../contourtree_augmented/ArrayTransforms.h | 12 +--- .../contourtree_augmented/CMakeLists.txt | 57 +------------------ .../contourtree_augmented/ContourTree.h | 12 +--- .../contourtree_augmented/ContourTreeMaker.h | 12 +--- .../worklet/contourtree_augmented/MergeTree.h | 12 +--- .../contourtree_augmented/MeshExtrema.h | 12 +--- .../Mesh_DEM_Triangulation.h | 12 +--- .../contourtree_augmented/PointerDoubling.h | 12 +--- .../contourtree_augmented/PrintVectors.h | 12 +--- .../ProcessContourTree.h | 12 +--- vtkm/worklet/contourtree_augmented/Types.h | 12 +--- .../activegraph/BuildChainsWorklet.h | 12 +--- .../activegraph/BuildTrunkWorklet.h | 12 +--- .../activegraph/CMakeLists.txt | 57 +------------------ ...pactActiveEdgesComputeNewVertexOutdegree.h | 12 +--- .../CompactActiveEdgesTransferActiveEdges.h | 12 +--- .../activegraph/EdgePeakComparator.h | 12 +--- .../activegraph/FindGoverningSaddlesWorklet.h | 12 +--- .../FindSuperAndHyperNodesWorklet.h | 12 +--- .../activegraph/HyperArcSuperNodeComparator.h | 12 +--- .../activegraph/InitializeActiveEdges.h | 12 +--- .../InitializeActiveGraphVertices.h | 12 +--- .../InitializeEdgeFarFromActiveIndices.h | 12 +--- .../InitializeHyperarcsFromActiveIndices.h | 12 +--- ...nitializeNeighbourhoodMasksAndOutDegrees.h | 12 +--- .../activegraph/SetArcsConnectNodes.h | 12 +--- .../SetArcsSetSuperAndHypernodeArcs.h | 12 +--- .../activegraph/SetArcsSlideVertices.h | 12 +--- .../activegraph/SetHyperArcsWorklet.h | 12 +--- .../SetSuperArcsSetTreeHyperparents.h | 12 +--- .../SetSuperArcsSetTreeSuperarcs.h | 12 +--- .../activegraph/SuperArcNodeComparator.h | 12 +--- .../TransferRegularPointsWorklet.h | 12 +--- .../TransferSaddleStartsResetEdgeFar.h | 12 +--- ...ferSaddleStartsSetNewOutdegreeForSaddles.h | 12 +--- .../TransferSaddleStartsUpdateEdgeSorter.h | 12 +--- ...eTrees_InitNewJoinSplitIDAndSuperparents.h | 12 +--- .../AugmentMergeTrees_SetAugmentedMergeArcs.h | 12 +--- .../contourtreemaker/CMakeLists.txt | 57 +------------------ .../contourtreemaker/CompressTrees_Step.h | 12 +--- ...erStructure_HypernodesSetFirstSuperchild.h | 12 +--- ...omputeHyperAndSuperStructure_PermuteArcs.h | 12 +--- ...perAndSuperStructure_ResetHyperparentsId.h | 12 +--- ...ndSuperStructure_SetNewHypernodesAndArcs.h | 12 +--- .../ComputeRegularStructure_LocateSuperarcs.h | 12 +--- .../ComputeRegularStructure_SetArcs.h | 12 +--- .../ContourTreeNodeComparator.h | 12 +--- .../ContourTreeSuperNodeComparator.h | 12 +--- .../contourtreemaker/FindDegrees_FindRHE.h | 12 +--- .../FindDegrees_ResetUpAndDowndegree.h | 12 +--- .../FindDegrees_SubtractLHE.h | 12 +--- .../TransferLeafChains_CollapsePastRegular.h | 12 +--- .../TransferLeafChains_InitInAndOutbound.h | 12 +--- ...TransferLeafChains_TransferToContourTree.h | 12 +--- .../contourtreemaker/WasNotTransferred.h | 12 +--- .../mesh_dem/CMakeLists.txt | 57 +------------------ .../mesh_dem/MeshStructure2D.h | 12 +--- .../mesh_dem/MeshStructure3D.h | 12 +--- .../mesh_dem/SimulatedSimplicityComperator.h | 12 +--- .../mesh_dem/SortIndices.h | 12 +--- .../mesh_dem_meshtypes/CMakeLists.txt | 57 +------------------ .../Freudenthal_2D_Triangulation.h | 12 +--- .../Freudenthal_3D_Triangulation.h | 12 +--- .../MarchingCubes_3D_Triangulation.h | 12 +--- .../MeshStructureFreudenthal2D.h | 12 +--- .../MeshStructureFreudenthal3D.h | 12 +--- .../MeshStructureMarchingCubes.h | 12 +--- .../mesh_dem_meshtypes/freudenthal_2D/Types.h | 12 +--- .../mesh_dem_meshtypes/freudenthal_3D/Types.h | 12 +--- .../marchingcubes_3D/Types.h | 12 +--- .../meshextrema/CMakeLists.txt | 57 +------------------ .../meshextrema/SetStarts.h | 12 +--- .../processcontourtree/Branch.h | 12 +--- .../processcontourtree/CMakeLists.txt | 57 +------------------ .../PiecewiseLinearFunction.h | 12 +--- .../SuperArcVolumetricComparator.h | 12 +--- .../SuperNodeBranchComparator.h | 12 +--- vtkm/worklet/cosmotools/CMakeLists.txt | 12 +--- vtkm/worklet/cosmotools/ComputeBinIndices.h | 12 +--- vtkm/worklet/cosmotools/ComputeBinRange.h | 12 +--- vtkm/worklet/cosmotools/ComputeBins.h | 12 +--- vtkm/worklet/cosmotools/ComputeNeighborBins.h | 12 +--- vtkm/worklet/cosmotools/ComputePotential.h | 12 +--- vtkm/worklet/cosmotools/ComputePotentialBin.h | 12 +--- vtkm/worklet/cosmotools/ComputePotentialMxN.h | 12 +--- .../cosmotools/ComputePotentialNeighbors.h | 12 +--- vtkm/worklet/cosmotools/ComputePotentialNxN.h | 12 +--- .../cosmotools/ComputePotentialOnCandidates.h | 12 +--- vtkm/worklet/cosmotools/CosmoTools.h | 12 +--- .../cosmotools/CosmoToolsCenterFinder.h | 12 +--- .../worklet/cosmotools/CosmoToolsHaloFinder.h | 12 +--- .../cosmotools/EqualsMinimumPotential.h | 12 +--- vtkm/worklet/cosmotools/GraftParticles.h | 14 +---- vtkm/worklet/cosmotools/IsStar.h | 12 +--- vtkm/worklet/cosmotools/MarkActiveNeighbors.h | 14 +---- vtkm/worklet/cosmotools/PointerJump.h | 12 +--- .../cosmotools/SetCandidateParticles.h | 12 +--- vtkm/worklet/cosmotools/TagTypes.h | 13 +---- vtkm/worklet/cosmotools/ValidHalo.h | 12 +--- vtkm/worklet/gradient/CMakeLists.txt | 12 +--- vtkm/worklet/gradient/CellGradient.h | 12 +--- vtkm/worklet/gradient/Divergence.h | 12 +--- vtkm/worklet/gradient/GradientOutput.h | 12 +--- vtkm/worklet/gradient/PointGradient.h | 12 +--- vtkm/worklet/gradient/QCriterion.h | 12 +--- .../gradient/StructuredPointGradient.h | 12 +--- vtkm/worklet/gradient/Transpose.h | 12 +--- vtkm/worklet/gradient/Vorticity.h | 12 +--- vtkm/worklet/histogram/CMakeLists.txt | 12 +--- vtkm/worklet/histogram/ComputeNDEntropy.h | 12 +--- vtkm/worklet/histogram/ComputeNDHistogram.h | 12 +--- .../histogram/MarginalizeNDHistogram.h | 12 +--- vtkm/worklet/internal/CMakeLists.txt | 12 +--- vtkm/worklet/internal/DispatcherBase.h | 12 +--- vtkm/worklet/internal/TriangulateTables.h | 12 +--- vtkm/worklet/internal/WorkletBase.h | 12 +--- vtkm/worklet/internal/testing/CMakeLists.txt | 12 +--- .../testing/UnitTestDispatcherBase.cxx | 12 +--- vtkm/worklet/particleadvection/CMakeLists.txt | 12 +--- .../CellInterpolationHelper.h | 12 +--- .../particleadvection/GridEvaluators.h | 12 +--- vtkm/worklet/particleadvection/Integrators.h | 12 +--- .../ParticleAdvectionWorklets.h | 12 +--- vtkm/worklet/particleadvection/Particles.h | 12 +--- .../TemporalGridEvaluators.h | 12 +--- .../BoundingIntervalHierarchy.h | 12 +--- vtkm/worklet/spatialstructure/CMakeLists.txt | 12 +--- .../spatialstructure/KdTree3DConstruction.h | 12 +--- .../spatialstructure/KdTree3DNNSearch.h | 12 +--- vtkm/worklet/splatkernels/CMakeLists.txt | 12 +--- vtkm/worklet/splatkernels/Gaussian.h | 12 +--- vtkm/worklet/splatkernels/KernelBase.h | 12 +--- vtkm/worklet/splatkernels/Spline3rdOrder.h | 12 +--- vtkm/worklet/testing/CMakeLists.txt | 14 +---- vtkm/worklet/testing/UnitTestAverageByKey.cxx | 16 +----- .../UnitTestBoundingIntervalHierarchy.cxx | 12 +--- vtkm/worklet/testing/UnitTestCellAverage.cxx | 12 +--- vtkm/worklet/testing/UnitTestCellDeepCopy.cxx | 12 +--- vtkm/worklet/testing/UnitTestCellGradient.cxx | 12 +--- vtkm/worklet/testing/UnitTestCellMeasure.cxx | 12 +--- .../testing/UnitTestCellSetConnectivity.cxx | 16 +----- .../testing/UnitTestCellSetDualGraph.cxx | 16 +----- vtkm/worklet/testing/UnitTestClipping.cxx | 12 +--- .../testing/UnitTestContourTreeUniform.cxx | 12 +--- .../UnitTestContourTreeUniformAugmented.cxx | 12 +--- .../UnitTestCoordinateSystemTransform.cxx | 12 +--- vtkm/worklet/testing/UnitTestCosmoTools.cxx | 12 +--- vtkm/worklet/testing/UnitTestCrossProduct.cxx | 12 +--- vtkm/worklet/testing/UnitTestDotProduct.cxx | 12 +--- .../worklet/testing/UnitTestExternalFaces.cxx | 12 +--- .../testing/UnitTestExtractGeometry.cxx | 12 +--- .../worklet/testing/UnitTestExtractPoints.cxx | 12 +--- .../testing/UnitTestExtractStructured.cxx | 12 +--- .../testing/UnitTestFieldHistogram.cxx | 12 +--- .../testing/UnitTestFieldStatistics.cxx | 12 +--- .../testing/UnitTestGraphConnectivity.cxx | 16 +----- .../testing/UnitTestImageConnectivity.cxx | 16 +----- vtkm/worklet/testing/UnitTestInnerJoin.cxx | 16 +----- .../testing/UnitTestKdTreeBuildNNS.cxx | 12 +--- vtkm/worklet/testing/UnitTestKeys.cxx | 16 +----- vtkm/worklet/testing/UnitTestMagnitude.cxx | 12 +--- .../worklet/testing/UnitTestMarchingCubes.cxx | 12 +--- vtkm/worklet/testing/UnitTestMask.cxx | 12 +--- vtkm/worklet/testing/UnitTestMaskIndices.cxx | 16 +----- vtkm/worklet/testing/UnitTestMaskPoints.cxx | 12 +--- vtkm/worklet/testing/UnitTestMaskSelect.cxx | 16 +----- vtkm/worklet/testing/UnitTestNDimsEntropy.cxx | 12 +--- .../UnitTestNDimsHistMarginalization.cxx | 12 +--- .../testing/UnitTestNDimsHistogram.cxx | 12 +--- vtkm/worklet/testing/UnitTestNormalize.cxx | 12 +--- .../testing/UnitTestParticleAdvection.cxx | 12 +--- .../testing/UnitTestPointElevation.cxx | 12 +--- .../worklet/testing/UnitTestPointGradient.cxx | 12 +--- .../testing/UnitTestPointTransform.cxx | 12 +--- vtkm/worklet/testing/UnitTestProbe.cxx | 12 +--- .../testing/UnitTestRemoveUnusedPoints.cxx | 12 +--- .../testing/UnitTestScalarsToColors.cxx | 12 +--- .../testing/UnitTestScatterAndMask.cxx | 16 +----- .../testing/UnitTestScatterCounting.cxx | 16 +----- .../testing/UnitTestScatterPermutation.cxx | 16 +----- vtkm/worklet/testing/UnitTestSplatKernels.cxx | 12 +--- .../testing/UnitTestSplitSharpEdges.cxx | 12 +--- .../testing/UnitTestStreamLineUniformGrid.cxx | 12 +--- .../worklet/testing/UnitTestStreamingSine.cxx | 12 +--- .../testing/UnitTestSurfaceNormals.cxx | 12 +--- .../testing/UnitTestTemporalAdvection.cxx | 12 +--- .../testing/UnitTestTetrahedralize.cxx | 12 +--- vtkm/worklet/testing/UnitTestThreshold.cxx | 12 +--- .../testing/UnitTestThresholdPoints.cxx | 12 +--- vtkm/worklet/testing/UnitTestTriangulate.cxx | 12 +--- .../testing/UnitTestVertexClustering.cxx | 12 +--- vtkm/worklet/testing/UnitTestWarpScalar.cxx | 12 +--- vtkm/worklet/testing/UnitTestWarpVector.cxx | 12 +--- .../testing/UnitTestWaveletCompressor.cxx | 12 +--- .../testing/UnitTestWaveletGenerator.cxx | 12 +--- .../testing/UnitTestWholeCellSetIn.cxx | 12 +--- .../testing/UnitTestWorkletMapField.cxx | 12 +--- .../UnitTestWorkletMapFieldExecArg.cxx | 12 +--- .../UnitTestWorkletMapFieldWholeArray.cxx | 12 +--- ...nitTestWorkletMapFieldWholeArrayAtomic.cxx | 12 +--- .../UnitTestWorkletMapPointNeighborhood.cxx | 12 +--- .../UnitTestWorkletMapTopologyExplicit.cxx | 12 +--- .../UnitTestWorkletMapTopologyUniform.cxx | 12 +--- .../testing/UnitTestWorkletReduceByKey.cxx | 16 +----- .../worklet/testing/UnitTestZFPCompressor.cxx | 12 +--- vtkm/worklet/tetrahedralize/CMakeLists.txt | 12 +--- .../tetrahedralize/TetrahedralizeExplicit.h | 12 +--- .../tetrahedralize/TetrahedralizeStructured.h | 12 +--- vtkm/worklet/triangulate/CMakeLists.txt | 12 +--- .../worklet/triangulate/TriangulateExplicit.h | 12 +--- .../triangulate/TriangulateStructured.h | 12 +--- vtkm/worklet/wavelets/CMakeLists.txt | 12 +--- vtkm/worklet/wavelets/FilterBanks.h | 16 +----- vtkm/worklet/wavelets/WaveletBase.h | 12 +--- vtkm/worklet/wavelets/WaveletDWT.h | 12 +--- vtkm/worklet/wavelets/WaveletFilter.h | 12 +--- vtkm/worklet/wavelets/WaveletTransforms.h | 12 +--- vtkm/worklet/zfp/CMakeLists.txt | 12 +--- vtkm/worklet/zfp/ZFPBlockReader.h | 12 +--- vtkm/worklet/zfp/ZFPBlockWriter.h | 12 +--- vtkm/worklet/zfp/ZFPCodec.h | 12 +--- vtkm/worklet/zfp/ZFPDecode.h | 12 +--- vtkm/worklet/zfp/ZFPDecode1.h | 12 +--- vtkm/worklet/zfp/ZFPDecode2.h | 12 +--- vtkm/worklet/zfp/ZFPDecode3.h | 12 +--- vtkm/worklet/zfp/ZFPEncode.h | 12 +--- vtkm/worklet/zfp/ZFPEncode1.h | 12 +--- vtkm/worklet/zfp/ZFPEncode2.h | 12 +--- vtkm/worklet/zfp/ZFPEncode3.h | 12 +--- vtkm/worklet/zfp/ZFPFunctions.h | 12 +--- vtkm/worklet/zfp/ZFPStructs.h | 12 +--- vtkm/worklet/zfp/ZFPTools.h | 12 +--- vtkm/worklet/zfp/ZFPTypeInfo.h | 12 +--- 1508 files changed, 1660 insertions(+), 17334 deletions(-) diff --git a/CMake/FindOpenGL.cmake b/CMake/FindOpenGL.cmake index 42adf7181..3303256a4 100644 --- a/CMake/FindOpenGL.cmake +++ b/CMake/FindOpenGL.cmake @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2017 UT-Battelle, LLC. -## Copyright 2017 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ # Distributed under the OSI-approved BSD 3-Clause License. See accompanying # file Copyright.txt or https://cmake.org/licensing for details. diff --git a/CMake/FindOpenMP.cmake b/CMake/FindOpenMP.cmake index 93d376928..11608ccde 100644 --- a/CMake/FindOpenMP.cmake +++ b/CMake/FindOpenMP.cmake @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2018 UT-Battelle, LLC. -## Copyright 2018 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ #.rst: # FindOpenMP diff --git a/CMake/FindPyexpander.cmake b/CMake/FindPyexpander.cmake index 51b8a55ec..e1b85240e 100644 --- a/CMake/FindPyexpander.cmake +++ b/CMake/FindPyexpander.cmake @@ -2,22 +2,12 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ -# + # - Finds the pyexpander macro tool. # Use this module by invoking find_package. # @@ -32,7 +22,6 @@ # script directly. Thus, it could be safer to execute the Python interpreter # with PYEXPANDER_COMMAND as an argument. See FindPythonInterp.cmake for help # in finding the Python interpreter. -# find_program(PYEXPANDER_COMMAND NAMES expander.py expander3.py) diff --git a/CMake/VTKmBuildDocumentation.cmake b/CMake/VTKmBuildDocumentation.cmake index 46517fccd..783cad567 100644 --- a/CMake/VTKmBuildDocumentation.cmake +++ b/CMake/VTKmBuildDocumentation.cmake @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ #----------------------------------------------------------------------------- diff --git a/CMake/VTKmBuildType.cmake b/CMake/VTKmBuildType.cmake index a2e1de255..c1ae8049f 100644 --- a/CMake/VTKmBuildType.cmake +++ b/CMake/VTKmBuildType.cmake @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ # Set a default build type if none was specified diff --git a/CMake/VTKmCPUVectorization.cmake b/CMake/VTKmCPUVectorization.cmake index 401b10740..f2170a070 100644 --- a/CMake/VTKmCPUVectorization.cmake +++ b/CMake/VTKmCPUVectorization.cmake @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2017 UT-Battelle, LLC. -## Copyright 2017 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ #Currently all we are going to build is a set of options that are possible #based on the compiler. For now we are going on the presumption diff --git a/CMake/VTKmCheckCopyright.cmake b/CMake/VTKmCheckCopyright.cmake index 93cb2511a..85c24cd8a 100644 --- a/CMake/VTKmCheckCopyright.cmake +++ b/CMake/VTKmCheckCopyright.cmake @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ ## This CMake script checks source files for the appropriate VTKM copyright diff --git a/CMake/VTKmCompilerDynamicAnalysisFlags.cmake b/CMake/VTKmCompilerDynamicAnalysisFlags.cmake index 3e8104a71..3d3493cd9 100644 --- a/CMake/VTKmCompilerDynamicAnalysisFlags.cmake +++ b/CMake/VTKmCompilerDynamicAnalysisFlags.cmake @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ #----------------------------------------------------------------------------- diff --git a/CMake/VTKmCompilerFlags.cmake b/CMake/VTKmCompilerFlags.cmake index c2e5ef9b0..0b05e3f19 100644 --- a/CMake/VTKmCompilerFlags.cmake +++ b/CMake/VTKmCompilerFlags.cmake @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU") diff --git a/CMake/VTKmConfig.cmake.in b/CMake/VTKmConfig.cmake.in index 5958b5921..e3848dfc3 100644 --- a/CMake/VTKmConfig.cmake.in +++ b/CMake/VTKmConfig.cmake.in @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ # When this file is run by CMake through the find_package command, the diff --git a/CMake/VTKmCopyrightStatement.txt b/CMake/VTKmCopyrightStatement.txt index 8114747c0..5fca0fe33 100644 --- a/CMake/VTKmCopyrightStatement.txt +++ b/CMake/VTKmCopyrightStatement.txt @@ -5,13 +5,3 @@ See LICENSE.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 above copyright notice for more information. - -Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -Copyright 2014 UT-Battelle, LLC. -Copyright 2014 Los Alamos National Security. - -Under the terms of Contract DE-NA0003525 with NTESS, -the U.S. Government retains certain rights in this software. -Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -Laboratory (LANL), the U.S. Government retains certain rights in -this software. diff --git a/CMake/VTKmDetectCUDAVersion.cu b/CMake/VTKmDetectCUDAVersion.cu index 64524cd49..dbf5e9465 100644 --- a/CMake/VTKmDetectCUDAVersion.cu +++ b/CMake/VTKmDetectCUDAVersion.cu @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include #include #include diff --git a/CMake/VTKmDetermineVersion.cmake b/CMake/VTKmDetermineVersion.cmake index 3c2ea924f..b2ef9a5a8 100644 --- a/CMake/VTKmDetermineVersion.cmake +++ b/CMake/VTKmDetermineVersion.cmake @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2017 UT-Battelle, LLC. -## Copyright 2017 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ # Used to determine the version for VTK-m source using "git describe", if git diff --git a/CMake/VTKmDeviceAdapters.cmake b/CMake/VTKmDeviceAdapters.cmake index 724c3dfbe..a594e7153 100644 --- a/CMake/VTKmDeviceAdapters.cmake +++ b/CMake/VTKmDeviceAdapters.cmake @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ # diff --git a/CMake/VTKmExportHeaderTemplate.h.in b/CMake/VTKmExportHeaderTemplate.h.in index e389221bb..f560012f8 100644 --- a/CMake/VTKmExportHeaderTemplate.h.in +++ b/CMake/VTKmExportHeaderTemplate.h.in @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef @EXPORT_MACRO_NAME@_EXPORT_H #define @EXPORT_MACRO_NAME@_EXPORT_H diff --git a/CMake/VTKmRenderingContexts.cmake b/CMake/VTKmRenderingContexts.cmake index 67abf910f..d438b4f24 100644 --- a/CMake/VTKmRenderingContexts.cmake +++ b/CMake/VTKmRenderingContexts.cmake @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ #----------------------------------------------------------------------------- diff --git a/CMake/VTKmWrappers.cmake b/CMake/VTKmWrappers.cmake index f1d2da038..c0001aa9f 100644 --- a/CMake/VTKmWrappers.cmake +++ b/CMake/VTKmWrappers.cmake @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ include(CMakeParseArguments) diff --git a/CMake/doxyfile.in b/CMake/doxyfile.in index acfae5ce0..48971bc22 100644 --- a/CMake/doxyfile.in +++ b/CMake/doxyfile.in @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ PROJECT_NAME = "VTK-m" diff --git a/CMake/testing/VTKmCheckPyexpander.cmake b/CMake/testing/VTKmCheckPyexpander.cmake index c1d00332b..8065dd6c9 100644 --- a/CMake/testing/VTKmCheckPyexpander.cmake +++ b/CMake/testing/VTKmCheckPyexpander.cmake @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ # This script, which is run as part of a target, uses pyexpander to do diff --git a/CMake/testing/VTKmCheckSourceInInstall.cmake b/CMake/testing/VTKmCheckSourceInInstall.cmake index 11d5c3d76..d26020b43 100644 --- a/CMake/testing/VTKmCheckSourceInInstall.cmake +++ b/CMake/testing/VTKmCheckSourceInInstall.cmake @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2016 UT-Battelle, LLC. -## Copyright 2016 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ ## This CMake script checks to make sure that each source file explicitly diff --git a/CMake/testing/VTKmSystemInformation.cmake b/CMake/testing/VTKmSystemInformation.cmake index 8ce13d65c..90df7a2a1 100644 --- a/CMake/testing/VTKmSystemInformation.cmake +++ b/CMake/testing/VTKmSystemInformation.cmake @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ # This script is used to create the SystemInformation test. The test always diff --git a/CMake/testing/VTKmTestInstall.cmake b/CMake/testing/VTKmTestInstall.cmake index a03007f52..b73df8b54 100644 --- a/CMake/testing/VTKmTestInstall.cmake +++ b/CMake/testing/VTKmTestInstall.cmake @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ # ----------------------------------------------------------------------------- diff --git a/CMakeLists.txt b/CMakeLists.txt index c3b2eefae..6e57a7f18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ # If you want CUDA support, you will need to have CMake 3.9 on Linux/OSX. diff --git a/CTestConfig.cmake b/CTestConfig.cmake index 2c98607fe..f213928c3 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ ## This file should be placed in the root directory of your project. diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index 00b15fbac..39bb7ff74 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION diff --git a/benchmarking/BenchmarkArrayTransfer.cxx b/benchmarking/BenchmarkArrayTransfer.cxx index 370556589..aca66782a 100644 --- a/benchmarking/BenchmarkArrayTransfer.cxx +++ b/benchmarking/BenchmarkArrayTransfer.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include "Benchmarker.h" diff --git a/benchmarking/BenchmarkAtomicArray.cxx b/benchmarking/BenchmarkAtomicArray.cxx index 94502b6a4..e62217539 100644 --- a/benchmarking/BenchmarkAtomicArray.cxx +++ b/benchmarking/BenchmarkAtomicArray.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include "Benchmarker.h" diff --git a/benchmarking/BenchmarkCopySpeeds.cxx b/benchmarking/BenchmarkCopySpeeds.cxx index 085abe5f7..6dfe4da51 100644 --- a/benchmarking/BenchmarkCopySpeeds.cxx +++ b/benchmarking/BenchmarkCopySpeeds.cxx @@ -2,21 +2,11 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -//============================================================ +//============================================================================ #include diff --git a/benchmarking/BenchmarkDeviceAdapter.cxx b/benchmarking/BenchmarkDeviceAdapter.cxx index ab864e990..22ea8cad1 100644 --- a/benchmarking/BenchmarkDeviceAdapter.cxx +++ b/benchmarking/BenchmarkDeviceAdapter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include "Benchmarker.h" diff --git a/benchmarking/BenchmarkFieldAlgorithms.cxx b/benchmarking/BenchmarkFieldAlgorithms.cxx index f6979926f..6878d952c 100644 --- a/benchmarking/BenchmarkFieldAlgorithms.cxx +++ b/benchmarking/BenchmarkFieldAlgorithms.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/benchmarking/BenchmarkFilters.cxx b/benchmarking/BenchmarkFilters.cxx index 34fdb07f8..909e9f9e8 100644 --- a/benchmarking/BenchmarkFilters.cxx +++ b/benchmarking/BenchmarkFilters.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include "Benchmarker.h" diff --git a/benchmarking/BenchmarkRayTracing.cxx b/benchmarking/BenchmarkRayTracing.cxx index 64ef68117..993abf59a 100644 --- a/benchmarking/BenchmarkRayTracing.cxx +++ b/benchmarking/BenchmarkRayTracing.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include "Benchmarker.h" diff --git a/benchmarking/BenchmarkTopologyAlgorithms.cxx b/benchmarking/BenchmarkTopologyAlgorithms.cxx index e892f104b..7367b6f0a 100644 --- a/benchmarking/BenchmarkTopologyAlgorithms.cxx +++ b/benchmarking/BenchmarkTopologyAlgorithms.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/benchmarking/Benchmarker.h b/benchmarking/Benchmarker.h index a0c132f47..7120d8520 100644 --- a/benchmarking/Benchmarker.h +++ b/benchmarking/Benchmarker.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_benchmarking_Benchmarker_h diff --git a/benchmarking/CMakeLists.txt b/benchmarking/CMakeLists.txt index b646f6a3d..39dcfdfd3 100644 --- a/benchmarking/CMakeLists.txt +++ b/benchmarking/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ function(add_benchmark) set(options) diff --git a/docs/CodingConventions.md b/docs/CodingConventions.md index 054f61645..c8c2b72ed 100644 --- a/docs/CodingConventions.md +++ b/docs/CodingConventions.md @@ -12,7 +12,8 @@ coding and because we expect vtkm to have continual interaction with VTK. + Copyright notices should appear at the top of all source, configuration, and text files. The statement should have the following - form (with 20XX replaced with the year the file was created): + form. Various copyright specific details are referenced in the LICENSE.txt + file. ``` //========================================================================== @@ -23,16 +24,6 @@ coding and because we expect vtkm to have continual interaction with VTK. // 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. -// -// Copyright 20XX National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 20XX UT-Battelle, LLC. -// Copyright 20XX Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //========================================================================== ``` diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 0beff8054..7721d5523 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,8 @@ ## 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. -## -## Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2015 UT-Battelle, LLC. -## Copyright 2015 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ + #add the directory that contains the VTK-m config file to the cmake #path so that our examples can find VTK-m set(CMAKE_PREFIX_PATH ${VTKm_BINARY_DIR}/${VTKm_INSTALL_CONFIG_DIR}) diff --git a/examples/clipping/CMakeLists.txt b/examples/clipping/CMakeLists.txt index 072dcb2ce..9e7dfe702 100644 --- a/examples/clipping/CMakeLists.txt +++ b/examples/clipping/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2015 UT-Battelle, LLC. -## Copyright 2015 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ cmake_minimum_required(VERSION 3.8...3.14 FATAL_ERROR) project(Clipping CXX) diff --git a/examples/clipping/Clipping.cxx b/examples/clipping/Clipping.cxx index e1cb9726c..951ccebb6 100644 --- a/examples/clipping/Clipping.cxx +++ b/examples/clipping/Clipping.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/examples/contour_tree/CMakeLists.txt b/examples/contour_tree/CMakeLists.txt index 1970bce56..4057785b8 100644 --- a/examples/contour_tree/CMakeLists.txt +++ b/examples/contour_tree/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2015 UT-Battelle, LLC. -## Copyright 2015 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ cmake_minimum_required(VERSION 3.8...3.14 FATAL_ERROR) project(ContourTree CXX) diff --git a/examples/contour_tree/ContourTreeMesh2D.cxx b/examples/contour_tree/ContourTreeMesh2D.cxx index dbe751d65..4b49b77d6 100644 --- a/examples/contour_tree/ContourTreeMesh2D.cxx +++ b/examples/contour_tree/ContourTreeMesh2D.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/examples/contour_tree/ContourTreeMesh3D.cxx b/examples/contour_tree/ContourTreeMesh3D.cxx index b339c4a7a..c24568187 100644 --- a/examples/contour_tree/ContourTreeMesh3D.cxx +++ b/examples/contour_tree/ContourTreeMesh3D.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/examples/contour_tree_augmented/CMakeLists.txt b/examples/contour_tree_augmented/CMakeLists.txt index ba2a536a6..db3faf1a9 100644 --- a/examples/contour_tree_augmented/CMakeLists.txt +++ b/examples/contour_tree_augmented/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,19 +6,8 @@ ## 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. -## -## Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2018 UT-Battelle, LLC. -## Copyright 2018 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= ##============================================================================ + ## Copyright (c) 2018, The Regents of the University of California, through ## Lawrence Berkeley National Laboratory (subject to receipt of any required approvals ## from the U.S. Dept. of Energy). All rights reserved. diff --git a/examples/contour_tree_augmented/ContourTreeApp.cxx b/examples/contour_tree_augmented/ContourTreeApp.cxx index d3f4bc1df..38d51d353 100644 --- a/examples/contour_tree_augmented/ContourTreeApp.cxx +++ b/examples/contour_tree_augmented/ContourTreeApp.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/examples/cosmotools/CMakeLists.txt b/examples/cosmotools/CMakeLists.txt index d738e5a2d..7563660f1 100644 --- a/examples/cosmotools/CMakeLists.txt +++ b/examples/cosmotools/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2015 UT-Battelle, LLC. -## Copyright 2015 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ cmake_minimum_required(VERSION 3.8...3.14 FATAL_ERROR) project(CosmoTools CXX) diff --git a/examples/cosmotools/CosmoCenterFinder.cxx b/examples/cosmotools/CosmoCenterFinder.cxx index 724399706..881288328 100644 --- a/examples/cosmotools/CosmoCenterFinder.cxx +++ b/examples/cosmotools/CosmoCenterFinder.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/examples/cosmotools/CosmoHaloFinder.cxx b/examples/cosmotools/CosmoHaloFinder.cxx index 658690673..0897a88e1 100644 --- a/examples/cosmotools/CosmoHaloFinder.cxx +++ b/examples/cosmotools/CosmoHaloFinder.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/examples/demo/CMakeLists.txt b/examples/demo/CMakeLists.txt index fd737e976..1fdf0e8c5 100644 --- a/examples/demo/CMakeLists.txt +++ b/examples/demo/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2015 UT-Battelle, LLC. -## Copyright 2015 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ cmake_minimum_required(VERSION 3.8...3.14 FATAL_ERROR) project(VTKmDemo CXX) diff --git a/examples/demo/Demo.cxx b/examples/demo/Demo.cxx index 6816346a6..3934fe519 100644 --- a/examples/demo/Demo.cxx +++ b/examples/demo/Demo.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/examples/game_of_life/CMakeLists.txt b/examples/game_of_life/CMakeLists.txt index e210a8482..904dbaf10 100644 --- a/examples/game_of_life/CMakeLists.txt +++ b/examples/game_of_life/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2015 UT-Battelle, LLC. -## Copyright 2015 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ cmake_minimum_required(VERSION 3.8...3.14 FATAL_ERROR) project(GameOfLife CXX) diff --git a/examples/game_of_life/GameOfLife.cxx b/examples/game_of_life/GameOfLife.cxx index 971d0a231..b3ee481c3 100644 --- a/examples/game_of_life/GameOfLife.cxx +++ b/examples/game_of_life/GameOfLife.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Must be included before any other GL includes: #include diff --git a/examples/game_of_life/LoadShaders.h b/examples/game_of_life/LoadShaders.h index 60125b12c..b21bb660c 100644 --- a/examples/game_of_life/LoadShaders.h +++ b/examples/game_of_life/LoadShaders.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef LOAD_SHADERS diff --git a/examples/hello_world/CMakeLists.txt b/examples/hello_world/CMakeLists.txt index 8ea0888a8..9d8304e3d 100755 --- a/examples/hello_world/CMakeLists.txt +++ b/examples/hello_world/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2015 UT-Battelle, LLC. -## Copyright 2015 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ cmake_minimum_required(VERSION 3.8...3.14 FATAL_ERROR) project(HelloWorld CXX) diff --git a/examples/hello_world/HelloWorld.cxx b/examples/hello_world/HelloWorld.cxx index c6cb8f83f..bbff38c60 100644 --- a/examples/hello_world/HelloWorld.cxx +++ b/examples/hello_world/HelloWorld.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Must be included before any other GL includes: diff --git a/examples/hello_world/LoadShaders.h b/examples/hello_world/LoadShaders.h index 60125b12c..b21bb660c 100644 --- a/examples/hello_world/LoadShaders.h +++ b/examples/hello_world/LoadShaders.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef LOAD_SHADERS diff --git a/examples/histogram/CMakeLists.txt b/examples/histogram/CMakeLists.txt index d8eaae7be..262d7097a 100644 --- a/examples/histogram/CMakeLists.txt +++ b/examples/histogram/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2015 UT-Battelle, LLC. -## Copyright 2015 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ cmake_minimum_required(VERSION 3.8...3.14 FATAL_ERROR) project(Histogram CXX) diff --git a/examples/histogram/Histogram.cxx b/examples/histogram/Histogram.cxx index daa60a46a..51f8bb272 100644 --- a/examples/histogram/Histogram.cxx +++ b/examples/histogram/Histogram.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ /* diff --git a/examples/histogram/HistogramMPI.h b/examples/histogram/HistogramMPI.h index 60e1fe5e8..df7a91f4b 100644 --- a/examples/histogram/HistogramMPI.h +++ b/examples/histogram/HistogramMPI.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_examples_histogram_HistogramMPI_h #define vtk_m_examples_histogram_HistogramMPI_h diff --git a/examples/histogram/HistogramMPI.hxx b/examples/histogram/HistogramMPI.hxx index d2757b069..3a550785d 100644 --- a/examples/histogram/HistogramMPI.hxx +++ b/examples/histogram/HistogramMPI.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/examples/isosurface/CMakeLists.txt b/examples/isosurface/CMakeLists.txt index 461306d3e..624101871 100644 --- a/examples/isosurface/CMakeLists.txt +++ b/examples/isosurface/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2015 UT-Battelle, LLC. -## Copyright 2015 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ cmake_minimum_required(VERSION 3.8...3.14 FATAL_ERROR) project(IsoSurface CXX) diff --git a/examples/isosurface/IsosurfaceUniformGrid.cxx b/examples/isosurface/IsosurfaceUniformGrid.cxx index 98c1f11f7..df83c1548 100644 --- a/examples/isosurface/IsosurfaceUniformGrid.cxx +++ b/examples/isosurface/IsosurfaceUniformGrid.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/examples/isosurface/quaternion.h b/examples/isosurface/quaternion.h index 965b12ec6..35349a202 100644 --- a/examples/isosurface/quaternion.h +++ b/examples/isosurface/quaternion.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ /* * quaternion.h diff --git a/examples/lagrangian/ABCfield.h b/examples/lagrangian/ABCfield.h index f66c0053f..93a257bd7 100644 --- a/examples/lagrangian/ABCfield.h +++ b/examples/lagrangian/ABCfield.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/examples/lagrangian/CMakeLists.txt b/examples/lagrangian/CMakeLists.txt index d49224c39..ce7fc2cf8 100644 --- a/examples/lagrangian/CMakeLists.txt +++ b/examples/lagrangian/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2015 UT-Battelle, LLC. -## Copyright 2015 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ cmake_minimum_required(VERSION 3.8...3.14 FATAL_ERROR) #Find the VTK-m package diff --git a/examples/lagrangian/lagrangian.cxx b/examples/lagrangian/lagrangian.cxx index adfe4cdf4..2a4de8349 100644 --- a/examples/lagrangian/lagrangian.cxx +++ b/examples/lagrangian/lagrangian.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include "ABCfield.h" diff --git a/examples/multi_backend/CMakeLists.txt b/examples/multi_backend/CMakeLists.txt index 07c27d8c3..8b53971d6 100644 --- a/examples/multi_backend/CMakeLists.txt +++ b/examples/multi_backend/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2015 UT-Battelle, LLC. -## Copyright 2015 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ cmake_minimum_required(VERSION 3.8...3.14 FATAL_ERROR) project(MultiBackend CXX) diff --git a/examples/multi_backend/IOGenerator.cxx b/examples/multi_backend/IOGenerator.cxx index 44e02e9f7..0c00421e7 100644 --- a/examples/multi_backend/IOGenerator.cxx +++ b/examples/multi_backend/IOGenerator.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include "IOGenerator.h" diff --git a/examples/multi_backend/IOGenerator.h b/examples/multi_backend/IOGenerator.h index ebe1d8d65..99b3ca69b 100644 --- a/examples/multi_backend/IOGenerator.h +++ b/examples/multi_backend/IOGenerator.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_examples_multibackend_IOWorker_h #define vtk_m_examples_multibackend_IOWorker_h diff --git a/examples/multi_backend/MultiBackend.cxx b/examples/multi_backend/MultiBackend.cxx index 67a2e733d..6ec4fe114 100644 --- a/examples/multi_backend/MultiBackend.cxx +++ b/examples/multi_backend/MultiBackend.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/examples/multi_backend/MultiDeviceGradient.cxx b/examples/multi_backend/MultiDeviceGradient.cxx index 7d30e58de..0984c9ab9 100644 --- a/examples/multi_backend/MultiDeviceGradient.cxx +++ b/examples/multi_backend/MultiDeviceGradient.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #define vtk_m_examples_multibackend_MultiDeviceGradient_cxx diff --git a/examples/multi_backend/MultiDeviceGradient.h b/examples/multi_backend/MultiDeviceGradient.h index d44c7b7ed..86bf24eef 100644 --- a/examples/multi_backend/MultiDeviceGradient.h +++ b/examples/multi_backend/MultiDeviceGradient.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_examples_multibackend_MultiDeviceGradient_h #define vtk_m_examples_multibackend_MultiDeviceGradient_h diff --git a/examples/multi_backend/MultiDeviceGradient.hxx b/examples/multi_backend/MultiDeviceGradient.hxx index 49afc76e5..4b0f7105d 100644 --- a/examples/multi_backend/MultiDeviceGradient.hxx +++ b/examples/multi_backend/MultiDeviceGradient.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/examples/multi_backend/TaskQueue.h b/examples/multi_backend/TaskQueue.h index eef8600a1..285f870f7 100644 --- a/examples/multi_backend/TaskQueue.h +++ b/examples/multi_backend/TaskQueue.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_examples_multibackend_TaskQueue_h #define vtk_m_examples_multibackend_TaskQueue_h diff --git a/examples/oscillator/CMakeLists.txt b/examples/oscillator/CMakeLists.txt index 02a252452..74cfa28bc 100644 --- a/examples/oscillator/CMakeLists.txt +++ b/examples/oscillator/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2015 UT-Battelle, LLC. -## Copyright 2015 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ cmake_minimum_required(VERSION 3.8...3.14 FATAL_ERROR) project(Oscillator CXX) diff --git a/examples/oscillator/Oscillator.cxx b/examples/oscillator/Oscillator.cxx index d1098eaf5..7445e79cf 100644 --- a/examples/oscillator/Oscillator.cxx +++ b/examples/oscillator/Oscillator.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/examples/particle_advection/CMakeLists.txt b/examples/particle_advection/CMakeLists.txt index 9e04899c7..f0b294a2d 100644 --- a/examples/particle_advection/CMakeLists.txt +++ b/examples/particle_advection/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2015 UT-Battelle, LLC. -## Copyright 2015 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ cmake_minimum_required(VERSION 3.8...3.14 FATAL_ERROR) project(ParticleAdvection CXX) diff --git a/examples/particle_advection/ParticleAdvection.cxx b/examples/particle_advection/ParticleAdvection.cxx index e57452d56..d4697bd30 100644 --- a/examples/particle_advection/ParticleAdvection.cxx +++ b/examples/particle_advection/ParticleAdvection.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/examples/redistribute_points/CMakeLists.txt b/examples/redistribute_points/CMakeLists.txt index ec73b14b9..542018334 100644 --- a/examples/redistribute_points/CMakeLists.txt +++ b/examples/redistribute_points/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2015 UT-Battelle, LLC. -## Copyright 2015 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ cmake_minimum_required(VERSION 3.8...3.14 FATAL_ERROR) project(RedistributePoints CXX) diff --git a/examples/redistribute_points/RedistributePoints.cxx b/examples/redistribute_points/RedistributePoints.cxx index 701753d87..49956e480 100644 --- a/examples/redistribute_points/RedistributePoints.cxx +++ b/examples/redistribute_points/RedistributePoints.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/examples/redistribute_points/RedistributePoints.h b/examples/redistribute_points/RedistributePoints.h index b832a4088..0c8208360 100644 --- a/examples/redistribute_points/RedistributePoints.h +++ b/examples/redistribute_points/RedistributePoints.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/examples/rendering/CMakeLists.txt b/examples/rendering/CMakeLists.txt index b49da8c1e..3df93dd9e 100644 --- a/examples/rendering/CMakeLists.txt +++ b/examples/rendering/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2015 UT-Battelle, LLC. -## Copyright 2015 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ cmake_minimum_required(VERSION 3.8...3.14 FATAL_ERROR) project(RenderingExample CXX) diff --git a/examples/rendering/Rendering.cxx b/examples/rendering/Rendering.cxx index 5ac8c3dae..ffefe9226 100644 --- a/examples/rendering/Rendering.cxx +++ b/examples/rendering/Rendering.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/examples/streamline/CMakeLists.txt b/examples/streamline/CMakeLists.txt index 756a0715a..073bb5bd8 100644 --- a/examples/streamline/CMakeLists.txt +++ b/examples/streamline/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2015 UT-Battelle, LLC. -## Copyright 2015 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ cmake_minimum_required(VERSION 3.8...3.14 FATAL_ERROR) project(Streamline CXX) diff --git a/examples/streamline/StreamLineUniformGrid.cxx b/examples/streamline/StreamLineUniformGrid.cxx index 0d8e09546..5c5bd2cfb 100644 --- a/examples/streamline/StreamLineUniformGrid.cxx +++ b/examples/streamline/StreamLineUniformGrid.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/examples/tau_timing/CMakeLists.txt b/examples/tau_timing/CMakeLists.txt index db13a1699..ae94d8fc7 100644 --- a/examples/tau_timing/CMakeLists.txt +++ b/examples/tau_timing/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2015 UT-Battelle, LLC. -## Copyright 2015 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ cmake_minimum_required(VERSION 3.8...3.14 FATAL_ERROR) project(TauTiming CXX) diff --git a/examples/tau_timing/TauTiming.cxx b/examples/tau_timing/TauTiming.cxx index a0b88015f..2b88c190d 100644 --- a/examples/tau_timing/TauTiming.cxx +++ b/examples/tau_timing/TauTiming.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/examples/temporal_advection/CMakeLists.txt b/examples/temporal_advection/CMakeLists.txt index 71aff052d..191c9bf7d 100644 --- a/examples/temporal_advection/CMakeLists.txt +++ b/examples/temporal_advection/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2015 UT-Battelle, LLC. -## Copyright 2015 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ #Find the VTK-m package cmake_minimum_required(VERSION 3.8...3.14 FATAL_ERROR) diff --git a/examples/temporal_advection/TemporalAdvection.cxx b/examples/temporal_advection/TemporalAdvection.cxx index aeb550326..dd2444642 100644 --- a/examples/temporal_advection/TemporalAdvection.cxx +++ b/examples/temporal_advection/TemporalAdvection.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/examples/tetrahedra/CMakeLists.txt b/examples/tetrahedra/CMakeLists.txt index 18b77f801..ece07c8bd 100644 --- a/examples/tetrahedra/CMakeLists.txt +++ b/examples/tetrahedra/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2015 UT-Battelle, LLC. -## Copyright 2015 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ cmake_minimum_required(VERSION 3.8...3.14 FATAL_ERROR) project(Tetrahedra CXX) diff --git a/examples/tetrahedra/TetrahedralizeExplicitGrid.cxx b/examples/tetrahedra/TetrahedralizeExplicitGrid.cxx index 70ca4d7e5..8b02ef718 100644 --- a/examples/tetrahedra/TetrahedralizeExplicitGrid.cxx +++ b/examples/tetrahedra/TetrahedralizeExplicitGrid.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/examples/tetrahedra/TetrahedralizeUniformGrid.cxx b/examples/tetrahedra/TetrahedralizeUniformGrid.cxx index af144ace9..edd942f86 100644 --- a/examples/tetrahedra/TetrahedralizeUniformGrid.cxx +++ b/examples/tetrahedra/TetrahedralizeUniformGrid.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/examples/tetrahedra/TriangulateExplicitGrid.cxx b/examples/tetrahedra/TriangulateExplicitGrid.cxx index e7de62d85..b5ad8bdf4 100644 --- a/examples/tetrahedra/TriangulateExplicitGrid.cxx +++ b/examples/tetrahedra/TriangulateExplicitGrid.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/examples/tetrahedra/TriangulateUniformGrid.cxx b/examples/tetrahedra/TriangulateUniformGrid.cxx index db240beef..55dda8f07 100644 --- a/examples/tetrahedra/TriangulateUniformGrid.cxx +++ b/examples/tetrahedra/TriangulateUniformGrid.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/examples/unified_memory/CMakeLists.txt b/examples/unified_memory/CMakeLists.txt index 3aa14034a..44b1140f6 100644 --- a/examples/unified_memory/CMakeLists.txt +++ b/examples/unified_memory/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2015 UT-Battelle, LLC. -## Copyright 2015 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ cmake_minimum_required(VERSION 3.8...3.14 FATAL_ERROR) project(UnifiedMemory CXX) diff --git a/examples/unified_memory/UnifiedMemory.cu b/examples/unified_memory/UnifiedMemory.cu index 667d0fd0e..d4b099d64 100644 --- a/examples/unified_memory/UnifiedMemory.cu +++ b/examples/unified_memory/UnifiedMemory.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/Assert.h b/vtkm/Assert.h index 9537c4e4c..bdb613f25 100644 --- a/vtkm/Assert.h +++ b/vtkm/Assert.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_Assert_h diff --git a/vtkm/BaseComponent.h b/vtkm/BaseComponent.h index ce5a5ed7c..cb0f91275 100644 --- a/vtkm/BaseComponent.h +++ b/vtkm/BaseComponent.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_BaseComponent_h #define vtk_m_BaseComponent_h diff --git a/vtkm/BinaryOperators.h b/vtkm/BinaryOperators.h index f324fc3fa..99303c966 100644 --- a/vtkm/BinaryOperators.h +++ b/vtkm/BinaryOperators.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_BinaryOperators_h #define vtk_m_BinaryOperators_h diff --git a/vtkm/BinaryPredicates.h b/vtkm/BinaryPredicates.h index e2c471e5c..2d9098b71 100644 --- a/vtkm/BinaryPredicates.h +++ b/vtkm/BinaryPredicates.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_BinaryPredicates_h #define vtk_m_BinaryPredicates_h diff --git a/vtkm/Bitset.h b/vtkm/Bitset.h index 76928c5cf..c8765b219 100644 --- a/vtkm/Bitset.h +++ b/vtkm/Bitset.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_Bitset_h diff --git a/vtkm/Bounds.h b/vtkm/Bounds.h index 1ce107966..132744669 100644 --- a/vtkm/Bounds.h +++ b/vtkm/Bounds.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_Bounds_h diff --git a/vtkm/CMakeLists.txt b/vtkm/CMakeLists.txt index e1bf45620..cd0459b1f 100644 --- a/vtkm/CMakeLists.txt +++ b/vtkm/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ # Configure version file. (Other configuration in internal/Configure.h) diff --git a/vtkm/CellClassification.h b/vtkm/CellClassification.h index ccec61fab..69bc5bee3 100644 --- a/vtkm/CellClassification.h +++ b/vtkm/CellClassification.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_CellClassification_h #define vtk_m_CellClassification_h diff --git a/vtkm/CellShape.h b/vtkm/CellShape.h index 9d50d1908..7dfe1c96a 100644 --- a/vtkm/CellShape.h +++ b/vtkm/CellShape.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_CellShape_h #define vtk_m_CellShape_h diff --git a/vtkm/CellTraits.h b/vtkm/CellTraits.h index 9d2c1db74..d7a90cb24 100644 --- a/vtkm/CellTraits.h +++ b/vtkm/CellTraits.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_CellTraits_h #define vtk_m_CellTraits_h diff --git a/vtkm/Flags.h b/vtkm/Flags.h index ba90d3f66..ca4b8d80f 100644 --- a/vtkm/Flags.h +++ b/vtkm/Flags.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_Flags_h #define vtk_m_Flags_h diff --git a/vtkm/Geometry.h b/vtkm/Geometry.h index 3822bbe9f..80d3089d2 100644 --- a/vtkm/Geometry.h +++ b/vtkm/Geometry.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_Geometry_h diff --git a/vtkm/Geometry.hxx b/vtkm/Geometry.hxx index cb91818e7..c766d32dd 100644 --- a/vtkm/Geometry.hxx +++ b/vtkm/Geometry.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ namespace vtkm diff --git a/vtkm/Hash.h b/vtkm/Hash.h index ea2515fbe..c9a3262b4 100644 --- a/vtkm/Hash.h +++ b/vtkm/Hash.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_Hash_h #define vtk_m_Hash_h diff --git a/vtkm/ImplicitFunction.h b/vtkm/ImplicitFunction.h index 6b3445c81..c76fd0b12 100644 --- a/vtkm/ImplicitFunction.h +++ b/vtkm/ImplicitFunction.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_ImplicitFunction_h #define vtk_m_ImplicitFunction_h diff --git a/vtkm/ListTag.h b/vtkm/ListTag.h index b916844c1..860c5e81e 100644 --- a/vtkm/ListTag.h +++ b/vtkm/ListTag.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_ListTag_h #define vtk_m_ListTag_h diff --git a/vtkm/Math.h b/vtkm/Math.h index f7af5d287..2042c8582 100644 --- a/vtkm/Math.h +++ b/vtkm/Math.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ // **** DO NOT EDIT THIS FILE!!! **** // This file is automatically generated by Math.h.in diff --git a/vtkm/Math.h.in b/vtkm/Math.h.in index 1602f37c3..301390b98 100644 --- a/vtkm/Math.h.in +++ b/vtkm/Math.h.in @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ $# This file uses the pyexpander macro processing utility to build the $# FunctionInterface facilities that use a variable number of arguments. $# Information, documentation, and downloads for pyexpander can be found at: diff --git a/vtkm/Matrix.h b/vtkm/Matrix.h index af9ac2e63..b4afbaefe 100644 --- a/vtkm/Matrix.h +++ b/vtkm/Matrix.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_Matrix_h #define vtk_m_Matrix_h diff --git a/vtkm/NewtonsMethod.h b/vtkm/NewtonsMethod.h index 76f590672..363e61072 100644 --- a/vtkm/NewtonsMethod.h +++ b/vtkm/NewtonsMethod.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_NewtonsMethod_h #define vtk_m_NewtonsMethod_h diff --git a/vtkm/Pair.h b/vtkm/Pair.h index 1b438bcd3..7ebad97d3 100644 --- a/vtkm/Pair.h +++ b/vtkm/Pair.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_Pair_h diff --git a/vtkm/Range.h b/vtkm/Range.h index a58de6bc8..5eb17baf1 100644 --- a/vtkm/Range.h +++ b/vtkm/Range.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_Range_h diff --git a/vtkm/RangeId.h b/vtkm/RangeId.h index e7e4787c5..5149f45a1 100644 --- a/vtkm/RangeId.h +++ b/vtkm/RangeId.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_RangeId_h #define vtk_m_RangeId_h diff --git a/vtkm/RangeId2.h b/vtkm/RangeId2.h index 14b71acaa..679689d05 100644 --- a/vtkm/RangeId2.h +++ b/vtkm/RangeId2.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_RangeId2_h #define vtk_m_RangeId2_h diff --git a/vtkm/RangeId3.h b/vtkm/RangeId3.h index 16266b7f6..acdcde614 100644 --- a/vtkm/RangeId3.h +++ b/vtkm/RangeId3.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_RangeId3_h #define vtk_m_RangeId3_h diff --git a/vtkm/StaticAssert.h b/vtkm/StaticAssert.h index 7d03b7d31..9f405e456 100644 --- a/vtkm/StaticAssert.h +++ b/vtkm/StaticAssert.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_StaticAssert_h #define vtk_m_StaticAssert_h diff --git a/vtkm/Swap.h b/vtkm/Swap.h index 233266ad2..3f4b1ddc0 100644 --- a/vtkm/Swap.h +++ b/vtkm/Swap.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_Swap_h diff --git a/vtkm/TopologyElementTag.h b/vtkm/TopologyElementTag.h index ad96e74c9..6cda149d4 100644 --- a/vtkm/TopologyElementTag.h +++ b/vtkm/TopologyElementTag.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_TopologyElementTag_h #define vtk_m_TopologyElementTag_h diff --git a/vtkm/Transform3D.h b/vtkm/Transform3D.h index 9e18e51e1..f9d780f16 100644 --- a/vtkm/Transform3D.h +++ b/vtkm/Transform3D.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_Transform3D_h #define vtk_m_Transform3D_h diff --git a/vtkm/TypeListTag.h b/vtkm/TypeListTag.h index a6ff9bc3e..1c4c47e35 100644 --- a/vtkm/TypeListTag.h +++ b/vtkm/TypeListTag.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_TypeListTag_h #define vtk_m_TypeListTag_h diff --git a/vtkm/TypeTraits.h b/vtkm/TypeTraits.h index 03d01984d..3af3163d9 100644 --- a/vtkm/TypeTraits.h +++ b/vtkm/TypeTraits.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_TypeTraits_h #define vtk_m_TypeTraits_h diff --git a/vtkm/Types.h b/vtkm/Types.h index 4a3713e30..acf9f6eb4 100644 --- a/vtkm/Types.h +++ b/vtkm/Types.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_Types_h #define vtk_m_Types_h diff --git a/vtkm/UnaryPredicates.h b/vtkm/UnaryPredicates.h index 1eb446860..38937e8a1 100644 --- a/vtkm/UnaryPredicates.h +++ b/vtkm/UnaryPredicates.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_UnaryPredicates_h #define vtk_m_UnaryPredicates_h diff --git a/vtkm/VecAxisAlignedPointCoordinates.h b/vtkm/VecAxisAlignedPointCoordinates.h index 28afa7815..867758187 100644 --- a/vtkm/VecAxisAlignedPointCoordinates.h +++ b/vtkm/VecAxisAlignedPointCoordinates.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_VecAxisAlignedPointCoordinates_h diff --git a/vtkm/VecFromPortal.h b/vtkm/VecFromPortal.h index 877ecffff..729732fbc 100644 --- a/vtkm/VecFromPortal.h +++ b/vtkm/VecFromPortal.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_VecFromPortal_h #define vtk_m_VecFromPortal_h diff --git a/vtkm/VecFromPortalPermute.h b/vtkm/VecFromPortalPermute.h index b2f07bc5f..93377e06c 100644 --- a/vtkm/VecFromPortalPermute.h +++ b/vtkm/VecFromPortalPermute.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_VecFromPortalPermute_h #define vtk_m_VecFromPortalPermute_h diff --git a/vtkm/VecFromVirtPortal.h b/vtkm/VecFromVirtPortal.h index 75ba9e10c..d7d8845a7 100644 --- a/vtkm/VecFromVirtPortal.h +++ b/vtkm/VecFromVirtPortal.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_VecFromVirtPortal_h #define vtk_m_VecFromVirtPortal_h diff --git a/vtkm/VecTraits.h b/vtkm/VecTraits.h index 9d8b7aed1..31faf5417 100644 --- a/vtkm/VecTraits.h +++ b/vtkm/VecTraits.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_VecTraits_h #define vtk_m_VecTraits_h diff --git a/vtkm/VecVariable.h b/vtkm/VecVariable.h index 85fbfd0bc..54627fdd7 100644 --- a/vtkm/VecVariable.h +++ b/vtkm/VecVariable.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_VecVariable_h #define vtk_m_VecVariable_h diff --git a/vtkm/VectorAnalysis.h b/vtkm/VectorAnalysis.h index 978e5c4d2..ca144a31a 100644 --- a/vtkm/VectorAnalysis.h +++ b/vtkm/VectorAnalysis.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_VectorAnalysis_h #define vtk_m_VectorAnalysis_h diff --git a/vtkm/Version.h.in b/vtkm/Version.h.in index 66bc87fa7..2e7306cea 100644 --- a/vtkm/Version.h.in +++ b/vtkm/Version.h.in @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_Version_h #define vtk_m_Version_h diff --git a/vtkm/VirtualObjectBase.h b/vtkm/VirtualObjectBase.h index 8f0fd38d6..1f7ff5850 100644 --- a/vtkm/VirtualObjectBase.h +++ b/vtkm/VirtualObjectBase.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_VirtualObjectBase_h #define vtk_m_VirtualObjectBase_h diff --git a/vtkm/cont/Algorithm.h b/vtkm/cont/Algorithm.h index 99705a0ae..b959a8709 100644 --- a/vtkm/cont/Algorithm.h +++ b/vtkm/cont/Algorithm.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_Algorithm_h #define vtk_m_cont_Algorithm_h diff --git a/vtkm/cont/ArrayCopy.h b/vtkm/cont/ArrayCopy.h index 96c45884b..0054f54fb 100644 --- a/vtkm/cont/ArrayCopy.h +++ b/vtkm/cont/ArrayCopy.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ArrayCopy_h #define vtk_m_cont_ArrayCopy_h diff --git a/vtkm/cont/ArrayHandle.cxx b/vtkm/cont/ArrayHandle.cxx index 843e7f83c..206110bb0 100644 --- a/vtkm/cont/ArrayHandle.cxx +++ b/vtkm/cont/ArrayHandle.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #define vtkm_cont_ArrayHandle_cxx diff --git a/vtkm/cont/ArrayHandle.h b/vtkm/cont/ArrayHandle.h index bb019f565..595b94942 100644 --- a/vtkm/cont/ArrayHandle.h +++ b/vtkm/cont/ArrayHandle.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ArrayHandle_h #define vtk_m_cont_ArrayHandle_h diff --git a/vtkm/cont/ArrayHandle.hxx b/vtkm/cont/ArrayHandle.hxx index a59aeb46c..c66514b1a 100644 --- a/vtkm/cont/ArrayHandle.hxx +++ b/vtkm/cont/ArrayHandle.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ArrayHandle_hxx #define vtk_m_cont_ArrayHandle_hxx diff --git a/vtkm/cont/ArrayHandleBitField.h b/vtkm/cont/ArrayHandleBitField.h index 259f0e970..2a3ab5d8e 100644 --- a/vtkm/cont/ArrayHandleBitField.h +++ b/vtkm/cont/ArrayHandleBitField.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_cont_ArrayHandleBitField_h #define vtk_m_cont_ArrayHandleBitField_h diff --git a/vtkm/cont/ArrayHandleCartesianProduct.h b/vtkm/cont/ArrayHandleCartesianProduct.h index 727602847..f76626271 100644 --- a/vtkm/cont/ArrayHandleCartesianProduct.h +++ b/vtkm/cont/ArrayHandleCartesianProduct.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ArrayHandleCartesianProduct_h #define vtk_m_cont_ArrayHandleCartesianProduct_h diff --git a/vtkm/cont/ArrayHandleCast.h b/vtkm/cont/ArrayHandleCast.h index ac33857b0..3cd02574c 100644 --- a/vtkm/cont/ArrayHandleCast.h +++ b/vtkm/cont/ArrayHandleCast.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_cont_ArrayHandleCast_h #define vtk_m_cont_ArrayHandleCast_h diff --git a/vtkm/cont/ArrayHandleCompositeVector.h b/vtkm/cont/ArrayHandleCompositeVector.h index bf2e7a3f5..ae91d8c1c 100644 --- a/vtkm/cont/ArrayHandleCompositeVector.h +++ b/vtkm/cont/ArrayHandleCompositeVector.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_ArrayHandleCompositeVector_h #define vtk_m_ArrayHandleCompositeVector_h diff --git a/vtkm/cont/ArrayHandleConcatenate.h b/vtkm/cont/ArrayHandleConcatenate.h index b9b2b46c1..9d3cfed89 100644 --- a/vtkm/cont/ArrayHandleConcatenate.h +++ b/vtkm/cont/ArrayHandleConcatenate.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_cont_ArrayHandleConcatenate_h #define vtk_m_cont_ArrayHandleConcatenate_h diff --git a/vtkm/cont/ArrayHandleConstant.h b/vtkm/cont/ArrayHandleConstant.h index ca015d198..3829888a5 100644 --- a/vtkm/cont/ArrayHandleConstant.h +++ b/vtkm/cont/ArrayHandleConstant.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_cont_ArrayHandleConstant_h #define vtk_m_cont_ArrayHandleConstant_h diff --git a/vtkm/cont/ArrayHandleCounting.h b/vtkm/cont/ArrayHandleCounting.h index d290aaa83..8f3c7e27b 100644 --- a/vtkm/cont/ArrayHandleCounting.h +++ b/vtkm/cont/ArrayHandleCounting.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ArrayHandleCounting_h #define vtk_m_cont_ArrayHandleCounting_h diff --git a/vtkm/cont/ArrayHandleDiscard.h b/vtkm/cont/ArrayHandleDiscard.h index 827d4f168..d5a67b182 100644 --- a/vtkm/cont/ArrayHandleDiscard.h +++ b/vtkm/cont/ArrayHandleDiscard.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ArrayHandleDiscard_h #define vtk_m_cont_ArrayHandleDiscard_h diff --git a/vtkm/cont/ArrayHandleExtractComponent.h b/vtkm/cont/ArrayHandleExtractComponent.h index e7c024d44..5b4af37ca 100644 --- a/vtkm/cont/ArrayHandleExtractComponent.h +++ b/vtkm/cont/ArrayHandleExtractComponent.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_cont_ArrayHandleExtractComponent_h #define vtk_m_cont_ArrayHandleExtractComponent_h diff --git a/vtkm/cont/ArrayHandleGroupVec.h b/vtkm/cont/ArrayHandleGroupVec.h index a17d31af5..048b2441b 100644 --- a/vtkm/cont/ArrayHandleGroupVec.h +++ b/vtkm/cont/ArrayHandleGroupVec.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ArrayHandleGroupVec_h #define vtk_m_cont_ArrayHandleGroupVec_h diff --git a/vtkm/cont/ArrayHandleGroupVecVariable.h b/vtkm/cont/ArrayHandleGroupVecVariable.h index f01777800..b23a11025 100644 --- a/vtkm/cont/ArrayHandleGroupVecVariable.h +++ b/vtkm/cont/ArrayHandleGroupVecVariable.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ArrayHandleGroupVecVariable_h #define vtk_m_cont_ArrayHandleGroupVecVariable_h diff --git a/vtkm/cont/ArrayHandleImplicit.h b/vtkm/cont/ArrayHandleImplicit.h index f3d8bf9c1..d5998da72 100644 --- a/vtkm/cont/ArrayHandleImplicit.h +++ b/vtkm/cont/ArrayHandleImplicit.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_cont_ArrayHandleImplicit_h #define vtk_m_cont_ArrayHandleImplicit_h diff --git a/vtkm/cont/ArrayHandleIndex.h b/vtkm/cont/ArrayHandleIndex.h index 29f787d39..4ba612ab6 100644 --- a/vtkm/cont/ArrayHandleIndex.h +++ b/vtkm/cont/ArrayHandleIndex.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_cont_ArrayHandleIndex_h #define vtk_m_cont_ArrayHandleIndex_h diff --git a/vtkm/cont/ArrayHandlePermutation.h b/vtkm/cont/ArrayHandlePermutation.h index 46b6abe03..b66ca015d 100644 --- a/vtkm/cont/ArrayHandlePermutation.h +++ b/vtkm/cont/ArrayHandlePermutation.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_cont_ArrayHandlePermutation_h #define vtk_m_cont_ArrayHandlePermutation_h diff --git a/vtkm/cont/ArrayHandleReverse.h b/vtkm/cont/ArrayHandleReverse.h index a080f32c0..6799c1b43 100644 --- a/vtkm/cont/ArrayHandleReverse.h +++ b/vtkm/cont/ArrayHandleReverse.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_cont_ArrayHandleReverse_h #define vtk_m_cont_ArrayHandleReverse_h diff --git a/vtkm/cont/ArrayHandleStreaming.h b/vtkm/cont/ArrayHandleStreaming.h index 58e33de2e..b4f13f9e8 100644 --- a/vtkm/cont/ArrayHandleStreaming.h +++ b/vtkm/cont/ArrayHandleStreaming.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ArrayHandleStreaming_h #define vtk_m_cont_ArrayHandleStreaming_h diff --git a/vtkm/cont/ArrayHandleSwizzle.h b/vtkm/cont/ArrayHandleSwizzle.h index 72be449ae..4f9400e04 100644 --- a/vtkm/cont/ArrayHandleSwizzle.h +++ b/vtkm/cont/ArrayHandleSwizzle.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_cont_ArrayHandleSwizzle_h #define vtk_m_cont_ArrayHandleSwizzle_h diff --git a/vtkm/cont/ArrayHandleTransform.h b/vtkm/cont/ArrayHandleTransform.h index 6ea83c79d..fe85a39a2 100644 --- a/vtkm/cont/ArrayHandleTransform.h +++ b/vtkm/cont/ArrayHandleTransform.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_cont_ArrayHandleTransform_h #define vtk_m_cont_ArrayHandleTransform_h diff --git a/vtkm/cont/ArrayHandleUniformPointCoordinates.h b/vtkm/cont/ArrayHandleUniformPointCoordinates.h index 708408c12..f0b1deaeb 100644 --- a/vtkm/cont/ArrayHandleUniformPointCoordinates.h +++ b/vtkm/cont/ArrayHandleUniformPointCoordinates.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ArrayHandleUniformPointCoordinates_h #define vtk_m_cont_ArrayHandleUniformPointCoordinates_h diff --git a/vtkm/cont/ArrayHandleView.h b/vtkm/cont/ArrayHandleView.h index 366e313f6..e84c5a6e6 100644 --- a/vtkm/cont/ArrayHandleView.h +++ b/vtkm/cont/ArrayHandleView.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ArrayHandleView_h #define vtk_m_cont_ArrayHandleView_h diff --git a/vtkm/cont/ArrayHandleVirtual.cxx b/vtkm/cont/ArrayHandleVirtual.cxx index 1664aea71..ce3a466eb 100644 --- a/vtkm/cont/ArrayHandleVirtual.cxx +++ b/vtkm/cont/ArrayHandleVirtual.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #define vtk_m_cont_ArrayHandleVirtual_cxx #include diff --git a/vtkm/cont/ArrayHandleVirtual.h b/vtkm/cont/ArrayHandleVirtual.h index aee3fe9bd..f07898284 100644 --- a/vtkm/cont/ArrayHandleVirtual.h +++ b/vtkm/cont/ArrayHandleVirtual.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ArrayHandleVirtual_h #define vtk_m_cont_ArrayHandleVirtual_h diff --git a/vtkm/cont/ArrayHandleVirtual.hxx b/vtkm/cont/ArrayHandleVirtual.hxx index c38acd578..034d04824 100644 --- a/vtkm/cont/ArrayHandleVirtual.hxx +++ b/vtkm/cont/ArrayHandleVirtual.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ArrayHandleVirtual_hxx #define vtk_m_cont_ArrayHandleVirtual_hxx diff --git a/vtkm/cont/ArrayHandleVirtualCoordinates.h b/vtkm/cont/ArrayHandleVirtualCoordinates.h index 88b599308..1d502b3c4 100644 --- a/vtkm/cont/ArrayHandleVirtualCoordinates.h +++ b/vtkm/cont/ArrayHandleVirtualCoordinates.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ArrayHandleVirtualCoordinates_h #define vtk_m_cont_ArrayHandleVirtualCoordinates_h diff --git a/vtkm/cont/ArrayHandleZip.h b/vtkm/cont/ArrayHandleZip.h index ade3ad4a4..cdd79a77c 100644 --- a/vtkm/cont/ArrayHandleZip.h +++ b/vtkm/cont/ArrayHandleZip.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ArrayHandleZip_h #define vtk_m_cont_ArrayHandleZip_h diff --git a/vtkm/cont/ArrayPortal.h b/vtkm/cont/ArrayPortal.h index 64a109494..55cca922d 100644 --- a/vtkm/cont/ArrayPortal.h +++ b/vtkm/cont/ArrayPortal.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ArrayPortal_h #define vtk_m_cont_ArrayPortal_h diff --git a/vtkm/cont/ArrayPortalToIterators.h b/vtkm/cont/ArrayPortalToIterators.h index fa6cf873f..d1869f4e3 100644 --- a/vtkm/cont/ArrayPortalToIterators.h +++ b/vtkm/cont/ArrayPortalToIterators.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ArrayPortalToIterators_h #define vtk_m_cont_ArrayPortalToIterators_h diff --git a/vtkm/cont/ArrayRangeCompute.cxx b/vtkm/cont/ArrayRangeCompute.cxx index d91db7875..5f15b5daa 100644 --- a/vtkm/cont/ArrayRangeCompute.cxx +++ b/vtkm/cont/ArrayRangeCompute.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/ArrayRangeCompute.h b/vtkm/cont/ArrayRangeCompute.h index bc1ff979e..c825eb1fa 100644 --- a/vtkm/cont/ArrayRangeCompute.h +++ b/vtkm/cont/ArrayRangeCompute.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ArrayRangeCompute_h #define vtk_m_cont_ArrayRangeCompute_h diff --git a/vtkm/cont/ArrayRangeCompute.hxx b/vtkm/cont/ArrayRangeCompute.hxx index 1e7372c0d..d0b188dbc 100644 --- a/vtkm/cont/ArrayRangeCompute.hxx +++ b/vtkm/cont/ArrayRangeCompute.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ArrayRangeCompute_hxx #define vtk_m_cont_ArrayRangeCompute_hxx diff --git a/vtkm/cont/AssignerMultiBlock.cxx b/vtkm/cont/AssignerMultiBlock.cxx index 638ad6a70..208363c6d 100644 --- a/vtkm/cont/AssignerMultiBlock.cxx +++ b/vtkm/cont/AssignerMultiBlock.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/AssignerMultiBlock.h b/vtkm/cont/AssignerMultiBlock.h index ede6dbf12..7a260394a 100644 --- a/vtkm/cont/AssignerMultiBlock.h +++ b/vtkm/cont/AssignerMultiBlock.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_AssignerMultiBlock_h #define vtk_m_cont_AssignerMultiBlock_h diff --git a/vtkm/cont/AtomicArray.h b/vtkm/cont/AtomicArray.h index b6d3a5bb1..09c4823b1 100644 --- a/vtkm/cont/AtomicArray.h +++ b/vtkm/cont/AtomicArray.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_AtomicArray_h #define vtk_m_cont_AtomicArray_h diff --git a/vtkm/cont/BitField.h b/vtkm/cont/BitField.h index 27a3157cf..004bef10c 100644 --- a/vtkm/cont/BitField.h +++ b/vtkm/cont/BitField.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_BitField_h diff --git a/vtkm/cont/BoundsCompute.cxx b/vtkm/cont/BoundsCompute.cxx index 3acc48d02..6814a6628 100644 --- a/vtkm/cont/BoundsCompute.cxx +++ b/vtkm/cont/BoundsCompute.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/BoundsCompute.h b/vtkm/cont/BoundsCompute.h index 52bdd9bdf..c29849425 100644 --- a/vtkm/cont/BoundsCompute.h +++ b/vtkm/cont/BoundsCompute.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_BoundsCompute_h #define vtk_m_cont_BoundsCompute_h diff --git a/vtkm/cont/BoundsGlobalCompute.cxx b/vtkm/cont/BoundsGlobalCompute.cxx index 1e7f143ad..dd77d5bb9 100644 --- a/vtkm/cont/BoundsGlobalCompute.cxx +++ b/vtkm/cont/BoundsGlobalCompute.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/BoundsGlobalCompute.h b/vtkm/cont/BoundsGlobalCompute.h index 7aaaf58cb..f7072892c 100644 --- a/vtkm/cont/BoundsGlobalCompute.h +++ b/vtkm/cont/BoundsGlobalCompute.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_BoundsGlobalCompute_h #define vtk_m_cont_BoundsGlobalCompute_h diff --git a/vtkm/cont/CMakeLists.txt b/vtkm/cont/CMakeLists.txt index 67e47feae..b0c39b3b3 100644 --- a/vtkm/cont/CMakeLists.txt +++ b/vtkm/cont/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/cont/CastAndCall.h b/vtkm/cont/CastAndCall.h index 5817af03e..dc5eb9aca 100644 --- a/vtkm/cont/CastAndCall.h +++ b/vtkm/cont/CastAndCall.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_CastAndCall_h #define vtk_m_cont_CastAndCall_h diff --git a/vtkm/cont/CellLocator.cxx b/vtkm/cont/CellLocator.cxx index 8a3e32f0d..31c8c79d7 100644 --- a/vtkm/cont/CellLocator.cxx +++ b/vtkm/cont/CellLocator.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/CellLocator.h b/vtkm/cont/CellLocator.h index a80d21166..caa6e5d41 100644 --- a/vtkm/cont/CellLocator.h +++ b/vtkm/cont/CellLocator.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_CellLocator_h #define vtk_m_cont_CellLocator_h diff --git a/vtkm/cont/CellLocatorBoundingIntervalHierarchy.cxx b/vtkm/cont/CellLocatorBoundingIntervalHierarchy.cxx index 41006a71b..007385d7b 100644 --- a/vtkm/cont/CellLocatorBoundingIntervalHierarchy.cxx +++ b/vtkm/cont/CellLocatorBoundingIntervalHierarchy.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/CellLocatorBoundingIntervalHierarchy.h b/vtkm/cont/CellLocatorBoundingIntervalHierarchy.h index 3f77cd2e8..e5b2d5219 100644 --- a/vtkm/cont/CellLocatorBoundingIntervalHierarchy.h +++ b/vtkm/cont/CellLocatorBoundingIntervalHierarchy.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_CellLocatorBoundingIntervalHierarchy_h diff --git a/vtkm/cont/CellLocatorGeneral.cxx b/vtkm/cont/CellLocatorGeneral.cxx index 9364f1480..091cb4cd5 100644 --- a/vtkm/cont/CellLocatorGeneral.cxx +++ b/vtkm/cont/CellLocatorGeneral.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/CellLocatorGeneral.h b/vtkm/cont/CellLocatorGeneral.h index 7c8038c4c..4ec53f4bc 100644 --- a/vtkm/cont/CellLocatorGeneral.h +++ b/vtkm/cont/CellLocatorGeneral.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_CellLocatorGeneral_h #define vtk_m_cont_CellLocatorGeneral_h diff --git a/vtkm/cont/CellLocatorRectilinearGrid.cxx b/vtkm/cont/CellLocatorRectilinearGrid.cxx index 2754a2f28..921c6bd6c 100644 --- a/vtkm/cont/CellLocatorRectilinearGrid.cxx +++ b/vtkm/cont/CellLocatorRectilinearGrid.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/CellLocatorRectilinearGrid.h b/vtkm/cont/CellLocatorRectilinearGrid.h index 3c7702a10..7f387fcfa 100644 --- a/vtkm/cont/CellLocatorRectilinearGrid.h +++ b/vtkm/cont/CellLocatorRectilinearGrid.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtkm_cont_CellLocatorRectilinearGrid_h #define vtkm_cont_CellLocatorRectilinearGrid_h diff --git a/vtkm/cont/CellLocatorUniformBins.cxx b/vtkm/cont/CellLocatorUniformBins.cxx index 00e1a447e..4394545a7 100644 --- a/vtkm/cont/CellLocatorUniformBins.cxx +++ b/vtkm/cont/CellLocatorUniformBins.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/CellLocatorUniformBins.h b/vtkm/cont/CellLocatorUniformBins.h index 1a3c3589a..62b3d5a97 100644 --- a/vtkm/cont/CellLocatorUniformBins.h +++ b/vtkm/cont/CellLocatorUniformBins.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_CellLocatorUniformBins_h #define vtk_m_cont_CellLocatorUniformBins_h diff --git a/vtkm/cont/CellLocatorUniformGrid.cxx b/vtkm/cont/CellLocatorUniformGrid.cxx index 47d4fd2e6..eebaea902 100644 --- a/vtkm/cont/CellLocatorUniformGrid.cxx +++ b/vtkm/cont/CellLocatorUniformGrid.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/CellLocatorUniformGrid.h b/vtkm/cont/CellLocatorUniformGrid.h index 162c2fccb..1bc13e7d0 100644 --- a/vtkm/cont/CellLocatorUniformGrid.h +++ b/vtkm/cont/CellLocatorUniformGrid.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtkm_cont_CellLocatorUniformGrid_h #define vtkm_cont_CellLocatorUniformGrid_h diff --git a/vtkm/cont/CellSet.cxx b/vtkm/cont/CellSet.cxx index a8436c252..1fdbe43b5 100644 --- a/vtkm/cont/CellSet.cxx +++ b/vtkm/cont/CellSet.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/CellSet.h b/vtkm/cont/CellSet.h index b80a8aac2..37ed1e439 100644 --- a/vtkm/cont/CellSet.h +++ b/vtkm/cont/CellSet.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_CellSet_h #define vtk_m_cont_CellSet_h diff --git a/vtkm/cont/CellSetExplicit.cxx b/vtkm/cont/CellSetExplicit.cxx index e24b4cbbe..2eb29fd39 100644 --- a/vtkm/cont/CellSetExplicit.cxx +++ b/vtkm/cont/CellSetExplicit.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #define vtk_m_cont_CellSetExplicit_cxx diff --git a/vtkm/cont/CellSetExplicit.h b/vtkm/cont/CellSetExplicit.h index bea627608..e1d39449c 100644 --- a/vtkm/cont/CellSetExplicit.h +++ b/vtkm/cont/CellSetExplicit.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_CellSetExplicit_h #define vtk_m_cont_CellSetExplicit_h diff --git a/vtkm/cont/CellSetExplicit.hxx b/vtkm/cont/CellSetExplicit.hxx index 07c985e1d..3bcddeb95 100644 --- a/vtkm/cont/CellSetExplicit.hxx +++ b/vtkm/cont/CellSetExplicit.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/CellSetListTag.h b/vtkm/cont/CellSetListTag.h index b794f91c5..8317311a8 100644 --- a/vtkm/cont/CellSetListTag.h +++ b/vtkm/cont/CellSetListTag.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_CellSetListTag_h #define vtk_m_cont_CellSetListTag_h diff --git a/vtkm/cont/CellSetPermutation.h b/vtkm/cont/CellSetPermutation.h index 938d53228..ad787bbef 100644 --- a/vtkm/cont/CellSetPermutation.h +++ b/vtkm/cont/CellSetPermutation.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_CellSetPermutation_h #define vtk_m_cont_CellSetPermutation_h diff --git a/vtkm/cont/CellSetSingleType.h b/vtkm/cont/CellSetSingleType.h index 9448039d2..b70a9ecc5 100644 --- a/vtkm/cont/CellSetSingleType.h +++ b/vtkm/cont/CellSetSingleType.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_CellSetSingleType_h #define vtk_m_cont_CellSetSingleType_h diff --git a/vtkm/cont/CellSetStructured.cxx b/vtkm/cont/CellSetStructured.cxx index bbe0d367f..8d992c425 100644 --- a/vtkm/cont/CellSetStructured.cxx +++ b/vtkm/cont/CellSetStructured.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #define vtkm_cont_CellSetStructured_cxx diff --git a/vtkm/cont/CellSetStructured.h b/vtkm/cont/CellSetStructured.h index e853ddbea..a810445f3 100644 --- a/vtkm/cont/CellSetStructured.h +++ b/vtkm/cont/CellSetStructured.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_CellSetStructured_h #define vtk_m_cont_CellSetStructured_h diff --git a/vtkm/cont/CellSetStructured.hxx b/vtkm/cont/CellSetStructured.hxx index 6e0b9ee7b..bacea1cb4 100644 --- a/vtkm/cont/CellSetStructured.hxx +++ b/vtkm/cont/CellSetStructured.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ namespace vtkm diff --git a/vtkm/cont/ColorTable.cxx b/vtkm/cont/ColorTable.cxx index 436f1a819..c1b0a1040 100644 --- a/vtkm/cont/ColorTable.cxx +++ b/vtkm/cont/ColorTable.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/ColorTable.h b/vtkm/cont/ColorTable.h index 22bc237f7..1e499d3f2 100644 --- a/vtkm/cont/ColorTable.h +++ b/vtkm/cont/ColorTable.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ColorTable_h #define vtk_m_cont_ColorTable_h diff --git a/vtkm/cont/ColorTable.hxx b/vtkm/cont/ColorTable.hxx index c73cc5e29..a5fc7d836 100644 --- a/vtkm/cont/ColorTable.hxx +++ b/vtkm/cont/ColorTable.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ColorTable_hxx diff --git a/vtkm/cont/ColorTablePresets.cxx b/vtkm/cont/ColorTablePresets.cxx index 6266f27a3..84d384dc2 100644 --- a/vtkm/cont/ColorTablePresets.cxx +++ b/vtkm/cont/ColorTablePresets.cxx @@ -1,22 +1,11 @@ - //============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/ColorTablePrivate.hxx b/vtkm/cont/ColorTablePrivate.hxx index 3d38129f3..7f3e2bd9d 100644 --- a/vtkm/cont/ColorTablePrivate.hxx +++ b/vtkm/cont/ColorTablePrivate.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/ColorTableSamples.h b/vtkm/cont/ColorTableSamples.h index dbcdcb163..2e07e4ad0 100644 --- a/vtkm/cont/ColorTableSamples.h +++ b/vtkm/cont/ColorTableSamples.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ColorTableSamples_h #define vtk_m_cont_ColorTableSamples_h diff --git a/vtkm/cont/CoordinateSystem.cxx b/vtkm/cont/CoordinateSystem.cxx index 59391569e..85f67f055 100644 --- a/vtkm/cont/CoordinateSystem.cxx +++ b/vtkm/cont/CoordinateSystem.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/CoordinateSystem.h b/vtkm/cont/CoordinateSystem.h index 2b9adb857..38477839b 100644 --- a/vtkm/cont/CoordinateSystem.h +++ b/vtkm/cont/CoordinateSystem.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_CoordinateSystem_h #define vtk_m_cont_CoordinateSystem_h diff --git a/vtkm/cont/CoordinateSystem.hxx b/vtkm/cont/CoordinateSystem.hxx index dca1ac063..d710d07b4 100644 --- a/vtkm/cont/CoordinateSystem.hxx +++ b/vtkm/cont/CoordinateSystem.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_CoordinateSystem_hxx #define vtk_m_cont_CoordinateSystem_hxx diff --git a/vtkm/cont/DataSet.cxx b/vtkm/cont/DataSet.cxx index 4820a0e8b..98c524299 100644 --- a/vtkm/cont/DataSet.cxx +++ b/vtkm/cont/DataSet.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/DataSet.h b/vtkm/cont/DataSet.h index 90ed32bca..4dd5c8c02 100644 --- a/vtkm/cont/DataSet.h +++ b/vtkm/cont/DataSet.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_DataSet_h #define vtk_m_cont_DataSet_h diff --git a/vtkm/cont/DataSetBuilderExplicit.cxx b/vtkm/cont/DataSetBuilderExplicit.cxx index 3a73d868b..e0f68c354 100644 --- a/vtkm/cont/DataSetBuilderExplicit.cxx +++ b/vtkm/cont/DataSetBuilderExplicit.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/DataSetBuilderExplicit.h b/vtkm/cont/DataSetBuilderExplicit.h index 3b2ba6d01..c62c771f3 100644 --- a/vtkm/cont/DataSetBuilderExplicit.h +++ b/vtkm/cont/DataSetBuilderExplicit.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_DataSetBuilderExplicit_h #define vtk_m_cont_DataSetBuilderExplicit_h diff --git a/vtkm/cont/DataSetBuilderRectilinear.cxx b/vtkm/cont/DataSetBuilderRectilinear.cxx index b5555567b..2ee3972af 100644 --- a/vtkm/cont/DataSetBuilderRectilinear.cxx +++ b/vtkm/cont/DataSetBuilderRectilinear.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/DataSetBuilderRectilinear.h b/vtkm/cont/DataSetBuilderRectilinear.h index ae2d3942d..144875d63 100644 --- a/vtkm/cont/DataSetBuilderRectilinear.h +++ b/vtkm/cont/DataSetBuilderRectilinear.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_DataSetBuilderRectilinear_h #define vtk_m_cont_DataSetBuilderRectilinear_h diff --git a/vtkm/cont/DataSetBuilderUniform.cxx b/vtkm/cont/DataSetBuilderUniform.cxx index 35aeed1a5..18604e88a 100644 --- a/vtkm/cont/DataSetBuilderUniform.cxx +++ b/vtkm/cont/DataSetBuilderUniform.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/DataSetBuilderUniform.h b/vtkm/cont/DataSetBuilderUniform.h index db9a19217..b8a7749e7 100644 --- a/vtkm/cont/DataSetBuilderUniform.h +++ b/vtkm/cont/DataSetBuilderUniform.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_DataSetBuilderUniform_h #define vtk_m_cont_DataSetBuilderUniform_h diff --git a/vtkm/cont/DataSetFieldAdd.h b/vtkm/cont/DataSetFieldAdd.h index ee2bb5586..a64c5e281 100644 --- a/vtkm/cont/DataSetFieldAdd.h +++ b/vtkm/cont/DataSetFieldAdd.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_DataSetFieldAdd_h #define vtk_m_cont_DataSetFieldAdd_h diff --git a/vtkm/cont/DeviceAdapter.h b/vtkm/cont/DeviceAdapter.h index 90ef6fb6d..ffc631823 100644 --- a/vtkm/cont/DeviceAdapter.h +++ b/vtkm/cont/DeviceAdapter.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_DeviceAdapter_h #define vtk_m_cont_DeviceAdapter_h diff --git a/vtkm/cont/DeviceAdapterAlgorithm.h b/vtkm/cont/DeviceAdapterAlgorithm.h index a3f9ea432..16e77c74c 100644 --- a/vtkm/cont/DeviceAdapterAlgorithm.h +++ b/vtkm/cont/DeviceAdapterAlgorithm.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_DeviceAdapterAlgorithm_h #define vtk_m_cont_DeviceAdapterAlgorithm_h diff --git a/vtkm/cont/DeviceAdapterListTag.h b/vtkm/cont/DeviceAdapterListTag.h index d6e839d6b..8d5bd6689 100644 --- a/vtkm/cont/DeviceAdapterListTag.h +++ b/vtkm/cont/DeviceAdapterListTag.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_DeviceAdapterListTag_h #define vtk_m_cont_DeviceAdapterListTag_h diff --git a/vtkm/cont/DeviceAdapterTag.h b/vtkm/cont/DeviceAdapterTag.h index 39df26df3..d80006346 100644 --- a/vtkm/cont/DeviceAdapterTag.h +++ b/vtkm/cont/DeviceAdapterTag.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_DeviceAdapterTag_h #define vtk_m_cont_DeviceAdapterTag_h diff --git a/vtkm/cont/DynamicCellSet.h b/vtkm/cont/DynamicCellSet.h index 5a0508eff..9914efba6 100644 --- a/vtkm/cont/DynamicCellSet.h +++ b/vtkm/cont/DynamicCellSet.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_DynamicCellSet_h #define vtk_m_cont_DynamicCellSet_h diff --git a/vtkm/cont/EnvironmentTracker.cxx b/vtkm/cont/EnvironmentTracker.cxx index 5e4dd70fb..cb03cb736 100644 --- a/vtkm/cont/EnvironmentTracker.cxx +++ b/vtkm/cont/EnvironmentTracker.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/EnvironmentTracker.h b/vtkm/cont/EnvironmentTracker.h index cd8f141af..48e79ded7 100644 --- a/vtkm/cont/EnvironmentTracker.h +++ b/vtkm/cont/EnvironmentTracker.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_EnvironmentTracker_h #define vtk_m_cont_EnvironmentTracker_h diff --git a/vtkm/cont/Error.h b/vtkm/cont/Error.h index b4ba63953..a8f0af883 100644 --- a/vtkm/cont/Error.h +++ b/vtkm/cont/Error.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_Error_h #define vtk_m_cont_Error_h diff --git a/vtkm/cont/ErrorBadAllocation.h b/vtkm/cont/ErrorBadAllocation.h index 9811a9df5..6179ec5c0 100644 --- a/vtkm/cont/ErrorBadAllocation.h +++ b/vtkm/cont/ErrorBadAllocation.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ErrorBadAllocation_h #define vtk_m_cont_ErrorBadAllocation_h diff --git a/vtkm/cont/ErrorBadDevice.cxx b/vtkm/cont/ErrorBadDevice.cxx index 9e51ca57d..54cb23f37 100644 --- a/vtkm/cont/ErrorBadDevice.cxx +++ b/vtkm/cont/ErrorBadDevice.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/ErrorBadDevice.h b/vtkm/cont/ErrorBadDevice.h index 6119eaea3..816eb0d6a 100644 --- a/vtkm/cont/ErrorBadDevice.h +++ b/vtkm/cont/ErrorBadDevice.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ErrorBadDevice_h #define vtk_m_cont_ErrorBadDevice_h diff --git a/vtkm/cont/ErrorBadType.cxx b/vtkm/cont/ErrorBadType.cxx index 693f3d52d..2900e54a3 100644 --- a/vtkm/cont/ErrorBadType.cxx +++ b/vtkm/cont/ErrorBadType.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/ErrorBadType.h b/vtkm/cont/ErrorBadType.h index c32459ad0..2faff4c76 100644 --- a/vtkm/cont/ErrorBadType.h +++ b/vtkm/cont/ErrorBadType.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ErrorBadType_h #define vtk_m_cont_ErrorBadType_h diff --git a/vtkm/cont/ErrorBadValue.h b/vtkm/cont/ErrorBadValue.h index b2b2a8c21..aeef6fef3 100644 --- a/vtkm/cont/ErrorBadValue.h +++ b/vtkm/cont/ErrorBadValue.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ErrorBadValue_h #define vtk_m_cont_ErrorBadValue_h diff --git a/vtkm/cont/ErrorExecution.h b/vtkm/cont/ErrorExecution.h index 384c0d9a6..aae0b6141 100644 --- a/vtkm/cont/ErrorExecution.h +++ b/vtkm/cont/ErrorExecution.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ErrorExecution_h #define vtk_m_cont_ErrorExecution_h diff --git a/vtkm/cont/ErrorFilterExecution.h b/vtkm/cont/ErrorFilterExecution.h index b7617bb52..19c59e0ff 100644 --- a/vtkm/cont/ErrorFilterExecution.h +++ b/vtkm/cont/ErrorFilterExecution.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ErrorFilterExecution_h #define vtk_m_cont_ErrorFilterExecution_h diff --git a/vtkm/cont/ErrorInternal.h b/vtkm/cont/ErrorInternal.h index 8e525e267..e8f48f392 100644 --- a/vtkm/cont/ErrorInternal.h +++ b/vtkm/cont/ErrorInternal.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ErrorInternal_h #define vtk_m_cont_ErrorInternal_h diff --git a/vtkm/cont/ExecutionAndControlObjectBase.h b/vtkm/cont/ExecutionAndControlObjectBase.h index 26f340dca..e4a934c57 100644 --- a/vtkm/cont/ExecutionAndControlObjectBase.h +++ b/vtkm/cont/ExecutionAndControlObjectBase.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ExecutionAndControlObjectBase_h #define vtk_m_cont_ExecutionAndControlObjectBase_h diff --git a/vtkm/cont/ExecutionObjectBase.h b/vtkm/cont/ExecutionObjectBase.h index 47dc08f99..fcf758e2e 100644 --- a/vtkm/cont/ExecutionObjectBase.h +++ b/vtkm/cont/ExecutionObjectBase.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ExecutionObjectBase_h #define vtk_m_cont_ExecutionObjectBase_h diff --git a/vtkm/cont/Field.cxx b/vtkm/cont/Field.cxx index 7c87f1edb..c4ca7291e 100644 --- a/vtkm/cont/Field.cxx +++ b/vtkm/cont/Field.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/Field.h b/vtkm/cont/Field.h index c1ad187ff..0f6100813 100644 --- a/vtkm/cont/Field.h +++ b/vtkm/cont/Field.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_Field_h #define vtk_m_cont_Field_h diff --git a/vtkm/cont/FieldRangeCompute.cxx b/vtkm/cont/FieldRangeCompute.cxx index 29cfd4750..ff6eaabf5 100644 --- a/vtkm/cont/FieldRangeCompute.cxx +++ b/vtkm/cont/FieldRangeCompute.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/FieldRangeCompute.h b/vtkm/cont/FieldRangeCompute.h index 2a971483c..8adaaab1d 100644 --- a/vtkm/cont/FieldRangeCompute.h +++ b/vtkm/cont/FieldRangeCompute.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_FieldRangeCompute_h #define vtk_m_cont_FieldRangeCompute_h diff --git a/vtkm/cont/FieldRangeCompute.hxx b/vtkm/cont/FieldRangeCompute.hxx index aef17a839..bdfa5549f 100644 --- a/vtkm/cont/FieldRangeCompute.hxx +++ b/vtkm/cont/FieldRangeCompute.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_FieldRangeCompute_hxx #define vtk_m_cont_FieldRangeCompute_hxx diff --git a/vtkm/cont/FieldRangeGlobalCompute.cxx b/vtkm/cont/FieldRangeGlobalCompute.cxx index 90fa025ec..544353974 100644 --- a/vtkm/cont/FieldRangeGlobalCompute.cxx +++ b/vtkm/cont/FieldRangeGlobalCompute.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/FieldRangeGlobalCompute.h b/vtkm/cont/FieldRangeGlobalCompute.h index 9c15b7248..38f4cc35e 100644 --- a/vtkm/cont/FieldRangeGlobalCompute.h +++ b/vtkm/cont/FieldRangeGlobalCompute.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_FieldRangeGlobalCompute_h #define vtk_m_cont_FieldRangeGlobalCompute_h diff --git a/vtkm/cont/FieldRangeGlobalCompute.hxx b/vtkm/cont/FieldRangeGlobalCompute.hxx index be4dc554d..56c99ce42 100644 --- a/vtkm/cont/FieldRangeGlobalCompute.hxx +++ b/vtkm/cont/FieldRangeGlobalCompute.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_FieldRangeGlobalCompute_hxx #define vtk_m_cont_FieldRangeGlobalCompute_hxx diff --git a/vtkm/cont/ImplicitFunctionHandle.h b/vtkm/cont/ImplicitFunctionHandle.h index 52331b001..6667aee89 100644 --- a/vtkm/cont/ImplicitFunctionHandle.h +++ b/vtkm/cont/ImplicitFunctionHandle.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_ImplicitFunctionHandle_h #define vtk_m_cont_ImplicitFunctionHandle_h diff --git a/vtkm/cont/Initialize.cxx b/vtkm/cont/Initialize.cxx index 656bc3fdd..b0b12c851 100644 --- a/vtkm/cont/Initialize.cxx +++ b/vtkm/cont/Initialize.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/Initialize.h b/vtkm/cont/Initialize.h index 08598632d..9fe0a056a 100644 --- a/vtkm/cont/Initialize.h +++ b/vtkm/cont/Initialize.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_Initialize_h #define vtk_m_cont_Initialize_h diff --git a/vtkm/cont/Logging.cxx b/vtkm/cont/Logging.cxx index 3ed05ac6e..405f67b9e 100644 --- a/vtkm/cont/Logging.cxx +++ b/vtkm/cont/Logging.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/Logging.h b/vtkm/cont/Logging.h index 0d99a3228..ce2b8200b 100644 --- a/vtkm/cont/Logging.h +++ b/vtkm/cont/Logging.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_Logging_h #define vtk_m_cont_Logging_h diff --git a/vtkm/cont/MultiBlock.cxx b/vtkm/cont/MultiBlock.cxx index 11a914073..160d8786f 100644 --- a/vtkm/cont/MultiBlock.cxx +++ b/vtkm/cont/MultiBlock.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/MultiBlock.h b/vtkm/cont/MultiBlock.h index 279399bb0..3ea204aa2 100644 --- a/vtkm/cont/MultiBlock.h +++ b/vtkm/cont/MultiBlock.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_MultiBlock_h #define vtk_m_cont_MultiBlock_h diff --git a/vtkm/cont/PointLocator.h b/vtkm/cont/PointLocator.h index b71ece5e5..059c455e8 100644 --- a/vtkm/cont/PointLocator.h +++ b/vtkm/cont/PointLocator.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_PointLocator_h #define vtk_m_cont_PointLocator_h diff --git a/vtkm/cont/PointLocatorUniformGrid.h b/vtkm/cont/PointLocatorUniformGrid.h index 1da735b3b..157592aa1 100644 --- a/vtkm/cont/PointLocatorUniformGrid.h +++ b/vtkm/cont/PointLocatorUniformGrid.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_PointLocatorUniformGrid_h #define vtk_m_cont_PointLocatorUniformGrid_h diff --git a/vtkm/cont/RuntimeDeviceInformation.cxx b/vtkm/cont/RuntimeDeviceInformation.cxx index 847ae4268..6f7936d31 100644 --- a/vtkm/cont/RuntimeDeviceInformation.cxx +++ b/vtkm/cont/RuntimeDeviceInformation.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/RuntimeDeviceInformation.h b/vtkm/cont/RuntimeDeviceInformation.h index 9272d4919..c3ee1282c 100644 --- a/vtkm/cont/RuntimeDeviceInformation.h +++ b/vtkm/cont/RuntimeDeviceInformation.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_RuntimeDeviceInformation_h #define vtk_m_cont_RuntimeDeviceInformation_h diff --git a/vtkm/cont/RuntimeDeviceTracker.cxx b/vtkm/cont/RuntimeDeviceTracker.cxx index 517d5f167..81bef9f09 100644 --- a/vtkm/cont/RuntimeDeviceTracker.cxx +++ b/vtkm/cont/RuntimeDeviceTracker.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/RuntimeDeviceTracker.h b/vtkm/cont/RuntimeDeviceTracker.h index 74c480b92..be3113929 100644 --- a/vtkm/cont/RuntimeDeviceTracker.h +++ b/vtkm/cont/RuntimeDeviceTracker.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_RuntimeDeviceTracker_h #define vtk_m_cont_RuntimeDeviceTracker_h diff --git a/vtkm/cont/SerializableTypeString.h b/vtkm/cont/SerializableTypeString.h index 9e6025078..40d0e96b0 100644 --- a/vtkm/cont/SerializableTypeString.h +++ b/vtkm/cont/SerializableTypeString.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_SerializableTypeString_h #define vtk_m_cont_SerializableTypeString_h diff --git a/vtkm/cont/Serialization.h b/vtkm/cont/Serialization.h index 6915ee4c1..4b4072b6f 100644 --- a/vtkm/cont/Serialization.h +++ b/vtkm/cont/Serialization.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_Serialization_h #define vtk_m_cont_Serialization_h diff --git a/vtkm/cont/Storage.h b/vtkm/cont/Storage.h index 4fd5f28d7..ef3d0b628 100644 --- a/vtkm/cont/Storage.h +++ b/vtkm/cont/Storage.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_Storage_h #define vtk_m_cont_Storage_h diff --git a/vtkm/cont/StorageBasic.cxx b/vtkm/cont/StorageBasic.cxx index 319a424ea..447096578 100644 --- a/vtkm/cont/StorageBasic.cxx +++ b/vtkm/cont/StorageBasic.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #define vtkm_cont_StorageBasic_cxx diff --git a/vtkm/cont/StorageBasic.h b/vtkm/cont/StorageBasic.h index 007ebba3e..676dd270c 100644 --- a/vtkm/cont/StorageBasic.h +++ b/vtkm/cont/StorageBasic.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_StorageBasic_h #define vtk_m_cont_StorageBasic_h diff --git a/vtkm/cont/StorageBasic.hxx b/vtkm/cont/StorageBasic.hxx index e30430a42..73f141003 100644 --- a/vtkm/cont/StorageBasic.hxx +++ b/vtkm/cont/StorageBasic.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/StorageImplicit.h b/vtkm/cont/StorageImplicit.h index ea0f794e8..0f2062372 100644 --- a/vtkm/cont/StorageImplicit.h +++ b/vtkm/cont/StorageImplicit.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_StorageImplicit #define vtk_m_cont_StorageImplicit diff --git a/vtkm/cont/StorageListTag.h b/vtkm/cont/StorageListTag.h index 0d5c51939..4ddc37735 100644 --- a/vtkm/cont/StorageListTag.h +++ b/vtkm/cont/StorageListTag.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_StorageListTag_h #define vtk_m_cont_StorageListTag_h diff --git a/vtkm/cont/StorageVirtual.cxx b/vtkm/cont/StorageVirtual.cxx index df75f3882..41c44072f 100644 --- a/vtkm/cont/StorageVirtual.cxx +++ b/vtkm/cont/StorageVirtual.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #define vtk_m_cont_StorageVirtual_cxx #include diff --git a/vtkm/cont/StorageVirtual.h b/vtkm/cont/StorageVirtual.h index f383726e4..0026aa04d 100644 --- a/vtkm/cont/StorageVirtual.h +++ b/vtkm/cont/StorageVirtual.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_StorageVirtual_h #define vtk_m_cont_StorageVirtual_h diff --git a/vtkm/cont/StorageVirtual.hxx b/vtkm/cont/StorageVirtual.hxx index e71d150bb..6741e2e79 100644 --- a/vtkm/cont/StorageVirtual.hxx +++ b/vtkm/cont/StorageVirtual.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_StorageVirtual_hxx #define vtk_m_cont_StorageVirtual_hxx diff --git a/vtkm/cont/Timer.cxx b/vtkm/cont/Timer.cxx index 89685de21..cf04a6edd 100644 --- a/vtkm/cont/Timer.cxx +++ b/vtkm/cont/Timer.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/Timer.h b/vtkm/cont/Timer.h index 58f06f4e2..566dc9819 100644 --- a/vtkm/cont/Timer.h +++ b/vtkm/cont/Timer.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_Timer_h #define vtk_m_cont_Timer_h diff --git a/vtkm/cont/TryExecute.cxx b/vtkm/cont/TryExecute.cxx index d2e86a2eb..c5ff29e72 100644 --- a/vtkm/cont/TryExecute.cxx +++ b/vtkm/cont/TryExecute.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/TryExecute.h b/vtkm/cont/TryExecute.h index e8de49e00..1ad910f63 100644 --- a/vtkm/cont/TryExecute.h +++ b/vtkm/cont/TryExecute.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_TryExecute_h #define vtk_m_cont_TryExecute_h diff --git a/vtkm/cont/VariantArrayHandle.cxx b/vtkm/cont/VariantArrayHandle.cxx index d0f602192..b8c700b26 100644 --- a/vtkm/cont/VariantArrayHandle.cxx +++ b/vtkm/cont/VariantArrayHandle.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/VariantArrayHandle.h b/vtkm/cont/VariantArrayHandle.h index e7bd8f68c..2e49b57f0 100644 --- a/vtkm/cont/VariantArrayHandle.h +++ b/vtkm/cont/VariantArrayHandle.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_VariantArrayHandle_h #define vtk_m_cont_VariantArrayHandle_h diff --git a/vtkm/cont/VirtualObjectHandle.h b/vtkm/cont/VirtualObjectHandle.h index 7db3f27ee..c182d2fcf 100644 --- a/vtkm/cont/VirtualObjectHandle.h +++ b/vtkm/cont/VirtualObjectHandle.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_VirtualObjectHandle_h #define vtk_m_cont_VirtualObjectHandle_h diff --git a/vtkm/cont/VirtualObjectHandle.hxx b/vtkm/cont/VirtualObjectHandle.hxx index 81200c45c..0618eee7b 100644 --- a/vtkm/cont/VirtualObjectHandle.hxx +++ b/vtkm/cont/VirtualObjectHandle.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_VirtualObjectHandle_hxx #define vtk_m_cont_VirtualObjectHandle_hxx diff --git a/vtkm/cont/arg/CMakeLists.txt b/vtkm/cont/arg/CMakeLists.txt index 12a6eb2cf..890bd9a85 100644 --- a/vtkm/cont/arg/CMakeLists.txt +++ b/vtkm/cont/arg/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/cont/arg/ControlSignatureTagBase.h b/vtkm/cont/arg/ControlSignatureTagBase.h index 3d0357957..1fc62963c 100644 --- a/vtkm/cont/arg/ControlSignatureTagBase.h +++ b/vtkm/cont/arg/ControlSignatureTagBase.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_ControlSignatureTagBase_h #define vtk_m_cont_arg_ControlSignatureTagBase_h diff --git a/vtkm/cont/arg/Transport.h b/vtkm/cont/arg/Transport.h index 64cf0ff0e..2718b5049 100644 --- a/vtkm/cont/arg/Transport.h +++ b/vtkm/cont/arg/Transport.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_Transport_h #define vtk_m_cont_arg_Transport_h diff --git a/vtkm/cont/arg/TransportTagArrayIn.h b/vtkm/cont/arg/TransportTagArrayIn.h index f8087c3c4..231061e9b 100644 --- a/vtkm/cont/arg/TransportTagArrayIn.h +++ b/vtkm/cont/arg/TransportTagArrayIn.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_TransportTagArrayIn_h #define vtk_m_cont_arg_TransportTagArrayIn_h diff --git a/vtkm/cont/arg/TransportTagArrayInOut.h b/vtkm/cont/arg/TransportTagArrayInOut.h index acbeaf203..11eef14a4 100644 --- a/vtkm/cont/arg/TransportTagArrayInOut.h +++ b/vtkm/cont/arg/TransportTagArrayInOut.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_TransportTagArrayInOut_h #define vtk_m_cont_arg_TransportTagArrayInOut_h diff --git a/vtkm/cont/arg/TransportTagArrayOut.h b/vtkm/cont/arg/TransportTagArrayOut.h index f61ded604..54c5974cd 100644 --- a/vtkm/cont/arg/TransportTagArrayOut.h +++ b/vtkm/cont/arg/TransportTagArrayOut.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_TransportTagArrayOut_h #define vtk_m_cont_arg_TransportTagArrayOut_h diff --git a/vtkm/cont/arg/TransportTagAtomicArray.h b/vtkm/cont/arg/TransportTagAtomicArray.h index bb35fb757..3e405f057 100644 --- a/vtkm/cont/arg/TransportTagAtomicArray.h +++ b/vtkm/cont/arg/TransportTagAtomicArray.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_TransportTagAtomicArray_h #define vtk_m_cont_arg_TransportTagAtomicArray_h diff --git a/vtkm/cont/arg/TransportTagBitField.h b/vtkm/cont/arg/TransportTagBitField.h index 0b247104f..8572735f1 100644 --- a/vtkm/cont/arg/TransportTagBitField.h +++ b/vtkm/cont/arg/TransportTagBitField.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_TransportTagBitField_h #define vtk_m_cont_arg_TransportTagBitField_h diff --git a/vtkm/cont/arg/TransportTagCellSetIn.h b/vtkm/cont/arg/TransportTagCellSetIn.h index efccb348d..3e1a0e2c5 100644 --- a/vtkm/cont/arg/TransportTagCellSetIn.h +++ b/vtkm/cont/arg/TransportTagCellSetIn.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_TransportTagCellSetIn_h #define vtk_m_cont_arg_TransportTagCellSetIn_h diff --git a/vtkm/cont/arg/TransportTagExecObject.h b/vtkm/cont/arg/TransportTagExecObject.h index bb5cf6a1d..88e370f5c 100644 --- a/vtkm/cont/arg/TransportTagExecObject.h +++ b/vtkm/cont/arg/TransportTagExecObject.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_TransportTagExecObject_h #define vtk_m_cont_arg_TransportTagExecObject_h diff --git a/vtkm/cont/arg/TransportTagKeyedValuesIn.h b/vtkm/cont/arg/TransportTagKeyedValuesIn.h index 301d46731..af381682a 100644 --- a/vtkm/cont/arg/TransportTagKeyedValuesIn.h +++ b/vtkm/cont/arg/TransportTagKeyedValuesIn.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_TransportTagKeyedValuesIn_h #define vtk_m_cont_arg_TransportTagKeyedValuesIn_h diff --git a/vtkm/cont/arg/TransportTagKeyedValuesInOut.h b/vtkm/cont/arg/TransportTagKeyedValuesInOut.h index d67300ef0..ff8bd6878 100644 --- a/vtkm/cont/arg/TransportTagKeyedValuesInOut.h +++ b/vtkm/cont/arg/TransportTagKeyedValuesInOut.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_TransportTagKeyedValuesInOut_h #define vtk_m_cont_arg_TransportTagKeyedValuesInOut_h diff --git a/vtkm/cont/arg/TransportTagKeyedValuesOut.h b/vtkm/cont/arg/TransportTagKeyedValuesOut.h index 1a25258a1..2cb68695b 100644 --- a/vtkm/cont/arg/TransportTagKeyedValuesOut.h +++ b/vtkm/cont/arg/TransportTagKeyedValuesOut.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_TransportTagKeyedValuesOut_h #define vtk_m_cont_arg_TransportTagKeyedValuesOut_h diff --git a/vtkm/cont/arg/TransportTagKeysIn.h b/vtkm/cont/arg/TransportTagKeysIn.h index d6b111164..412b3365c 100644 --- a/vtkm/cont/arg/TransportTagKeysIn.h +++ b/vtkm/cont/arg/TransportTagKeysIn.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_TransportTagKeysIn_h #define vtk_m_cont_arg_TransportTagKeysIn_h diff --git a/vtkm/cont/arg/TransportTagTopologyFieldIn.h b/vtkm/cont/arg/TransportTagTopologyFieldIn.h index 0b382dae6..9412b9a10 100644 --- a/vtkm/cont/arg/TransportTagTopologyFieldIn.h +++ b/vtkm/cont/arg/TransportTagTopologyFieldIn.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_TransportTagTopologyFieldIn_h #define vtk_m_cont_arg_TransportTagTopologyFieldIn_h diff --git a/vtkm/cont/arg/TransportTagWholeArrayIn.h b/vtkm/cont/arg/TransportTagWholeArrayIn.h index 8fc2916c6..d461c6bb9 100644 --- a/vtkm/cont/arg/TransportTagWholeArrayIn.h +++ b/vtkm/cont/arg/TransportTagWholeArrayIn.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_TransportTagWholeArrayIn_h #define vtk_m_cont_arg_TransportTagWholeArrayIn_h diff --git a/vtkm/cont/arg/TransportTagWholeArrayInOut.h b/vtkm/cont/arg/TransportTagWholeArrayInOut.h index a7fdc9818..b75c21875 100644 --- a/vtkm/cont/arg/TransportTagWholeArrayInOut.h +++ b/vtkm/cont/arg/TransportTagWholeArrayInOut.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_TransportTagWholeArrayInOut_h #define vtk_m_cont_arg_TransportTagWholeArrayInOut_h diff --git a/vtkm/cont/arg/TransportTagWholeArrayOut.h b/vtkm/cont/arg/TransportTagWholeArrayOut.h index ef044d7fd..e83d83b89 100644 --- a/vtkm/cont/arg/TransportTagWholeArrayOut.h +++ b/vtkm/cont/arg/TransportTagWholeArrayOut.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_TransportTagWholeArrayOut_h #define vtk_m_cont_arg_TransportTagWholeArrayOut_h diff --git a/vtkm/cont/arg/TypeCheck.h b/vtkm/cont/arg/TypeCheck.h index 2a8837539..7518768f2 100644 --- a/vtkm/cont/arg/TypeCheck.h +++ b/vtkm/cont/arg/TypeCheck.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_TypeCheck_h #define vtk_m_cont_arg_TypeCheck_h diff --git a/vtkm/cont/arg/TypeCheckTagArray.h b/vtkm/cont/arg/TypeCheckTagArray.h index b14b20f9b..30bd44007 100644 --- a/vtkm/cont/arg/TypeCheckTagArray.h +++ b/vtkm/cont/arg/TypeCheckTagArray.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_TypeCheckTagArray_h #define vtk_m_cont_arg_TypeCheckTagArray_h diff --git a/vtkm/cont/arg/TypeCheckTagAtomicArray.h b/vtkm/cont/arg/TypeCheckTagAtomicArray.h index 8e66db097..3318c2b74 100644 --- a/vtkm/cont/arg/TypeCheckTagAtomicArray.h +++ b/vtkm/cont/arg/TypeCheckTagAtomicArray.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_TypeCheckTagAtomicArray_h #define vtk_m_cont_arg_TypeCheckTagAtomicArray_h diff --git a/vtkm/cont/arg/TypeCheckTagBitField.h b/vtkm/cont/arg/TypeCheckTagBitField.h index 7733bfa40..d5ba97cad 100644 --- a/vtkm/cont/arg/TypeCheckTagBitField.h +++ b/vtkm/cont/arg/TypeCheckTagBitField.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_TypeCheckTagBitField_h #define vtk_m_cont_arg_TypeCheckTagBitField_h diff --git a/vtkm/cont/arg/TypeCheckTagCellSet.h b/vtkm/cont/arg/TypeCheckTagCellSet.h index 590aaef94..e9bcf7c8e 100644 --- a/vtkm/cont/arg/TypeCheckTagCellSet.h +++ b/vtkm/cont/arg/TypeCheckTagCellSet.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_TypeCheckTagCellSet_h #define vtk_m_cont_arg_TypeCheckTagCellSet_h diff --git a/vtkm/cont/arg/TypeCheckTagCellSetStructured.h b/vtkm/cont/arg/TypeCheckTagCellSetStructured.h index 01e17daf2..45d9431ba 100644 --- a/vtkm/cont/arg/TypeCheckTagCellSetStructured.h +++ b/vtkm/cont/arg/TypeCheckTagCellSetStructured.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_TypeCheckTagCellSetStructured_h #define vtk_m_cont_arg_TypeCheckTagCellSetStructured_h diff --git a/vtkm/cont/arg/TypeCheckTagExecObject.h b/vtkm/cont/arg/TypeCheckTagExecObject.h index f45bb2f13..4c40299fb 100644 --- a/vtkm/cont/arg/TypeCheckTagExecObject.h +++ b/vtkm/cont/arg/TypeCheckTagExecObject.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_TypeCheckTagExecObject_h #define vtk_m_cont_arg_TypeCheckTagExecObject_h diff --git a/vtkm/cont/arg/TypeCheckTagKeys.h b/vtkm/cont/arg/TypeCheckTagKeys.h index 821b46bf5..39c0f1c34 100644 --- a/vtkm/cont/arg/TypeCheckTagKeys.h +++ b/vtkm/cont/arg/TypeCheckTagKeys.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_arg_TypeCheckTagKeys_h #define vtk_m_cont_arg_TypeCheckTagKeys_h diff --git a/vtkm/cont/arg/testing/CMakeLists.txt b/vtkm/cont/arg/testing/CMakeLists.txt index 80e831caa..ce7bfbc14 100644 --- a/vtkm/cont/arg/testing/CMakeLists.txt +++ b/vtkm/cont/arg/testing/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(unit_tests diff --git a/vtkm/cont/arg/testing/UnitTestControlSignatureTag.cxx b/vtkm/cont/arg/testing/UnitTestControlSignatureTag.cxx index 6004ebd4b..e16ea9252 100644 --- a/vtkm/cont/arg/testing/UnitTestControlSignatureTag.cxx +++ b/vtkm/cont/arg/testing/UnitTestControlSignatureTag.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/arg/testing/UnitTestTransportArrayIn.cxx b/vtkm/cont/arg/testing/UnitTestTransportArrayIn.cxx index 130f39a59..da3cf6af8 100644 --- a/vtkm/cont/arg/testing/UnitTestTransportArrayIn.cxx +++ b/vtkm/cont/arg/testing/UnitTestTransportArrayIn.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/arg/testing/UnitTestTransportArrayInOut.cxx b/vtkm/cont/arg/testing/UnitTestTransportArrayInOut.cxx index 8bb154597..513269d1c 100644 --- a/vtkm/cont/arg/testing/UnitTestTransportArrayInOut.cxx +++ b/vtkm/cont/arg/testing/UnitTestTransportArrayInOut.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/arg/testing/UnitTestTransportArrayOut.cxx b/vtkm/cont/arg/testing/UnitTestTransportArrayOut.cxx index c21c79e4b..6d2eecc41 100644 --- a/vtkm/cont/arg/testing/UnitTestTransportArrayOut.cxx +++ b/vtkm/cont/arg/testing/UnitTestTransportArrayOut.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/arg/testing/UnitTestTransportCellSetIn.cxx b/vtkm/cont/arg/testing/UnitTestTransportCellSetIn.cxx index 50d78521b..0d30c75e5 100644 --- a/vtkm/cont/arg/testing/UnitTestTransportCellSetIn.cxx +++ b/vtkm/cont/arg/testing/UnitTestTransportCellSetIn.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/arg/testing/UnitTestTransportExecObject.cxx b/vtkm/cont/arg/testing/UnitTestTransportExecObject.cxx index 2547818b8..e070b0037 100644 --- a/vtkm/cont/arg/testing/UnitTestTransportExecObject.cxx +++ b/vtkm/cont/arg/testing/UnitTestTransportExecObject.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/arg/testing/UnitTestTransportWholeArray.cxx b/vtkm/cont/arg/testing/UnitTestTransportWholeArray.cxx index e13bf3cb6..ce0205d5d 100644 --- a/vtkm/cont/arg/testing/UnitTestTransportWholeArray.cxx +++ b/vtkm/cont/arg/testing/UnitTestTransportWholeArray.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/arg/testing/UnitTestTypeCheckArray.cxx b/vtkm/cont/arg/testing/UnitTestTypeCheckArray.cxx index 0a34dce3b..58d289de3 100644 --- a/vtkm/cont/arg/testing/UnitTestTypeCheckArray.cxx +++ b/vtkm/cont/arg/testing/UnitTestTypeCheckArray.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/arg/testing/UnitTestTypeCheckCellSet.cxx b/vtkm/cont/arg/testing/UnitTestTypeCheckCellSet.cxx index f20545e70..e35726305 100644 --- a/vtkm/cont/arg/testing/UnitTestTypeCheckCellSet.cxx +++ b/vtkm/cont/arg/testing/UnitTestTypeCheckCellSet.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/arg/testing/UnitTestTypeCheckExecObject.cxx b/vtkm/cont/arg/testing/UnitTestTypeCheckExecObject.cxx index e7a7c38aa..bc64c8bf7 100644 --- a/vtkm/cont/arg/testing/UnitTestTypeCheckExecObject.cxx +++ b/vtkm/cont/arg/testing/UnitTestTypeCheckExecObject.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/arg/testing/UnitTestTypeCheckKeys.cxx b/vtkm/cont/arg/testing/UnitTestTypeCheckKeys.cxx index 48bf2c61c..38cdfedca 100644 --- a/vtkm/cont/arg/testing/UnitTestTypeCheckKeys.cxx +++ b/vtkm/cont/arg/testing/UnitTestTypeCheckKeys.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/cuda/CMakeLists.txt b/vtkm/cont/cuda/CMakeLists.txt index da9fb472b..c5f62c632 100644 --- a/vtkm/cont/cuda/CMakeLists.txt +++ b/vtkm/cont/cuda/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/cont/cuda/ChooseCudaDevice.h b/vtkm/cont/cuda/ChooseCudaDevice.h index 6c05a90ce..7c9ca6211 100644 --- a/vtkm/cont/cuda/ChooseCudaDevice.h +++ b/vtkm/cont/cuda/ChooseCudaDevice.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_cuda_ChooseCudaDevice_h #define vtk_m_cont_cuda_ChooseCudaDevice_h diff --git a/vtkm/cont/cuda/DeviceAdapterCuda.h b/vtkm/cont/cuda/DeviceAdapterCuda.h index 2feb02155..e8e3382c3 100644 --- a/vtkm/cont/cuda/DeviceAdapterCuda.h +++ b/vtkm/cont/cuda/DeviceAdapterCuda.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_cuda_DeviceAdapterCuda_h #define vtk_m_cont_cuda_DeviceAdapterCuda_h diff --git a/vtkm/cont/cuda/ErrorCuda.h b/vtkm/cont/cuda/ErrorCuda.h index 8af6ac095..b8991877d 100644 --- a/vtkm/cont/cuda/ErrorCuda.h +++ b/vtkm/cont/cuda/ErrorCuda.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_cuda_ErrorCuda_h #define vtk_m_cont_cuda_ErrorCuda_h diff --git a/vtkm/cont/cuda/internal/ArrayManagerExecutionCuda.cu b/vtkm/cont/cuda/internal/ArrayManagerExecutionCuda.cu index d375b9f95..c2860aefa 100644 --- a/vtkm/cont/cuda/internal/ArrayManagerExecutionCuda.cu +++ b/vtkm/cont/cuda/internal/ArrayManagerExecutionCuda.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #define vtk_m_cont_cuda_internal_ArrayManagerExecutionCuda_cu diff --git a/vtkm/cont/cuda/internal/ArrayManagerExecutionCuda.h b/vtkm/cont/cuda/internal/ArrayManagerExecutionCuda.h index ffb1a31cb..3665173d4 100644 --- a/vtkm/cont/cuda/internal/ArrayManagerExecutionCuda.h +++ b/vtkm/cont/cuda/internal/ArrayManagerExecutionCuda.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_cuda_internal_ArrayManagerExecutionCuda_h #define vtk_m_cont_cuda_internal_ArrayManagerExecutionCuda_h diff --git a/vtkm/cont/cuda/internal/AtomicInterfaceExecutionCuda.h b/vtkm/cont/cuda/internal/AtomicInterfaceExecutionCuda.h index 7d42b8c63..e5d41f85a 100644 --- a/vtkm/cont/cuda/internal/AtomicInterfaceExecutionCuda.h +++ b/vtkm/cont/cuda/internal/AtomicInterfaceExecutionCuda.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_cuda_internal_AtomicInterfaceExecutionCuda_h #define vtk_m_cont_cuda_internal_AtomicInterfaceExecutionCuda_h diff --git a/vtkm/cont/cuda/internal/CMakeLists.txt b/vtkm/cont/cuda/internal/CMakeLists.txt index 0a0aeb110..e01abd4d1 100644 --- a/vtkm/cont/cuda/internal/CMakeLists.txt +++ b/vtkm/cont/cuda/internal/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/cont/cuda/internal/CudaAllocator.cu b/vtkm/cont/cuda/internal/CudaAllocator.cu index ddc9840c6..9d443bca0 100644 --- a/vtkm/cont/cuda/internal/CudaAllocator.cu +++ b/vtkm/cont/cuda/internal/CudaAllocator.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/cuda/internal/CudaAllocator.h b/vtkm/cont/cuda/internal/CudaAllocator.h index 17919ccea..bd57c62fd 100644 --- a/vtkm/cont/cuda/internal/CudaAllocator.h +++ b/vtkm/cont/cuda/internal/CudaAllocator.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_cuda_internal_CudaAllocator_h diff --git a/vtkm/cont/cuda/internal/DeviceAdapterAlgorithmCuda.cu b/vtkm/cont/cuda/internal/DeviceAdapterAlgorithmCuda.cu index aaec8b2c6..f32c78835 100644 --- a/vtkm/cont/cuda/internal/DeviceAdapterAlgorithmCuda.cu +++ b/vtkm/cont/cuda/internal/DeviceAdapterAlgorithmCuda.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/cuda/internal/DeviceAdapterAlgorithmCuda.h b/vtkm/cont/cuda/internal/DeviceAdapterAlgorithmCuda.h index 81889c5f6..eeff2dd25 100644 --- a/vtkm/cont/cuda/internal/DeviceAdapterAlgorithmCuda.h +++ b/vtkm/cont/cuda/internal/DeviceAdapterAlgorithmCuda.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_cuda_internal_DeviceAdapterAlgorithmCuda_h #define vtk_m_cont_cuda_internal_DeviceAdapterAlgorithmCuda_h diff --git a/vtkm/cont/cuda/internal/DeviceAdapterAtomicArrayImplementationCuda.h b/vtkm/cont/cuda/internal/DeviceAdapterAtomicArrayImplementationCuda.h index af7fe91ca..ace5f9643 100644 --- a/vtkm/cont/cuda/internal/DeviceAdapterAtomicArrayImplementationCuda.h +++ b/vtkm/cont/cuda/internal/DeviceAdapterAtomicArrayImplementationCuda.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_internal_DeviceAdapterAtomicArrayImplementationCuda_h diff --git a/vtkm/cont/cuda/internal/DeviceAdapterRuntimeDetectorCuda.cu b/vtkm/cont/cuda/internal/DeviceAdapterRuntimeDetectorCuda.cu index 164c29ea4..0555d76d9 100644 --- a/vtkm/cont/cuda/internal/DeviceAdapterRuntimeDetectorCuda.cu +++ b/vtkm/cont/cuda/internal/DeviceAdapterRuntimeDetectorCuda.cu @@ -2,19 +2,9 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/cuda/internal/DeviceAdapterRuntimeDetectorCuda.cxx b/vtkm/cont/cuda/internal/DeviceAdapterRuntimeDetectorCuda.cxx index 63240ccae..81d0164a4 100644 --- a/vtkm/cont/cuda/internal/DeviceAdapterRuntimeDetectorCuda.cxx +++ b/vtkm/cont/cuda/internal/DeviceAdapterRuntimeDetectorCuda.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/cuda/internal/DeviceAdapterRuntimeDetectorCuda.h b/vtkm/cont/cuda/internal/DeviceAdapterRuntimeDetectorCuda.h index 539f7aafd..0d9f0936a 100644 --- a/vtkm/cont/cuda/internal/DeviceAdapterRuntimeDetectorCuda.h +++ b/vtkm/cont/cuda/internal/DeviceAdapterRuntimeDetectorCuda.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_cuda_internal_DeviceAdapterRuntimeDetectorCuda_h #define vtk_m_cont_cuda_internal_DeviceAdapterRuntimeDetectorCuda_h diff --git a/vtkm/cont/cuda/internal/DeviceAdapterTagCuda.h b/vtkm/cont/cuda/internal/DeviceAdapterTagCuda.h index c3917800c..efd74e261 100644 --- a/vtkm/cont/cuda/internal/DeviceAdapterTagCuda.h +++ b/vtkm/cont/cuda/internal/DeviceAdapterTagCuda.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_cuda_internal_DeviceAdapterTagCuda_h #define vtk_m_cont_cuda_internal_DeviceAdapterTagCuda_h diff --git a/vtkm/cont/cuda/internal/DeviceAdapterTimerImplementationCuda.cu b/vtkm/cont/cuda/internal/DeviceAdapterTimerImplementationCuda.cu index 94b8a7e03..984fe3ae5 100644 --- a/vtkm/cont/cuda/internal/DeviceAdapterTimerImplementationCuda.cu +++ b/vtkm/cont/cuda/internal/DeviceAdapterTimerImplementationCuda.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/cuda/internal/DeviceAdapterTimerImplementationCuda.h b/vtkm/cont/cuda/internal/DeviceAdapterTimerImplementationCuda.h index a444f550c..8e8812522 100644 --- a/vtkm/cont/cuda/internal/DeviceAdapterTimerImplementationCuda.h +++ b/vtkm/cont/cuda/internal/DeviceAdapterTimerImplementationCuda.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_cuda_internal_DeviceAdapterTimerImplementationCuda_h #define vtk_m_cont_cuda_internal_DeviceAdapterTimerImplementationCuda_h diff --git a/vtkm/cont/cuda/internal/ExecutionArrayInterfaceBasicCuda.cu b/vtkm/cont/cuda/internal/ExecutionArrayInterfaceBasicCuda.cu index dca8e7d32..6a2d5c783 100644 --- a/vtkm/cont/cuda/internal/ExecutionArrayInterfaceBasicCuda.cu +++ b/vtkm/cont/cuda/internal/ExecutionArrayInterfaceBasicCuda.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/cuda/internal/ExecutionArrayInterfaceBasicCuda.h b/vtkm/cont/cuda/internal/ExecutionArrayInterfaceBasicCuda.h index 6e04c5611..fa52cf538 100644 --- a/vtkm/cont/cuda/internal/ExecutionArrayInterfaceBasicCuda.h +++ b/vtkm/cont/cuda/internal/ExecutionArrayInterfaceBasicCuda.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_cuda_internal_ExecutionArrayInterfaceCuda_h #define vtk_m_cont_cuda_internal_ExecutionArrayInterfaceCuda_h diff --git a/vtkm/cont/cuda/internal/MakeThrustIterator.h b/vtkm/cont/cuda/internal/MakeThrustIterator.h index 1f1227d0f..0e960e69b 100644 --- a/vtkm/cont/cuda/internal/MakeThrustIterator.h +++ b/vtkm/cont/cuda/internal/MakeThrustIterator.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_cuda_internal_MakeThrustIterator_h #define vtk_m_cont_cuda_internal_MakeThrustIterator_h diff --git a/vtkm/cont/cuda/internal/ThrustExceptionHandler.h b/vtkm/cont/cuda/internal/ThrustExceptionHandler.h index 4af1e25f0..57303d97f 100644 --- a/vtkm/cont/cuda/internal/ThrustExceptionHandler.h +++ b/vtkm/cont/cuda/internal/ThrustExceptionHandler.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_cuda_interal_ThrustExecptionHandler_h #define vtk_m_cont_cuda_interal_ThrustExecptionHandler_h diff --git a/vtkm/cont/cuda/internal/VirtualObjectTransferCuda.h b/vtkm/cont/cuda/internal/VirtualObjectTransferCuda.h index 292bf7a6e..0e4e9c477 100644 --- a/vtkm/cont/cuda/internal/VirtualObjectTransferCuda.h +++ b/vtkm/cont/cuda/internal/VirtualObjectTransferCuda.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_cuda_internal_VirtualObjectTransferCuda_h #define vtk_m_cont_cuda_internal_VirtualObjectTransferCuda_h diff --git a/vtkm/cont/cuda/internal/testing/CMakeLists.txt b/vtkm/cont/cuda/internal/testing/CMakeLists.txt index 5db248f9e..7be1cbe8d 100644 --- a/vtkm/cont/cuda/internal/testing/CMakeLists.txt +++ b/vtkm/cont/cuda/internal/testing/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ diff --git a/vtkm/cont/cuda/internal/testing/Testing.h b/vtkm/cont/cuda/internal/testing/Testing.h index 23dba73ce..b2bc04e24 100644 --- a/vtkm/cont/cuda/internal/testing/Testing.h +++ b/vtkm/cont/cuda/internal/testing/Testing.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_cuda_internal_Testing_h #define vtk_m_cont_cuda_internal_Testing_h diff --git a/vtkm/cont/cuda/testing/CMakeLists.txt b/vtkm/cont/cuda/testing/CMakeLists.txt index 3d4a87b71..4e21f4321 100644 --- a/vtkm/cont/cuda/testing/CMakeLists.txt +++ b/vtkm/cont/cuda/testing/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(unit_tests diff --git a/vtkm/cont/cuda/testing/UnitTestCudaArrayHandle.cu b/vtkm/cont/cuda/testing/UnitTestCudaArrayHandle.cu index e5fe0da46..64d495977 100644 --- a/vtkm/cont/cuda/testing/UnitTestCudaArrayHandle.cu +++ b/vtkm/cont/cuda/testing/UnitTestCudaArrayHandle.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/cuda/testing/UnitTestCudaArrayHandleFancy.cu b/vtkm/cont/cuda/testing/UnitTestCudaArrayHandleFancy.cu index d1cb4c4fc..6f623db31 100644 --- a/vtkm/cont/cuda/testing/UnitTestCudaArrayHandleFancy.cu +++ b/vtkm/cont/cuda/testing/UnitTestCudaArrayHandleFancy.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/cuda/testing/UnitTestCudaArrayHandleVirtualCoordinates.cu b/vtkm/cont/cuda/testing/UnitTestCudaArrayHandleVirtualCoordinates.cu index babeeeca2..2e976d730 100644 --- a/vtkm/cont/cuda/testing/UnitTestCudaArrayHandleVirtualCoordinates.cu +++ b/vtkm/cont/cuda/testing/UnitTestCudaArrayHandleVirtualCoordinates.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/cuda/testing/UnitTestCudaBitField.cu b/vtkm/cont/cuda/testing/UnitTestCudaBitField.cu index b485f79a0..088659262 100644 --- a/vtkm/cont/cuda/testing/UnitTestCudaBitField.cu +++ b/vtkm/cont/cuda/testing/UnitTestCudaBitField.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/cuda/testing/UnitTestCudaCellLocatorRectilinearGrid.cu b/vtkm/cont/cuda/testing/UnitTestCudaCellLocatorRectilinearGrid.cu index b954055d3..bb0bb6faa 100644 --- a/vtkm/cont/cuda/testing/UnitTestCudaCellLocatorRectilinearGrid.cu +++ b/vtkm/cont/cuda/testing/UnitTestCudaCellLocatorRectilinearGrid.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/cuda/testing/UnitTestCudaCellLocatorUniformBins.cu b/vtkm/cont/cuda/testing/UnitTestCudaCellLocatorUniformBins.cu index 8c251e734..8e9500b97 100644 --- a/vtkm/cont/cuda/testing/UnitTestCudaCellLocatorUniformBins.cu +++ b/vtkm/cont/cuda/testing/UnitTestCudaCellLocatorUniformBins.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/cuda/testing/UnitTestCudaCellLocatorUniformGrid.cu b/vtkm/cont/cuda/testing/UnitTestCudaCellLocatorUniformGrid.cu index 23d1122fc..aeb136359 100644 --- a/vtkm/cont/cuda/testing/UnitTestCudaCellLocatorUniformGrid.cu +++ b/vtkm/cont/cuda/testing/UnitTestCudaCellLocatorUniformGrid.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/cuda/testing/UnitTestCudaColorTable.cu b/vtkm/cont/cuda/testing/UnitTestCudaColorTable.cu index ae120d164..1999d6860 100644 --- a/vtkm/cont/cuda/testing/UnitTestCudaColorTable.cu +++ b/vtkm/cont/cuda/testing/UnitTestCudaColorTable.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/cuda/testing/UnitTestCudaComputeRange.cu b/vtkm/cont/cuda/testing/UnitTestCudaComputeRange.cu index 20e6f8a7b..a6ec06caa 100644 --- a/vtkm/cont/cuda/testing/UnitTestCudaComputeRange.cu +++ b/vtkm/cont/cuda/testing/UnitTestCudaComputeRange.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/cuda/testing/UnitTestCudaDataSetExplicit.cu b/vtkm/cont/cuda/testing/UnitTestCudaDataSetExplicit.cu index 544fa95fc..8fccfa7dc 100644 --- a/vtkm/cont/cuda/testing/UnitTestCudaDataSetExplicit.cu +++ b/vtkm/cont/cuda/testing/UnitTestCudaDataSetExplicit.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/cuda/testing/UnitTestCudaDataSetSingleType.cu b/vtkm/cont/cuda/testing/UnitTestCudaDataSetSingleType.cu index 265871f77..bce4e6839 100644 --- a/vtkm/cont/cuda/testing/UnitTestCudaDataSetSingleType.cu +++ b/vtkm/cont/cuda/testing/UnitTestCudaDataSetSingleType.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/cuda/testing/UnitTestCudaDeviceAdapter.cu b/vtkm/cont/cuda/testing/UnitTestCudaDeviceAdapter.cu index ababbbc0a..b7b68be3b 100644 --- a/vtkm/cont/cuda/testing/UnitTestCudaDeviceAdapter.cu +++ b/vtkm/cont/cuda/testing/UnitTestCudaDeviceAdapter.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/cuda/testing/UnitTestCudaGeometry.cu b/vtkm/cont/cuda/testing/UnitTestCudaGeometry.cu index 3c28c8fda..f2e49ec03 100644 --- a/vtkm/cont/cuda/testing/UnitTestCudaGeometry.cu +++ b/vtkm/cont/cuda/testing/UnitTestCudaGeometry.cu @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include #include diff --git a/vtkm/cont/cuda/testing/UnitTestCudaImplicitFunction.cu b/vtkm/cont/cuda/testing/UnitTestCudaImplicitFunction.cu index 909b4fd0f..5e4412e3e 100644 --- a/vtkm/cont/cuda/testing/UnitTestCudaImplicitFunction.cu +++ b/vtkm/cont/cuda/testing/UnitTestCudaImplicitFunction.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/cuda/testing/UnitTestCudaMath.cu b/vtkm/cont/cuda/testing/UnitTestCudaMath.cu index a073aba7f..3ef8ce618 100644 --- a/vtkm/cont/cuda/testing/UnitTestCudaMath.cu +++ b/vtkm/cont/cuda/testing/UnitTestCudaMath.cu @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include #include diff --git a/vtkm/cont/cuda/testing/UnitTestCudaPointLocatorUniformGrid.cu b/vtkm/cont/cuda/testing/UnitTestCudaPointLocatorUniformGrid.cu index 4b9925732..be4914ccc 100644 --- a/vtkm/cont/cuda/testing/UnitTestCudaPointLocatorUniformGrid.cu +++ b/vtkm/cont/cuda/testing/UnitTestCudaPointLocatorUniformGrid.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/cuda/testing/UnitTestCudaShareUserProvidedManagedMemory.cu b/vtkm/cont/cuda/testing/UnitTestCudaShareUserProvidedManagedMemory.cu index 200606a38..d6f2c94e0 100644 --- a/vtkm/cont/cuda/testing/UnitTestCudaShareUserProvidedManagedMemory.cu +++ b/vtkm/cont/cuda/testing/UnitTestCudaShareUserProvidedManagedMemory.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/cuda/testing/UnitTestCudaVirtualObjectHandle.cu b/vtkm/cont/cuda/testing/UnitTestCudaVirtualObjectHandle.cu index 8eba5d12d..967e278c7 100644 --- a/vtkm/cont/cuda/testing/UnitTestCudaVirtualObjectHandle.cu +++ b/vtkm/cont/cuda/testing/UnitTestCudaVirtualObjectHandle.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/internal/ArrayExportMacros.h b/vtkm/cont/internal/ArrayExportMacros.h index dfdd4ad10..c41c56803 100644 --- a/vtkm/cont/internal/ArrayExportMacros.h +++ b/vtkm/cont/internal/ArrayExportMacros.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_internal_ArrayExportMacros_h diff --git a/vtkm/cont/internal/ArrayHandleBasicImpl.cxx b/vtkm/cont/internal/ArrayHandleBasicImpl.cxx index 1f2a01b1f..7a7b7c5c4 100644 --- a/vtkm/cont/internal/ArrayHandleBasicImpl.cxx +++ b/vtkm/cont/internal/ArrayHandleBasicImpl.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #define vtkm_cont_internal_ArrayHandleImpl_cxx diff --git a/vtkm/cont/internal/ArrayHandleBasicImpl.h b/vtkm/cont/internal/ArrayHandleBasicImpl.h index f40178987..b2dd16408 100644 --- a/vtkm/cont/internal/ArrayHandleBasicImpl.h +++ b/vtkm/cont/internal/ArrayHandleBasicImpl.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_internal_ArrayHandleBasicImpl_h diff --git a/vtkm/cont/internal/ArrayHandleBasicImpl.hxx b/vtkm/cont/internal/ArrayHandleBasicImpl.hxx index db37f7b19..67b04c26f 100644 --- a/vtkm/cont/internal/ArrayHandleBasicImpl.hxx +++ b/vtkm/cont/internal/ArrayHandleBasicImpl.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_internal_ArrayHandleBasicImpl_hxx diff --git a/vtkm/cont/internal/ArrayHandleExecutionManager.h b/vtkm/cont/internal/ArrayHandleExecutionManager.h index 170caea21..a1d033d57 100644 --- a/vtkm/cont/internal/ArrayHandleExecutionManager.h +++ b/vtkm/cont/internal/ArrayHandleExecutionManager.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_exec_ArrayHandleExecutionManager_h #define vtk_m_cont_exec_ArrayHandleExecutionManager_h diff --git a/vtkm/cont/internal/ArrayManagerExecution.h b/vtkm/cont/internal/ArrayManagerExecution.h index 131d29a24..15d59afea 100644 --- a/vtkm/cont/internal/ArrayManagerExecution.h +++ b/vtkm/cont/internal/ArrayManagerExecution.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_internal_ArrayManagerExecution_h #define vtk_m_cont_internal_ArrayManagerExecution_h diff --git a/vtkm/cont/internal/ArrayManagerExecutionShareWithControl.cxx b/vtkm/cont/internal/ArrayManagerExecutionShareWithControl.cxx index 1f7f401a3..99347cff7 100644 --- a/vtkm/cont/internal/ArrayManagerExecutionShareWithControl.cxx +++ b/vtkm/cont/internal/ArrayManagerExecutionShareWithControl.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/internal/ArrayManagerExecutionShareWithControl.h b/vtkm/cont/internal/ArrayManagerExecutionShareWithControl.h index 10fdafca1..4d84b871e 100644 --- a/vtkm/cont/internal/ArrayManagerExecutionShareWithControl.h +++ b/vtkm/cont/internal/ArrayManagerExecutionShareWithControl.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_internal_ArrayManagerExecutionShareWithControl_h #define vtk_m_cont_internal_ArrayManagerExecutionShareWithControl_h diff --git a/vtkm/cont/internal/ArrayPortalFromIterators.h b/vtkm/cont/internal/ArrayPortalFromIterators.h index fcd81f5e3..d1ad904a3 100644 --- a/vtkm/cont/internal/ArrayPortalFromIterators.h +++ b/vtkm/cont/internal/ArrayPortalFromIterators.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_internal_ArrayPortalFromIterators_h #define vtk_m_cont_internal_ArrayPortalFromIterators_h diff --git a/vtkm/cont/internal/ArrayPortalShrink.h b/vtkm/cont/internal/ArrayPortalShrink.h index 469136101..258970229 100644 --- a/vtkm/cont/internal/ArrayPortalShrink.h +++ b/vtkm/cont/internal/ArrayPortalShrink.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_internal_ArrayPortalShrink_h #define vtk_m_cont_internal_ArrayPortalShrink_h diff --git a/vtkm/cont/internal/ArrayTransfer.h b/vtkm/cont/internal/ArrayTransfer.h index 1ef226975..11451db51 100644 --- a/vtkm/cont/internal/ArrayTransfer.h +++ b/vtkm/cont/internal/ArrayTransfer.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_internal_ArrayTransfer_h #define vtk_m_cont_internal_ArrayTransfer_h diff --git a/vtkm/cont/internal/AtomicInterfaceControl.h b/vtkm/cont/internal/AtomicInterfaceControl.h index 217d01b69..460056737 100644 --- a/vtkm/cont/internal/AtomicInterfaceControl.h +++ b/vtkm/cont/internal/AtomicInterfaceControl.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_internal_AtomicInterfaceControl_h #define vtk_m_cont_internal_AtomicInterfaceControl_h diff --git a/vtkm/cont/internal/AtomicInterfaceExecution.h b/vtkm/cont/internal/AtomicInterfaceExecution.h index 28913719a..eb4243c25 100644 --- a/vtkm/cont/internal/AtomicInterfaceExecution.h +++ b/vtkm/cont/internal/AtomicInterfaceExecution.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_internal_AtomicInterfaceExecution_h #define vtk_m_cont_internal_AtomicInterfaceExecution_h diff --git a/vtkm/cont/internal/CMakeLists.txt b/vtkm/cont/internal/CMakeLists.txt index 778126049..e8951d104 100644 --- a/vtkm/cont/internal/CMakeLists.txt +++ b/vtkm/cont/internal/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/cont/internal/ConnectivityExplicitInternals.h b/vtkm/cont/internal/ConnectivityExplicitInternals.h index 0dc79c022..6f7e4013d 100644 --- a/vtkm/cont/internal/ConnectivityExplicitInternals.h +++ b/vtkm/cont/internal/ConnectivityExplicitInternals.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_internal_ConnectivityExplicitInternals_h #define vtk_m_cont_internal_ConnectivityExplicitInternals_h diff --git a/vtkm/cont/internal/DeviceAdapterAlgorithmGeneral.h b/vtkm/cont/internal/DeviceAdapterAlgorithmGeneral.h index d283214f2..e3ad4ac6d 100644 --- a/vtkm/cont/internal/DeviceAdapterAlgorithmGeneral.h +++ b/vtkm/cont/internal/DeviceAdapterAlgorithmGeneral.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_internal_DeviceAdapterAlgorithmGeneral_h diff --git a/vtkm/cont/internal/DeviceAdapterAtomicArrayImplementation.h b/vtkm/cont/internal/DeviceAdapterAtomicArrayImplementation.h index 78fdd42ef..6e7c31309 100644 --- a/vtkm/cont/internal/DeviceAdapterAtomicArrayImplementation.h +++ b/vtkm/cont/internal/DeviceAdapterAtomicArrayImplementation.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_internal_DeviceAdapterAtomicArrayImplementation_h diff --git a/vtkm/cont/internal/DeviceAdapterError.h b/vtkm/cont/internal/DeviceAdapterError.h index b059c3846..b94b570c1 100644 --- a/vtkm/cont/internal/DeviceAdapterError.h +++ b/vtkm/cont/internal/DeviceAdapterError.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_internal_DeviceAdapterError_h #define vtk_m_cont_internal_DeviceAdapterError_h diff --git a/vtkm/cont/internal/DeviceAdapterListHelpers.h b/vtkm/cont/internal/DeviceAdapterListHelpers.h index d63f18bc4..a76f2ff8c 100644 --- a/vtkm/cont/internal/DeviceAdapterListHelpers.h +++ b/vtkm/cont/internal/DeviceAdapterListHelpers.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_internal_DeviceAdapterListHelpers_h #define vtk_m_cont_internal_DeviceAdapterListHelpers_h diff --git a/vtkm/cont/internal/DeviceAdapterTag.cxx b/vtkm/cont/internal/DeviceAdapterTag.cxx index 2f39f20b9..73510d767 100644 --- a/vtkm/cont/internal/DeviceAdapterTag.cxx +++ b/vtkm/cont/internal/DeviceAdapterTag.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/internal/DynamicTransform.h b/vtkm/cont/internal/DynamicTransform.h index f208b71bc..df2ce11e5 100644 --- a/vtkm/cont/internal/DynamicTransform.h +++ b/vtkm/cont/internal/DynamicTransform.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_internal_DynamicTransform_h #define vtk_m_cont_internal_DynamicTransform_h diff --git a/vtkm/cont/internal/FunctorsGeneral.h b/vtkm/cont/internal/FunctorsGeneral.h index 3b4ea583b..895e74fcc 100644 --- a/vtkm/cont/internal/FunctorsGeneral.h +++ b/vtkm/cont/internal/FunctorsGeneral.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_internal_FunctorsGeneral_h #define vtk_m_cont_internal_FunctorsGeneral_h diff --git a/vtkm/cont/internal/IteratorFromArrayPortal.h b/vtkm/cont/internal/IteratorFromArrayPortal.h index 194760e16..4407c43d7 100644 --- a/vtkm/cont/internal/IteratorFromArrayPortal.h +++ b/vtkm/cont/internal/IteratorFromArrayPortal.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_internal_IteratorFromArrayPortal_h #define vtk_m_cont_internal_IteratorFromArrayPortal_h diff --git a/vtkm/cont/internal/KXSort.h b/vtkm/cont/internal/KXSort.h index e1c8ef185..08f21124d 100644 --- a/vtkm/cont/internal/KXSort.h +++ b/vtkm/cont/internal/KXSort.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ /* The MIT License Copyright (c) 2016 Dinghua Li diff --git a/vtkm/cont/internal/OptionParser.h b/vtkm/cont/internal/OptionParser.h index 861a1dc8d..21bf9e0b1 100644 --- a/vtkm/cont/internal/OptionParser.h +++ b/vtkm/cont/internal/OptionParser.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_cont_internal_OptionParser_h #define vtk_m_cont_internal_OptionParser_h diff --git a/vtkm/cont/internal/ParallelRadixSort.h b/vtkm/cont/internal/ParallelRadixSort.h index 6ed9f8dfa..b9684aa6b 100644 --- a/vtkm/cont/internal/ParallelRadixSort.h +++ b/vtkm/cont/internal/ParallelRadixSort.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ // Copyright 2010, Takuya Akiba // All rights reserved. diff --git a/vtkm/cont/internal/ParallelRadixSortInterface.h b/vtkm/cont/internal/ParallelRadixSortInterface.h index 1295509c3..d4309d3fa 100644 --- a/vtkm/cont/internal/ParallelRadixSortInterface.h +++ b/vtkm/cont/internal/ParallelRadixSortInterface.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_internal_ParallelRadixSortInterface_h diff --git a/vtkm/cont/internal/ReverseConnectivityBuilder.h b/vtkm/cont/internal/ReverseConnectivityBuilder.h index 2d5ad5b55..01fe7f127 100644 --- a/vtkm/cont/internal/ReverseConnectivityBuilder.h +++ b/vtkm/cont/internal/ReverseConnectivityBuilder.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_internal_ReverseConnectivityBuilder_h #define vtk_m_cont_internal_ReverseConnectivityBuilder_h diff --git a/vtkm/cont/internal/StorageError.h b/vtkm/cont/internal/StorageError.h index 795d68ac8..694e31870 100644 --- a/vtkm/cont/internal/StorageError.h +++ b/vtkm/cont/internal/StorageError.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtkm_cont_internal_StorageError_h #define vtkm_cont_internal_StorageError_h diff --git a/vtkm/cont/internal/TransferInfo.cxx b/vtkm/cont/internal/TransferInfo.cxx index f9783a655..011be3e2d 100644 --- a/vtkm/cont/internal/TransferInfo.cxx +++ b/vtkm/cont/internal/TransferInfo.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/internal/TransferInfo.h b/vtkm/cont/internal/TransferInfo.h index 86880a7f4..63a9cf28b 100644 --- a/vtkm/cont/internal/TransferInfo.h +++ b/vtkm/cont/internal/TransferInfo.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_internal_TransferInfo_h #define vtk_m_cont_internal_TransferInfo_h diff --git a/vtkm/cont/internal/VariantArrayHandleContainer.h b/vtkm/cont/internal/VariantArrayHandleContainer.h index 062ab7077..90cd51184 100644 --- a/vtkm/cont/internal/VariantArrayHandleContainer.h +++ b/vtkm/cont/internal/VariantArrayHandleContainer.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_VariantArrayHandleContainer_h #define vtk_m_cont_VariantArrayHandleContainer_h diff --git a/vtkm/cont/internal/VirtualObjectTransfer.cxx b/vtkm/cont/internal/VirtualObjectTransfer.cxx index 488754e83..c7d0edc96 100644 --- a/vtkm/cont/internal/VirtualObjectTransfer.cxx +++ b/vtkm/cont/internal/VirtualObjectTransfer.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/internal/VirtualObjectTransfer.h b/vtkm/cont/internal/VirtualObjectTransfer.h index 49cf88013..54229b7e1 100644 --- a/vtkm/cont/internal/VirtualObjectTransfer.h +++ b/vtkm/cont/internal/VirtualObjectTransfer.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_internal_VirtualObjectTransfer_h #define vtk_m_cont_internal_VirtualObjectTransfer_h diff --git a/vtkm/cont/internal/VirtualObjectTransferShareWithControl.h b/vtkm/cont/internal/VirtualObjectTransferShareWithControl.h index 4c6667058..49f8480db 100644 --- a/vtkm/cont/internal/VirtualObjectTransferShareWithControl.h +++ b/vtkm/cont/internal/VirtualObjectTransferShareWithControl.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_internal_VirtualObjectTransferShareWithControl_h #define vtk_m_cont_internal_VirtualObjectTransferShareWithControl_h diff --git a/vtkm/cont/internal/testing/CMakeLists.txt b/vtkm/cont/internal/testing/CMakeLists.txt index 762ad01c3..adc68bcc4 100644 --- a/vtkm/cont/internal/testing/CMakeLists.txt +++ b/vtkm/cont/internal/testing/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ diff --git a/vtkm/cont/internal/testing/UnitTestArrayManagerExecutionShareWithControl.cxx b/vtkm/cont/internal/testing/UnitTestArrayManagerExecutionShareWithControl.cxx index a06b416b1..484fa1648 100644 --- a/vtkm/cont/internal/testing/UnitTestArrayManagerExecutionShareWithControl.cxx +++ b/vtkm/cont/internal/testing/UnitTestArrayManagerExecutionShareWithControl.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/internal/testing/UnitTestArrayPortalFromIterators.cxx b/vtkm/cont/internal/testing/UnitTestArrayPortalFromIterators.cxx index 31fa26459..2e7fa8823 100644 --- a/vtkm/cont/internal/testing/UnitTestArrayPortalFromIterators.cxx +++ b/vtkm/cont/internal/testing/UnitTestArrayPortalFromIterators.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/internal/testing/UnitTestDynamicTransform.cxx b/vtkm/cont/internal/testing/UnitTestDynamicTransform.cxx index 059c17df9..f6faffed4 100644 --- a/vtkm/cont/internal/testing/UnitTestDynamicTransform.cxx +++ b/vtkm/cont/internal/testing/UnitTestDynamicTransform.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/internal/testing/UnitTestIteratorFromArrayPortal.cxx b/vtkm/cont/internal/testing/UnitTestIteratorFromArrayPortal.cxx index c595c4373..2a8466ace 100644 --- a/vtkm/cont/internal/testing/UnitTestIteratorFromArrayPortal.cxx +++ b/vtkm/cont/internal/testing/UnitTestIteratorFromArrayPortal.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/openmp/CMakeLists.txt b/vtkm/cont/openmp/CMakeLists.txt index a50f56b14..546bc08b3 100644 --- a/vtkm/cont/openmp/CMakeLists.txt +++ b/vtkm/cont/openmp/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2018 UT-Battelle, LLC. -## Copyright 2018 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/cont/openmp/DeviceAdapterOpenMP.h b/vtkm/cont/openmp/DeviceAdapterOpenMP.h index 58d2dbd96..9204eea54 100644 --- a/vtkm/cont/openmp/DeviceAdapterOpenMP.h +++ b/vtkm/cont/openmp/DeviceAdapterOpenMP.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_openmp_DeviceAdapterOpenMP_h diff --git a/vtkm/cont/openmp/internal/ArrayManagerExecutionOpenMP.cxx b/vtkm/cont/openmp/internal/ArrayManagerExecutionOpenMP.cxx index de12f6502..9602485b3 100644 --- a/vtkm/cont/openmp/internal/ArrayManagerExecutionOpenMP.cxx +++ b/vtkm/cont/openmp/internal/ArrayManagerExecutionOpenMP.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #define vtk_m_cont_openmp_internal_ArrayManagerExecutionOpenMP_cxx diff --git a/vtkm/cont/openmp/internal/ArrayManagerExecutionOpenMP.h b/vtkm/cont/openmp/internal/ArrayManagerExecutionOpenMP.h index 01a08c752..381fbf31b 100644 --- a/vtkm/cont/openmp/internal/ArrayManagerExecutionOpenMP.h +++ b/vtkm/cont/openmp/internal/ArrayManagerExecutionOpenMP.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_openmp_internal_ArrayManagerExecutionOpenMP_h diff --git a/vtkm/cont/openmp/internal/AtomicInterfaceExecutionOpenMP.h b/vtkm/cont/openmp/internal/AtomicInterfaceExecutionOpenMP.h index 153bb0c84..b4c74b0cd 100644 --- a/vtkm/cont/openmp/internal/AtomicInterfaceExecutionOpenMP.h +++ b/vtkm/cont/openmp/internal/AtomicInterfaceExecutionOpenMP.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_openmp_internal_AtomicInterfaceExecutionOpenMP_h #define vtk_m_cont_openmp_internal_AtomicInterfaceExecutionOpenMP_h diff --git a/vtkm/cont/openmp/internal/CMakeLists.txt b/vtkm/cont/openmp/internal/CMakeLists.txt index 21dfcfcdc..907452a0b 100644 --- a/vtkm/cont/openmp/internal/CMakeLists.txt +++ b/vtkm/cont/openmp/internal/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2018 UT-Battelle, LLC. -## Copyright 2018 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/cont/openmp/internal/DeviceAdapterAlgorithmOpenMP.cxx b/vtkm/cont/openmp/internal/DeviceAdapterAlgorithmOpenMP.cxx index 4929109d4..6e6d04ab0 100644 --- a/vtkm/cont/openmp/internal/DeviceAdapterAlgorithmOpenMP.cxx +++ b/vtkm/cont/openmp/internal/DeviceAdapterAlgorithmOpenMP.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/openmp/internal/DeviceAdapterAlgorithmOpenMP.h b/vtkm/cont/openmp/internal/DeviceAdapterAlgorithmOpenMP.h index bc583c80c..47804292b 100644 --- a/vtkm/cont/openmp/internal/DeviceAdapterAlgorithmOpenMP.h +++ b/vtkm/cont/openmp/internal/DeviceAdapterAlgorithmOpenMP.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_openmp_internal_DeviceAdapterAlgorithmOpenMP_h #define vtk_m_cont_openmp_internal_DeviceAdapterAlgorithmOpenMP_h diff --git a/vtkm/cont/openmp/internal/DeviceAdapterRuntimeDetectorOpenMP.cxx b/vtkm/cont/openmp/internal/DeviceAdapterRuntimeDetectorOpenMP.cxx index 8e23f485e..b86c54995 100644 --- a/vtkm/cont/openmp/internal/DeviceAdapterRuntimeDetectorOpenMP.cxx +++ b/vtkm/cont/openmp/internal/DeviceAdapterRuntimeDetectorOpenMP.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/openmp/internal/DeviceAdapterRuntimeDetectorOpenMP.h b/vtkm/cont/openmp/internal/DeviceAdapterRuntimeDetectorOpenMP.h index 5dbe23c54..dab7d91fe 100644 --- a/vtkm/cont/openmp/internal/DeviceAdapterRuntimeDetectorOpenMP.h +++ b/vtkm/cont/openmp/internal/DeviceAdapterRuntimeDetectorOpenMP.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_openmp_internal_DeviceAdapterRuntimeDetector_h #define vtk_m_cont_openmp_internal_DeviceAdapterRuntimeDetector_h diff --git a/vtkm/cont/openmp/internal/DeviceAdapterTagOpenMP.h b/vtkm/cont/openmp/internal/DeviceAdapterTagOpenMP.h index 1e059d4f6..f1bfb4a54 100644 --- a/vtkm/cont/openmp/internal/DeviceAdapterTagOpenMP.h +++ b/vtkm/cont/openmp/internal/DeviceAdapterTagOpenMP.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_openmp_internal_DeviceAdapterTagOpenMP_h diff --git a/vtkm/cont/openmp/internal/ExecutionArrayInterfaceBasicOpenMP.cxx b/vtkm/cont/openmp/internal/ExecutionArrayInterfaceBasicOpenMP.cxx index 182329ce6..266e519e6 100644 --- a/vtkm/cont/openmp/internal/ExecutionArrayInterfaceBasicOpenMP.cxx +++ b/vtkm/cont/openmp/internal/ExecutionArrayInterfaceBasicOpenMP.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/openmp/internal/ExecutionArrayInterfaceBasicOpenMP.h b/vtkm/cont/openmp/internal/ExecutionArrayInterfaceBasicOpenMP.h index 198ecca73..4aeb982fd 100644 --- a/vtkm/cont/openmp/internal/ExecutionArrayInterfaceBasicOpenMP.h +++ b/vtkm/cont/openmp/internal/ExecutionArrayInterfaceBasicOpenMP.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_openmp_internal_ExecutionArrayInterfaceBasicOpenMP_h #define vtk_m_cont_openmp_internal_ExecutionArrayInterfaceBasicOpenMP_h diff --git a/vtkm/cont/openmp/internal/FunctorsOpenMP.h b/vtkm/cont/openmp/internal/FunctorsOpenMP.h index 145ba3558..76ac01597 100644 --- a/vtkm/cont/openmp/internal/FunctorsOpenMP.h +++ b/vtkm/cont/openmp/internal/FunctorsOpenMP.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_openmp_internal_FunctorsOpenMP_h #define vtk_m_cont_openmp_internal_FunctorsOpenMP_h diff --git a/vtkm/cont/openmp/internal/ParallelQuickSortOpenMP.h b/vtkm/cont/openmp/internal/ParallelQuickSortOpenMP.h index f0cc718c0..ad8132743 100644 --- a/vtkm/cont/openmp/internal/ParallelQuickSortOpenMP.h +++ b/vtkm/cont/openmp/internal/ParallelQuickSortOpenMP.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/openmp/internal/ParallelRadixSortOpenMP.cxx b/vtkm/cont/openmp/internal/ParallelRadixSortOpenMP.cxx index 25c3a4e24..891d92aba 100644 --- a/vtkm/cont/openmp/internal/ParallelRadixSortOpenMP.cxx +++ b/vtkm/cont/openmp/internal/ParallelRadixSortOpenMP.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/openmp/internal/ParallelRadixSortOpenMP.h b/vtkm/cont/openmp/internal/ParallelRadixSortOpenMP.h index 22ad69b4a..77b657dc0 100644 --- a/vtkm/cont/openmp/internal/ParallelRadixSortOpenMP.h +++ b/vtkm/cont/openmp/internal/ParallelRadixSortOpenMP.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_openmp_internal_ParallelRadixSortOpenMP_h diff --git a/vtkm/cont/openmp/internal/ParallelScanOpenMP.h b/vtkm/cont/openmp/internal/ParallelScanOpenMP.h index ed48d43e9..9b0a1ea12 100644 --- a/vtkm/cont/openmp/internal/ParallelScanOpenMP.h +++ b/vtkm/cont/openmp/internal/ParallelScanOpenMP.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/openmp/internal/ParallelSortOpenMP.h b/vtkm/cont/openmp/internal/ParallelSortOpenMP.h index 9592be49c..e06d17628 100644 --- a/vtkm/cont/openmp/internal/ParallelSortOpenMP.h +++ b/vtkm/cont/openmp/internal/ParallelSortOpenMP.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/openmp/internal/VirtualObjectTransferOpenMP.h b/vtkm/cont/openmp/internal/VirtualObjectTransferOpenMP.h index 348d31df1..717ce41a9 100644 --- a/vtkm/cont/openmp/internal/VirtualObjectTransferOpenMP.h +++ b/vtkm/cont/openmp/internal/VirtualObjectTransferOpenMP.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_openmp_internal_VirtualObjectTransferOpenMP_h diff --git a/vtkm/cont/openmp/testing/CMakeLists.txt b/vtkm/cont/openmp/testing/CMakeLists.txt index 0517980d2..8f9657c45 100644 --- a/vtkm/cont/openmp/testing/CMakeLists.txt +++ b/vtkm/cont/openmp/testing/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2018 UT-Battelle, LLC. -## Copyright 2018 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(unit_tests diff --git a/vtkm/cont/openmp/testing/UnitTestOpenMPArrayHandle.cxx b/vtkm/cont/openmp/testing/UnitTestOpenMPArrayHandle.cxx index 94fa68575..870e722b8 100644 --- a/vtkm/cont/openmp/testing/UnitTestOpenMPArrayHandle.cxx +++ b/vtkm/cont/openmp/testing/UnitTestOpenMPArrayHandle.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/openmp/testing/UnitTestOpenMPArrayHandleFancy.cxx b/vtkm/cont/openmp/testing/UnitTestOpenMPArrayHandleFancy.cxx index 4869ac49a..11b51d2d6 100644 --- a/vtkm/cont/openmp/testing/UnitTestOpenMPArrayHandleFancy.cxx +++ b/vtkm/cont/openmp/testing/UnitTestOpenMPArrayHandleFancy.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/openmp/testing/UnitTestOpenMPArrayHandleVirtualCoordinates.cxx b/vtkm/cont/openmp/testing/UnitTestOpenMPArrayHandleVirtualCoordinates.cxx index d45b0ca8c..84907593c 100644 --- a/vtkm/cont/openmp/testing/UnitTestOpenMPArrayHandleVirtualCoordinates.cxx +++ b/vtkm/cont/openmp/testing/UnitTestOpenMPArrayHandleVirtualCoordinates.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/openmp/testing/UnitTestOpenMPBitField.cxx b/vtkm/cont/openmp/testing/UnitTestOpenMPBitField.cxx index 4978fac97..98dc91d6f 100644 --- a/vtkm/cont/openmp/testing/UnitTestOpenMPBitField.cxx +++ b/vtkm/cont/openmp/testing/UnitTestOpenMPBitField.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/openmp/testing/UnitTestOpenMPCellLocatorRectilinearGrid.cxx b/vtkm/cont/openmp/testing/UnitTestOpenMPCellLocatorRectilinearGrid.cxx index 3883a33cf..699474541 100644 --- a/vtkm/cont/openmp/testing/UnitTestOpenMPCellLocatorRectilinearGrid.cxx +++ b/vtkm/cont/openmp/testing/UnitTestOpenMPCellLocatorRectilinearGrid.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/openmp/testing/UnitTestOpenMPCellLocatorUniformBins.cxx b/vtkm/cont/openmp/testing/UnitTestOpenMPCellLocatorUniformBins.cxx index 226637bc8..ad35a3551 100644 --- a/vtkm/cont/openmp/testing/UnitTestOpenMPCellLocatorUniformBins.cxx +++ b/vtkm/cont/openmp/testing/UnitTestOpenMPCellLocatorUniformBins.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/openmp/testing/UnitTestOpenMPCellLocatorUniformGrid.cxx b/vtkm/cont/openmp/testing/UnitTestOpenMPCellLocatorUniformGrid.cxx index 0c00f29f2..781635efa 100644 --- a/vtkm/cont/openmp/testing/UnitTestOpenMPCellLocatorUniformGrid.cxx +++ b/vtkm/cont/openmp/testing/UnitTestOpenMPCellLocatorUniformGrid.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/openmp/testing/UnitTestOpenMPColorTable.cxx b/vtkm/cont/openmp/testing/UnitTestOpenMPColorTable.cxx index a964a6cb0..8d6c42aa8 100644 --- a/vtkm/cont/openmp/testing/UnitTestOpenMPColorTable.cxx +++ b/vtkm/cont/openmp/testing/UnitTestOpenMPColorTable.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/openmp/testing/UnitTestOpenMPComputeRange.cxx b/vtkm/cont/openmp/testing/UnitTestOpenMPComputeRange.cxx index 33ad27000..5740206d0 100644 --- a/vtkm/cont/openmp/testing/UnitTestOpenMPComputeRange.cxx +++ b/vtkm/cont/openmp/testing/UnitTestOpenMPComputeRange.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/openmp/testing/UnitTestOpenMPDataSetExplicit.cxx b/vtkm/cont/openmp/testing/UnitTestOpenMPDataSetExplicit.cxx index f78911346..7de744bd0 100644 --- a/vtkm/cont/openmp/testing/UnitTestOpenMPDataSetExplicit.cxx +++ b/vtkm/cont/openmp/testing/UnitTestOpenMPDataSetExplicit.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/openmp/testing/UnitTestOpenMPDataSetSingleType.cxx b/vtkm/cont/openmp/testing/UnitTestOpenMPDataSetSingleType.cxx index 7b6c29814..e670544b1 100644 --- a/vtkm/cont/openmp/testing/UnitTestOpenMPDataSetSingleType.cxx +++ b/vtkm/cont/openmp/testing/UnitTestOpenMPDataSetSingleType.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/openmp/testing/UnitTestOpenMPDeviceAdapter.cxx b/vtkm/cont/openmp/testing/UnitTestOpenMPDeviceAdapter.cxx index 5173c8c07..f0a3d723e 100644 --- a/vtkm/cont/openmp/testing/UnitTestOpenMPDeviceAdapter.cxx +++ b/vtkm/cont/openmp/testing/UnitTestOpenMPDeviceAdapter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/openmp/testing/UnitTestOpenMPImplicitFunction.cxx b/vtkm/cont/openmp/testing/UnitTestOpenMPImplicitFunction.cxx index 90e323510..18b2cfdd7 100644 --- a/vtkm/cont/openmp/testing/UnitTestOpenMPImplicitFunction.cxx +++ b/vtkm/cont/openmp/testing/UnitTestOpenMPImplicitFunction.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/openmp/testing/UnitTestOpenMPPointLocatorUniformGrid.cxx b/vtkm/cont/openmp/testing/UnitTestOpenMPPointLocatorUniformGrid.cxx index 29eae38fe..e9c020e95 100644 --- a/vtkm/cont/openmp/testing/UnitTestOpenMPPointLocatorUniformGrid.cxx +++ b/vtkm/cont/openmp/testing/UnitTestOpenMPPointLocatorUniformGrid.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/openmp/testing/UnitTestOpenMPVirtualObjectHandle.cxx b/vtkm/cont/openmp/testing/UnitTestOpenMPVirtualObjectHandle.cxx index 6f22ccba7..1a9e30915 100644 --- a/vtkm/cont/openmp/testing/UnitTestOpenMPVirtualObjectHandle.cxx +++ b/vtkm/cont/openmp/testing/UnitTestOpenMPVirtualObjectHandle.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/serial/CMakeLists.txt b/vtkm/cont/serial/CMakeLists.txt index c2ccf222b..299d4a5a4 100644 --- a/vtkm/cont/serial/CMakeLists.txt +++ b/vtkm/cont/serial/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/cont/serial/DeviceAdapterSerial.h b/vtkm/cont/serial/DeviceAdapterSerial.h index 43192e4f8..c000bef68 100644 --- a/vtkm/cont/serial/DeviceAdapterSerial.h +++ b/vtkm/cont/serial/DeviceAdapterSerial.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_serial_DeviceAdapterSerial_h #define vtk_m_cont_serial_DeviceAdapterSerial_h diff --git a/vtkm/cont/serial/internal/ArrayManagerExecutionSerial.cxx b/vtkm/cont/serial/internal/ArrayManagerExecutionSerial.cxx index 699e14860..84637d266 100644 --- a/vtkm/cont/serial/internal/ArrayManagerExecutionSerial.cxx +++ b/vtkm/cont/serial/internal/ArrayManagerExecutionSerial.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #define vtk_m_cont_serial_internal_ArrayManagerExecutionSerial_cxx diff --git a/vtkm/cont/serial/internal/ArrayManagerExecutionSerial.h b/vtkm/cont/serial/internal/ArrayManagerExecutionSerial.h index 886a8c44f..6a7e70d67 100644 --- a/vtkm/cont/serial/internal/ArrayManagerExecutionSerial.h +++ b/vtkm/cont/serial/internal/ArrayManagerExecutionSerial.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_serial_internal_ArrayManagerExecutionSerial_h #define vtk_m_cont_serial_internal_ArrayManagerExecutionSerial_h diff --git a/vtkm/cont/serial/internal/AtomicInterfaceExecutionSerial.h b/vtkm/cont/serial/internal/AtomicInterfaceExecutionSerial.h index 5c26a3a70..3260a342f 100644 --- a/vtkm/cont/serial/internal/AtomicInterfaceExecutionSerial.h +++ b/vtkm/cont/serial/internal/AtomicInterfaceExecutionSerial.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_serial_internal_AtomicInterfaceExecutionSerial_h #define vtk_m_cont_serial_internal_AtomicInterfaceExecutionSerial_h diff --git a/vtkm/cont/serial/internal/CMakeLists.txt b/vtkm/cont/serial/internal/CMakeLists.txt index 7cef6fc01..28995ac52 100644 --- a/vtkm/cont/serial/internal/CMakeLists.txt +++ b/vtkm/cont/serial/internal/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/cont/serial/internal/DeviceAdapterAlgorithmSerial.cxx b/vtkm/cont/serial/internal/DeviceAdapterAlgorithmSerial.cxx index e80994977..31c4945d9 100644 --- a/vtkm/cont/serial/internal/DeviceAdapterAlgorithmSerial.cxx +++ b/vtkm/cont/serial/internal/DeviceAdapterAlgorithmSerial.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/serial/internal/DeviceAdapterAlgorithmSerial.h b/vtkm/cont/serial/internal/DeviceAdapterAlgorithmSerial.h index efddcff0f..84a57d8c5 100644 --- a/vtkm/cont/serial/internal/DeviceAdapterAlgorithmSerial.h +++ b/vtkm/cont/serial/internal/DeviceAdapterAlgorithmSerial.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_serial_internal_DeviceAdapterAlgorithmSerial_h #define vtk_m_cont_serial_internal_DeviceAdapterAlgorithmSerial_h diff --git a/vtkm/cont/serial/internal/DeviceAdapterRuntimeDetectorSerial.cxx b/vtkm/cont/serial/internal/DeviceAdapterRuntimeDetectorSerial.cxx index 99fe30587..cdd5f9d91 100644 --- a/vtkm/cont/serial/internal/DeviceAdapterRuntimeDetectorSerial.cxx +++ b/vtkm/cont/serial/internal/DeviceAdapterRuntimeDetectorSerial.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/serial/internal/DeviceAdapterRuntimeDetectorSerial.h b/vtkm/cont/serial/internal/DeviceAdapterRuntimeDetectorSerial.h index ecf525a0f..eb5085519 100644 --- a/vtkm/cont/serial/internal/DeviceAdapterRuntimeDetectorSerial.h +++ b/vtkm/cont/serial/internal/DeviceAdapterRuntimeDetectorSerial.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_serial_internal_DeviceAdapterRuntimeDetector_h #define vtk_m_cont_serial_internal_DeviceAdapterRuntimeDetector_h diff --git a/vtkm/cont/serial/internal/DeviceAdapterTagSerial.h b/vtkm/cont/serial/internal/DeviceAdapterTagSerial.h index 7a7def7e2..80d87be47 100644 --- a/vtkm/cont/serial/internal/DeviceAdapterTagSerial.h +++ b/vtkm/cont/serial/internal/DeviceAdapterTagSerial.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_serial_internal_DeviceAdapterTagSerial_h #define vtk_m_cont_serial_internal_DeviceAdapterTagSerial_h diff --git a/vtkm/cont/serial/internal/ExecutionArrayInterfaceBasicSerial.cxx b/vtkm/cont/serial/internal/ExecutionArrayInterfaceBasicSerial.cxx index 5d226a94e..bd9514aab 100644 --- a/vtkm/cont/serial/internal/ExecutionArrayInterfaceBasicSerial.cxx +++ b/vtkm/cont/serial/internal/ExecutionArrayInterfaceBasicSerial.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/serial/internal/ExecutionArrayInterfaceBasicSerial.h b/vtkm/cont/serial/internal/ExecutionArrayInterfaceBasicSerial.h index 16b7bb717..5f356e894 100644 --- a/vtkm/cont/serial/internal/ExecutionArrayInterfaceBasicSerial.h +++ b/vtkm/cont/serial/internal/ExecutionArrayInterfaceBasicSerial.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_serial_internal_ExecutionArrayInterfaceBasicSerial_h #define vtk_m_cont_serial_internal_ExecutionArrayInterfaceBasicSerial_h diff --git a/vtkm/cont/serial/internal/VirtualObjectTransferSerial.h b/vtkm/cont/serial/internal/VirtualObjectTransferSerial.h index edb36179d..4fd88fd39 100644 --- a/vtkm/cont/serial/internal/VirtualObjectTransferSerial.h +++ b/vtkm/cont/serial/internal/VirtualObjectTransferSerial.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_serial_internal_VirtualObjectTransferSerial_h #define vtk_m_cont_serial_internal_VirtualObjectTransferSerial_h diff --git a/vtkm/cont/serial/testing/CMakeLists.txt b/vtkm/cont/serial/testing/CMakeLists.txt index 2b3f693d4..dba44940f 100644 --- a/vtkm/cont/serial/testing/CMakeLists.txt +++ b/vtkm/cont/serial/testing/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(unit_tests diff --git a/vtkm/cont/serial/testing/UnitTestSerialArrayHandle.cxx b/vtkm/cont/serial/testing/UnitTestSerialArrayHandle.cxx index 32c15d57f..ce5fe69ed 100644 --- a/vtkm/cont/serial/testing/UnitTestSerialArrayHandle.cxx +++ b/vtkm/cont/serial/testing/UnitTestSerialArrayHandle.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/serial/testing/UnitTestSerialArrayHandleFancy.cxx b/vtkm/cont/serial/testing/UnitTestSerialArrayHandleFancy.cxx index 8e41c7a5d..4c1bc2ad6 100644 --- a/vtkm/cont/serial/testing/UnitTestSerialArrayHandleFancy.cxx +++ b/vtkm/cont/serial/testing/UnitTestSerialArrayHandleFancy.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include #include diff --git a/vtkm/cont/serial/testing/UnitTestSerialArrayHandleVirtualCoordinates.cxx b/vtkm/cont/serial/testing/UnitTestSerialArrayHandleVirtualCoordinates.cxx index af9f1e4f2..9a538e366 100644 --- a/vtkm/cont/serial/testing/UnitTestSerialArrayHandleVirtualCoordinates.cxx +++ b/vtkm/cont/serial/testing/UnitTestSerialArrayHandleVirtualCoordinates.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/serial/testing/UnitTestSerialBitField.cxx b/vtkm/cont/serial/testing/UnitTestSerialBitField.cxx index fe3f0f17d..d47b8af41 100644 --- a/vtkm/cont/serial/testing/UnitTestSerialBitField.cxx +++ b/vtkm/cont/serial/testing/UnitTestSerialBitField.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/serial/testing/UnitTestSerialCellLocatorRectilinearGrid.cxx b/vtkm/cont/serial/testing/UnitTestSerialCellLocatorRectilinearGrid.cxx index dcc502ae3..7fa5181d7 100644 --- a/vtkm/cont/serial/testing/UnitTestSerialCellLocatorRectilinearGrid.cxx +++ b/vtkm/cont/serial/testing/UnitTestSerialCellLocatorRectilinearGrid.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/serial/testing/UnitTestSerialCellLocatorUniformBins.cxx b/vtkm/cont/serial/testing/UnitTestSerialCellLocatorUniformBins.cxx index b7f3a8606..4857f843b 100644 --- a/vtkm/cont/serial/testing/UnitTestSerialCellLocatorUniformBins.cxx +++ b/vtkm/cont/serial/testing/UnitTestSerialCellLocatorUniformBins.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/serial/testing/UnitTestSerialCellLocatorUniformGrid.cxx b/vtkm/cont/serial/testing/UnitTestSerialCellLocatorUniformGrid.cxx index 407241fac..5e70e9091 100644 --- a/vtkm/cont/serial/testing/UnitTestSerialCellLocatorUniformGrid.cxx +++ b/vtkm/cont/serial/testing/UnitTestSerialCellLocatorUniformGrid.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/serial/testing/UnitTestSerialColorTable.cxx b/vtkm/cont/serial/testing/UnitTestSerialColorTable.cxx index 7278142b3..17b0e5a3d 100644 --- a/vtkm/cont/serial/testing/UnitTestSerialColorTable.cxx +++ b/vtkm/cont/serial/testing/UnitTestSerialColorTable.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/serial/testing/UnitTestSerialComputeRange.cxx b/vtkm/cont/serial/testing/UnitTestSerialComputeRange.cxx index 96cd398c4..8b090770a 100644 --- a/vtkm/cont/serial/testing/UnitTestSerialComputeRange.cxx +++ b/vtkm/cont/serial/testing/UnitTestSerialComputeRange.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/serial/testing/UnitTestSerialDataSetExplicit.cxx b/vtkm/cont/serial/testing/UnitTestSerialDataSetExplicit.cxx index 48a379f5a..fd8e2d1c5 100644 --- a/vtkm/cont/serial/testing/UnitTestSerialDataSetExplicit.cxx +++ b/vtkm/cont/serial/testing/UnitTestSerialDataSetExplicit.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/serial/testing/UnitTestSerialDataSetSingleType.cxx b/vtkm/cont/serial/testing/UnitTestSerialDataSetSingleType.cxx index 7f9f02164..b1e168a89 100644 --- a/vtkm/cont/serial/testing/UnitTestSerialDataSetSingleType.cxx +++ b/vtkm/cont/serial/testing/UnitTestSerialDataSetSingleType.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/serial/testing/UnitTestSerialDeviceAdapter.cxx b/vtkm/cont/serial/testing/UnitTestSerialDeviceAdapter.cxx index c38b281d5..39d661a96 100644 --- a/vtkm/cont/serial/testing/UnitTestSerialDeviceAdapter.cxx +++ b/vtkm/cont/serial/testing/UnitTestSerialDeviceAdapter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/serial/testing/UnitTestSerialGeometry.cxx b/vtkm/cont/serial/testing/UnitTestSerialGeometry.cxx index dc015de6a..4e07b3dfc 100644 --- a/vtkm/cont/serial/testing/UnitTestSerialGeometry.cxx +++ b/vtkm/cont/serial/testing/UnitTestSerialGeometry.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include #include diff --git a/vtkm/cont/serial/testing/UnitTestSerialImplicitFunction.cxx b/vtkm/cont/serial/testing/UnitTestSerialImplicitFunction.cxx index dab23591c..d350d1ab1 100644 --- a/vtkm/cont/serial/testing/UnitTestSerialImplicitFunction.cxx +++ b/vtkm/cont/serial/testing/UnitTestSerialImplicitFunction.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/serial/testing/UnitTestSerialPointLocatorUniformGrid.cxx b/vtkm/cont/serial/testing/UnitTestSerialPointLocatorUniformGrid.cxx index 5e74653cc..18504d5d3 100644 --- a/vtkm/cont/serial/testing/UnitTestSerialPointLocatorUniformGrid.cxx +++ b/vtkm/cont/serial/testing/UnitTestSerialPointLocatorUniformGrid.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/serial/testing/UnitTestSerialVirtualObjectHandle.cxx b/vtkm/cont/serial/testing/UnitTestSerialVirtualObjectHandle.cxx index 9c9fb8912..bfec46572 100644 --- a/vtkm/cont/serial/testing/UnitTestSerialVirtualObjectHandle.cxx +++ b/vtkm/cont/serial/testing/UnitTestSerialVirtualObjectHandle.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/tbb/CMakeLists.txt b/vtkm/cont/tbb/CMakeLists.txt index 6ad70fdcd..c79edd130 100644 --- a/vtkm/cont/tbb/CMakeLists.txt +++ b/vtkm/cont/tbb/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/cont/tbb/DeviceAdapterTBB.h b/vtkm/cont/tbb/DeviceAdapterTBB.h index 6344c2f41..f870fe37f 100644 --- a/vtkm/cont/tbb/DeviceAdapterTBB.h +++ b/vtkm/cont/tbb/DeviceAdapterTBB.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_tbb_DeviceAdapterTBB_h #define vtk_m_cont_tbb_DeviceAdapterTBB_h diff --git a/vtkm/cont/tbb/internal/ArrayManagerExecutionTBB.cxx b/vtkm/cont/tbb/internal/ArrayManagerExecutionTBB.cxx index bb5320e11..95f490722 100644 --- a/vtkm/cont/tbb/internal/ArrayManagerExecutionTBB.cxx +++ b/vtkm/cont/tbb/internal/ArrayManagerExecutionTBB.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #define vtk_m_cont_tbb_internal_ArrayManagerExecutionTBB_cxx diff --git a/vtkm/cont/tbb/internal/ArrayManagerExecutionTBB.h b/vtkm/cont/tbb/internal/ArrayManagerExecutionTBB.h index 46add0ca4..718bf2575 100644 --- a/vtkm/cont/tbb/internal/ArrayManagerExecutionTBB.h +++ b/vtkm/cont/tbb/internal/ArrayManagerExecutionTBB.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_tbb_internal_ArrayManagerExecutionTBB_h #define vtk_m_cont_tbb_internal_ArrayManagerExecutionTBB_h diff --git a/vtkm/cont/tbb/internal/AtomicInterfaceExecutionTBB.h b/vtkm/cont/tbb/internal/AtomicInterfaceExecutionTBB.h index b1cf1ed84..8ecd7596d 100644 --- a/vtkm/cont/tbb/internal/AtomicInterfaceExecutionTBB.h +++ b/vtkm/cont/tbb/internal/AtomicInterfaceExecutionTBB.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_tbb_internal_AtomicInterfaceExecutionTBB_h #define vtk_m_cont_tbb_internal_AtomicInterfaceExecutionTBB_h diff --git a/vtkm/cont/tbb/internal/CMakeLists.txt b/vtkm/cont/tbb/internal/CMakeLists.txt index b27d7cd36..32289294d 100644 --- a/vtkm/cont/tbb/internal/CMakeLists.txt +++ b/vtkm/cont/tbb/internal/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/cont/tbb/internal/DeviceAdapterAlgorithmTBB.cxx b/vtkm/cont/tbb/internal/DeviceAdapterAlgorithmTBB.cxx index e2068ad33..0b32432a5 100644 --- a/vtkm/cont/tbb/internal/DeviceAdapterAlgorithmTBB.cxx +++ b/vtkm/cont/tbb/internal/DeviceAdapterAlgorithmTBB.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/tbb/internal/DeviceAdapterAlgorithmTBB.h b/vtkm/cont/tbb/internal/DeviceAdapterAlgorithmTBB.h index 89a963f77..18c778a43 100644 --- a/vtkm/cont/tbb/internal/DeviceAdapterAlgorithmTBB.h +++ b/vtkm/cont/tbb/internal/DeviceAdapterAlgorithmTBB.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_tbb_internal_DeviceAdapterAlgorithmTBB_h #define vtk_m_cont_tbb_internal_DeviceAdapterAlgorithmTBB_h diff --git a/vtkm/cont/tbb/internal/DeviceAdapterRuntimeDetectorTBB.cxx b/vtkm/cont/tbb/internal/DeviceAdapterRuntimeDetectorTBB.cxx index 1c7e979ab..3422801e1 100644 --- a/vtkm/cont/tbb/internal/DeviceAdapterRuntimeDetectorTBB.cxx +++ b/vtkm/cont/tbb/internal/DeviceAdapterRuntimeDetectorTBB.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include namespace vtkm diff --git a/vtkm/cont/tbb/internal/DeviceAdapterRuntimeDetectorTBB.h b/vtkm/cont/tbb/internal/DeviceAdapterRuntimeDetectorTBB.h index a68afbf85..58f052229 100644 --- a/vtkm/cont/tbb/internal/DeviceAdapterRuntimeDetectorTBB.h +++ b/vtkm/cont/tbb/internal/DeviceAdapterRuntimeDetectorTBB.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_tbb_internal_DeviceAdapterRuntimeDetector_h #define vtk_m_cont_tbb_internal_DeviceAdapterRuntimeDetector_h diff --git a/vtkm/cont/tbb/internal/DeviceAdapterTagTBB.h b/vtkm/cont/tbb/internal/DeviceAdapterTagTBB.h index cc4d004d3..198b7f437 100644 --- a/vtkm/cont/tbb/internal/DeviceAdapterTagTBB.h +++ b/vtkm/cont/tbb/internal/DeviceAdapterTagTBB.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_tbb_internal_DeviceAdapterTagTBB_h #define vtk_m_cont_tbb_internal_DeviceAdapterTagTBB_h diff --git a/vtkm/cont/tbb/internal/ExecutionArrayInterfaceBasicTBB.cxx b/vtkm/cont/tbb/internal/ExecutionArrayInterfaceBasicTBB.cxx index 322082399..a1bd89343 100644 --- a/vtkm/cont/tbb/internal/ExecutionArrayInterfaceBasicTBB.cxx +++ b/vtkm/cont/tbb/internal/ExecutionArrayInterfaceBasicTBB.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/tbb/internal/ExecutionArrayInterfaceBasicTBB.h b/vtkm/cont/tbb/internal/ExecutionArrayInterfaceBasicTBB.h index 591f55973..f9a847329 100644 --- a/vtkm/cont/tbb/internal/ExecutionArrayInterfaceBasicTBB.h +++ b/vtkm/cont/tbb/internal/ExecutionArrayInterfaceBasicTBB.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_tbb_internal_ExecutionArrayInterfaceBasicTBB_h #define vtk_m_cont_tbb_internal_ExecutionArrayInterfaceBasicTBB_h diff --git a/vtkm/cont/tbb/internal/FunctorsTBB.h b/vtkm/cont/tbb/internal/FunctorsTBB.h index 9d996ffe0..46f605181 100644 --- a/vtkm/cont/tbb/internal/FunctorsTBB.h +++ b/vtkm/cont/tbb/internal/FunctorsTBB.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_tbb_internal_FunctorsTBB_h #define vtk_m_cont_tbb_internal_FunctorsTBB_h diff --git a/vtkm/cont/tbb/internal/ParallelSortTBB.cxx b/vtkm/cont/tbb/internal/ParallelSortTBB.cxx index 032ae2ba3..3076b3a9c 100644 --- a/vtkm/cont/tbb/internal/ParallelSortTBB.cxx +++ b/vtkm/cont/tbb/internal/ParallelSortTBB.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ // Copyright 2010, Takuya Akiba // All rights reserved. diff --git a/vtkm/cont/tbb/internal/ParallelSortTBB.h b/vtkm/cont/tbb/internal/ParallelSortTBB.h index e9dc17686..8a6302357 100644 --- a/vtkm/cont/tbb/internal/ParallelSortTBB.h +++ b/vtkm/cont/tbb/internal/ParallelSortTBB.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_tbb_internal_ParallelSort_h diff --git a/vtkm/cont/tbb/internal/VirtualObjectTransferTBB.h b/vtkm/cont/tbb/internal/VirtualObjectTransferTBB.h index eccf3b542..a420e1524 100644 --- a/vtkm/cont/tbb/internal/VirtualObjectTransferTBB.h +++ b/vtkm/cont/tbb/internal/VirtualObjectTransferTBB.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_tbb_internal_VirtualObjectTransferTBB_h #define vtk_m_cont_tbb_internal_VirtualObjectTransferTBB_h diff --git a/vtkm/cont/tbb/testing/CMakeLists.txt b/vtkm/cont/tbb/testing/CMakeLists.txt index f5b93d73e..eb2c8f6dc 100644 --- a/vtkm/cont/tbb/testing/CMakeLists.txt +++ b/vtkm/cont/tbb/testing/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(unit_tests diff --git a/vtkm/cont/tbb/testing/UnitTestTBBArrayHandle.cxx b/vtkm/cont/tbb/testing/UnitTestTBBArrayHandle.cxx index 1ced9bd37..88a68acac 100644 --- a/vtkm/cont/tbb/testing/UnitTestTBBArrayHandle.cxx +++ b/vtkm/cont/tbb/testing/UnitTestTBBArrayHandle.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/tbb/testing/UnitTestTBBArrayHandleFancy.cxx b/vtkm/cont/tbb/testing/UnitTestTBBArrayHandleFancy.cxx index acec3c0bc..f37c057e0 100644 --- a/vtkm/cont/tbb/testing/UnitTestTBBArrayHandleFancy.cxx +++ b/vtkm/cont/tbb/testing/UnitTestTBBArrayHandleFancy.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/tbb/testing/UnitTestTBBArrayHandleVirtualCoordinates.cxx b/vtkm/cont/tbb/testing/UnitTestTBBArrayHandleVirtualCoordinates.cxx index 0766281cd..6c4abb243 100644 --- a/vtkm/cont/tbb/testing/UnitTestTBBArrayHandleVirtualCoordinates.cxx +++ b/vtkm/cont/tbb/testing/UnitTestTBBArrayHandleVirtualCoordinates.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/tbb/testing/UnitTestTBBBitField.cxx b/vtkm/cont/tbb/testing/UnitTestTBBBitField.cxx index a6fe8740c..8ef839038 100644 --- a/vtkm/cont/tbb/testing/UnitTestTBBBitField.cxx +++ b/vtkm/cont/tbb/testing/UnitTestTBBBitField.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/tbb/testing/UnitTestTBBCellLocatorRectilinearGrid.cxx b/vtkm/cont/tbb/testing/UnitTestTBBCellLocatorRectilinearGrid.cxx index 2b2c58eef..ad251ec34 100644 --- a/vtkm/cont/tbb/testing/UnitTestTBBCellLocatorRectilinearGrid.cxx +++ b/vtkm/cont/tbb/testing/UnitTestTBBCellLocatorRectilinearGrid.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/tbb/testing/UnitTestTBBCellLocatorUniformBins.cxx b/vtkm/cont/tbb/testing/UnitTestTBBCellLocatorUniformBins.cxx index f4292b182..712972de4 100644 --- a/vtkm/cont/tbb/testing/UnitTestTBBCellLocatorUniformBins.cxx +++ b/vtkm/cont/tbb/testing/UnitTestTBBCellLocatorUniformBins.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/tbb/testing/UnitTestTBBCellLocatorUniformGrid.cxx b/vtkm/cont/tbb/testing/UnitTestTBBCellLocatorUniformGrid.cxx index fc4a4e805..3062b9ea9 100644 --- a/vtkm/cont/tbb/testing/UnitTestTBBCellLocatorUniformGrid.cxx +++ b/vtkm/cont/tbb/testing/UnitTestTBBCellLocatorUniformGrid.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/tbb/testing/UnitTestTBBColorTable.cxx b/vtkm/cont/tbb/testing/UnitTestTBBColorTable.cxx index 8be98e8e5..7609a5943 100644 --- a/vtkm/cont/tbb/testing/UnitTestTBBColorTable.cxx +++ b/vtkm/cont/tbb/testing/UnitTestTBBColorTable.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/tbb/testing/UnitTestTBBComputeRange.cxx b/vtkm/cont/tbb/testing/UnitTestTBBComputeRange.cxx index ba408a198..9c83681bb 100644 --- a/vtkm/cont/tbb/testing/UnitTestTBBComputeRange.cxx +++ b/vtkm/cont/tbb/testing/UnitTestTBBComputeRange.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/tbb/testing/UnitTestTBBDataSetExplicit.cxx b/vtkm/cont/tbb/testing/UnitTestTBBDataSetExplicit.cxx index 1b652c72f..98484376c 100644 --- a/vtkm/cont/tbb/testing/UnitTestTBBDataSetExplicit.cxx +++ b/vtkm/cont/tbb/testing/UnitTestTBBDataSetExplicit.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/tbb/testing/UnitTestTBBDataSetSingleType.cxx b/vtkm/cont/tbb/testing/UnitTestTBBDataSetSingleType.cxx index b2bcefff0..eac328a3d 100644 --- a/vtkm/cont/tbb/testing/UnitTestTBBDataSetSingleType.cxx +++ b/vtkm/cont/tbb/testing/UnitTestTBBDataSetSingleType.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/tbb/testing/UnitTestTBBDeviceAdapter.cxx b/vtkm/cont/tbb/testing/UnitTestTBBDeviceAdapter.cxx index 613bfda62..51c7cfff0 100644 --- a/vtkm/cont/tbb/testing/UnitTestTBBDeviceAdapter.cxx +++ b/vtkm/cont/tbb/testing/UnitTestTBBDeviceAdapter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/tbb/testing/UnitTestTBBImplicitFunction.cxx b/vtkm/cont/tbb/testing/UnitTestTBBImplicitFunction.cxx index 0365f03a8..7cf0a9ebb 100644 --- a/vtkm/cont/tbb/testing/UnitTestTBBImplicitFunction.cxx +++ b/vtkm/cont/tbb/testing/UnitTestTBBImplicitFunction.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/tbb/testing/UnitTestTBBPointLocatorUniformGrid.cxx b/vtkm/cont/tbb/testing/UnitTestTBBPointLocatorUniformGrid.cxx index c444c6875..7a11498c7 100644 --- a/vtkm/cont/tbb/testing/UnitTestTBBPointLocatorUniformGrid.cxx +++ b/vtkm/cont/tbb/testing/UnitTestTBBPointLocatorUniformGrid.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/tbb/testing/UnitTestTBBVirtualObjectHandle.cxx b/vtkm/cont/tbb/testing/UnitTestTBBVirtualObjectHandle.cxx index d1bd8681d..de4550753 100644 --- a/vtkm/cont/tbb/testing/UnitTestTBBVirtualObjectHandle.cxx +++ b/vtkm/cont/tbb/testing/UnitTestTBBVirtualObjectHandle.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/CMakeLists.txt b/vtkm/cont/testing/CMakeLists.txt index 655a25a4c..dd29436de 100644 --- a/vtkm/cont/testing/CMakeLists.txt +++ b/vtkm/cont/testing/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/cont/testing/ExplicitTestData.h b/vtkm/cont/testing/ExplicitTestData.h index 0352cf296..c00e8ea38 100644 --- a/vtkm/cont/testing/ExplicitTestData.h +++ b/vtkm/cont/testing/ExplicitTestData.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include #include diff --git a/vtkm/cont/testing/MakeTestDataSet.h b/vtkm/cont/testing/MakeTestDataSet.h index 81bb6e86f..f2e7b5977 100644 --- a/vtkm/cont/testing/MakeTestDataSet.h +++ b/vtkm/cont/testing/MakeTestDataSet.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_testing_MakeTestDataSet_h diff --git a/vtkm/cont/testing/Testing.h b/vtkm/cont/testing/Testing.h index 9fe8af51e..66e21c3e0 100644 --- a/vtkm/cont/testing/Testing.h +++ b/vtkm/cont/testing/Testing.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_testing_Testing_h #define vtk_m_cont_testing_Testing_h diff --git a/vtkm/cont/testing/TestingArrayHandleVirtualCoordinates.h b/vtkm/cont/testing/TestingArrayHandleVirtualCoordinates.h index 8d8d79697..7c71c033e 100644 --- a/vtkm/cont/testing/TestingArrayHandleVirtualCoordinates.h +++ b/vtkm/cont/testing/TestingArrayHandleVirtualCoordinates.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_testing_TestingArrayHandleVirtualCoordinates_h #define vtk_m_cont_testing_TestingArrayHandleVirtualCoordinates_h diff --git a/vtkm/cont/testing/TestingArrayHandles.h b/vtkm/cont/testing/TestingArrayHandles.h index f0e0c2609..315bc9ffb 100644 --- a/vtkm/cont/testing/TestingArrayHandles.h +++ b/vtkm/cont/testing/TestingArrayHandles.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_testing_TestingArrayHandles_h #define vtk_m_cont_testing_TestingArrayHandles_h diff --git a/vtkm/cont/testing/TestingBitField.h b/vtkm/cont/testing/TestingBitField.h index 61f0df4cb..ead8d290a 100644 --- a/vtkm/cont/testing/TestingBitField.h +++ b/vtkm/cont/testing/TestingBitField.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_testing_TestingBitFields_h #define vtk_m_cont_testing_TestingBitFields_h diff --git a/vtkm/cont/testing/TestingCellLocatorRectilinearGrid.h b/vtkm/cont/testing/TestingCellLocatorRectilinearGrid.h index 304620b9c..86b6c3ef0 100644 --- a/vtkm/cont/testing/TestingCellLocatorRectilinearGrid.h +++ b/vtkm/cont/testing/TestingCellLocatorRectilinearGrid.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_testing_TestingCellLocatorRectilinearGrid_h #define vtk_m_cont_testing_TestingCellLocatorRectilinearGrid_h diff --git a/vtkm/cont/testing/TestingCellLocatorUniformBins.h b/vtkm/cont/testing/TestingCellLocatorUniformBins.h index 6eaa36851..281f8858f 100644 --- a/vtkm/cont/testing/TestingCellLocatorUniformBins.h +++ b/vtkm/cont/testing/TestingCellLocatorUniformBins.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_testing_TestingCellLocatorUniformBins_h #define vtk_m_cont_testing_TestingCellLocatorUniformBins_h diff --git a/vtkm/cont/testing/TestingCellLocatorUniformGrid.h b/vtkm/cont/testing/TestingCellLocatorUniformGrid.h index 9b1e3f5d7..c9f65ad1f 100644 --- a/vtkm/cont/testing/TestingCellLocatorUniformGrid.h +++ b/vtkm/cont/testing/TestingCellLocatorUniformGrid.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_testing_TestingCellLocatorUniformGrid_h #define vtk_m_cont_testing_TestingCellLocatorUniformGrid_h diff --git a/vtkm/cont/testing/TestingColorTable.h b/vtkm/cont/testing/TestingColorTable.h index e20dd57e4..1e6c726bf 100644 --- a/vtkm/cont/testing/TestingColorTable.h +++ b/vtkm/cont/testing/TestingColorTable.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_testing_TestingColorTable_h #define vtk_m_cont_testing_TestingColorTable_h diff --git a/vtkm/cont/testing/TestingComputeRange.h b/vtkm/cont/testing/TestingComputeRange.h index d49b59f4e..e66b8d4aa 100644 --- a/vtkm/cont/testing/TestingComputeRange.h +++ b/vtkm/cont/testing/TestingComputeRange.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_testing_TestingComputeRange_h #define vtk_m_cont_testing_TestingComputeRange_h diff --git a/vtkm/cont/testing/TestingDataSetExplicit.h b/vtkm/cont/testing/TestingDataSetExplicit.h index c4edd0344..db31698a1 100644 --- a/vtkm/cont/testing/TestingDataSetExplicit.h +++ b/vtkm/cont/testing/TestingDataSetExplicit.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_testing_TestingDataSetExplicit_h diff --git a/vtkm/cont/testing/TestingDataSetSingleType.h b/vtkm/cont/testing/TestingDataSetSingleType.h index 040938113..842c8b6ef 100644 --- a/vtkm/cont/testing/TestingDataSetSingleType.h +++ b/vtkm/cont/testing/TestingDataSetSingleType.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_testing_TestingDataSetSingleType_h diff --git a/vtkm/cont/testing/TestingDeviceAdapter.h b/vtkm/cont/testing/TestingDeviceAdapter.h index 17cedc4e2..50173c736 100644 --- a/vtkm/cont/testing/TestingDeviceAdapter.h +++ b/vtkm/cont/testing/TestingDeviceAdapter.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_testing_TestingDeviceAdapter_h #define vtk_m_cont_testing_TestingDeviceAdapter_h diff --git a/vtkm/cont/testing/TestingFancyArrayHandles.h b/vtkm/cont/testing/TestingFancyArrayHandles.h index 80519efff..e3dbb72ad 100644 --- a/vtkm/cont/testing/TestingFancyArrayHandles.h +++ b/vtkm/cont/testing/TestingFancyArrayHandles.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_cont_testing_TestingFancyArrayHandles_h #define vtk_m_cont_testing_TestingFancyArrayHandles_h diff --git a/vtkm/cont/testing/TestingImplicitFunction.h b/vtkm/cont/testing/TestingImplicitFunction.h index e5f3a6174..1632d24c3 100644 --- a/vtkm/cont/testing/TestingImplicitFunction.h +++ b/vtkm/cont/testing/TestingImplicitFunction.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_testing_TestingImplicitFunction_h #define vtk_m_cont_testing_TestingImplicitFunction_h diff --git a/vtkm/cont/testing/TestingPointLocatorUniformGrid.h b/vtkm/cont/testing/TestingPointLocatorUniformGrid.h index 89e735402..284a2ab1e 100644 --- a/vtkm/cont/testing/TestingPointLocatorUniformGrid.h +++ b/vtkm/cont/testing/TestingPointLocatorUniformGrid.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_testing_TestingPointLocatorUniformGrid_h diff --git a/vtkm/cont/testing/TestingSerialization.h b/vtkm/cont/testing/TestingSerialization.h index 52caab9e2..ed2f06dbc 100644 --- a/vtkm/cont/testing/TestingSerialization.h +++ b/vtkm/cont/testing/TestingSerialization.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_testing_TestingSerialization_h #define vtk_m_cont_testing_TestingSerialization_h diff --git a/vtkm/cont/testing/TestingVirtualObjectHandle.h b/vtkm/cont/testing/TestingVirtualObjectHandle.h index 38d9c5c09..7fd8ebc20 100644 --- a/vtkm/cont/testing/TestingVirtualObjectHandle.h +++ b/vtkm/cont/testing/TestingVirtualObjectHandle.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_testing_TestingVirtualObjectHandle_h #define vtk_m_cont_testing_TestingVirtualObjectHandle_h diff --git a/vtkm/cont/testing/UnitTestAlgorithm.cxx b/vtkm/cont/testing/UnitTestAlgorithm.cxx index b5659dd64..cb1f5747a 100644 --- a/vtkm/cont/testing/UnitTestAlgorithm.cxx +++ b/vtkm/cont/testing/UnitTestAlgorithm.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestArrayCopy.cxx b/vtkm/cont/testing/UnitTestArrayCopy.cxx index 336d58099..3ee73fcfe 100644 --- a/vtkm/cont/testing/UnitTestArrayCopy.cxx +++ b/vtkm/cont/testing/UnitTestArrayCopy.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestArrayHandleCartesianProduct.cxx b/vtkm/cont/testing/UnitTestArrayHandleCartesianProduct.cxx index 93719ba42..aeac89769 100644 --- a/vtkm/cont/testing/UnitTestArrayHandleCartesianProduct.cxx +++ b/vtkm/cont/testing/UnitTestArrayHandleCartesianProduct.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include #include diff --git a/vtkm/cont/testing/UnitTestArrayHandleCompositeVector.cxx b/vtkm/cont/testing/UnitTestArrayHandleCompositeVector.cxx index b01ac3568..a08f9cf20 100644 --- a/vtkm/cont/testing/UnitTestArrayHandleCompositeVector.cxx +++ b/vtkm/cont/testing/UnitTestArrayHandleCompositeVector.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestArrayHandleConcatenate.cxx b/vtkm/cont/testing/UnitTestArrayHandleConcatenate.cxx index 5a4438566..a6f893859 100644 --- a/vtkm/cont/testing/UnitTestArrayHandleConcatenate.cxx +++ b/vtkm/cont/testing/UnitTestArrayHandleConcatenate.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestArrayHandleCounting.cxx b/vtkm/cont/testing/UnitTestArrayHandleCounting.cxx index 4eb3883f7..18bbed4aa 100644 --- a/vtkm/cont/testing/UnitTestArrayHandleCounting.cxx +++ b/vtkm/cont/testing/UnitTestArrayHandleCounting.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestArrayHandleDiscard.cxx b/vtkm/cont/testing/UnitTestArrayHandleDiscard.cxx index 6e0ce0540..7ffd018ea 100644 --- a/vtkm/cont/testing/UnitTestArrayHandleDiscard.cxx +++ b/vtkm/cont/testing/UnitTestArrayHandleDiscard.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestArrayHandleExtractComponent.cxx b/vtkm/cont/testing/UnitTestArrayHandleExtractComponent.cxx index bbae76e98..c06149d04 100644 --- a/vtkm/cont/testing/UnitTestArrayHandleExtractComponent.cxx +++ b/vtkm/cont/testing/UnitTestArrayHandleExtractComponent.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include #include diff --git a/vtkm/cont/testing/UnitTestArrayHandleImplicit.cxx b/vtkm/cont/testing/UnitTestArrayHandleImplicit.cxx index 5fad0a893..ab544f618 100644 --- a/vtkm/cont/testing/UnitTestArrayHandleImplicit.cxx +++ b/vtkm/cont/testing/UnitTestArrayHandleImplicit.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include #include diff --git a/vtkm/cont/testing/UnitTestArrayHandleIndex.cxx b/vtkm/cont/testing/UnitTestArrayHandleIndex.cxx index 6aac04bc4..e5771412e 100644 --- a/vtkm/cont/testing/UnitTestArrayHandleIndex.cxx +++ b/vtkm/cont/testing/UnitTestArrayHandleIndex.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestArrayHandlePermutation.cxx b/vtkm/cont/testing/UnitTestArrayHandlePermutation.cxx index 51b2e3960..4662c32fc 100644 --- a/vtkm/cont/testing/UnitTestArrayHandlePermutation.cxx +++ b/vtkm/cont/testing/UnitTestArrayHandlePermutation.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestArrayHandleReverse.cxx b/vtkm/cont/testing/UnitTestArrayHandleReverse.cxx index eb0ead2e7..2d7322338 100644 --- a/vtkm/cont/testing/UnitTestArrayHandleReverse.cxx +++ b/vtkm/cont/testing/UnitTestArrayHandleReverse.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestArrayHandleSwizzle.cxx b/vtkm/cont/testing/UnitTestArrayHandleSwizzle.cxx index 588b62578..04dd4e42a 100644 --- a/vtkm/cont/testing/UnitTestArrayHandleSwizzle.cxx +++ b/vtkm/cont/testing/UnitTestArrayHandleSwizzle.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include #include diff --git a/vtkm/cont/testing/UnitTestArrayHandleTransform.cxx b/vtkm/cont/testing/UnitTestArrayHandleTransform.cxx index f880a74dd..cb9234c98 100644 --- a/vtkm/cont/testing/UnitTestArrayHandleTransform.cxx +++ b/vtkm/cont/testing/UnitTestArrayHandleTransform.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestArrayHandleUniformPointCoordinates.cxx b/vtkm/cont/testing/UnitTestArrayHandleUniformPointCoordinates.cxx index cdbd36761..4d4078216 100644 --- a/vtkm/cont/testing/UnitTestArrayHandleUniformPointCoordinates.cxx +++ b/vtkm/cont/testing/UnitTestArrayHandleUniformPointCoordinates.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestArrayHandleVirtual.cxx b/vtkm/cont/testing/UnitTestArrayHandleVirtual.cxx index fd1f0bc72..a0ca39b5e 100644 --- a/vtkm/cont/testing/UnitTestArrayHandleVirtual.cxx +++ b/vtkm/cont/testing/UnitTestArrayHandleVirtual.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestArrayPortalToIterators.cxx b/vtkm/cont/testing/UnitTestArrayPortalToIterators.cxx index e09aebaa5..03d3d08a3 100644 --- a/vtkm/cont/testing/UnitTestArrayPortalToIterators.cxx +++ b/vtkm/cont/testing/UnitTestArrayPortalToIterators.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestCellLocatorGeneral.cxx b/vtkm/cont/testing/UnitTestCellLocatorGeneral.cxx index 9fbd4749d..d21be875c 100644 --- a/vtkm/cont/testing/UnitTestCellLocatorGeneral.cxx +++ b/vtkm/cont/testing/UnitTestCellLocatorGeneral.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestCellSet.cxx b/vtkm/cont/testing/UnitTestCellSet.cxx index c9341768a..87854666a 100644 --- a/vtkm/cont/testing/UnitTestCellSet.cxx +++ b/vtkm/cont/testing/UnitTestCellSet.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/testing/UnitTestCellSetExplicit.cxx b/vtkm/cont/testing/UnitTestCellSetExplicit.cxx index f0688c625..6906d1bb8 100644 --- a/vtkm/cont/testing/UnitTestCellSetExplicit.cxx +++ b/vtkm/cont/testing/UnitTestCellSetExplicit.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestCellSetPermutation.cxx b/vtkm/cont/testing/UnitTestCellSetPermutation.cxx index 3805a356f..d2892b29e 100644 --- a/vtkm/cont/testing/UnitTestCellSetPermutation.cxx +++ b/vtkm/cont/testing/UnitTestCellSetPermutation.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestContTesting.cxx b/vtkm/cont/testing/UnitTestContTesting.cxx index 0ea2ccec6..e7f69376a 100644 --- a/vtkm/cont/testing/UnitTestContTesting.cxx +++ b/vtkm/cont/testing/UnitTestContTesting.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // This meta-test makes sure that the testing environment is properly reporting diff --git a/vtkm/cont/testing/UnitTestDataSetBuilderExplicit.cxx b/vtkm/cont/testing/UnitTestDataSetBuilderExplicit.cxx index b8036f6d0..69eb86cc8 100644 --- a/vtkm/cont/testing/UnitTestDataSetBuilderExplicit.cxx +++ b/vtkm/cont/testing/UnitTestDataSetBuilderExplicit.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include #include diff --git a/vtkm/cont/testing/UnitTestDataSetBuilderRectilinear.cxx b/vtkm/cont/testing/UnitTestDataSetBuilderRectilinear.cxx index 8cf6ef54b..0c00b6616 100644 --- a/vtkm/cont/testing/UnitTestDataSetBuilderRectilinear.cxx +++ b/vtkm/cont/testing/UnitTestDataSetBuilderRectilinear.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include #include diff --git a/vtkm/cont/testing/UnitTestDataSetBuilderUniform.cxx b/vtkm/cont/testing/UnitTestDataSetBuilderUniform.cxx index c76caf44a..21b078e9d 100644 --- a/vtkm/cont/testing/UnitTestDataSetBuilderUniform.cxx +++ b/vtkm/cont/testing/UnitTestDataSetBuilderUniform.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include #include diff --git a/vtkm/cont/testing/UnitTestDataSetPermutation.cxx b/vtkm/cont/testing/UnitTestDataSetPermutation.cxx index b163ad007..e3d9f3049 100644 --- a/vtkm/cont/testing/UnitTestDataSetPermutation.cxx +++ b/vtkm/cont/testing/UnitTestDataSetPermutation.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestDataSetRectilinear.cxx b/vtkm/cont/testing/UnitTestDataSetRectilinear.cxx index 9090181a7..38203fbdb 100644 --- a/vtkm/cont/testing/UnitTestDataSetRectilinear.cxx +++ b/vtkm/cont/testing/UnitTestDataSetRectilinear.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestDataSetUniform.cxx b/vtkm/cont/testing/UnitTestDataSetUniform.cxx index dce77dd62..047c6d490 100644 --- a/vtkm/cont/testing/UnitTestDataSetUniform.cxx +++ b/vtkm/cont/testing/UnitTestDataSetUniform.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestDeviceAdapterAlgorithmDependency.cxx b/vtkm/cont/testing/UnitTestDeviceAdapterAlgorithmDependency.cxx index 56ae413ae..777838c41 100644 --- a/vtkm/cont/testing/UnitTestDeviceAdapterAlgorithmDependency.cxx +++ b/vtkm/cont/testing/UnitTestDeviceAdapterAlgorithmDependency.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // This tests a previous problem where code templated on the device adapter and diff --git a/vtkm/cont/testing/UnitTestDeviceAdapterAlgorithmGeneral.cxx b/vtkm/cont/testing/UnitTestDeviceAdapterAlgorithmGeneral.cxx index 5d23f20bd..7c452ae4a 100644 --- a/vtkm/cont/testing/UnitTestDeviceAdapterAlgorithmGeneral.cxx +++ b/vtkm/cont/testing/UnitTestDeviceAdapterAlgorithmGeneral.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // This test makes sure that the algorithms specified in diff --git a/vtkm/cont/testing/UnitTestDynamicCellSet.cxx b/vtkm/cont/testing/UnitTestDynamicCellSet.cxx index 9e146f428..f6a52c5e5 100644 --- a/vtkm/cont/testing/UnitTestDynamicCellSet.cxx +++ b/vtkm/cont/testing/UnitTestDynamicCellSet.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestFieldRangeCompute.cxx b/vtkm/cont/testing/UnitTestFieldRangeCompute.cxx index 91993ad77..439257a0a 100644 --- a/vtkm/cont/testing/UnitTestFieldRangeCompute.cxx +++ b/vtkm/cont/testing/UnitTestFieldRangeCompute.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestFieldRangeGlobalCompute.cxx b/vtkm/cont/testing/UnitTestFieldRangeGlobalCompute.cxx index 5a0b9f211..c2c63ee3b 100644 --- a/vtkm/cont/testing/UnitTestFieldRangeGlobalCompute.cxx +++ b/vtkm/cont/testing/UnitTestFieldRangeGlobalCompute.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestInitialize.cxx b/vtkm/cont/testing/UnitTestInitialize.cxx index 072b22e75..32553b423 100644 --- a/vtkm/cont/testing/UnitTestInitialize.cxx +++ b/vtkm/cont/testing/UnitTestInitialize.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestLogging.cxx b/vtkm/cont/testing/UnitTestLogging.cxx index 95839bb33..6c11fad5c 100644 --- a/vtkm/cont/testing/UnitTestLogging.cxx +++ b/vtkm/cont/testing/UnitTestLogging.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestMoveConstructors.cxx b/vtkm/cont/testing/UnitTestMoveConstructors.cxx index 8e4a0fab5..af3ef4621 100644 --- a/vtkm/cont/testing/UnitTestMoveConstructors.cxx +++ b/vtkm/cont/testing/UnitTestMoveConstructors.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/testing/UnitTestMultiBlock.cxx b/vtkm/cont/testing/UnitTestMultiBlock.cxx index f7b527991..7115ac73a 100644 --- a/vtkm/cont/testing/UnitTestMultiBlock.cxx +++ b/vtkm/cont/testing/UnitTestMultiBlock.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestRuntimeDeviceInformation.cxx b/vtkm/cont/testing/UnitTestRuntimeDeviceInformation.cxx index ff0c8bf51..a71babfef 100644 --- a/vtkm/cont/testing/UnitTestRuntimeDeviceInformation.cxx +++ b/vtkm/cont/testing/UnitTestRuntimeDeviceInformation.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestRuntimeDeviceNames.cxx b/vtkm/cont/testing/UnitTestRuntimeDeviceNames.cxx index febf20621..e8ba7e60c 100644 --- a/vtkm/cont/testing/UnitTestRuntimeDeviceNames.cxx +++ b/vtkm/cont/testing/UnitTestRuntimeDeviceNames.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestSerializationArrayHandle.cxx b/vtkm/cont/testing/UnitTestSerializationArrayHandle.cxx index 1fede1254..2981a5e97 100644 --- a/vtkm/cont/testing/UnitTestSerializationArrayHandle.cxx +++ b/vtkm/cont/testing/UnitTestSerializationArrayHandle.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/testing/UnitTestSerializationDataSet.cxx b/vtkm/cont/testing/UnitTestSerializationDataSet.cxx index aff10813d..37995af87 100644 --- a/vtkm/cont/testing/UnitTestSerializationDataSet.cxx +++ b/vtkm/cont/testing/UnitTestSerializationDataSet.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/testing/UnitTestStorageBasic.cxx b/vtkm/cont/testing/UnitTestStorageBasic.cxx index 41e4400df..b84b3132f 100644 --- a/vtkm/cont/testing/UnitTestStorageBasic.cxx +++ b/vtkm/cont/testing/UnitTestStorageBasic.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestStorageImplicit.cxx b/vtkm/cont/testing/UnitTestStorageImplicit.cxx index 67bba3587..02e194f61 100644 --- a/vtkm/cont/testing/UnitTestStorageImplicit.cxx +++ b/vtkm/cont/testing/UnitTestStorageImplicit.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestStorageListTag.cxx b/vtkm/cont/testing/UnitTestStorageListTag.cxx index 4934a39cb..98e9002c3 100644 --- a/vtkm/cont/testing/UnitTestStorageListTag.cxx +++ b/vtkm/cont/testing/UnitTestStorageListTag.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestTimer.cxx b/vtkm/cont/testing/UnitTestTimer.cxx index b62e6c9d6..ce6cdc650 100644 --- a/vtkm/cont/testing/UnitTestTimer.cxx +++ b/vtkm/cont/testing/UnitTestTimer.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/cont/testing/UnitTestTryExecute.cxx b/vtkm/cont/testing/UnitTestTryExecute.cxx index 9616ce427..f85d2d4dd 100644 --- a/vtkm/cont/testing/UnitTestTryExecute.cxx +++ b/vtkm/cont/testing/UnitTestTryExecute.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/cont/testing/UnitTestVariantArrayHandle.cxx b/vtkm/cont/testing/UnitTestVariantArrayHandle.cxx index 31718e516..049c1f105 100644 --- a/vtkm/cont/testing/UnitTestVariantArrayHandle.cxx +++ b/vtkm/cont/testing/UnitTestVariantArrayHandle.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/exec/AtomicArrayExecutionObject.h b/vtkm/exec/AtomicArrayExecutionObject.h index 8532d3ffe..620234c80 100644 --- a/vtkm/exec/AtomicArrayExecutionObject.h +++ b/vtkm/exec/AtomicArrayExecutionObject.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_AtomicArrayExecutionObject_h #define vtk_m_exec_AtomicArrayExecutionObject_h diff --git a/vtkm/exec/BoundaryState.h b/vtkm/exec/BoundaryState.h index aa7a1a950..ec8034b77 100644 --- a/vtkm/exec/BoundaryState.h +++ b/vtkm/exec/BoundaryState.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_BoundaryState_h #define vtk_m_exec_BoundaryState_h diff --git a/vtkm/exec/CMakeLists.txt b/vtkm/exec/CMakeLists.txt index 7d3c79cb0..210f9ed0a 100644 --- a/vtkm/exec/CMakeLists.txt +++ b/vtkm/exec/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/exec/CellDerivative.h b/vtkm/exec/CellDerivative.h index 0e7328fa3..ba3a872fd 100644 --- a/vtkm/exec/CellDerivative.h +++ b/vtkm/exec/CellDerivative.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_Derivative_h #define vtk_m_exec_Derivative_h diff --git a/vtkm/exec/CellEdge.h b/vtkm/exec/CellEdge.h index c37696b7f..1fec8c970 100644 --- a/vtkm/exec/CellEdge.h +++ b/vtkm/exec/CellEdge.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_CellEdge_h #define vtk_m_exec_CellEdge_h diff --git a/vtkm/exec/CellFace.h b/vtkm/exec/CellFace.h index c63dada41..d5442e24a 100644 --- a/vtkm/exec/CellFace.h +++ b/vtkm/exec/CellFace.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_CellFace_h #define vtk_m_exec_CellFace_h diff --git a/vtkm/exec/CellInside.h b/vtkm/exec/CellInside.h index 8fca4583c..621315e24 100644 --- a/vtkm/exec/CellInside.h +++ b/vtkm/exec/CellInside.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_CellInside_h #define vtk_m_exec_CellInside_h diff --git a/vtkm/exec/CellInterpolate.h b/vtkm/exec/CellInterpolate.h index b3a41f310..1e6b0371c 100644 --- a/vtkm/exec/CellInterpolate.h +++ b/vtkm/exec/CellInterpolate.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_Interpolate_h #define vtk_m_exec_Interpolate_h diff --git a/vtkm/exec/CellLocator.h b/vtkm/exec/CellLocator.h index bbf757718..aa91e793e 100644 --- a/vtkm/exec/CellLocator.h +++ b/vtkm/exec/CellLocator.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_CellLocator_h #define vtk_m_exec_CellLocator_h diff --git a/vtkm/exec/CellLocatorBoundingIntervalHierarchyExec.h b/vtkm/exec/CellLocatorBoundingIntervalHierarchyExec.h index 5976f1494..68e03d498 100644 --- a/vtkm/exec/CellLocatorBoundingIntervalHierarchyExec.h +++ b/vtkm/exec/CellLocatorBoundingIntervalHierarchyExec.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cont_CellLocatorBoundingIntervalHierarchyExec_h #define vtk_m_cont_CellLocatorBoundingIntervalHierarchyExec_h diff --git a/vtkm/exec/CellLocatorRectilinearGrid.h b/vtkm/exec/CellLocatorRectilinearGrid.h index cc131d23c..26a30b062 100644 --- a/vtkm/exec/CellLocatorRectilinearGrid.h +++ b/vtkm/exec/CellLocatorRectilinearGrid.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtkm_exec_celllocatorrectilineargrid_h #define vtkm_exec_celllocatorrectilineargrid_h diff --git a/vtkm/exec/CellLocatorUniformGrid.h b/vtkm/exec/CellLocatorUniformGrid.h index 51d4f152e..4a845cf7c 100644 --- a/vtkm/exec/CellLocatorUniformGrid.h +++ b/vtkm/exec/CellLocatorUniformGrid.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtkm_exec_celllocatoruniformgrid_h #define vtkm_exec_celllocatoruniformgrid_h diff --git a/vtkm/exec/CellMeasure.h b/vtkm/exec/CellMeasure.h index bee234faf..8807e9c39 100644 --- a/vtkm/exec/CellMeasure.h +++ b/vtkm/exec/CellMeasure.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_CellMeasure_h #define vtk_m_exec_CellMeasure_h diff --git a/vtkm/exec/ColorTable.h b/vtkm/exec/ColorTable.h index f09bb60b3..2f74b0286 100644 --- a/vtkm/exec/ColorTable.h +++ b/vtkm/exec/ColorTable.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_exec_ColorTable_h #define vtk_m_exec_ColorTable_h diff --git a/vtkm/exec/ColorTable.hxx b/vtkm/exec/ColorTable.hxx index 799207f7e..9ca43475d 100644 --- a/vtkm/exec/ColorTable.hxx +++ b/vtkm/exec/ColorTable.hxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_exec_ColorTable_hxx #define vtk_m_exec_ColorTable_hxx diff --git a/vtkm/exec/ConnectivityExplicit.h b/vtkm/exec/ConnectivityExplicit.h index 699409df5..325fd0e7e 100644 --- a/vtkm/exec/ConnectivityExplicit.h +++ b/vtkm/exec/ConnectivityExplicit.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_ConnectivityExplicit_h #define vtk_m_exec_ConnectivityExplicit_h diff --git a/vtkm/exec/ConnectivityPermuted.h b/vtkm/exec/ConnectivityPermuted.h index de7ee23ea..e62f616ea 100644 --- a/vtkm/exec/ConnectivityPermuted.h +++ b/vtkm/exec/ConnectivityPermuted.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_ConnectivityPermuted_h diff --git a/vtkm/exec/ConnectivityStructured.h b/vtkm/exec/ConnectivityStructured.h index edbc7c3a8..5942cfe10 100644 --- a/vtkm/exec/ConnectivityStructured.h +++ b/vtkm/exec/ConnectivityStructured.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_ConnectivityStructured_h diff --git a/vtkm/exec/ExecutionWholeArray.h b/vtkm/exec/ExecutionWholeArray.h index b6fee2e6a..8d262f59a 100644 --- a/vtkm/exec/ExecutionWholeArray.h +++ b/vtkm/exec/ExecutionWholeArray.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_ExecutionWholeArray_h #define vtk_m_exec_ExecutionWholeArray_h diff --git a/vtkm/exec/FieldNeighborhood.h b/vtkm/exec/FieldNeighborhood.h index 5ba09b5ac..b424a5203 100644 --- a/vtkm/exec/FieldNeighborhood.h +++ b/vtkm/exec/FieldNeighborhood.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_FieldNeighborhood_h #define vtk_m_exec_FieldNeighborhood_h diff --git a/vtkm/exec/FunctorBase.h b/vtkm/exec/FunctorBase.h index 1d52c9c45..1b0dd07e6 100644 --- a/vtkm/exec/FunctorBase.h +++ b/vtkm/exec/FunctorBase.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_FunctorBase_h #define vtk_m_exec_FunctorBase_h diff --git a/vtkm/exec/Jacobian.h b/vtkm/exec/Jacobian.h index e18167746..d64aad78e 100644 --- a/vtkm/exec/Jacobian.h +++ b/vtkm/exec/Jacobian.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_Jacobian_h #define vtk_m_exec_Jacobian_h diff --git a/vtkm/exec/ParametricCoordinates.h b/vtkm/exec/ParametricCoordinates.h index 618abcb45..c9e6bbe6a 100644 --- a/vtkm/exec/ParametricCoordinates.h +++ b/vtkm/exec/ParametricCoordinates.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_ParametricCoordinates_h #define vtk_m_exec_ParametricCoordinates_h diff --git a/vtkm/exec/PointLocator.h b/vtkm/exec/PointLocator.h index 0edc2565d..db74cf613 100644 --- a/vtkm/exec/PointLocator.h +++ b/vtkm/exec/PointLocator.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_PointLocator_h #define vtk_m_exec_PointLocator_h diff --git a/vtkm/exec/PointLocatorUniformGrid.h b/vtkm/exec/PointLocatorUniformGrid.h index d74b6ab74..13633b5d3 100644 --- a/vtkm/exec/PointLocatorUniformGrid.h +++ b/vtkm/exec/PointLocatorUniformGrid.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_PointLocatorUniformGrid_h #define vtk_m_exec_PointLocatorUniformGrid_h diff --git a/vtkm/exec/TaskBase.h b/vtkm/exec/TaskBase.h index 00af98199..18bd97339 100644 --- a/vtkm/exec/TaskBase.h +++ b/vtkm/exec/TaskBase.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_TaskBase_h #define vtk_m_exec_TaskBase_h diff --git a/vtkm/exec/arg/AspectTagDefault.h b/vtkm/exec/arg/AspectTagDefault.h index d6fdd161a..cccdd7f84 100644 --- a/vtkm/exec/arg/AspectTagDefault.h +++ b/vtkm/exec/arg/AspectTagDefault.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_AspectTagDefault_h #define vtk_m_exec_arg_AspectTagDefault_h diff --git a/vtkm/exec/arg/BasicArg.h b/vtkm/exec/arg/BasicArg.h index 69fce92e9..325889b7d 100644 --- a/vtkm/exec/arg/BasicArg.h +++ b/vtkm/exec/arg/BasicArg.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_BasicArg_h #define vtk_m_exec_arg_BasicArg_h diff --git a/vtkm/exec/arg/Boundary.h b/vtkm/exec/arg/Boundary.h index 4200976ed..df3612a3e 100644 --- a/vtkm/exec/arg/Boundary.h +++ b/vtkm/exec/arg/Boundary.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_OnBoundary_h #define vtk_m_exec_arg_OnBoundary_h diff --git a/vtkm/exec/arg/CMakeLists.txt b/vtkm/exec/arg/CMakeLists.txt index a56690734..a28474491 100644 --- a/vtkm/exec/arg/CMakeLists.txt +++ b/vtkm/exec/arg/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/exec/arg/CellShape.h b/vtkm/exec/arg/CellShape.h index 55485264c..a5660283d 100644 --- a/vtkm/exec/arg/CellShape.h +++ b/vtkm/exec/arg/CellShape.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_CellShape_h #define vtk_m_exec_arg_CellShape_h diff --git a/vtkm/exec/arg/ExecutionSignatureTagBase.h b/vtkm/exec/arg/ExecutionSignatureTagBase.h index a48b9f1e6..49dbb5a4d 100644 --- a/vtkm/exec/arg/ExecutionSignatureTagBase.h +++ b/vtkm/exec/arg/ExecutionSignatureTagBase.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_ExecutionSignatureTagBase_h #define vtk_m_exec_arg_ExecutionSignatureTagBase_h diff --git a/vtkm/exec/arg/Fetch.h b/vtkm/exec/arg/Fetch.h index 753ab721e..9fbfcde3e 100644 --- a/vtkm/exec/arg/Fetch.h +++ b/vtkm/exec/arg/Fetch.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_Fetch_h #define vtk_m_exec_arg_Fetch_h diff --git a/vtkm/exec/arg/FetchTagArrayDirectIn.h b/vtkm/exec/arg/FetchTagArrayDirectIn.h index 54bc25bed..851e8d899 100644 --- a/vtkm/exec/arg/FetchTagArrayDirectIn.h +++ b/vtkm/exec/arg/FetchTagArrayDirectIn.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_FetchTagArrayDirectIn_h #define vtk_m_exec_arg_FetchTagArrayDirectIn_h diff --git a/vtkm/exec/arg/FetchTagArrayDirectInOut.h b/vtkm/exec/arg/FetchTagArrayDirectInOut.h index bd2f4ba3a..b6129007b 100644 --- a/vtkm/exec/arg/FetchTagArrayDirectInOut.h +++ b/vtkm/exec/arg/FetchTagArrayDirectInOut.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_FetchTagArrayDirectInOut_h #define vtk_m_exec_arg_FetchTagArrayDirectInOut_h diff --git a/vtkm/exec/arg/FetchTagArrayDirectOut.h b/vtkm/exec/arg/FetchTagArrayDirectOut.h index 7ef78dbec..e0603ebbd 100644 --- a/vtkm/exec/arg/FetchTagArrayDirectOut.h +++ b/vtkm/exec/arg/FetchTagArrayDirectOut.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_FetchTagArrayDirectOut_h #define vtk_m_exec_arg_FetchTagArrayDirectOut_h diff --git a/vtkm/exec/arg/FetchTagArrayNeighborhoodIn.h b/vtkm/exec/arg/FetchTagArrayNeighborhoodIn.h index 078a7645e..86ee7f028 100644 --- a/vtkm/exec/arg/FetchTagArrayNeighborhoodIn.h +++ b/vtkm/exec/arg/FetchTagArrayNeighborhoodIn.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_FetchTagArrayNeighborhoodIn_h #define vtk_m_exec_arg_FetchTagArrayNeighborhoodIn_h diff --git a/vtkm/exec/arg/FetchTagArrayTopologyMapIn.h b/vtkm/exec/arg/FetchTagArrayTopologyMapIn.h index 5c08e355d..46e820aeb 100644 --- a/vtkm/exec/arg/FetchTagArrayTopologyMapIn.h +++ b/vtkm/exec/arg/FetchTagArrayTopologyMapIn.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_FetchTagArrayTopologyMapIn_h #define vtk_m_exec_arg_FetchTagArrayTopologyMapIn_h diff --git a/vtkm/exec/arg/FetchTagCellSetIn.h b/vtkm/exec/arg/FetchTagCellSetIn.h index 60659c623..05b1a3af5 100644 --- a/vtkm/exec/arg/FetchTagCellSetIn.h +++ b/vtkm/exec/arg/FetchTagCellSetIn.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_FetchTagCellSetIn_h #define vtk_m_exec_arg_FetchTagCellSetIn_h diff --git a/vtkm/exec/arg/FetchTagExecObject.h b/vtkm/exec/arg/FetchTagExecObject.h index 8028cee00..6945354c8 100644 --- a/vtkm/exec/arg/FetchTagExecObject.h +++ b/vtkm/exec/arg/FetchTagExecObject.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_FetchTagExecObject_h #define vtk_m_exec_arg_FetchTagExecObject_h diff --git a/vtkm/exec/arg/FetchTagKeysIn.h b/vtkm/exec/arg/FetchTagKeysIn.h index 0388f9f61..0f1076391 100644 --- a/vtkm/exec/arg/FetchTagKeysIn.h +++ b/vtkm/exec/arg/FetchTagKeysIn.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_FetchTagKeysIn_h #define vtk_m_exec_arg_FetchTagKeysIn_h diff --git a/vtkm/exec/arg/FetchTagWholeCellSetIn.h b/vtkm/exec/arg/FetchTagWholeCellSetIn.h index 3279af435..b57a00655 100644 --- a/vtkm/exec/arg/FetchTagWholeCellSetIn.h +++ b/vtkm/exec/arg/FetchTagWholeCellSetIn.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_FetchTagWholeCellSetIn_h #define vtk_m_exec_arg_FetchTagWholeCellSetIn_h diff --git a/vtkm/exec/arg/FromCount.h b/vtkm/exec/arg/FromCount.h index de358cbd3..95cdebf81 100644 --- a/vtkm/exec/arg/FromCount.h +++ b/vtkm/exec/arg/FromCount.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_FromCount_h #define vtk_m_exec_arg_FromCount_h diff --git a/vtkm/exec/arg/FromIndices.h b/vtkm/exec/arg/FromIndices.h index ee1588798..c02ed988d 100644 --- a/vtkm/exec/arg/FromIndices.h +++ b/vtkm/exec/arg/FromIndices.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_FromIndices_h #define vtk_m_exec_arg_FromIndices_h diff --git a/vtkm/exec/arg/InputIndex.h b/vtkm/exec/arg/InputIndex.h index c4593d662..ffa2de996 100644 --- a/vtkm/exec/arg/InputIndex.h +++ b/vtkm/exec/arg/InputIndex.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_InputIndex_h #define vtk_m_exec_arg_InputIndex_h diff --git a/vtkm/exec/arg/OutputIndex.h b/vtkm/exec/arg/OutputIndex.h index 87c57c871..665ba00a1 100644 --- a/vtkm/exec/arg/OutputIndex.h +++ b/vtkm/exec/arg/OutputIndex.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_OutputIndex_h #define vtk_m_exec_arg_OutputIndex_h diff --git a/vtkm/exec/arg/ThreadIndices.h b/vtkm/exec/arg/ThreadIndices.h index 647da560f..e000d3d3c 100644 --- a/vtkm/exec/arg/ThreadIndices.h +++ b/vtkm/exec/arg/ThreadIndices.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_ThreadIndices_h #define vtk_m_exec_arg_ThreadIndices_h diff --git a/vtkm/exec/arg/ThreadIndicesBasic.h b/vtkm/exec/arg/ThreadIndicesBasic.h index 0a6375f74..79ee1b30d 100644 --- a/vtkm/exec/arg/ThreadIndicesBasic.h +++ b/vtkm/exec/arg/ThreadIndicesBasic.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_ThreadIndicesBasic_h #define vtk_m_exec_arg_ThreadIndicesBasic_h diff --git a/vtkm/exec/arg/ThreadIndicesPointNeighborhood.h b/vtkm/exec/arg/ThreadIndicesPointNeighborhood.h index 58a6bbfd9..063b7ac49 100644 --- a/vtkm/exec/arg/ThreadIndicesPointNeighborhood.h +++ b/vtkm/exec/arg/ThreadIndicesPointNeighborhood.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_ThreadIndicesPointNeighborhood_h #define vtk_m_exec_arg_ThreadIndicesPointNeighborhood_h diff --git a/vtkm/exec/arg/ThreadIndicesReduceByKey.h b/vtkm/exec/arg/ThreadIndicesReduceByKey.h index b10139de1..2be9c8e7d 100644 --- a/vtkm/exec/arg/ThreadIndicesReduceByKey.h +++ b/vtkm/exec/arg/ThreadIndicesReduceByKey.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_ThreadIndicesReduceByKey_h #define vtk_m_exec_arg_ThreadIndicesReduceByKey_h diff --git a/vtkm/exec/arg/ThreadIndicesTopologyMap.h b/vtkm/exec/arg/ThreadIndicesTopologyMap.h index ff4782659..8e0466116 100644 --- a/vtkm/exec/arg/ThreadIndicesTopologyMap.h +++ b/vtkm/exec/arg/ThreadIndicesTopologyMap.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_ThreadIndicesTopologyMap_h #define vtk_m_exec_arg_ThreadIndicesTopologyMap_h diff --git a/vtkm/exec/arg/ValueCount.h b/vtkm/exec/arg/ValueCount.h index 4afb7c3ed..9caf6860e 100644 --- a/vtkm/exec/arg/ValueCount.h +++ b/vtkm/exec/arg/ValueCount.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_ValueCount_h #define vtk_m_exec_arg_ValueCount_h diff --git a/vtkm/exec/arg/VisitIndex.h b/vtkm/exec/arg/VisitIndex.h index cff7c7e04..1d055713b 100644 --- a/vtkm/exec/arg/VisitIndex.h +++ b/vtkm/exec/arg/VisitIndex.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_VisitIndex_h #define vtk_m_exec_arg_VisitIndex_h diff --git a/vtkm/exec/arg/WorkIndex.h b/vtkm/exec/arg/WorkIndex.h index c5620dda9..864a105ae 100644 --- a/vtkm/exec/arg/WorkIndex.h +++ b/vtkm/exec/arg/WorkIndex.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_WorkIndex_h #define vtk_m_exec_arg_WorkIndex_h diff --git a/vtkm/exec/arg/testing/CMakeLists.txt b/vtkm/exec/arg/testing/CMakeLists.txt index d1ec465f6..ad417a2ea 100644 --- a/vtkm/exec/arg/testing/CMakeLists.txt +++ b/vtkm/exec/arg/testing/CMakeLists.txt @@ -1,21 +1,11 @@ -#============================================================================ +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers ThreadIndicesTesting.h diff --git a/vtkm/exec/arg/testing/ThreadIndicesTesting.h b/vtkm/exec/arg/testing/ThreadIndicesTesting.h index b5abad5a0..3da233bc8 100644 --- a/vtkm/exec/arg/testing/ThreadIndicesTesting.h +++ b/vtkm/exec/arg/testing/ThreadIndicesTesting.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_arg_testing_ThreadIndicesTesting_h #define vtk_m_exec_arg_testing_ThreadIndicesTesting_h diff --git a/vtkm/exec/arg/testing/UnitTestExecutionSignatureTag.cxx b/vtkm/exec/arg/testing/UnitTestExecutionSignatureTag.cxx index 43318cd0b..784bc3b78 100644 --- a/vtkm/exec/arg/testing/UnitTestExecutionSignatureTag.cxx +++ b/vtkm/exec/arg/testing/UnitTestExecutionSignatureTag.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/exec/arg/testing/UnitTestFetchArrayDirectIn.cxx b/vtkm/exec/arg/testing/UnitTestFetchArrayDirectIn.cxx index b2ba4c36d..2bed5a70f 100644 --- a/vtkm/exec/arg/testing/UnitTestFetchArrayDirectIn.cxx +++ b/vtkm/exec/arg/testing/UnitTestFetchArrayDirectIn.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/exec/arg/testing/UnitTestFetchArrayDirectInOut.cxx b/vtkm/exec/arg/testing/UnitTestFetchArrayDirectInOut.cxx index adf787b1a..53b664ab8 100644 --- a/vtkm/exec/arg/testing/UnitTestFetchArrayDirectInOut.cxx +++ b/vtkm/exec/arg/testing/UnitTestFetchArrayDirectInOut.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/exec/arg/testing/UnitTestFetchArrayDirectOut.cxx b/vtkm/exec/arg/testing/UnitTestFetchArrayDirectOut.cxx index e7ebc668c..f714ea75b 100644 --- a/vtkm/exec/arg/testing/UnitTestFetchArrayDirectOut.cxx +++ b/vtkm/exec/arg/testing/UnitTestFetchArrayDirectOut.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/exec/arg/testing/UnitTestFetchArrayNeighborhoodIn.cxx b/vtkm/exec/arg/testing/UnitTestFetchArrayNeighborhoodIn.cxx index 0f850ed79..433049de7 100644 --- a/vtkm/exec/arg/testing/UnitTestFetchArrayNeighborhoodIn.cxx +++ b/vtkm/exec/arg/testing/UnitTestFetchArrayNeighborhoodIn.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/exec/arg/testing/UnitTestFetchArrayTopologyMapIn.cxx b/vtkm/exec/arg/testing/UnitTestFetchArrayTopologyMapIn.cxx index be15fa030..441bf4e02 100644 --- a/vtkm/exec/arg/testing/UnitTestFetchArrayTopologyMapIn.cxx +++ b/vtkm/exec/arg/testing/UnitTestFetchArrayTopologyMapIn.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/exec/arg/testing/UnitTestFetchExecObject.cxx b/vtkm/exec/arg/testing/UnitTestFetchExecObject.cxx index 4c1e98a6f..651224ea1 100644 --- a/vtkm/exec/arg/testing/UnitTestFetchExecObject.cxx +++ b/vtkm/exec/arg/testing/UnitTestFetchExecObject.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/exec/arg/testing/UnitTestFetchWorkIndex.cxx b/vtkm/exec/arg/testing/UnitTestFetchWorkIndex.cxx index 1eec40122..9df7f1802 100644 --- a/vtkm/exec/arg/testing/UnitTestFetchWorkIndex.cxx +++ b/vtkm/exec/arg/testing/UnitTestFetchWorkIndex.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/exec/cuda/CMakeLists.txt b/vtkm/exec/cuda/CMakeLists.txt index d62192c68..9f98ed10d 100644 --- a/vtkm/exec/cuda/CMakeLists.txt +++ b/vtkm/exec/cuda/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ #----------------------------------------------------------------------------- diff --git a/vtkm/exec/cuda/internal/ArrayPortalFromThrust.h b/vtkm/exec/cuda/internal/ArrayPortalFromThrust.h index 328b151e7..e25707d2e 100644 --- a/vtkm/exec/cuda/internal/ArrayPortalFromThrust.h +++ b/vtkm/exec/cuda/internal/ArrayPortalFromThrust.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_cuda_internal_ArrayPortalFromThrust_h #define vtk_m_exec_cuda_internal_ArrayPortalFromThrust_h diff --git a/vtkm/exec/cuda/internal/CMakeLists.txt b/vtkm/exec/cuda/internal/CMakeLists.txt index 0de9e42e6..98b2f0dda 100644 --- a/vtkm/exec/cuda/internal/CMakeLists.txt +++ b/vtkm/exec/cuda/internal/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/exec/cuda/internal/ExecutionPolicy.h b/vtkm/exec/cuda/internal/ExecutionPolicy.h index 81f4fe7b6..8e5a5356c 100644 --- a/vtkm/exec/cuda/internal/ExecutionPolicy.h +++ b/vtkm/exec/cuda/internal/ExecutionPolicy.h @@ -1,22 +1,11 @@ - //============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_cuda_internal_ExecutionPolicy_h #define vtk_m_exec_cuda_internal_ExecutionPolicy_h diff --git a/vtkm/exec/cuda/internal/IteratorFromArrayPortal.h b/vtkm/exec/cuda/internal/IteratorFromArrayPortal.h index 589731ac7..015af38d4 100644 --- a/vtkm/exec/cuda/internal/IteratorFromArrayPortal.h +++ b/vtkm/exec/cuda/internal/IteratorFromArrayPortal.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_cuda_internal_IteratorFromArrayPortal_h #define vtk_m_exec_cuda_internal_IteratorFromArrayPortal_h diff --git a/vtkm/exec/cuda/internal/TaskStrided.h b/vtkm/exec/cuda/internal/TaskStrided.h index f2375f5cc..40c436c4f 100644 --- a/vtkm/exec/cuda/internal/TaskStrided.h +++ b/vtkm/exec/cuda/internal/TaskStrided.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_cuda_internal_TaskStrided_h #define vtk_m_exec_cuda_internal_TaskStrided_h diff --git a/vtkm/exec/cuda/internal/ThrustPatches.h b/vtkm/exec/cuda/internal/ThrustPatches.h index 114a3ec59..d533a9a97 100644 --- a/vtkm/exec/cuda/internal/ThrustPatches.h +++ b/vtkm/exec/cuda/internal/ThrustPatches.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_cuda_internal_ThrustPatches_h #define vtk_m_exec_cuda_internal_ThrustPatches_h diff --git a/vtkm/exec/cuda/internal/WrappedOperators.h b/vtkm/exec/cuda/internal/WrappedOperators.h index 5f78f5923..d4c274bcb 100644 --- a/vtkm/exec/cuda/internal/WrappedOperators.h +++ b/vtkm/exec/cuda/internal/WrappedOperators.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_cuda_internal_WrappedOperators_h #define vtk_m_exec_cuda_internal_WrappedOperators_h diff --git a/vtkm/exec/cuda/internal/testing/CMakeLists.txt b/vtkm/exec/cuda/internal/testing/CMakeLists.txt index 84be197bb..b0d0a69ef 100644 --- a/vtkm/exec/cuda/internal/testing/CMakeLists.txt +++ b/vtkm/exec/cuda/internal/testing/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ set(unit_tests UnitTestTextureMemorySupport.cu diff --git a/vtkm/exec/cuda/internal/testing/UnitTestTaskStrided.cu b/vtkm/exec/cuda/internal/testing/UnitTestTaskStrided.cu index 30a9a3277..50ce753c4 100644 --- a/vtkm/exec/cuda/internal/testing/UnitTestTaskStrided.cu +++ b/vtkm/exec/cuda/internal/testing/UnitTestTaskStrided.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/exec/cuda/internal/testing/UnitTestTextureMemorySupport.cu b/vtkm/exec/cuda/internal/testing/UnitTestTextureMemorySupport.cu index deeab2c81..d32b7eb6f 100644 --- a/vtkm/exec/cuda/internal/testing/UnitTestTextureMemorySupport.cu +++ b/vtkm/exec/cuda/internal/testing/UnitTestTextureMemorySupport.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/exec/internal/CMakeLists.txt b/vtkm/exec/internal/CMakeLists.txt index 7f12ae24f..541ebe551 100644 --- a/vtkm/exec/internal/CMakeLists.txt +++ b/vtkm/exec/internal/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/exec/internal/ErrorMessageBuffer.h b/vtkm/exec/internal/ErrorMessageBuffer.h index d920ea6a8..62cfeec32 100644 --- a/vtkm/exec/internal/ErrorMessageBuffer.h +++ b/vtkm/exec/internal/ErrorMessageBuffer.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_internal_ErrorMessageBuffer_h #define vtk_m_exec_internal_ErrorMessageBuffer_h diff --git a/vtkm/exec/internal/FastVec.h b/vtkm/exec/internal/FastVec.h index 7519ab78c..1efbdbdcc 100644 --- a/vtkm/exec/internal/FastVec.h +++ b/vtkm/exec/internal/FastVec.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_internal_FastVec_h #define vtk_m_exec_internal_FastVec_h diff --git a/vtkm/exec/internal/ReduceByKeyLookup.h b/vtkm/exec/internal/ReduceByKeyLookup.h index 16b6548c6..0e687bc36 100644 --- a/vtkm/exec/internal/ReduceByKeyLookup.h +++ b/vtkm/exec/internal/ReduceByKeyLookup.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_internal_ReduceByKeyLookup_h #define vtk_m_exec_internal_ReduceByKeyLookup_h diff --git a/vtkm/exec/internal/TaskSingular.h b/vtkm/exec/internal/TaskSingular.h index 3b5cf10dc..8e4cfecc0 100644 --- a/vtkm/exec/internal/TaskSingular.h +++ b/vtkm/exec/internal/TaskSingular.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_internal_TaskSingular_h #define vtk_m_exec_internal_TaskSingular_h diff --git a/vtkm/exec/internal/TwoLevelUniformGridExecutionObject.h b/vtkm/exec/internal/TwoLevelUniformGridExecutionObject.h index 175d95bb6..86319a84c 100644 --- a/vtkm/exec/internal/TwoLevelUniformGridExecutionObject.h +++ b/vtkm/exec/internal/TwoLevelUniformGridExecutionObject.h @@ -1,24 +1,11 @@ -// -// Created by Matthew Letter on 6/8/18. -// //============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_TwoLevelUniformGridExecutonObject_h #define vtk_m_exec_TwoLevelUniformGridExecutonObject_h diff --git a/vtkm/exec/internal/WorkletInvokeFunctorDetail.h b/vtkm/exec/internal/WorkletInvokeFunctorDetail.h index 976b18839..25a07fb7b 100644 --- a/vtkm/exec/internal/WorkletInvokeFunctorDetail.h +++ b/vtkm/exec/internal/WorkletInvokeFunctorDetail.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // **** DO NOT EDIT THIS FILE!!! **** // This file is automatically generated by WorkletInvokeFunctorDetail.h.in diff --git a/vtkm/exec/internal/WorkletInvokeFunctorDetail.h.in b/vtkm/exec/internal/WorkletInvokeFunctorDetail.h.in index 0950a29fd..72039295e 100644 --- a/vtkm/exec/internal/WorkletInvokeFunctorDetail.h.in +++ b/vtkm/exec/internal/WorkletInvokeFunctorDetail.h.in @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ $# This file uses the pyexpander macro processing utility to build the $# FunctionInterface facilities that use a variable number of arguments. diff --git a/vtkm/exec/internal/testing/CMakeLists.txt b/vtkm/exec/internal/testing/CMakeLists.txt index b9149245e..79d5f3b2e 100644 --- a/vtkm/exec/internal/testing/CMakeLists.txt +++ b/vtkm/exec/internal/testing/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ set(headers TestingTaskTiling.h diff --git a/vtkm/exec/internal/testing/TestingTaskTiling.h b/vtkm/exec/internal/testing/TestingTaskTiling.h index c2f122c83..97a5ad3c4 100644 --- a/vtkm/exec/internal/testing/TestingTaskTiling.h +++ b/vtkm/exec/internal/testing/TestingTaskTiling.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/exec/internal/testing/UnitTestErrorMessageBuffer.cxx b/vtkm/exec/internal/testing/UnitTestErrorMessageBuffer.cxx index 45fe0d01a..0b5bd642d 100644 --- a/vtkm/exec/internal/testing/UnitTestErrorMessageBuffer.cxx +++ b/vtkm/exec/internal/testing/UnitTestErrorMessageBuffer.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/exec/internal/testing/UnitTestTaskSingular.cxx b/vtkm/exec/internal/testing/UnitTestTaskSingular.cxx index a03a2110c..7a13ce583 100644 --- a/vtkm/exec/internal/testing/UnitTestTaskSingular.cxx +++ b/vtkm/exec/internal/testing/UnitTestTaskSingular.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/exec/internal/testing/UnitTestWorkletInvokeFunctor.cxx b/vtkm/exec/internal/testing/UnitTestWorkletInvokeFunctor.cxx index c8a12e86c..9113aee4a 100644 --- a/vtkm/exec/internal/testing/UnitTestWorkletInvokeFunctor.cxx +++ b/vtkm/exec/internal/testing/UnitTestWorkletInvokeFunctor.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/exec/openmp/CMakeLists.txt b/vtkm/exec/openmp/CMakeLists.txt index e842feb7d..9f98ed10d 100644 --- a/vtkm/exec/openmp/CMakeLists.txt +++ b/vtkm/exec/openmp/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2018 UT-Battelle, LLC. -## Copyright 2018 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ #----------------------------------------------------------------------------- diff --git a/vtkm/exec/openmp/internal/CMakeLists.txt b/vtkm/exec/openmp/internal/CMakeLists.txt index 05b678128..ebe27bead 100644 --- a/vtkm/exec/openmp/internal/CMakeLists.txt +++ b/vtkm/exec/openmp/internal/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2018 UT-Battelle, LLC. -## Copyright 2018 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/exec/openmp/internal/TaskTilingOpenMP.h b/vtkm/exec/openmp/internal/TaskTilingOpenMP.h index f350a5bf6..c7e1ca7eb 100644 --- a/vtkm/exec/openmp/internal/TaskTilingOpenMP.h +++ b/vtkm/exec/openmp/internal/TaskTilingOpenMP.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_openmp_internal_TaskTilingOpenMP_h #define vtk_m_exec_openmp_internal_TaskTilingOpenMP_h diff --git a/vtkm/exec/openmp/internal/testing/CMakeLists.txt b/vtkm/exec/openmp/internal/testing/CMakeLists.txt index bfec3d67e..7fe753540 100644 --- a/vtkm/exec/openmp/internal/testing/CMakeLists.txt +++ b/vtkm/exec/openmp/internal/testing/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2018 UT-Battelle, LLC. -## Copyright 2018 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ set(unit_tests UnitTestTaskTilingOpenMP.cxx diff --git a/vtkm/exec/openmp/internal/testing/UnitTestTaskTilingOpenMP.cxx b/vtkm/exec/openmp/internal/testing/UnitTestTaskTilingOpenMP.cxx index c9b12e742..ad768f222 100644 --- a/vtkm/exec/openmp/internal/testing/UnitTestTaskTilingOpenMP.cxx +++ b/vtkm/exec/openmp/internal/testing/UnitTestTaskTilingOpenMP.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/exec/serial/CMakeLists.txt b/vtkm/exec/serial/CMakeLists.txt index d62192c68..9f98ed10d 100644 --- a/vtkm/exec/serial/CMakeLists.txt +++ b/vtkm/exec/serial/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ #----------------------------------------------------------------------------- diff --git a/vtkm/exec/serial/internal/CMakeLists.txt b/vtkm/exec/serial/internal/CMakeLists.txt index 9cf11a589..b132287f0 100644 --- a/vtkm/exec/serial/internal/CMakeLists.txt +++ b/vtkm/exec/serial/internal/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/exec/serial/internal/TaskTiling.h b/vtkm/exec/serial/internal/TaskTiling.h index 5b865b3ed..925e8cd09 100644 --- a/vtkm/exec/serial/internal/TaskTiling.h +++ b/vtkm/exec/serial/internal/TaskTiling.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_serial_internal_TaskTiling_h diff --git a/vtkm/exec/serial/internal/testing/CMakeLists.txt b/vtkm/exec/serial/internal/testing/CMakeLists.txt index cdca5b82a..c1a70112d 100644 --- a/vtkm/exec/serial/internal/testing/CMakeLists.txt +++ b/vtkm/exec/serial/internal/testing/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ set(unit_tests UnitTestTaskTilingSerial.cxx diff --git a/vtkm/exec/serial/internal/testing/UnitTestTaskTilingSerial.cxx b/vtkm/exec/serial/internal/testing/UnitTestTaskTilingSerial.cxx index 831b28a2a..931929ed5 100644 --- a/vtkm/exec/serial/internal/testing/UnitTestTaskTilingSerial.cxx +++ b/vtkm/exec/serial/internal/testing/UnitTestTaskTilingSerial.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/exec/tbb/CMakeLists.txt b/vtkm/exec/tbb/CMakeLists.txt index d62192c68..9f98ed10d 100644 --- a/vtkm/exec/tbb/CMakeLists.txt +++ b/vtkm/exec/tbb/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ #----------------------------------------------------------------------------- diff --git a/vtkm/exec/tbb/internal/CMakeLists.txt b/vtkm/exec/tbb/internal/CMakeLists.txt index 66105f5cd..f8530973b 100644 --- a/vtkm/exec/tbb/internal/CMakeLists.txt +++ b/vtkm/exec/tbb/internal/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/exec/tbb/internal/TaskTiling.h b/vtkm/exec/tbb/internal/TaskTiling.h index 7beee2834..33ec1dac6 100644 --- a/vtkm/exec/tbb/internal/TaskTiling.h +++ b/vtkm/exec/tbb/internal/TaskTiling.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_exec_tbb_internal_TaskTiling_h #define vtk_m_exec_tbb_internal_TaskTiling_h diff --git a/vtkm/exec/tbb/internal/testing/CMakeLists.txt b/vtkm/exec/tbb/internal/testing/CMakeLists.txt index df507fc0b..a0d4b3033 100644 --- a/vtkm/exec/tbb/internal/testing/CMakeLists.txt +++ b/vtkm/exec/tbb/internal/testing/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ set(unit_tests UnitTestTaskTilingTBB.cxx diff --git a/vtkm/exec/tbb/internal/testing/UnitTestTaskTilingTBB.cxx b/vtkm/exec/tbb/internal/testing/UnitTestTaskTilingTBB.cxx index edb4e1821..b519acbc9 100644 --- a/vtkm/exec/tbb/internal/testing/UnitTestTaskTilingTBB.cxx +++ b/vtkm/exec/tbb/internal/testing/UnitTestTaskTilingTBB.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/exec/testing/CMakeLists.txt b/vtkm/exec/testing/CMakeLists.txt index 721178c0f..f5337e74f 100644 --- a/vtkm/exec/testing/CMakeLists.txt +++ b/vtkm/exec/testing/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ set(unit_tests UnitTestCellDerivative.cxx diff --git a/vtkm/exec/testing/UnitTestCellDerivative.cxx b/vtkm/exec/testing/UnitTestCellDerivative.cxx index ff2002632..e38fe473a 100644 --- a/vtkm/exec/testing/UnitTestCellDerivative.cxx +++ b/vtkm/exec/testing/UnitTestCellDerivative.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/exec/testing/UnitTestCellEdgeFace.cxx b/vtkm/exec/testing/UnitTestCellEdgeFace.cxx index 73ef0561c..29a2e3468 100644 --- a/vtkm/exec/testing/UnitTestCellEdgeFace.cxx +++ b/vtkm/exec/testing/UnitTestCellEdgeFace.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/exec/testing/UnitTestCellInterpolate.cxx b/vtkm/exec/testing/UnitTestCellInterpolate.cxx index 3766c71b8..a0eee7828 100644 --- a/vtkm/exec/testing/UnitTestCellInterpolate.cxx +++ b/vtkm/exec/testing/UnitTestCellInterpolate.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/exec/testing/UnitTestParametricCoordinates.cxx b/vtkm/exec/testing/UnitTestParametricCoordinates.cxx index 3b58d40f2..6952c7d6b 100644 --- a/vtkm/exec/testing/UnitTestParametricCoordinates.cxx +++ b/vtkm/exec/testing/UnitTestParametricCoordinates.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/CMakeLists.txt b/vtkm/filter/CMakeLists.txt index b4af9570c..39a3ce794 100644 --- a/vtkm/filter/CMakeLists.txt +++ b/vtkm/filter/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/filter/CellAverage.h b/vtkm/filter/CellAverage.h index b9e328a68..4780d005d 100644 --- a/vtkm/filter/CellAverage.h +++ b/vtkm/filter/CellAverage.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_CellAverage_h diff --git a/vtkm/filter/CellAverage.hxx b/vtkm/filter/CellAverage.hxx index 534573f61..5900e91fc 100644 --- a/vtkm/filter/CellAverage.hxx +++ b/vtkm/filter/CellAverage.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/CellMeasures.h b/vtkm/filter/CellMeasures.h index 0bf161b74..99ec725d7 100644 --- a/vtkm/filter/CellMeasures.h +++ b/vtkm/filter/CellMeasures.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_CellMeasures_h diff --git a/vtkm/filter/CellMeasures.hxx b/vtkm/filter/CellMeasures.hxx index 171ae8cc8..03ad85682 100644 --- a/vtkm/filter/CellMeasures.hxx +++ b/vtkm/filter/CellMeasures.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/CellSetConnectivity.h b/vtkm/filter/CellSetConnectivity.h index fefebe33b..9a531438a 100644 --- a/vtkm/filter/CellSetConnectivity.h +++ b/vtkm/filter/CellSetConnectivity.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtkm_m_filter_CellSetConnectivity_h #define vtkm_m_filter_CellSetConnectivity_h diff --git a/vtkm/filter/CellSetConnectivity.hxx b/vtkm/filter/CellSetConnectivity.hxx index 46c71b4cc..ba0fdca77 100644 --- a/vtkm/filter/CellSetConnectivity.hxx +++ b/vtkm/filter/CellSetConnectivity.hxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtkm_m_filter_CellSetConnectivity_hxx #define vtkm_m_filter_CellSetConnectivity_hxx diff --git a/vtkm/filter/CleanGrid.h b/vtkm/filter/CleanGrid.h index b758e1d0f..b029942bf 100644 --- a/vtkm/filter/CleanGrid.h +++ b/vtkm/filter/CleanGrid.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_CleanGrid_h #define vtk_m_filter_CleanGrid_h diff --git a/vtkm/filter/CleanGrid.hxx b/vtkm/filter/CleanGrid.hxx index 75697b610..5cc20b51a 100644 --- a/vtkm/filter/CleanGrid.hxx +++ b/vtkm/filter/CleanGrid.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_CleanGrid_hxx diff --git a/vtkm/filter/ClipWithField.h b/vtkm/filter/ClipWithField.h index 43cd5f551..136810ea4 100644 --- a/vtkm/filter/ClipWithField.h +++ b/vtkm/filter/ClipWithField.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_ClipWithField_h diff --git a/vtkm/filter/ClipWithField.hxx b/vtkm/filter/ClipWithField.hxx index 757779f08..47dfdbf21 100644 --- a/vtkm/filter/ClipWithField.hxx +++ b/vtkm/filter/ClipWithField.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/ClipWithImplicitFunction.h b/vtkm/filter/ClipWithImplicitFunction.h index 7c23936c0..9d9114c04 100644 --- a/vtkm/filter/ClipWithImplicitFunction.h +++ b/vtkm/filter/ClipWithImplicitFunction.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_ClipWithImplicitFunction_h diff --git a/vtkm/filter/ClipWithImplicitFunction.hxx b/vtkm/filter/ClipWithImplicitFunction.hxx index 62d490750..e9f68d601 100644 --- a/vtkm/filter/ClipWithImplicitFunction.hxx +++ b/vtkm/filter/ClipWithImplicitFunction.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/ContourTreeUniform.h b/vtkm/filter/ContourTreeUniform.h index 233ad07b2..31da0a080 100644 --- a/vtkm/filter/ContourTreeUniform.h +++ b/vtkm/filter/ContourTreeUniform.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/filter/ContourTreeUniform.hxx b/vtkm/filter/ContourTreeUniform.hxx index 6ed2aa904..220e68311 100644 --- a/vtkm/filter/ContourTreeUniform.hxx +++ b/vtkm/filter/ContourTreeUniform.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/filter/ContourTreeUniformAugmented.h b/vtkm/filter/ContourTreeUniformAugmented.h index e5c195f56..bff794a55 100644 --- a/vtkm/filter/ContourTreeUniformAugmented.h +++ b/vtkm/filter/ContourTreeUniformAugmented.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/filter/ContourTreeUniformAugmented.hxx b/vtkm/filter/ContourTreeUniformAugmented.hxx index 6cd8c1444..88bcdb11f 100644 --- a/vtkm/filter/ContourTreeUniformAugmented.hxx +++ b/vtkm/filter/ContourTreeUniformAugmented.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/filter/CoordinateSystemTransform.h b/vtkm/filter/CoordinateSystemTransform.h index 001729142..9044b86d3 100644 --- a/vtkm/filter/CoordinateSystemTransform.h +++ b/vtkm/filter/CoordinateSystemTransform.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_CoordianteSystemTransform_h diff --git a/vtkm/filter/CoordinateSystemTransform.hxx b/vtkm/filter/CoordinateSystemTransform.hxx index 8b59e6488..f9dbf78c7 100644 --- a/vtkm/filter/CoordinateSystemTransform.hxx +++ b/vtkm/filter/CoordinateSystemTransform.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/CrossProduct.h b/vtkm/filter/CrossProduct.h index 2c4ad5041..3910f02f8 100644 --- a/vtkm/filter/CrossProduct.h +++ b/vtkm/filter/CrossProduct.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_CrossProduct_h diff --git a/vtkm/filter/CrossProduct.hxx b/vtkm/filter/CrossProduct.hxx index bb0f6661e..6c6341c52 100644 --- a/vtkm/filter/CrossProduct.hxx +++ b/vtkm/filter/CrossProduct.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/DotProduct.h b/vtkm/filter/DotProduct.h index 58a4d4e59..2d254b7c9 100644 --- a/vtkm/filter/DotProduct.h +++ b/vtkm/filter/DotProduct.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_DotProduct_h diff --git a/vtkm/filter/DotProduct.hxx b/vtkm/filter/DotProduct.hxx index 7d8e162ad..790fd0d87 100644 --- a/vtkm/filter/DotProduct.hxx +++ b/vtkm/filter/DotProduct.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/Entropy.h b/vtkm/filter/Entropy.h index baf42e3b4..a149a55d2 100644 --- a/vtkm/filter/Entropy.h +++ b/vtkm/filter/Entropy.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_Entropy_h diff --git a/vtkm/filter/Entropy.hxx b/vtkm/filter/Entropy.hxx index 6cd0b47fc..c7787b4d6 100644 --- a/vtkm/filter/Entropy.hxx +++ b/vtkm/filter/Entropy.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/ExternalFaces.h b/vtkm/filter/ExternalFaces.h index 2a9db5aec..50a9b0925 100644 --- a/vtkm/filter/ExternalFaces.h +++ b/vtkm/filter/ExternalFaces.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_ExternalFaces_h diff --git a/vtkm/filter/ExternalFaces.hxx b/vtkm/filter/ExternalFaces.hxx index 568a4326d..92e00fcf5 100644 --- a/vtkm/filter/ExternalFaces.hxx +++ b/vtkm/filter/ExternalFaces.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ namespace vtkm diff --git a/vtkm/filter/ExtractGeometry.h b/vtkm/filter/ExtractGeometry.h index 117386693..dfd4413ac 100644 --- a/vtkm/filter/ExtractGeometry.h +++ b/vtkm/filter/ExtractGeometry.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_ExtractGeometry_h diff --git a/vtkm/filter/ExtractGeometry.hxx b/vtkm/filter/ExtractGeometry.hxx index 6eb6223ae..f4843317a 100644 --- a/vtkm/filter/ExtractGeometry.hxx +++ b/vtkm/filter/ExtractGeometry.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/ExtractPoints.h b/vtkm/filter/ExtractPoints.h index 477eefba7..6f0388066 100644 --- a/vtkm/filter/ExtractPoints.h +++ b/vtkm/filter/ExtractPoints.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_ExtractPoints_h diff --git a/vtkm/filter/ExtractPoints.hxx b/vtkm/filter/ExtractPoints.hxx index 82058efe0..09af2601e 100644 --- a/vtkm/filter/ExtractPoints.hxx +++ b/vtkm/filter/ExtractPoints.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/ExtractStructured.h b/vtkm/filter/ExtractStructured.h index 199e62020..286f9b4fa 100644 --- a/vtkm/filter/ExtractStructured.h +++ b/vtkm/filter/ExtractStructured.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_ExtractStructured_h diff --git a/vtkm/filter/ExtractStructured.hxx b/vtkm/filter/ExtractStructured.hxx index 85d0475d0..77bd52f43 100644 --- a/vtkm/filter/ExtractStructured.hxx +++ b/vtkm/filter/ExtractStructured.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/FieldMetadata.h b/vtkm/filter/FieldMetadata.h index febf0c091..8ffbfb68f 100644 --- a/vtkm/filter/FieldMetadata.h +++ b/vtkm/filter/FieldMetadata.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_FieldMetadata_h diff --git a/vtkm/filter/FieldSelection.h b/vtkm/filter/FieldSelection.h index fcd8d47b9..31f9a34c0 100644 --- a/vtkm/filter/FieldSelection.h +++ b/vtkm/filter/FieldSelection.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_FieldSelection_h #define vtk_m_filter_FieldSelection_h diff --git a/vtkm/filter/FieldToColors.h b/vtkm/filter/FieldToColors.h index 2fd0920f8..d8bdc574e 100644 --- a/vtkm/filter/FieldToColors.h +++ b/vtkm/filter/FieldToColors.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_FieldToColors_h diff --git a/vtkm/filter/FieldToColors.hxx b/vtkm/filter/FieldToColors.hxx index 259fd141a..0abcb099b 100644 --- a/vtkm/filter/FieldToColors.hxx +++ b/vtkm/filter/FieldToColors.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_Field_to_Colors_hxx diff --git a/vtkm/filter/Filter.h b/vtkm/filter/Filter.h index 86766994c..39f454fdd 100644 --- a/vtkm/filter/Filter.h +++ b/vtkm/filter/Filter.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_Filter_h #define vtk_m_filter_Filter_h diff --git a/vtkm/filter/Filter.hxx b/vtkm/filter/Filter.hxx index c0731427d..1eeda4fcf 100644 --- a/vtkm/filter/Filter.hxx +++ b/vtkm/filter/Filter.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/FilterCell.h b/vtkm/filter/FilterCell.h index 1eb6cd348..0c701fdfb 100644 --- a/vtkm/filter/FilterCell.h +++ b/vtkm/filter/FilterCell.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_CellFilter_h diff --git a/vtkm/filter/FilterCell.hxx b/vtkm/filter/FilterCell.hxx index b947ce188..5b5187a1e 100644 --- a/vtkm/filter/FilterCell.hxx +++ b/vtkm/filter/FilterCell.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ namespace vtkm diff --git a/vtkm/filter/FilterDataSet.h b/vtkm/filter/FilterDataSet.h index 6a0ffb8c3..97549d679 100644 --- a/vtkm/filter/FilterDataSet.h +++ b/vtkm/filter/FilterDataSet.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_DataSetFilter_h diff --git a/vtkm/filter/FilterDataSet.hxx b/vtkm/filter/FilterDataSet.hxx index 0d2165cdc..4d4dcb9de 100644 --- a/vtkm/filter/FilterDataSet.hxx +++ b/vtkm/filter/FilterDataSet.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/FilterDataSetWithField.h b/vtkm/filter/FilterDataSetWithField.h index 580ab7e96..c4ef4d37f 100644 --- a/vtkm/filter/FilterDataSetWithField.h +++ b/vtkm/filter/FilterDataSetWithField.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_DataSetWithFieldFilter_h diff --git a/vtkm/filter/FilterDataSetWithField.hxx b/vtkm/filter/FilterDataSetWithField.hxx index 8e6c211d4..84fc5b164 100644 --- a/vtkm/filter/FilterDataSetWithField.hxx +++ b/vtkm/filter/FilterDataSetWithField.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/FilterField.h b/vtkm/filter/FilterField.h index 5be47ec3a..cb3b12315 100644 --- a/vtkm/filter/FilterField.h +++ b/vtkm/filter/FilterField.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_FieldFilter_h diff --git a/vtkm/filter/FilterField.hxx b/vtkm/filter/FilterField.hxx index 1556d58fe..5cd321794 100644 --- a/vtkm/filter/FilterField.hxx +++ b/vtkm/filter/FilterField.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/FilterTraits.h b/vtkm/filter/FilterTraits.h index b57e27f56..7a0cb8632 100644 --- a/vtkm/filter/FilterTraits.h +++ b/vtkm/filter/FilterTraits.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_FilterTraits_h diff --git a/vtkm/filter/GhostCellClassify.h b/vtkm/filter/GhostCellClassify.h index 7df980f2e..57e4b8bad 100644 --- a/vtkm/filter/GhostCellClassify.h +++ b/vtkm/filter/GhostCellClassify.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_GhostCellClassify_h #define vtk_m_filter_GhostCellClassify_h diff --git a/vtkm/filter/GhostCellClassify.hxx b/vtkm/filter/GhostCellClassify.hxx index 39db06007..d23d54064 100644 --- a/vtkm/filter/GhostCellClassify.hxx +++ b/vtkm/filter/GhostCellClassify.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/GhostCellRemove.h b/vtkm/filter/GhostCellRemove.h index ad1c59db4..3d6a0b430 100644 --- a/vtkm/filter/GhostCellRemove.h +++ b/vtkm/filter/GhostCellRemove.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_GhostCellRemove_h diff --git a/vtkm/filter/GhostCellRemove.hxx b/vtkm/filter/GhostCellRemove.hxx index 8ea865383..ec3bd770b 100644 --- a/vtkm/filter/GhostCellRemove.hxx +++ b/vtkm/filter/GhostCellRemove.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/Gradient.h b/vtkm/filter/Gradient.h index 5add2c30e..990cd722a 100644 --- a/vtkm/filter/Gradient.h +++ b/vtkm/filter/Gradient.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_Gradient_h diff --git a/vtkm/filter/Gradient.hxx b/vtkm/filter/Gradient.hxx index 48543d4e4..38decbc31 100644 --- a/vtkm/filter/Gradient.hxx +++ b/vtkm/filter/Gradient.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/Histogram.h b/vtkm/filter/Histogram.h index 526b2a043..7cdf74d70 100644 --- a/vtkm/filter/Histogram.h +++ b/vtkm/filter/Histogram.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_Histogram_h diff --git a/vtkm/filter/Histogram.hxx b/vtkm/filter/Histogram.hxx index f255ceb00..c11dbd351 100644 --- a/vtkm/filter/Histogram.hxx +++ b/vtkm/filter/Histogram.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/ImageConnectivity.h b/vtkm/filter/ImageConnectivity.h index d044a3473..3d8cb5dfe 100644 --- a/vtkm/filter/ImageConnectivity.h +++ b/vtkm/filter/ImageConnectivity.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_filter_ImageConnectivity_h #define vtk_m_filter_ImageConnectivity_h diff --git a/vtkm/filter/ImageConnectivity.hxx b/vtkm/filter/ImageConnectivity.hxx index f3ec660eb..0d05461a8 100644 --- a/vtkm/filter/ImageConnectivity.hxx +++ b/vtkm/filter/ImageConnectivity.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_ImageConnectivity_hxx diff --git a/vtkm/filter/Lagrangian.h b/vtkm/filter/Lagrangian.h index 3c06d517b..be0256558 100644 --- a/vtkm/filter/Lagrangian.h +++ b/vtkm/filter/Lagrangian.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_Lagrangian_h diff --git a/vtkm/filter/Lagrangian.hxx b/vtkm/filter/Lagrangian.hxx index 33317edc0..257b2f7ef 100644 --- a/vtkm/filter/Lagrangian.hxx +++ b/vtkm/filter/Lagrangian.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/MarchingCubes.h b/vtkm/filter/MarchingCubes.h index 7dc60bf89..894e65e5e 100644 --- a/vtkm/filter/MarchingCubes.h +++ b/vtkm/filter/MarchingCubes.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_MarchingCubes_h diff --git a/vtkm/filter/MarchingCubes.hxx b/vtkm/filter/MarchingCubes.hxx index 9f7da4901..86e78d3f6 100644 --- a/vtkm/filter/MarchingCubes.hxx +++ b/vtkm/filter/MarchingCubes.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/Mask.h b/vtkm/filter/Mask.h index b59caac2c..1b319e947 100644 --- a/vtkm/filter/Mask.h +++ b/vtkm/filter/Mask.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_Mask_h diff --git a/vtkm/filter/Mask.hxx b/vtkm/filter/Mask.hxx index e5e0cf562..2f443dd2f 100644 --- a/vtkm/filter/Mask.hxx +++ b/vtkm/filter/Mask.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ namespace diff --git a/vtkm/filter/MaskPoints.h b/vtkm/filter/MaskPoints.h index d571f269c..a58e609b0 100644 --- a/vtkm/filter/MaskPoints.h +++ b/vtkm/filter/MaskPoints.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_MaskPoints_h diff --git a/vtkm/filter/MaskPoints.hxx b/vtkm/filter/MaskPoints.hxx index 9f5b29b0c..f08b317ce 100644 --- a/vtkm/filter/MaskPoints.hxx +++ b/vtkm/filter/MaskPoints.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ namespace diff --git a/vtkm/filter/NDEntropy.h b/vtkm/filter/NDEntropy.h index 009acb94d..d8a32b64d 100644 --- a/vtkm/filter/NDEntropy.h +++ b/vtkm/filter/NDEntropy.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_NDEntropy_h #define vtk_m_filter_NDEntropy_h diff --git a/vtkm/filter/NDEntropy.hxx b/vtkm/filter/NDEntropy.hxx index f7d04de02..e9307abb5 100644 --- a/vtkm/filter/NDEntropy.hxx +++ b/vtkm/filter/NDEntropy.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/NDHistogram.h b/vtkm/filter/NDHistogram.h index 9beb8ef86..a716c49a3 100644 --- a/vtkm/filter/NDHistogram.h +++ b/vtkm/filter/NDHistogram.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_NDHistogram_h #define vtk_m_filter_NDHistogram_h diff --git a/vtkm/filter/NDHistogram.hxx b/vtkm/filter/NDHistogram.hxx index 094abd5bb..3dc6e8c55 100644 --- a/vtkm/filter/NDHistogram.hxx +++ b/vtkm/filter/NDHistogram.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/OscillatorSource.h b/vtkm/filter/OscillatorSource.h index 660d253e3..cb7ef71c1 100644 --- a/vtkm/filter/OscillatorSource.h +++ b/vtkm/filter/OscillatorSource.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_OscillatorSource_h #define vtk_m_filter_OscillatorSource_h diff --git a/vtkm/filter/OscillatorSource.hxx b/vtkm/filter/OscillatorSource.hxx index 170066524..9e54de9f9 100644 --- a/vtkm/filter/OscillatorSource.hxx +++ b/vtkm/filter/OscillatorSource.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/Pathline.h b/vtkm/filter/Pathline.h index 4159f0c88..9c02f8730 100644 --- a/vtkm/filter/Pathline.h +++ b/vtkm/filter/Pathline.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_Pathline_h diff --git a/vtkm/filter/Pathline.hxx b/vtkm/filter/Pathline.hxx index d7f77dab2..a439ae1b7 100644 --- a/vtkm/filter/Pathline.hxx +++ b/vtkm/filter/Pathline.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/PointAverage.h b/vtkm/filter/PointAverage.h index becd48f7d..5148b5fd2 100644 --- a/vtkm/filter/PointAverage.h +++ b/vtkm/filter/PointAverage.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_PointAverage_h diff --git a/vtkm/filter/PointAverage.hxx b/vtkm/filter/PointAverage.hxx index 0a79d338f..1b0fb9dfa 100644 --- a/vtkm/filter/PointAverage.hxx +++ b/vtkm/filter/PointAverage.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/PointElevation.h b/vtkm/filter/PointElevation.h index 65b8236fe..2d2a331a6 100644 --- a/vtkm/filter/PointElevation.h +++ b/vtkm/filter/PointElevation.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_PointElevation_h diff --git a/vtkm/filter/PointElevation.hxx b/vtkm/filter/PointElevation.hxx index 49f881d1e..3cef5e032 100644 --- a/vtkm/filter/PointElevation.hxx +++ b/vtkm/filter/PointElevation.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/PointTransform.h b/vtkm/filter/PointTransform.h index aab2db00f..246a98d23 100644 --- a/vtkm/filter/PointTransform.h +++ b/vtkm/filter/PointTransform.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_PointTransform_h diff --git a/vtkm/filter/PointTransform.hxx b/vtkm/filter/PointTransform.hxx index c23c92493..38ca72d92 100644 --- a/vtkm/filter/PointTransform.hxx +++ b/vtkm/filter/PointTransform.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/PolicyBase.h b/vtkm/filter/PolicyBase.h index 0d3d13609..c77f3f9c5 100644 --- a/vtkm/filter/PolicyBase.h +++ b/vtkm/filter/PolicyBase.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_PolicyBase_h diff --git a/vtkm/filter/PolicyDefault.h b/vtkm/filter/PolicyDefault.h index 6b062fbfe..3a0b42cc2 100644 --- a/vtkm/filter/PolicyDefault.h +++ b/vtkm/filter/PolicyDefault.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_PolicyDefault_h diff --git a/vtkm/filter/Probe.h b/vtkm/filter/Probe.h index 42327431a..224277f79 100644 --- a/vtkm/filter/Probe.h +++ b/vtkm/filter/Probe.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_Probe_h #define vtk_m_filter_Probe_h diff --git a/vtkm/filter/Probe.hxx b/vtkm/filter/Probe.hxx index 6c663ecd5..d27d80bb2 100644 --- a/vtkm/filter/Probe.hxx +++ b/vtkm/filter/Probe.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_Probe_hxx #define vtk_m_filter_Probe_hxx diff --git a/vtkm/filter/SplitSharpEdges.h b/vtkm/filter/SplitSharpEdges.h index f982ab439..476e0d093 100644 --- a/vtkm/filter/SplitSharpEdges.h +++ b/vtkm/filter/SplitSharpEdges.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_SplitSharpEdges_h diff --git a/vtkm/filter/SplitSharpEdges.hxx b/vtkm/filter/SplitSharpEdges.hxx index f5f444044..7dfd1a911 100644 --- a/vtkm/filter/SplitSharpEdges.hxx +++ b/vtkm/filter/SplitSharpEdges.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/Streamline.h b/vtkm/filter/Streamline.h index 306428d99..a7b6d221a 100644 --- a/vtkm/filter/Streamline.h +++ b/vtkm/filter/Streamline.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_Streamline_h diff --git a/vtkm/filter/Streamline.hxx b/vtkm/filter/Streamline.hxx index 2ed817d4f..b40de10f5 100644 --- a/vtkm/filter/Streamline.hxx +++ b/vtkm/filter/Streamline.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/SurfaceNormals.h b/vtkm/filter/SurfaceNormals.h index 7ea63b226..82e62aee8 100644 --- a/vtkm/filter/SurfaceNormals.h +++ b/vtkm/filter/SurfaceNormals.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_SurfaceNormals_h #define vtk_m_filter_SurfaceNormals_h diff --git a/vtkm/filter/SurfaceNormals.hxx b/vtkm/filter/SurfaceNormals.hxx index 2339e8d70..16697f606 100644 --- a/vtkm/filter/SurfaceNormals.hxx +++ b/vtkm/filter/SurfaceNormals.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/Tetrahedralize.h b/vtkm/filter/Tetrahedralize.h index a6b103407..37d18c193 100644 --- a/vtkm/filter/Tetrahedralize.h +++ b/vtkm/filter/Tetrahedralize.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_Tetrahedralize_h diff --git a/vtkm/filter/Tetrahedralize.hxx b/vtkm/filter/Tetrahedralize.hxx index 739650b1d..fec98ab8a 100644 --- a/vtkm/filter/Tetrahedralize.hxx +++ b/vtkm/filter/Tetrahedralize.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/Threshold.h b/vtkm/filter/Threshold.h index 048e92772..c1835dd72 100644 --- a/vtkm/filter/Threshold.h +++ b/vtkm/filter/Threshold.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_Threshold_h diff --git a/vtkm/filter/Threshold.hxx b/vtkm/filter/Threshold.hxx index ef83b2c23..febc617b2 100644 --- a/vtkm/filter/Threshold.hxx +++ b/vtkm/filter/Threshold.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/ThresholdPoints.h b/vtkm/filter/ThresholdPoints.h index f17cffab4..feb3dc613 100644 --- a/vtkm/filter/ThresholdPoints.h +++ b/vtkm/filter/ThresholdPoints.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_ThresholdPoints_h diff --git a/vtkm/filter/ThresholdPoints.hxx b/vtkm/filter/ThresholdPoints.hxx index a6051df54..a663b9fa5 100644 --- a/vtkm/filter/ThresholdPoints.hxx +++ b/vtkm/filter/ThresholdPoints.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/Triangulate.h b/vtkm/filter/Triangulate.h index 2950ff93f..50ff62dd7 100644 --- a/vtkm/filter/Triangulate.h +++ b/vtkm/filter/Triangulate.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_Triangulate_h diff --git a/vtkm/filter/Triangulate.hxx b/vtkm/filter/Triangulate.hxx index 29b2b6536..d87880424 100644 --- a/vtkm/filter/Triangulate.hxx +++ b/vtkm/filter/Triangulate.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/VectorMagnitude.h b/vtkm/filter/VectorMagnitude.h index a7ef32f40..cad936a91 100644 --- a/vtkm/filter/VectorMagnitude.h +++ b/vtkm/filter/VectorMagnitude.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_VectorMagnitude_h diff --git a/vtkm/filter/VectorMagnitude.hxx b/vtkm/filter/VectorMagnitude.hxx index ae8807c02..fdae3ebb5 100644 --- a/vtkm/filter/VectorMagnitude.hxx +++ b/vtkm/filter/VectorMagnitude.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/VertexClustering.h b/vtkm/filter/VertexClustering.h index e303d98f4..6b35fb6cb 100644 --- a/vtkm/filter/VertexClustering.h +++ b/vtkm/filter/VertexClustering.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_VertexClustering_h diff --git a/vtkm/filter/VertexClustering.hxx b/vtkm/filter/VertexClustering.hxx index c370eb472..1c401c042 100644 --- a/vtkm/filter/VertexClustering.hxx +++ b/vtkm/filter/VertexClustering.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ namespace vtkm diff --git a/vtkm/filter/WarpScalar.h b/vtkm/filter/WarpScalar.h index 9fc43ca2b..a17469865 100644 --- a/vtkm/filter/WarpScalar.h +++ b/vtkm/filter/WarpScalar.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_WarpScalar_h diff --git a/vtkm/filter/WarpScalar.hxx b/vtkm/filter/WarpScalar.hxx index 22412ce00..80b48e737 100644 --- a/vtkm/filter/WarpScalar.hxx +++ b/vtkm/filter/WarpScalar.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/WarpVector.h b/vtkm/filter/WarpVector.h index b4caa9e5d..ca1a38ec5 100644 --- a/vtkm/filter/WarpVector.h +++ b/vtkm/filter/WarpVector.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_WarpVector_h diff --git a/vtkm/filter/WarpVector.hxx b/vtkm/filter/WarpVector.hxx index 5f4e6433b..2b34de9ec 100644 --- a/vtkm/filter/WarpVector.hxx +++ b/vtkm/filter/WarpVector.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/ZFPCompressor1D.h b/vtkm/filter/ZFPCompressor1D.h index 316618f81..38a2fd9c9 100644 --- a/vtkm/filter/ZFPCompressor1D.h +++ b/vtkm/filter/ZFPCompressor1D.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_ZFPCompressor1D_h diff --git a/vtkm/filter/ZFPCompressor1D.hxx b/vtkm/filter/ZFPCompressor1D.hxx index 90bcb2027..524e2c88e 100644 --- a/vtkm/filter/ZFPCompressor1D.hxx +++ b/vtkm/filter/ZFPCompressor1D.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/ZFPCompressor2D.h b/vtkm/filter/ZFPCompressor2D.h index b6c47711a..c59329196 100644 --- a/vtkm/filter/ZFPCompressor2D.h +++ b/vtkm/filter/ZFPCompressor2D.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_ZFPCompressor2D_h diff --git a/vtkm/filter/ZFPCompressor2D.hxx b/vtkm/filter/ZFPCompressor2D.hxx index 030d8195f..118f0e031 100644 --- a/vtkm/filter/ZFPCompressor2D.hxx +++ b/vtkm/filter/ZFPCompressor2D.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/ZFPCompressor3D.h b/vtkm/filter/ZFPCompressor3D.h index ab02d221d..22777b020 100644 --- a/vtkm/filter/ZFPCompressor3D.h +++ b/vtkm/filter/ZFPCompressor3D.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_ZFPCompressor3D_h diff --git a/vtkm/filter/ZFPCompressor3D.hxx b/vtkm/filter/ZFPCompressor3D.hxx index 072ebe422..f632aab95 100644 --- a/vtkm/filter/ZFPCompressor3D.hxx +++ b/vtkm/filter/ZFPCompressor3D.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/ZFPDecompressor1D.h b/vtkm/filter/ZFPDecompressor1D.h index e16cb47cc..3e30716d6 100644 --- a/vtkm/filter/ZFPDecompressor1D.h +++ b/vtkm/filter/ZFPDecompressor1D.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_ZFPDecompressor1D_h diff --git a/vtkm/filter/ZFPDecompressor1D.hxx b/vtkm/filter/ZFPDecompressor1D.hxx index aaecad963..1f10e593a 100644 --- a/vtkm/filter/ZFPDecompressor1D.hxx +++ b/vtkm/filter/ZFPDecompressor1D.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/ZFPDecompressor2D.h b/vtkm/filter/ZFPDecompressor2D.h index 2db68624a..671aeb1e7 100644 --- a/vtkm/filter/ZFPDecompressor2D.h +++ b/vtkm/filter/ZFPDecompressor2D.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_ZFPDecompressor2D_h diff --git a/vtkm/filter/ZFPDecompressor2D.hxx b/vtkm/filter/ZFPDecompressor2D.hxx index f295da225..8d934c039 100644 --- a/vtkm/filter/ZFPDecompressor2D.hxx +++ b/vtkm/filter/ZFPDecompressor2D.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/ZFPDecompressor3D.h b/vtkm/filter/ZFPDecompressor3D.h index 0cc86483c..3267df2ee 100644 --- a/vtkm/filter/ZFPDecompressor3D.h +++ b/vtkm/filter/ZFPDecompressor3D.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_ZFPDecompressor3D_h diff --git a/vtkm/filter/ZFPDecompressor3D.hxx b/vtkm/filter/ZFPDecompressor3D.hxx index 28065dfd6..363889b7c 100644 --- a/vtkm/filter/ZFPDecompressor3D.hxx +++ b/vtkm/filter/ZFPDecompressor3D.hxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/internal/CMakeLists.txt b/vtkm/filter/internal/CMakeLists.txt index 90a86c38a..857465e87 100644 --- a/vtkm/filter/internal/CMakeLists.txt +++ b/vtkm/filter/internal/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/filter/internal/CreateResult.h b/vtkm/filter/internal/CreateResult.h index e1481af94..ca6f83ffb 100644 --- a/vtkm/filter/internal/CreateResult.h +++ b/vtkm/filter/internal/CreateResult.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_internal_CreateResult_h #define vtk_m_filter_internal_CreateResult_h diff --git a/vtkm/filter/internal/ResolveFieldTypeAndExecute.h b/vtkm/filter/internal/ResolveFieldTypeAndExecute.h index 3d74d2140..2aee447c0 100644 --- a/vtkm/filter/internal/ResolveFieldTypeAndExecute.h +++ b/vtkm/filter/internal/ResolveFieldTypeAndExecute.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_internal_ResolveFieldTypeAndExecute_h #define vtk_m_filter_internal_ResolveFieldTypeAndExecute_h diff --git a/vtkm/filter/internal/ResolveFieldTypeAndMap.h b/vtkm/filter/internal/ResolveFieldTypeAndMap.h index 8e14238e8..3c051a563 100644 --- a/vtkm/filter/internal/ResolveFieldTypeAndMap.h +++ b/vtkm/filter/internal/ResolveFieldTypeAndMap.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_filter_internal_ResolveFieldTypeAndMap_h #define vtk_m_filter_internal_ResolveFieldTypeAndMap_h diff --git a/vtkm/filter/testing/CMakeLists.txt b/vtkm/filter/testing/CMakeLists.txt index add571363..31008f5a1 100644 --- a/vtkm/filter/testing/CMakeLists.txt +++ b/vtkm/filter/testing/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(unit_tests diff --git a/vtkm/filter/testing/UnitTestCellAverageFilter.cxx b/vtkm/filter/testing/UnitTestCellAverageFilter.cxx index e944479c1..a96166a5f 100644 --- a/vtkm/filter/testing/UnitTestCellAverageFilter.cxx +++ b/vtkm/filter/testing/UnitTestCellAverageFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestCellMeasuresFilter.cxx b/vtkm/filter/testing/UnitTestCellMeasuresFilter.cxx index 4ec536690..b87af77ac 100644 --- a/vtkm/filter/testing/UnitTestCellMeasuresFilter.cxx +++ b/vtkm/filter/testing/UnitTestCellMeasuresFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestCellSetConnectivityFilter.cxx b/vtkm/filter/testing/UnitTestCellSetConnectivityFilter.cxx index 6d563fecc..18f1720c9 100644 --- a/vtkm/filter/testing/UnitTestCellSetConnectivityFilter.cxx +++ b/vtkm/filter/testing/UnitTestCellSetConnectivityFilter.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include #include diff --git a/vtkm/filter/testing/UnitTestCleanGrid.cxx b/vtkm/filter/testing/UnitTestCleanGrid.cxx index ea8f0334b..ca62d83b8 100644 --- a/vtkm/filter/testing/UnitTestCleanGrid.cxx +++ b/vtkm/filter/testing/UnitTestCleanGrid.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestClipWithFieldFilter.cxx b/vtkm/filter/testing/UnitTestClipWithFieldFilter.cxx index 0289e67d1..ab389f602 100644 --- a/vtkm/filter/testing/UnitTestClipWithFieldFilter.cxx +++ b/vtkm/filter/testing/UnitTestClipWithFieldFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestClipWithImplicitFunctionFilter.cxx b/vtkm/filter/testing/UnitTestClipWithImplicitFunctionFilter.cxx index aae11ed36..8485f1d67 100644 --- a/vtkm/filter/testing/UnitTestClipWithImplicitFunctionFilter.cxx +++ b/vtkm/filter/testing/UnitTestClipWithImplicitFunctionFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestContourTreeUniformAugmentedFilter.cxx b/vtkm/filter/testing/UnitTestContourTreeUniformAugmentedFilter.cxx index bfa223356..a371a5549 100644 --- a/vtkm/filter/testing/UnitTestContourTreeUniformAugmentedFilter.cxx +++ b/vtkm/filter/testing/UnitTestContourTreeUniformAugmentedFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/filter/testing/UnitTestContourTreeUniformFilter.cxx b/vtkm/filter/testing/UnitTestContourTreeUniformFilter.cxx index 517fcda4a..309ebc086 100644 --- a/vtkm/filter/testing/UnitTestContourTreeUniformFilter.cxx +++ b/vtkm/filter/testing/UnitTestContourTreeUniformFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/filter/testing/UnitTestCoordinateSystemTransform.cxx b/vtkm/filter/testing/UnitTestCoordinateSystemTransform.cxx index cda882d78..6eca0656c 100644 --- a/vtkm/filter/testing/UnitTestCoordinateSystemTransform.cxx +++ b/vtkm/filter/testing/UnitTestCoordinateSystemTransform.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestCrossProductFilter.cxx b/vtkm/filter/testing/UnitTestCrossProductFilter.cxx index c89ed41b3..9e1446dd5 100644 --- a/vtkm/filter/testing/UnitTestCrossProductFilter.cxx +++ b/vtkm/filter/testing/UnitTestCrossProductFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestDotProductFilter.cxx b/vtkm/filter/testing/UnitTestDotProductFilter.cxx index 0abb6776b..b0d1ec8e0 100644 --- a/vtkm/filter/testing/UnitTestDotProductFilter.cxx +++ b/vtkm/filter/testing/UnitTestDotProductFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestEntropyFilter.cxx b/vtkm/filter/testing/UnitTestEntropyFilter.cxx index 3614ed57e..d6e13abfe 100644 --- a/vtkm/filter/testing/UnitTestEntropyFilter.cxx +++ b/vtkm/filter/testing/UnitTestEntropyFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestExternalFacesFilter.cxx b/vtkm/filter/testing/UnitTestExternalFacesFilter.cxx index ee0169349..343460b8e 100644 --- a/vtkm/filter/testing/UnitTestExternalFacesFilter.cxx +++ b/vtkm/filter/testing/UnitTestExternalFacesFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestExtractGeometryFilter.cxx b/vtkm/filter/testing/UnitTestExtractGeometryFilter.cxx index b7c25db65..264e43df0 100644 --- a/vtkm/filter/testing/UnitTestExtractGeometryFilter.cxx +++ b/vtkm/filter/testing/UnitTestExtractGeometryFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestExtractPointsFilter.cxx b/vtkm/filter/testing/UnitTestExtractPointsFilter.cxx index 104f00826..2119e1fb7 100644 --- a/vtkm/filter/testing/UnitTestExtractPointsFilter.cxx +++ b/vtkm/filter/testing/UnitTestExtractPointsFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestExtractStructuredFilter.cxx b/vtkm/filter/testing/UnitTestExtractStructuredFilter.cxx index bdb383b26..66d7cc8f2 100644 --- a/vtkm/filter/testing/UnitTestExtractStructuredFilter.cxx +++ b/vtkm/filter/testing/UnitTestExtractStructuredFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestFieldMetadata.cxx b/vtkm/filter/testing/UnitTestFieldMetadata.cxx index 8e6049b16..b00105959 100644 --- a/vtkm/filter/testing/UnitTestFieldMetadata.cxx +++ b/vtkm/filter/testing/UnitTestFieldMetadata.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestFieldSelection.cxx b/vtkm/filter/testing/UnitTestFieldSelection.cxx index 848d6320e..4d0bb2aea 100644 --- a/vtkm/filter/testing/UnitTestFieldSelection.cxx +++ b/vtkm/filter/testing/UnitTestFieldSelection.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestFieldToColors.cxx b/vtkm/filter/testing/UnitTestFieldToColors.cxx index 4795d513e..65e6332bd 100644 --- a/vtkm/filter/testing/UnitTestFieldToColors.cxx +++ b/vtkm/filter/testing/UnitTestFieldToColors.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestGhostCellClassify.cxx b/vtkm/filter/testing/UnitTestGhostCellClassify.cxx index dd4689618..44144b2ee 100644 --- a/vtkm/filter/testing/UnitTestGhostCellClassify.cxx +++ b/vtkm/filter/testing/UnitTestGhostCellClassify.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestGhostCellRemove.cxx b/vtkm/filter/testing/UnitTestGhostCellRemove.cxx index 7f07ccf41..527d2f39c 100644 --- a/vtkm/filter/testing/UnitTestGhostCellRemove.cxx +++ b/vtkm/filter/testing/UnitTestGhostCellRemove.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestGradient.cxx b/vtkm/filter/testing/UnitTestGradient.cxx index d61fc852e..a9c41d2f7 100644 --- a/vtkm/filter/testing/UnitTestGradient.cxx +++ b/vtkm/filter/testing/UnitTestGradient.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestHistogramFilter.cxx b/vtkm/filter/testing/UnitTestHistogramFilter.cxx index 3bdbceeff..69f22b761 100644 --- a/vtkm/filter/testing/UnitTestHistogramFilter.cxx +++ b/vtkm/filter/testing/UnitTestHistogramFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestImageConnectivityFilter.cxx b/vtkm/filter/testing/UnitTestImageConnectivityFilter.cxx index 88f6565f6..2f3b247c6 100644 --- a/vtkm/filter/testing/UnitTestImageConnectivityFilter.cxx +++ b/vtkm/filter/testing/UnitTestImageConnectivityFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestLagrangianFilter.cxx b/vtkm/filter/testing/UnitTestLagrangianFilter.cxx index 2f83f4502..1baf28186 100644 --- a/vtkm/filter/testing/UnitTestLagrangianFilter.cxx +++ b/vtkm/filter/testing/UnitTestLagrangianFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestMarchingCubesFilter.cxx b/vtkm/filter/testing/UnitTestMarchingCubesFilter.cxx index 0790e1ed6..83b3f796a 100644 --- a/vtkm/filter/testing/UnitTestMarchingCubesFilter.cxx +++ b/vtkm/filter/testing/UnitTestMarchingCubesFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestMaskFilter.cxx b/vtkm/filter/testing/UnitTestMaskFilter.cxx index ffd1e26ba..af00d1ddf 100644 --- a/vtkm/filter/testing/UnitTestMaskFilter.cxx +++ b/vtkm/filter/testing/UnitTestMaskFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestMaskPointsFilter.cxx b/vtkm/filter/testing/UnitTestMaskPointsFilter.cxx index 295c3ee10..a895bc969 100644 --- a/vtkm/filter/testing/UnitTestMaskPointsFilter.cxx +++ b/vtkm/filter/testing/UnitTestMaskPointsFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestMultiBlockFilters.cxx b/vtkm/filter/testing/UnitTestMultiBlockFilters.cxx index 758331de4..222263c15 100644 --- a/vtkm/filter/testing/UnitTestMultiBlockFilters.cxx +++ b/vtkm/filter/testing/UnitTestMultiBlockFilters.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestMultiBlockHistogramFilter.cxx b/vtkm/filter/testing/UnitTestMultiBlockHistogramFilter.cxx index 61b8c077c..aedcadc1b 100644 --- a/vtkm/filter/testing/UnitTestMultiBlockHistogramFilter.cxx +++ b/vtkm/filter/testing/UnitTestMultiBlockHistogramFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestNDEntropyFilter.cxx b/vtkm/filter/testing/UnitTestNDEntropyFilter.cxx index 948016a3e..bb087085d 100644 --- a/vtkm/filter/testing/UnitTestNDEntropyFilter.cxx +++ b/vtkm/filter/testing/UnitTestNDEntropyFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestNDHistogramFilter.cxx b/vtkm/filter/testing/UnitTestNDHistogramFilter.cxx index 81662fba2..5926a7aeb 100644 --- a/vtkm/filter/testing/UnitTestNDHistogramFilter.cxx +++ b/vtkm/filter/testing/UnitTestNDHistogramFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestPointAverageFilter.cxx b/vtkm/filter/testing/UnitTestPointAverageFilter.cxx index c14b6c12a..931cc0ac8 100644 --- a/vtkm/filter/testing/UnitTestPointAverageFilter.cxx +++ b/vtkm/filter/testing/UnitTestPointAverageFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestPointElevationFilter.cxx b/vtkm/filter/testing/UnitTestPointElevationFilter.cxx index 81cce2050..ff4528c4b 100644 --- a/vtkm/filter/testing/UnitTestPointElevationFilter.cxx +++ b/vtkm/filter/testing/UnitTestPointElevationFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestPointTransform.cxx b/vtkm/filter/testing/UnitTestPointTransform.cxx index 57751dfb8..e2d0cb371 100644 --- a/vtkm/filter/testing/UnitTestPointTransform.cxx +++ b/vtkm/filter/testing/UnitTestPointTransform.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestProbe.cxx b/vtkm/filter/testing/UnitTestProbe.cxx index 8f1bce677..a68a328ea 100644 --- a/vtkm/filter/testing/UnitTestProbe.cxx +++ b/vtkm/filter/testing/UnitTestProbe.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestSplitSharpEdgesFilter.cxx b/vtkm/filter/testing/UnitTestSplitSharpEdgesFilter.cxx index fe8c76fe8..d3bb0e465 100644 --- a/vtkm/filter/testing/UnitTestSplitSharpEdgesFilter.cxx +++ b/vtkm/filter/testing/UnitTestSplitSharpEdgesFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/filter/testing/UnitTestStreamlineFilter.cxx b/vtkm/filter/testing/UnitTestStreamlineFilter.cxx index 6553abf15..0901e704a 100644 --- a/vtkm/filter/testing/UnitTestStreamlineFilter.cxx +++ b/vtkm/filter/testing/UnitTestStreamlineFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestSurfaceNormalsFilter.cxx b/vtkm/filter/testing/UnitTestSurfaceNormalsFilter.cxx index 7c2fb5f5e..681a27e43 100644 --- a/vtkm/filter/testing/UnitTestSurfaceNormalsFilter.cxx +++ b/vtkm/filter/testing/UnitTestSurfaceNormalsFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestTetrahedralizeFilter.cxx b/vtkm/filter/testing/UnitTestTetrahedralizeFilter.cxx index daa22acc3..b16916883 100644 --- a/vtkm/filter/testing/UnitTestTetrahedralizeFilter.cxx +++ b/vtkm/filter/testing/UnitTestTetrahedralizeFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestThresholdFilter.cxx b/vtkm/filter/testing/UnitTestThresholdFilter.cxx index 1d49841a2..854ecc57d 100644 --- a/vtkm/filter/testing/UnitTestThresholdFilter.cxx +++ b/vtkm/filter/testing/UnitTestThresholdFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestThresholdPointsFilter.cxx b/vtkm/filter/testing/UnitTestThresholdPointsFilter.cxx index 5131804e7..a8dee29e8 100644 --- a/vtkm/filter/testing/UnitTestThresholdPointsFilter.cxx +++ b/vtkm/filter/testing/UnitTestThresholdPointsFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestTriangulateFilter.cxx b/vtkm/filter/testing/UnitTestTriangulateFilter.cxx index 3f3b00b98..e5e7ac545 100644 --- a/vtkm/filter/testing/UnitTestTriangulateFilter.cxx +++ b/vtkm/filter/testing/UnitTestTriangulateFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestVectorMagnitudeFilter.cxx b/vtkm/filter/testing/UnitTestVectorMagnitudeFilter.cxx index e21ddea7b..581e5b589 100644 --- a/vtkm/filter/testing/UnitTestVectorMagnitudeFilter.cxx +++ b/vtkm/filter/testing/UnitTestVectorMagnitudeFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestVertexClusteringFilter.cxx b/vtkm/filter/testing/UnitTestVertexClusteringFilter.cxx index 0593f5570..4d8387f2d 100644 --- a/vtkm/filter/testing/UnitTestVertexClusteringFilter.cxx +++ b/vtkm/filter/testing/UnitTestVertexClusteringFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestWarpScalarFilter.cxx b/vtkm/filter/testing/UnitTestWarpScalarFilter.cxx index 087f5fd52..09a8ef6ee 100644 --- a/vtkm/filter/testing/UnitTestWarpScalarFilter.cxx +++ b/vtkm/filter/testing/UnitTestWarpScalarFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestWarpVectorFilter.cxx b/vtkm/filter/testing/UnitTestWarpVectorFilter.cxx index e8afaf6e6..c56a658e1 100644 --- a/vtkm/filter/testing/UnitTestWarpVectorFilter.cxx +++ b/vtkm/filter/testing/UnitTestWarpVectorFilter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/filter/testing/UnitTestZFP.cxx b/vtkm/filter/testing/UnitTestZFP.cxx index 8be453139..00e2d0ceb 100644 --- a/vtkm/filter/testing/UnitTestZFP.cxx +++ b/vtkm/filter/testing/UnitTestZFP.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/internal/ArrayPortalHelpers.h b/vtkm/internal/ArrayPortalHelpers.h index ee6a30949..b22ebee65 100644 --- a/vtkm/internal/ArrayPortalHelpers.h +++ b/vtkm/internal/ArrayPortalHelpers.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_internal_ArrayPortalHelpers_h #define vtk_m_internal_ArrayPortalHelpers_h diff --git a/vtkm/internal/ArrayPortalUniformPointCoordinates.h b/vtkm/internal/ArrayPortalUniformPointCoordinates.h index ef223b661..0c5507f3b 100644 --- a/vtkm/internal/ArrayPortalUniformPointCoordinates.h +++ b/vtkm/internal/ArrayPortalUniformPointCoordinates.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_internal_ArrayPortalUniformPointCoordinates_h #define vtk_m_internal_ArrayPortalUniformPointCoordinates_h diff --git a/vtkm/internal/ArrayPortalValueReference.h b/vtkm/internal/ArrayPortalValueReference.h index 5d7151847..b3630aac1 100644 --- a/vtkm/internal/ArrayPortalValueReference.h +++ b/vtkm/internal/ArrayPortalValueReference.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_internal_ArrayPortalValueReference_h #define vtk_m_internal_ArrayPortalValueReference_h diff --git a/vtkm/internal/ArrayPortalVirtual.h b/vtkm/internal/ArrayPortalVirtual.h index c8a325384..e5d36bd3f 100644 --- a/vtkm/internal/ArrayPortalVirtual.h +++ b/vtkm/internal/ArrayPortalVirtual.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_internal_ArrayPortalVirtual_h #define vtk_m_internal_ArrayPortalVirtual_h diff --git a/vtkm/internal/Assume.h b/vtkm/internal/Assume.h index 4c434fb26..e1be40a80 100644 --- a/vtkm/internal/Assume.h +++ b/vtkm/internal/Assume.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_internal_Assume_h #define vtk_m_internal_Assume_h diff --git a/vtkm/internal/CMakeLists.txt b/vtkm/internal/CMakeLists.txt index 71971b6a6..5410f8726 100755 --- a/vtkm/internal/CMakeLists.txt +++ b/vtkm/internal/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ #----------------------------------------------------------------------------- diff --git a/vtkm/internal/Configure.h.in b/vtkm/internal/Configure.h.in index 5d5943a15..acc262033 100644 --- a/vtkm/internal/Configure.h.in +++ b/vtkm/internal/Configure.h.in @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_internal_Configure_h #define vtk_m_internal_Configure_h diff --git a/vtkm/internal/ConfigureFor32.h b/vtkm/internal/ConfigureFor32.h index acb66e0da..663f9866f 100644 --- a/vtkm/internal/ConfigureFor32.h +++ b/vtkm/internal/ConfigureFor32.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ //This header can be used by external application that are consuming VTKm //to define if VTKm should be set to use 32bit data types. If you need to diff --git a/vtkm/internal/ConfigureFor64.h b/vtkm/internal/ConfigureFor64.h index 61ffcea1e..48f94634a 100644 --- a/vtkm/internal/ConfigureFor64.h +++ b/vtkm/internal/ConfigureFor64.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ //This header can be used by external application that are consuming VTKm //to define if VTKm should be set to use 64bit data types. If you need to diff --git a/vtkm/internal/ConnectivityStructuredInternals.h b/vtkm/internal/ConnectivityStructuredInternals.h index d3ac131bc..98ec739d6 100644 --- a/vtkm/internal/ConnectivityStructuredInternals.h +++ b/vtkm/internal/ConnectivityStructuredInternals.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_internal_ConnectivityStructuredInternals_h diff --git a/vtkm/internal/ExportMacros.h b/vtkm/internal/ExportMacros.h index 50c0563aa..148c57b49 100644 --- a/vtkm/internal/ExportMacros.h +++ b/vtkm/internal/ExportMacros.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_internal__ExportMacros_h #define vtk_m_internal__ExportMacros_h diff --git a/vtkm/internal/FunctionInterface.h b/vtkm/internal/FunctionInterface.h index c8c63030d..c0e990b96 100644 --- a/vtkm/internal/FunctionInterface.h +++ b/vtkm/internal/FunctionInterface.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_internal_FunctionInterface_h #define vtk_m_internal_FunctionInterface_h diff --git a/vtkm/internal/FunctionInterfaceDetailPost.h b/vtkm/internal/FunctionInterfaceDetailPost.h index dde89b0f2..3301d409d 100644 --- a/vtkm/internal/FunctionInterfaceDetailPost.h +++ b/vtkm/internal/FunctionInterfaceDetailPost.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // **** DO NOT EDIT THIS FILE!!! **** // This file is automatically generated by FunctionInterfaceDetailPost.h.in diff --git a/vtkm/internal/FunctionInterfaceDetailPost.h.in b/vtkm/internal/FunctionInterfaceDetailPost.h.in index babb057d3..20dddfa7d 100644 --- a/vtkm/internal/FunctionInterfaceDetailPost.h.in +++ b/vtkm/internal/FunctionInterfaceDetailPost.h.in @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ $# This file uses the pyexpander macro processing utility to build the $# FunctionInterface facilities that use a variable number of arguments. diff --git a/vtkm/internal/FunctionInterfaceDetailPre.h b/vtkm/internal/FunctionInterfaceDetailPre.h index 5c639b6f5..4c69f7362 100644 --- a/vtkm/internal/FunctionInterfaceDetailPre.h +++ b/vtkm/internal/FunctionInterfaceDetailPre.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // **** DO NOT EDIT THIS FILE!!! **** // This file is automatically generated by FunctionInterfaceDetailPre.h.in diff --git a/vtkm/internal/FunctionInterfaceDetailPre.h.in b/vtkm/internal/FunctionInterfaceDetailPre.h.in index 93aba46d2..702b6b4e3 100644 --- a/vtkm/internal/FunctionInterfaceDetailPre.h.in +++ b/vtkm/internal/FunctionInterfaceDetailPre.h.in @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ $# This file uses the pyexpander macro processing utility to build the $# FunctionInterface facilities that use a variable number of arguments. diff --git a/vtkm/internal/IndexTag.h b/vtkm/internal/IndexTag.h index f7a4b1d3a..be5f60357 100644 --- a/vtkm/internal/IndexTag.h +++ b/vtkm/internal/IndexTag.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_internal_StaticIndex_h #define vtk_m_internal_StaticIndex_h diff --git a/vtkm/internal/Invocation.h b/vtkm/internal/Invocation.h index c9734eb63..6c3bac3d9 100644 --- a/vtkm/internal/Invocation.h +++ b/vtkm/internal/Invocation.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_internal_Invocation_h #define vtk_m_internal_Invocation_h diff --git a/vtkm/internal/ListTagDetail.h b/vtkm/internal/ListTagDetail.h index 3cb66236d..a3c52303b 100644 --- a/vtkm/internal/ListTagDetail.h +++ b/vtkm/internal/ListTagDetail.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_internal_ListTagDetail_h diff --git a/vtkm/internal/Unreachable.h b/vtkm/internal/Unreachable.h index 6ca00fbbd..75a37dfd8 100644 --- a/vtkm/internal/Unreachable.h +++ b/vtkm/internal/Unreachable.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_Unreachable_h diff --git a/vtkm/internal/Windows.h b/vtkm/internal/Windows.h index c589f2cac..6b0c35441 100644 --- a/vtkm/internal/Windows.h +++ b/vtkm/internal/Windows.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_internal_Windows_h #define vtk_m_internal_Windows_h diff --git a/vtkm/internal/testing/CMakeLists.txt b/vtkm/internal/testing/CMakeLists.txt index bdf7321d9..1f0033001 100644 --- a/vtkm/internal/testing/CMakeLists.txt +++ b/vtkm/internal/testing/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(unit_tests diff --git a/vtkm/internal/testing/UnitTestArrayPortalValueReference.cxx b/vtkm/internal/testing/UnitTestArrayPortalValueReference.cxx index c1fb419ae..4d7ffe042 100644 --- a/vtkm/internal/testing/UnitTestArrayPortalValueReference.cxx +++ b/vtkm/internal/testing/UnitTestArrayPortalValueReference.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/internal/testing/UnitTestConfigureFor32.cxx b/vtkm/internal/testing/UnitTestConfigureFor32.cxx index b36d1a0b1..795576ee2 100644 --- a/vtkm/internal/testing/UnitTestConfigureFor32.cxx +++ b/vtkm/internal/testing/UnitTestConfigureFor32.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/internal/testing/UnitTestConfigureFor64.cxx b/vtkm/internal/testing/UnitTestConfigureFor64.cxx index 747f460a3..c675c7683 100644 --- a/vtkm/internal/testing/UnitTestConfigureFor64.cxx +++ b/vtkm/internal/testing/UnitTestConfigureFor64.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/internal/testing/UnitTestFunctionInterface.cxx b/vtkm/internal/testing/UnitTestFunctionInterface.cxx index 6058a0d2e..ad9d41819 100644 --- a/vtkm/internal/testing/UnitTestFunctionInterface.cxx +++ b/vtkm/internal/testing/UnitTestFunctionInterface.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/interop/BufferState.h b/vtkm/interop/BufferState.h index b02483325..db4ec0397 100644 --- a/vtkm/interop/BufferState.h +++ b/vtkm/interop/BufferState.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_interop_BufferState_h #define vtk_m_interop_BufferState_h diff --git a/vtkm/interop/CMakeLists.txt b/vtkm/interop/CMakeLists.txt index c2617415c..06e65f06b 100755 --- a/vtkm/interop/CMakeLists.txt +++ b/vtkm/interop/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/interop/TransferToOpenGL.h b/vtkm/interop/TransferToOpenGL.h index 950037585..be4a87bc2 100644 --- a/vtkm/interop/TransferToOpenGL.h +++ b/vtkm/interop/TransferToOpenGL.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_interop_TransferToOpenGL_h #define vtk_m_interop_TransferToOpenGL_h diff --git a/vtkm/interop/cuda/CMakeLists.txt b/vtkm/interop/cuda/CMakeLists.txt index 85860cff6..6f4646a24 100644 --- a/vtkm/interop/cuda/CMakeLists.txt +++ b/vtkm/interop/cuda/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/interop/cuda/SetOpenGLDevice.h b/vtkm/interop/cuda/SetOpenGLDevice.h index 590f1b234..f6753b51f 100644 --- a/vtkm/interop/cuda/SetOpenGLDevice.h +++ b/vtkm/interop/cuda/SetOpenGLDevice.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_cuda_interop_SetOpenGLDevice_h #define vtk_m_cuda_interop_SetOpenGLDevice_h diff --git a/vtkm/interop/cuda/internal/CMakeLists.txt b/vtkm/interop/cuda/internal/CMakeLists.txt index 94f633b81..8f1566f0a 100644 --- a/vtkm/interop/cuda/internal/CMakeLists.txt +++ b/vtkm/interop/cuda/internal/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/interop/cuda/internal/TransferToOpenGL.h b/vtkm/interop/cuda/internal/TransferToOpenGL.h index a30efece0..975e211a0 100644 --- a/vtkm/interop/cuda/internal/TransferToOpenGL.h +++ b/vtkm/interop/cuda/internal/TransferToOpenGL.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtkm_interop_cuda_internal_TransferToOpenGL_h #define vtkm_interop_cuda_internal_TransferToOpenGL_h diff --git a/vtkm/interop/cuda/testing/CMakeLists.txt b/vtkm/interop/cuda/testing/CMakeLists.txt index ab228c95b..3a32996e8 100644 --- a/vtkm/interop/cuda/testing/CMakeLists.txt +++ b/vtkm/interop/cuda/testing/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(unit_tests diff --git a/vtkm/interop/cuda/testing/UnitTestTransferToOpenGLCuda.cu b/vtkm/interop/cuda/testing/UnitTestTransferToOpenGLCuda.cu index 8f44b5df9..12c586dd7 100644 --- a/vtkm/interop/cuda/testing/UnitTestTransferToOpenGLCuda.cu +++ b/vtkm/interop/cuda/testing/UnitTestTransferToOpenGLCuda.cu @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ //This sets up testing with the cuda device adapter diff --git a/vtkm/interop/internal/BufferTypePicker.h b/vtkm/interop/internal/BufferTypePicker.h index 64fc8f8e4..fc4824ffc 100644 --- a/vtkm/interop/internal/BufferTypePicker.h +++ b/vtkm/interop/internal/BufferTypePicker.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_interop_internal_BufferTypePicker_h #define vtk_m_interop_internal_BufferTypePicker_h diff --git a/vtkm/interop/internal/CMakeLists.txt b/vtkm/interop/internal/CMakeLists.txt index 9a0473527..9d4a515d9 100644 --- a/vtkm/interop/internal/CMakeLists.txt +++ b/vtkm/interop/internal/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/interop/internal/OpenGLHeaders.h b/vtkm/interop/internal/OpenGLHeaders.h index e47dac15a..7f069d7be 100644 --- a/vtkm/interop/internal/OpenGLHeaders.h +++ b/vtkm/interop/internal/OpenGLHeaders.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_interop_internal_OpenGLHeaders_h #define vtk_m_interop_internal_OpenGLHeaders_h diff --git a/vtkm/interop/internal/TransferToOpenGL.h b/vtkm/interop/internal/TransferToOpenGL.h index 321dd1398..cc4c7c2e7 100644 --- a/vtkm/interop/internal/TransferToOpenGL.h +++ b/vtkm/interop/internal/TransferToOpenGL.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_interop_internal_TransferToOpenGL_h #define vtk_m_interop_internal_TransferToOpenGL_h diff --git a/vtkm/interop/internal/testing/CMakeLists.txt b/vtkm/interop/internal/testing/CMakeLists.txt index a939be1bc..1f716cd10 100644 --- a/vtkm/interop/internal/testing/CMakeLists.txt +++ b/vtkm/interop/internal/testing/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ if(NOT TARGET GLEW::GLEW) diff --git a/vtkm/interop/internal/testing/UnitTestBufferTypePicker.cxx b/vtkm/interop/internal/testing/UnitTestBufferTypePicker.cxx index 7b2721069..beb6ca9d3 100644 --- a/vtkm/interop/internal/testing/UnitTestBufferTypePicker.cxx +++ b/vtkm/interop/internal/testing/UnitTestBufferTypePicker.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/interop/internal/testing/UnitTestOpenGLHeaders.cxx b/vtkm/interop/internal/testing/UnitTestOpenGLHeaders.cxx index a1e8c0955..6e8661924 100644 --- a/vtkm/interop/internal/testing/UnitTestOpenGLHeaders.cxx +++ b/vtkm/interop/internal/testing/UnitTestOpenGLHeaders.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/interop/testing/CMakeLists.txt b/vtkm/interop/testing/CMakeLists.txt index 62d8b6198..e718a39d4 100644 --- a/vtkm/interop/testing/CMakeLists.txt +++ b/vtkm/interop/testing/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/interop/testing/TestingOpenGLInterop.h b/vtkm/interop/testing/TestingOpenGLInterop.h index b563b929f..ac5929707 100644 --- a/vtkm/interop/testing/TestingOpenGLInterop.h +++ b/vtkm/interop/testing/TestingOpenGLInterop.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_interop_testing_TestingOpenGLInterop_h #define vtk_m_interop_testing_TestingOpenGLInterop_h diff --git a/vtkm/interop/testing/TestingTransferFancyHandles.h b/vtkm/interop/testing/TestingTransferFancyHandles.h index 306bf4bbc..7610fed94 100644 --- a/vtkm/interop/testing/TestingTransferFancyHandles.h +++ b/vtkm/interop/testing/TestingTransferFancyHandles.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_cont_testing_TestingFancyArrayHandles_h #define vtk_m_cont_testing_TestingFancyArrayHandles_h diff --git a/vtkm/interop/testing/UnitTestFancyTransferEGL.cxx b/vtkm/interop/testing/UnitTestFancyTransferEGL.cxx index 623dc9459..43cd47a2b 100644 --- a/vtkm/interop/testing/UnitTestFancyTransferEGL.cxx +++ b/vtkm/interop/testing/UnitTestFancyTransferEGL.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/interop/testing/UnitTestFancyTransferGLUT.cxx b/vtkm/interop/testing/UnitTestFancyTransferGLUT.cxx index 0fc7c597e..4c1360d99 100644 --- a/vtkm/interop/testing/UnitTestFancyTransferGLUT.cxx +++ b/vtkm/interop/testing/UnitTestFancyTransferGLUT.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // OpenGL Graphics includes //glew needs to go before glut diff --git a/vtkm/interop/testing/UnitTestFancyTransferOSMesa.cxx b/vtkm/interop/testing/UnitTestFancyTransferOSMesa.cxx index bd8813c25..a3fb67420 100644 --- a/vtkm/interop/testing/UnitTestFancyTransferOSMesa.cxx +++ b/vtkm/interop/testing/UnitTestFancyTransferOSMesa.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/interop/testing/UnitTestTransferEGL.cxx b/vtkm/interop/testing/UnitTestTransferEGL.cxx index 036338f12..3f98b8998 100644 --- a/vtkm/interop/testing/UnitTestTransferEGL.cxx +++ b/vtkm/interop/testing/UnitTestTransferEGL.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/interop/testing/UnitTestTransferGLUT.cxx b/vtkm/interop/testing/UnitTestTransferGLUT.cxx index 801d65929..2576c5c7d 100644 --- a/vtkm/interop/testing/UnitTestTransferGLUT.cxx +++ b/vtkm/interop/testing/UnitTestTransferGLUT.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // OpenGL Graphics includes //glew needs to go before glut diff --git a/vtkm/interop/testing/UnitTestTransferOSMesa.cxx b/vtkm/interop/testing/UnitTestTransferOSMesa.cxx index eef8a3f75..ad557445a 100644 --- a/vtkm/interop/testing/UnitTestTransferOSMesa.cxx +++ b/vtkm/interop/testing/UnitTestTransferOSMesa.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -//o -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/io/CMakeLists.txt b/vtkm/io/CMakeLists.txt index 0840cab9f..2cb4fad43 100644 --- a/vtkm/io/CMakeLists.txt +++ b/vtkm/io/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/io/ErrorIO.h b/vtkm/io/ErrorIO.h index c1fbb5796..638e090af 100644 --- a/vtkm/io/ErrorIO.h +++ b/vtkm/io/ErrorIO.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_io_ErrorIO_h #define vtk_m_io_ErrorIO_h diff --git a/vtkm/io/internal/CMakeLists.txt b/vtkm/io/internal/CMakeLists.txt index 59816dc27..ac1cffc69 100644 --- a/vtkm/io/internal/CMakeLists.txt +++ b/vtkm/io/internal/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/io/internal/Endian.h b/vtkm/io/internal/Endian.h index ef6299fa8..248a33f09 100644 --- a/vtkm/io/internal/Endian.h +++ b/vtkm/io/internal/Endian.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_io_internal_Endian_h #define vtk_m_io_internal_Endian_h diff --git a/vtkm/io/internal/VTKDataSetCells.h b/vtkm/io/internal/VTKDataSetCells.h index d2bb6ce39..6461147bc 100644 --- a/vtkm/io/internal/VTKDataSetCells.h +++ b/vtkm/io/internal/VTKDataSetCells.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_io_internal_VTKDataSetCells_h #define vtk_m_io_internal_VTKDataSetCells_h diff --git a/vtkm/io/internal/VTKDataSetStructures.h b/vtkm/io/internal/VTKDataSetStructures.h index 9326ed6ba..19793fa5b 100644 --- a/vtkm/io/internal/VTKDataSetStructures.h +++ b/vtkm/io/internal/VTKDataSetStructures.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_io_internal_VTKDataSetStructures_h #define vtk_m_io_internal_VTKDataSetStructures_h diff --git a/vtkm/io/internal/VTKDataSetTypes.h b/vtkm/io/internal/VTKDataSetTypes.h index 89b80a88d..8210ff197 100644 --- a/vtkm/io/internal/VTKDataSetTypes.h +++ b/vtkm/io/internal/VTKDataSetTypes.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_io_internal_VTKDataSetTypes_h #define vtk_m_io_internal_VTKDataSetTypes_h diff --git a/vtkm/io/reader/BOVDataSetReader.h b/vtkm/io/reader/BOVDataSetReader.h index 362682af8..7577f5c58 100644 --- a/vtkm/io/reader/BOVDataSetReader.h +++ b/vtkm/io/reader/BOVDataSetReader.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_io_reader_BOVDataSetReader_h #define vtk_m_io_reader_BOVDataSetReader_h diff --git a/vtkm/io/reader/CMakeLists.txt b/vtkm/io/reader/CMakeLists.txt index 1d381757b..79de09292 100644 --- a/vtkm/io/reader/CMakeLists.txt +++ b/vtkm/io/reader/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/io/reader/VTKDataSetReader.h b/vtkm/io/reader/VTKDataSetReader.h index f88cff506..a798b0b06 100644 --- a/vtkm/io/reader/VTKDataSetReader.h +++ b/vtkm/io/reader/VTKDataSetReader.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_io_reader_VTKDataSetReader_h #define vtk_m_io_reader_VTKDataSetReader_h diff --git a/vtkm/io/reader/VTKDataSetReaderBase.h b/vtkm/io/reader/VTKDataSetReaderBase.h index c378a77f0..ac33b4204 100644 --- a/vtkm/io/reader/VTKDataSetReaderBase.h +++ b/vtkm/io/reader/VTKDataSetReaderBase.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_io_reader_VTKDataSetReaderBase_h #define vtk_m_io_reader_VTKDataSetReaderBase_h diff --git a/vtkm/io/reader/VTKPolyDataReader.h b/vtkm/io/reader/VTKPolyDataReader.h index 5b3546593..407be06a4 100644 --- a/vtkm/io/reader/VTKPolyDataReader.h +++ b/vtkm/io/reader/VTKPolyDataReader.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_io_reader_VTKPolyDataReader_h #define vtk_m_io_reader_VTKPolyDataReader_h diff --git a/vtkm/io/reader/VTKRectilinearGridReader.h b/vtkm/io/reader/VTKRectilinearGridReader.h index b602bcd1a..04864eb22 100644 --- a/vtkm/io/reader/VTKRectilinearGridReader.h +++ b/vtkm/io/reader/VTKRectilinearGridReader.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_io_reader_VTKRectilinearGridReader_h #define vtk_m_io_reader_VTKRectilinearGridReader_h diff --git a/vtkm/io/reader/VTKStructuredGridReader.h b/vtkm/io/reader/VTKStructuredGridReader.h index 3f03c1101..ba773600d 100644 --- a/vtkm/io/reader/VTKStructuredGridReader.h +++ b/vtkm/io/reader/VTKStructuredGridReader.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_io_reader_VTKStructuredGridReader_h #define vtk_m_io_reader_VTKStructuredGridReader_h diff --git a/vtkm/io/reader/VTKStructuredPointsReader.h b/vtkm/io/reader/VTKStructuredPointsReader.h index 3bba0a5e2..b3f003c2d 100644 --- a/vtkm/io/reader/VTKStructuredPointsReader.h +++ b/vtkm/io/reader/VTKStructuredPointsReader.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_io_reader_VTKStructuredPointsReader_h #define vtk_m_io_reader_VTKStructuredPointsReader_h diff --git a/vtkm/io/reader/VTKUnstructuredGridReader.h b/vtkm/io/reader/VTKUnstructuredGridReader.h index 3e53e49ea..1fdc0f885 100644 --- a/vtkm/io/reader/VTKUnstructuredGridReader.h +++ b/vtkm/io/reader/VTKUnstructuredGridReader.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_io_reader_VTKUnstructuredGridReader_h #define vtk_m_io_reader_VTKUnstructuredGridReader_h diff --git a/vtkm/io/reader/testing/CMakeLists.txt b/vtkm/io/reader/testing/CMakeLists.txt index 85eada81d..ee0aa9291 100644 --- a/vtkm/io/reader/testing/CMakeLists.txt +++ b/vtkm/io/reader/testing/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(unit_tests diff --git a/vtkm/io/reader/testing/UnitTestVTKDataSetReader.cxx b/vtkm/io/reader/testing/UnitTestVTKDataSetReader.cxx index f8032e556..c5d16232b 100644 --- a/vtkm/io/reader/testing/UnitTestVTKDataSetReader.cxx +++ b/vtkm/io/reader/testing/UnitTestVTKDataSetReader.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/io/writer/CMakeLists.txt b/vtkm/io/writer/CMakeLists.txt index df06204e9..5b9dcfe97 100644 --- a/vtkm/io/writer/CMakeLists.txt +++ b/vtkm/io/writer/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/io/writer/VTKDataSetWriter.h b/vtkm/io/writer/VTKDataSetWriter.h index 4a847dcbb..82629c634 100644 --- a/vtkm/io/writer/VTKDataSetWriter.h +++ b/vtkm/io/writer/VTKDataSetWriter.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_io_writer_DataSetWriter_h #define vtk_m_io_writer_DataSetWriter_h diff --git a/vtkm/io/writer/testing/CMakeLists.txt b/vtkm/io/writer/testing/CMakeLists.txt index 0677db520..e00f709fd 100644 --- a/vtkm/io/writer/testing/CMakeLists.txt +++ b/vtkm/io/writer/testing/CMakeLists.txt @@ -1,21 +1,11 @@ -#============================================================================ +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(unit_tests diff --git a/vtkm/io/writer/testing/UnitTestVTKDataSetWriter.cxx b/vtkm/io/writer/testing/UnitTestVTKDataSetWriter.cxx index 1a5dbd0a6..0112a9c67 100644 --- a/vtkm/io/writer/testing/UnitTestVTKDataSetWriter.cxx +++ b/vtkm/io/writer/testing/UnitTestVTKDataSetWriter.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/Actor.cxx b/vtkm/rendering/Actor.cxx index 624ff26eb..e60d07c69 100644 --- a/vtkm/rendering/Actor.cxx +++ b/vtkm/rendering/Actor.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/Actor.h b/vtkm/rendering/Actor.h index 9aba88134..4184b72f7 100644 --- a/vtkm/rendering/Actor.h +++ b/vtkm/rendering/Actor.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_Actor_h #define vtk_m_rendering_Actor_h diff --git a/vtkm/rendering/AxisAnnotation.cxx b/vtkm/rendering/AxisAnnotation.cxx index 1689d16ff..c87224f42 100644 --- a/vtkm/rendering/AxisAnnotation.cxx +++ b/vtkm/rendering/AxisAnnotation.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/AxisAnnotation.h b/vtkm/rendering/AxisAnnotation.h index ed2a19c29..7d5075f67 100644 --- a/vtkm/rendering/AxisAnnotation.h +++ b/vtkm/rendering/AxisAnnotation.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_AxisAnnotation_h #define vtk_m_rendering_AxisAnnotation_h diff --git a/vtkm/rendering/AxisAnnotation2D.cxx b/vtkm/rendering/AxisAnnotation2D.cxx index 62bf6b5ff..8b08359d2 100644 --- a/vtkm/rendering/AxisAnnotation2D.cxx +++ b/vtkm/rendering/AxisAnnotation2D.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/AxisAnnotation2D.h b/vtkm/rendering/AxisAnnotation2D.h index dcf802fb8..383678ce2 100644 --- a/vtkm/rendering/AxisAnnotation2D.h +++ b/vtkm/rendering/AxisAnnotation2D.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_AxisAnnotation2D_h #define vtk_m_rendering_AxisAnnotation2D_h diff --git a/vtkm/rendering/AxisAnnotation3D.cxx b/vtkm/rendering/AxisAnnotation3D.cxx index e197a076c..6c0e35fbd 100644 --- a/vtkm/rendering/AxisAnnotation3D.cxx +++ b/vtkm/rendering/AxisAnnotation3D.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/AxisAnnotation3D.h b/vtkm/rendering/AxisAnnotation3D.h index 7b87c6eea..078036dfc 100644 --- a/vtkm/rendering/AxisAnnotation3D.h +++ b/vtkm/rendering/AxisAnnotation3D.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_AxisAnnotation3D_h #define vtk_m_rendering_AxisAnnotation3D_h diff --git a/vtkm/rendering/BitmapFont.cxx b/vtkm/rendering/BitmapFont.cxx index 909a80ca0..9c5aa46fd 100644 --- a/vtkm/rendering/BitmapFont.cxx +++ b/vtkm/rendering/BitmapFont.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include diff --git a/vtkm/rendering/BitmapFont.h b/vtkm/rendering/BitmapFont.h index 6189f8ea6..c733902ac 100644 --- a/vtkm/rendering/BitmapFont.h +++ b/vtkm/rendering/BitmapFont.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_BitmapFont_h #define vtk_m_BitmapFont_h diff --git a/vtkm/rendering/BitmapFontFactory.cxx b/vtkm/rendering/BitmapFontFactory.cxx index db8e62fef..1f263f908 100644 --- a/vtkm/rendering/BitmapFontFactory.cxx +++ b/vtkm/rendering/BitmapFontFactory.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include diff --git a/vtkm/rendering/BitmapFontFactory.h b/vtkm/rendering/BitmapFontFactory.h index 96b987f1d..34af11c65 100644 --- a/vtkm/rendering/BitmapFontFactory.h +++ b/vtkm/rendering/BitmapFontFactory.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_BitmapFontFactory_h #define vtk_m_BitmapFontFactory_h diff --git a/vtkm/rendering/BoundingBoxAnnotation.cxx b/vtkm/rendering/BoundingBoxAnnotation.cxx index 0d80b54dc..6b36b7810 100644 --- a/vtkm/rendering/BoundingBoxAnnotation.cxx +++ b/vtkm/rendering/BoundingBoxAnnotation.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/BoundingBoxAnnotation.h b/vtkm/rendering/BoundingBoxAnnotation.h index f804f860f..e216c5912 100644 --- a/vtkm/rendering/BoundingBoxAnnotation.h +++ b/vtkm/rendering/BoundingBoxAnnotation.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_BoundingBoxAnnotation_h #define vtk_m_rendering_BoundingBoxAnnotation_h diff --git a/vtkm/rendering/CMakeLists.txt b/vtkm/rendering/CMakeLists.txt index e377e0494..ae493463a 100644 --- a/vtkm/rendering/CMakeLists.txt +++ b/vtkm/rendering/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2016 UT-Battelle, LLC. -## Copyright 2016 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ #unconditionally include rendering contexts so that the helper functions diff --git a/vtkm/rendering/Camera.cxx b/vtkm/rendering/Camera.cxx index ce623ff4e..c5cc96935 100644 --- a/vtkm/rendering/Camera.cxx +++ b/vtkm/rendering/Camera.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/Camera.h b/vtkm/rendering/Camera.h index 2ce17ebbd..be3564cd0 100644 --- a/vtkm/rendering/Camera.h +++ b/vtkm/rendering/Camera.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_Camera_h #define vtk_m_rendering_Camera_h diff --git a/vtkm/rendering/Canvas.cxx b/vtkm/rendering/Canvas.cxx index 3da1f5a48..8c8353af4 100644 --- a/vtkm/rendering/Canvas.cxx +++ b/vtkm/rendering/Canvas.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/Canvas.h b/vtkm/rendering/Canvas.h index af9f193f0..3ea8b0c72 100644 --- a/vtkm/rendering/Canvas.h +++ b/vtkm/rendering/Canvas.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_Canvas_h diff --git a/vtkm/rendering/CanvasEGL.cxx b/vtkm/rendering/CanvasEGL.cxx index 93d8a9627..14417125c 100644 --- a/vtkm/rendering/CanvasEGL.cxx +++ b/vtkm/rendering/CanvasEGL.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/CanvasEGL.h b/vtkm/rendering/CanvasEGL.h index d55cf0d67..56c53e96c 100644 --- a/vtkm/rendering/CanvasEGL.h +++ b/vtkm/rendering/CanvasEGL.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_CanvasEGL_h #define vtk_m_rendering_CanvasEGL_h diff --git a/vtkm/rendering/CanvasGL.cxx b/vtkm/rendering/CanvasGL.cxx index def2261c7..e75f32ed6 100644 --- a/vtkm/rendering/CanvasGL.cxx +++ b/vtkm/rendering/CanvasGL.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/CanvasGL.h b/vtkm/rendering/CanvasGL.h index 3154cc67e..7c82edbb6 100644 --- a/vtkm/rendering/CanvasGL.h +++ b/vtkm/rendering/CanvasGL.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_CanvasGL_h #define vtk_m_rendering_CanvasGL_h diff --git a/vtkm/rendering/CanvasOSMesa.cxx b/vtkm/rendering/CanvasOSMesa.cxx index ef45d1af5..8431d2051 100644 --- a/vtkm/rendering/CanvasOSMesa.cxx +++ b/vtkm/rendering/CanvasOSMesa.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/CanvasOSMesa.h b/vtkm/rendering/CanvasOSMesa.h index 208659f35..5740dcea7 100644 --- a/vtkm/rendering/CanvasOSMesa.h +++ b/vtkm/rendering/CanvasOSMesa.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_CanvasOSMesa_h #define vtk_m_rendering_CanvasOSMesa_h diff --git a/vtkm/rendering/CanvasRayTracer.cxx b/vtkm/rendering/CanvasRayTracer.cxx index a0219e144..49a5a272c 100644 --- a/vtkm/rendering/CanvasRayTracer.cxx +++ b/vtkm/rendering/CanvasRayTracer.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/CanvasRayTracer.h b/vtkm/rendering/CanvasRayTracer.h index fd8c44ba1..056f1a30b 100644 --- a/vtkm/rendering/CanvasRayTracer.h +++ b/vtkm/rendering/CanvasRayTracer.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_CanvasRayTracer_h #define vtk_m_rendering_CanvasRayTracer_h diff --git a/vtkm/rendering/Color.cxx b/vtkm/rendering/Color.cxx index 73f0b8e7a..c475adedf 100644 --- a/vtkm/rendering/Color.cxx +++ b/vtkm/rendering/Color.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/Color.h b/vtkm/rendering/Color.h index 2be540138..ef77b063a 100644 --- a/vtkm/rendering/Color.h +++ b/vtkm/rendering/Color.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_Color_h #define vtk_m_rendering_Color_h diff --git a/vtkm/rendering/ColorBarAnnotation.cxx b/vtkm/rendering/ColorBarAnnotation.cxx index c92f7b76b..259f2790d 100644 --- a/vtkm/rendering/ColorBarAnnotation.cxx +++ b/vtkm/rendering/ColorBarAnnotation.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/ColorBarAnnotation.h b/vtkm/rendering/ColorBarAnnotation.h index 72a14e0b1..b8c8d4aae 100644 --- a/vtkm/rendering/ColorBarAnnotation.h +++ b/vtkm/rendering/ColorBarAnnotation.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_ColorBarAnnotation_h #define vtk_m_rendering_ColorBarAnnotation_h diff --git a/vtkm/rendering/ColorLegendAnnotation.cxx b/vtkm/rendering/ColorLegendAnnotation.cxx index 02a0faa8b..e3850d550 100644 --- a/vtkm/rendering/ColorLegendAnnotation.cxx +++ b/vtkm/rendering/ColorLegendAnnotation.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/ColorLegendAnnotation.h b/vtkm/rendering/ColorLegendAnnotation.h index d22c29d45..ca3cf221c 100644 --- a/vtkm/rendering/ColorLegendAnnotation.h +++ b/vtkm/rendering/ColorLegendAnnotation.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_ColorLegendAnnotation_h #define vtk_m_rendering_ColorLegendAnnotation_h diff --git a/vtkm/rendering/ConnectivityProxy.cxx b/vtkm/rendering/ConnectivityProxy.cxx index 661abb9db..9000c38b2 100644 --- a/vtkm/rendering/ConnectivityProxy.cxx +++ b/vtkm/rendering/ConnectivityProxy.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/ConnectivityProxy.h b/vtkm/rendering/ConnectivityProxy.h index ba73d9c94..0d8f869a7 100644 --- a/vtkm/rendering/ConnectivityProxy.h +++ b/vtkm/rendering/ConnectivityProxy.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_ConnectivityProxy_h #define vtk_m_rendering_ConnectivityProxy_h diff --git a/vtkm/rendering/Cylinderizer.h b/vtkm/rendering/Cylinderizer.h index c13bd19c4..3f64549ac 100644 --- a/vtkm/rendering/Cylinderizer.h +++ b/vtkm/rendering/Cylinderizer.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_Cylinderizer_h #define vtk_m_rendering_Cylinderizer_h diff --git a/vtkm/rendering/DecodePNG.cxx b/vtkm/rendering/DecodePNG.cxx index 7c1aad842..2bca1a781 100644 --- a/vtkm/rendering/DecodePNG.cxx +++ b/vtkm/rendering/DecodePNG.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include diff --git a/vtkm/rendering/DecodePNG.h b/vtkm/rendering/DecodePNG.h index 3adff082c..6fef1e10c 100644 --- a/vtkm/rendering/DecodePNG.h +++ b/vtkm/rendering/DecodePNG.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_rendering_DecodePNG_h #define vtk_m_rendering_DecodePNG_h diff --git a/vtkm/rendering/LineRenderer.cxx b/vtkm/rendering/LineRenderer.cxx index c3f043080..fb8c95068 100644 --- a/vtkm/rendering/LineRenderer.cxx +++ b/vtkm/rendering/LineRenderer.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/LineRenderer.h b/vtkm/rendering/LineRenderer.h index e505928b1..1a3ce30dd 100644 --- a/vtkm/rendering/LineRenderer.h +++ b/vtkm/rendering/LineRenderer.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_LineRenderer_h diff --git a/vtkm/rendering/Mapper.cxx b/vtkm/rendering/Mapper.cxx index a053816d1..b975396b9 100644 --- a/vtkm/rendering/Mapper.cxx +++ b/vtkm/rendering/Mapper.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/Mapper.h b/vtkm/rendering/Mapper.h index 162c5c7e3..befaa7a1c 100644 --- a/vtkm/rendering/Mapper.h +++ b/vtkm/rendering/Mapper.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_Mapper_h #define vtk_m_rendering_Mapper_h diff --git a/vtkm/rendering/MapperConnectivity.cxx b/vtkm/rendering/MapperConnectivity.cxx index e76ee9df2..da2a6b271 100644 --- a/vtkm/rendering/MapperConnectivity.cxx +++ b/vtkm/rendering/MapperConnectivity.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/MapperConnectivity.h b/vtkm/rendering/MapperConnectivity.h index 32244db73..86743afc4 100644 --- a/vtkm/rendering/MapperConnectivity.h +++ b/vtkm/rendering/MapperConnectivity.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_MapperConnectivity_h #define vtk_m_rendering_MapperConnectivity_h diff --git a/vtkm/rendering/MapperCylinder.cxx b/vtkm/rendering/MapperCylinder.cxx index 8bd96e07f..16d698331 100644 --- a/vtkm/rendering/MapperCylinder.cxx +++ b/vtkm/rendering/MapperCylinder.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/MapperCylinder.h b/vtkm/rendering/MapperCylinder.h index e1cd54dab..57c8e6f2a 100644 --- a/vtkm/rendering/MapperCylinder.h +++ b/vtkm/rendering/MapperCylinder.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_MapperCylinder_h #define vtk_m_rendering_MapperCylinder_h diff --git a/vtkm/rendering/MapperGL.cxx b/vtkm/rendering/MapperGL.cxx index 03f6afe9c..4941dc8ad 100644 --- a/vtkm/rendering/MapperGL.cxx +++ b/vtkm/rendering/MapperGL.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/MapperGL.h b/vtkm/rendering/MapperGL.h index 0cac37943..c1b3e40ee 100644 --- a/vtkm/rendering/MapperGL.h +++ b/vtkm/rendering/MapperGL.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_MapperGL_h #define vtk_m_rendering_MapperGL_h diff --git a/vtkm/rendering/MapperPoint.cxx b/vtkm/rendering/MapperPoint.cxx index 94e9c2759..3b4a3d0cf 100644 --- a/vtkm/rendering/MapperPoint.cxx +++ b/vtkm/rendering/MapperPoint.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/MapperPoint.h b/vtkm/rendering/MapperPoint.h index 8fba14571..bdb1f322c 100644 --- a/vtkm/rendering/MapperPoint.h +++ b/vtkm/rendering/MapperPoint.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_MapperPoint_h #define vtk_m_rendering_MapperPoint_h diff --git a/vtkm/rendering/MapperQuad.cxx b/vtkm/rendering/MapperQuad.cxx index 51b8899f2..3f15b070d 100644 --- a/vtkm/rendering/MapperQuad.cxx +++ b/vtkm/rendering/MapperQuad.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/MapperQuad.h b/vtkm/rendering/MapperQuad.h index 67775b3b1..eb8b835e8 100644 --- a/vtkm/rendering/MapperQuad.h +++ b/vtkm/rendering/MapperQuad.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_MapperQuad_h #define vtk_m_rendering_MapperQuad_h diff --git a/vtkm/rendering/MapperRayTracer.cxx b/vtkm/rendering/MapperRayTracer.cxx index f39ecb7a6..b8769f597 100644 --- a/vtkm/rendering/MapperRayTracer.cxx +++ b/vtkm/rendering/MapperRayTracer.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/MapperRayTracer.h b/vtkm/rendering/MapperRayTracer.h index f20530b88..97464ba65 100644 --- a/vtkm/rendering/MapperRayTracer.h +++ b/vtkm/rendering/MapperRayTracer.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_MapperRayTracer_h #define vtk_m_rendering_MapperRayTracer_h diff --git a/vtkm/rendering/MapperVolume.cxx b/vtkm/rendering/MapperVolume.cxx index 683596f6d..06e4dfeeb 100644 --- a/vtkm/rendering/MapperVolume.cxx +++ b/vtkm/rendering/MapperVolume.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/MapperVolume.h b/vtkm/rendering/MapperVolume.h index fd5841be4..17578ce29 100644 --- a/vtkm/rendering/MapperVolume.h +++ b/vtkm/rendering/MapperVolume.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_MapperVolume_h #define vtk_m_rendering_MapperVolume_h diff --git a/vtkm/rendering/MapperWireframer.cxx b/vtkm/rendering/MapperWireframer.cxx index 675283166..cda06ad83 100644 --- a/vtkm/rendering/MapperWireframer.cxx +++ b/vtkm/rendering/MapperWireframer.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/MapperWireframer.h b/vtkm/rendering/MapperWireframer.h index f37590272..e37d03e13 100644 --- a/vtkm/rendering/MapperWireframer.h +++ b/vtkm/rendering/MapperWireframer.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_MapperWireframer_h #define vtk_m_rendering_MapperWireframer_h diff --git a/vtkm/rendering/MatrixHelpers.h b/vtkm/rendering/MatrixHelpers.h index 47ebc5963..a3b4fc626 100644 --- a/vtkm/rendering/MatrixHelpers.h +++ b/vtkm/rendering/MatrixHelpers.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_MatrixHelpers_h #define vtk_m_rendering_MatrixHelpers_h diff --git a/vtkm/rendering/Quadralizer.h b/vtkm/rendering/Quadralizer.h index 2d119acb8..6ef243ddd 100644 --- a/vtkm/rendering/Quadralizer.h +++ b/vtkm/rendering/Quadralizer.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_Quadralizer_h #define vtk_m_rendering_Quadralizer_h diff --git a/vtkm/rendering/Scene.cxx b/vtkm/rendering/Scene.cxx index 243f79ce0..ba237a59f 100644 --- a/vtkm/rendering/Scene.cxx +++ b/vtkm/rendering/Scene.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/Scene.h b/vtkm/rendering/Scene.h index 4e9e0790a..68a718e06 100644 --- a/vtkm/rendering/Scene.h +++ b/vtkm/rendering/Scene.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_Scene_h #define vtk_m_rendering_Scene_h diff --git a/vtkm/rendering/TextAnnotation.cxx b/vtkm/rendering/TextAnnotation.cxx index 373449c4e..222ed5913 100644 --- a/vtkm/rendering/TextAnnotation.cxx +++ b/vtkm/rendering/TextAnnotation.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/TextAnnotation.h b/vtkm/rendering/TextAnnotation.h index ea7eb4d6e..465094b27 100644 --- a/vtkm/rendering/TextAnnotation.h +++ b/vtkm/rendering/TextAnnotation.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_TextAnnotation_h #define vtk_m_rendering_TextAnnotation_h diff --git a/vtkm/rendering/TextAnnotationBillboard.cxx b/vtkm/rendering/TextAnnotationBillboard.cxx index 94297c4e1..af829c5ca 100644 --- a/vtkm/rendering/TextAnnotationBillboard.cxx +++ b/vtkm/rendering/TextAnnotationBillboard.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/TextAnnotationBillboard.h b/vtkm/rendering/TextAnnotationBillboard.h index 687bb57e8..b46b511db 100644 --- a/vtkm/rendering/TextAnnotationBillboard.h +++ b/vtkm/rendering/TextAnnotationBillboard.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtkm_rendering_TextAnnotationBillboard_h #define vtkm_rendering_TextAnnotationBillboard_h diff --git a/vtkm/rendering/TextAnnotationScreen.cxx b/vtkm/rendering/TextAnnotationScreen.cxx index 946568b7d..ddf89eb0f 100644 --- a/vtkm/rendering/TextAnnotationScreen.cxx +++ b/vtkm/rendering/TextAnnotationScreen.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/TextAnnotationScreen.h b/vtkm/rendering/TextAnnotationScreen.h index 04cebd99c..6420e5cb4 100644 --- a/vtkm/rendering/TextAnnotationScreen.h +++ b/vtkm/rendering/TextAnnotationScreen.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_TextAnnotationScreen_h #define vtk_m_rendering_TextAnnotationScreen_h diff --git a/vtkm/rendering/TextRenderer.cxx b/vtkm/rendering/TextRenderer.cxx index 80315999c..e400800f0 100644 --- a/vtkm/rendering/TextRenderer.cxx +++ b/vtkm/rendering/TextRenderer.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/TextRenderer.h b/vtkm/rendering/TextRenderer.h index 05d0ad1d0..8b895d728 100644 --- a/vtkm/rendering/TextRenderer.h +++ b/vtkm/rendering/TextRenderer.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_TextRenderer_h diff --git a/vtkm/rendering/Texture2D.h b/vtkm/rendering/Texture2D.h index cf24fe482..cd77ea897 100644 --- a/vtkm/rendering/Texture2D.h +++ b/vtkm/rendering/Texture2D.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_Texture2D_h diff --git a/vtkm/rendering/TextureGL.cxx b/vtkm/rendering/TextureGL.cxx index 9e231f9f3..e639e0e60 100644 --- a/vtkm/rendering/TextureGL.cxx +++ b/vtkm/rendering/TextureGL.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include diff --git a/vtkm/rendering/TextureGL.h b/vtkm/rendering/TextureGL.h index 3957dd818..968df35bd 100644 --- a/vtkm/rendering/TextureGL.h +++ b/vtkm/rendering/TextureGL.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_TextureGL_h #define vtk_m_TextureGL_h diff --git a/vtkm/rendering/Triangulator.h b/vtkm/rendering/Triangulator.h index cc5feb82f..500c8dc7f 100644 --- a/vtkm/rendering/Triangulator.h +++ b/vtkm/rendering/Triangulator.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_Triangulator_h #define vtk_m_rendering_Triangulator_h diff --git a/vtkm/rendering/View.cxx b/vtkm/rendering/View.cxx index 3724bd937..417f66ff6 100644 --- a/vtkm/rendering/View.cxx +++ b/vtkm/rendering/View.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/View.h b/vtkm/rendering/View.h index 63c4c32f4..a4ecd9c9f 100644 --- a/vtkm/rendering/View.h +++ b/vtkm/rendering/View.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_View_h #define vtk_m_rendering_View_h diff --git a/vtkm/rendering/View1D.cxx b/vtkm/rendering/View1D.cxx index 65c9956fe..01250ee85 100644 --- a/vtkm/rendering/View1D.cxx +++ b/vtkm/rendering/View1D.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/View1D.h b/vtkm/rendering/View1D.h index 34e31c0c2..2af6b3fa1 100644 --- a/vtkm/rendering/View1D.h +++ b/vtkm/rendering/View1D.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_View1D_h #define vtk_m_rendering_View1D_h diff --git a/vtkm/rendering/View2D.cxx b/vtkm/rendering/View2D.cxx index a27de288c..30d5a4e84 100644 --- a/vtkm/rendering/View2D.cxx +++ b/vtkm/rendering/View2D.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/View2D.h b/vtkm/rendering/View2D.h index c7da0db17..f292e6ec9 100644 --- a/vtkm/rendering/View2D.h +++ b/vtkm/rendering/View2D.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_View2D_h #define vtk_m_rendering_View2D_h diff --git a/vtkm/rendering/View3D.cxx b/vtkm/rendering/View3D.cxx index f9e16c943..1ceedaec1 100644 --- a/vtkm/rendering/View3D.cxx +++ b/vtkm/rendering/View3D.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/View3D.h b/vtkm/rendering/View3D.h index fbd8c2909..c13160309 100644 --- a/vtkm/rendering/View3D.h +++ b/vtkm/rendering/View3D.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_View3D_h #define vtk_m_rendering_View3D_h diff --git a/vtkm/rendering/Wireframer.h b/vtkm/rendering/Wireframer.h index facb58fb3..e6a7e8790 100644 --- a/vtkm/rendering/Wireframer.h +++ b/vtkm/rendering/Wireframer.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_Wireframer_h diff --git a/vtkm/rendering/WorldAnnotator.cxx b/vtkm/rendering/WorldAnnotator.cxx index 6bb881495..99f4a9586 100644 --- a/vtkm/rendering/WorldAnnotator.cxx +++ b/vtkm/rendering/WorldAnnotator.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/WorldAnnotator.h b/vtkm/rendering/WorldAnnotator.h index 63fc4faaa..e30020a75 100644 --- a/vtkm/rendering/WorldAnnotator.h +++ b/vtkm/rendering/WorldAnnotator.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_WorldAnnotator_h #define vtk_m_rendering_WorldAnnotator_h diff --git a/vtkm/rendering/WorldAnnotatorGL.cxx b/vtkm/rendering/WorldAnnotatorGL.cxx index c569c9775..ac37c72ae 100644 --- a/vtkm/rendering/WorldAnnotatorGL.cxx +++ b/vtkm/rendering/WorldAnnotatorGL.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/WorldAnnotatorGL.h b/vtkm/rendering/WorldAnnotatorGL.h index 3b72c1c30..2b72d3885 100644 --- a/vtkm/rendering/WorldAnnotatorGL.h +++ b/vtkm/rendering/WorldAnnotatorGL.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_WorldAnnotatorGL_h #define vtk_m_rendering_WorldAnnotatorGL_h diff --git a/vtkm/rendering/internal/CMakeLists.txt b/vtkm/rendering/internal/CMakeLists.txt index f87fcc27d..0b5fc5b8f 100644 --- a/vtkm/rendering/internal/CMakeLists.txt +++ b/vtkm/rendering/internal/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2016 UT-Battelle, LLC. -## Copyright 2016 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/rendering/internal/OpenGLHeaders.h b/vtkm/rendering/internal/OpenGLHeaders.h index ba9f8626d..d836b5178 100644 --- a/vtkm/rendering/internal/OpenGLHeaders.h +++ b/vtkm/rendering/internal/OpenGLHeaders.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_internal_OpenGLHeaders_h diff --git a/vtkm/rendering/internal/RunTriangulator.cxx b/vtkm/rendering/internal/RunTriangulator.cxx index 634e7a2a2..cc27358f1 100644 --- a/vtkm/rendering/internal/RunTriangulator.cxx +++ b/vtkm/rendering/internal/RunTriangulator.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/internal/RunTriangulator.h b/vtkm/rendering/internal/RunTriangulator.h index 2bf644380..438866b4f 100644 --- a/vtkm/rendering/internal/RunTriangulator.h +++ b/vtkm/rendering/internal/RunTriangulator.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_internal_RunTriangulator_h #define vtk_m_rendering_internal_RunTriangulator_h diff --git a/vtkm/rendering/raytracing/BVHTraverser.h b/vtkm/rendering/raytracing/BVHTraverser.h index 9b0d6be10..9bdc2faf2 100644 --- a/vtkm/rendering/raytracing/BVHTraverser.h +++ b/vtkm/rendering/raytracing/BVHTraverser.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_BVH_Traverser_h #define vtk_m_rendering_raytracing_BVH_Traverser_h diff --git a/vtkm/rendering/raytracing/BoundingVolumeHierarchy.cxx b/vtkm/rendering/raytracing/BoundingVolumeHierarchy.cxx index c16bd893e..31648cdcf 100644 --- a/vtkm/rendering/raytracing/BoundingVolumeHierarchy.cxx +++ b/vtkm/rendering/raytracing/BoundingVolumeHierarchy.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/raytracing/BoundingVolumeHierarchy.h b/vtkm/rendering/raytracing/BoundingVolumeHierarchy.h index 46cc6cbb8..03bd2d6db 100644 --- a/vtkm/rendering/raytracing/BoundingVolumeHierarchy.h +++ b/vtkm/rendering/raytracing/BoundingVolumeHierarchy.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_BoundingVolumeHierachy_h #define vtk_m_worklet_BoundingVolumeHierachy_h diff --git a/vtkm/rendering/raytracing/CMakeLists.txt b/vtkm/rendering/raytracing/CMakeLists.txt index 67da5b672..a32655078 100644 --- a/vtkm/rendering/raytracing/CMakeLists.txt +++ b/vtkm/rendering/raytracing/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/rendering/raytracing/Camera.cxx b/vtkm/rendering/raytracing/Camera.cxx index bf5e72911..40f92d7f4 100644 --- a/vtkm/rendering/raytracing/Camera.cxx +++ b/vtkm/rendering/raytracing/Camera.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/raytracing/Camera.h b/vtkm/rendering/raytracing/Camera.h index 8692193b3..c3cae3dc5 100644 --- a/vtkm/rendering/raytracing/Camera.h +++ b/vtkm/rendering/raytracing/Camera.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_Camera_h #define vtk_m_rendering_raytracing_Camera_h diff --git a/vtkm/rendering/raytracing/CellIntersector.h b/vtkm/rendering/raytracing/CellIntersector.h index 908945d68..0c1c4498b 100644 --- a/vtkm/rendering/raytracing/CellIntersector.h +++ b/vtkm/rendering/raytracing/CellIntersector.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_Cell_Intersector_h #define vtk_m_rendering_raytracing_Cell_Intersector_h diff --git a/vtkm/rendering/raytracing/CellSampler.h b/vtkm/rendering/raytracing/CellSampler.h index 39bb21c5f..012d86f35 100644 --- a/vtkm/rendering/raytracing/CellSampler.h +++ b/vtkm/rendering/raytracing/CellSampler.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_CellSampler_h #define vtk_m_rendering_raytracing_CellSampler_h diff --git a/vtkm/rendering/raytracing/CellTables.h b/vtkm/rendering/raytracing/CellTables.h index f378e8426..a60139456 100644 --- a/vtkm/rendering/raytracing/CellTables.h +++ b/vtkm/rendering/raytracing/CellTables.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_CellTables_h #define vtk_m_rendering_raytracing_CellTables_h diff --git a/vtkm/rendering/raytracing/ChannelBuffer.cxx b/vtkm/rendering/raytracing/ChannelBuffer.cxx index ae7fec875..6915da38c 100644 --- a/vtkm/rendering/raytracing/ChannelBuffer.cxx +++ b/vtkm/rendering/raytracing/ChannelBuffer.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/raytracing/ChannelBuffer.h b/vtkm/rendering/raytracing/ChannelBuffer.h index 510debb8b..25f1c6c92 100644 --- a/vtkm/rendering/raytracing/ChannelBuffer.h +++ b/vtkm/rendering/raytracing/ChannelBuffer.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtkm_rendering_raytracing_ChannelBuffer_h #define vtkm_rendering_raytracing_ChannelBuffer_h diff --git a/vtkm/rendering/raytracing/ChannelBufferOperations.h b/vtkm/rendering/raytracing/ChannelBufferOperations.h index 98878a1ad..0afccda24 100644 --- a/vtkm/rendering/raytracing/ChannelBufferOperations.h +++ b/vtkm/rendering/raytracing/ChannelBufferOperations.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtkm_rendering_raytracing_ChannelBuffer_Operations_h #define vtkm_rendering_raytracing_ChannelBuffer_Operations_h diff --git a/vtkm/rendering/raytracing/ConnectivityTracer.cxx b/vtkm/rendering/raytracing/ConnectivityTracer.cxx index 23a7a7592..696445d8f 100644 --- a/vtkm/rendering/raytracing/ConnectivityTracer.cxx +++ b/vtkm/rendering/raytracing/ConnectivityTracer.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/raytracing/ConnectivityTracer.h b/vtkm/rendering/raytracing/ConnectivityTracer.h index 9a0c6c4bb..dfbb9fc36 100644 --- a/vtkm/rendering/raytracing/ConnectivityTracer.h +++ b/vtkm/rendering/raytracing/ConnectivityTracer.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_ConnectivityTracer_h #define vtk_m_rendering_raytracing_ConnectivityTracer_h diff --git a/vtkm/rendering/raytracing/CylinderExtractor.cxx b/vtkm/rendering/raytracing/CylinderExtractor.cxx index 930ed5b08..cc35c80e4 100644 --- a/vtkm/rendering/raytracing/CylinderExtractor.cxx +++ b/vtkm/rendering/raytracing/CylinderExtractor.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/raytracing/CylinderExtractor.h b/vtkm/rendering/raytracing/CylinderExtractor.h index 4a5b8354b..9c475acdf 100644 --- a/vtkm/rendering/raytracing/CylinderExtractor.h +++ b/vtkm/rendering/raytracing/CylinderExtractor.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_Cylinder_Extractor_h #define vtk_m_rendering_raytracing_Cylinder_Extractor_h diff --git a/vtkm/rendering/raytracing/CylinderIntersector.cxx b/vtkm/rendering/raytracing/CylinderIntersector.cxx index df3a8e895..43bf4ece0 100644 --- a/vtkm/rendering/raytracing/CylinderIntersector.cxx +++ b/vtkm/rendering/raytracing/CylinderIntersector.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/raytracing/CylinderIntersector.h b/vtkm/rendering/raytracing/CylinderIntersector.h index 05f5dab96..555940b26 100644 --- a/vtkm/rendering/raytracing/CylinderIntersector.h +++ b/vtkm/rendering/raytracing/CylinderIntersector.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_Cylinder_Intersector_h #define vtk_m_rendering_raytracing_Cylinder_Intersector_h diff --git a/vtkm/rendering/raytracing/Logger.cxx b/vtkm/rendering/raytracing/Logger.cxx index 37c667f71..fd0719ea8 100644 --- a/vtkm/rendering/raytracing/Logger.cxx +++ b/vtkm/rendering/raytracing/Logger.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/raytracing/Logger.h b/vtkm/rendering/raytracing/Logger.h index 8085703d9..807b53eed 100644 --- a/vtkm/rendering/raytracing/Logger.h +++ b/vtkm/rendering/raytracing/Logger.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_Loggable_h #define vtk_m_rendering_raytracing_Loggable_h diff --git a/vtkm/rendering/raytracing/MeshConnectivityBase.h b/vtkm/rendering/raytracing/MeshConnectivityBase.h index 6b41baa90..f50786097 100644 --- a/vtkm/rendering/raytracing/MeshConnectivityBase.h +++ b/vtkm/rendering/raytracing/MeshConnectivityBase.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_MeshConnectivityBase #define vtk_m_rendering_raytracing_MeshConnectivityBase diff --git a/vtkm/rendering/raytracing/MeshConnectivityBuilder.cxx b/vtkm/rendering/raytracing/MeshConnectivityBuilder.cxx index 8ae746474..24b61266d 100644 --- a/vtkm/rendering/raytracing/MeshConnectivityBuilder.cxx +++ b/vtkm/rendering/raytracing/MeshConnectivityBuilder.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/raytracing/MeshConnectivityBuilder.h b/vtkm/rendering/raytracing/MeshConnectivityBuilder.h index 7f99cc71f..24fff77b5 100644 --- a/vtkm/rendering/raytracing/MeshConnectivityBuilder.h +++ b/vtkm/rendering/raytracing/MeshConnectivityBuilder.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_MeshConnectivityBuilder_h #define vtk_m_rendering_raytracing_MeshConnectivityBuilder_h diff --git a/vtkm/rendering/raytracing/MeshConnectivityContainers.cxx b/vtkm/rendering/raytracing/MeshConnectivityContainers.cxx index b361db72f..774e180fc 100644 --- a/vtkm/rendering/raytracing/MeshConnectivityContainers.cxx +++ b/vtkm/rendering/raytracing/MeshConnectivityContainers.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/rendering/raytracing/MeshConnectivityContainers.h b/vtkm/rendering/raytracing/MeshConnectivityContainers.h index d33201979..87d916211 100644 --- a/vtkm/rendering/raytracing/MeshConnectivityContainers.h +++ b/vtkm/rendering/raytracing/MeshConnectivityContainers.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_MeshConnectivityContainer_h #define vtk_m_rendering_raytracing_MeshConnectivityContainer_h diff --git a/vtkm/rendering/raytracing/MortonCodes.h b/vtkm/rendering/raytracing/MortonCodes.h index dffbb3be2..57708d33f 100644 --- a/vtkm/rendering/raytracing/MortonCodes.h +++ b/vtkm/rendering/raytracing/MortonCodes.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_MortonCodes_h #define vtk_m_rendering_raytracing_MortonCodes_h diff --git a/vtkm/rendering/raytracing/PartialComposite.h b/vtkm/rendering/raytracing/PartialComposite.h index 024f31454..a740c7144 100644 --- a/vtkm/rendering/raytracing/PartialComposite.h +++ b/vtkm/rendering/raytracing/PartialComposite.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_PartialComposite_h #define vtk_m_rendering_raytracing_PartialComposite_h diff --git a/vtkm/rendering/raytracing/QuadExtractor.cxx b/vtkm/rendering/raytracing/QuadExtractor.cxx index 148b02f88..c80b7e88c 100644 --- a/vtkm/rendering/raytracing/QuadExtractor.cxx +++ b/vtkm/rendering/raytracing/QuadExtractor.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/raytracing/QuadExtractor.h b/vtkm/rendering/raytracing/QuadExtractor.h index 32bab445b..f84276975 100644 --- a/vtkm/rendering/raytracing/QuadExtractor.h +++ b/vtkm/rendering/raytracing/QuadExtractor.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_Quad_Extractor_h #define vtk_m_rendering_raytracing_Quad_Extractor_h diff --git a/vtkm/rendering/raytracing/QuadIntersector.cxx b/vtkm/rendering/raytracing/QuadIntersector.cxx index cedee442d..587944ae0 100644 --- a/vtkm/rendering/raytracing/QuadIntersector.cxx +++ b/vtkm/rendering/raytracing/QuadIntersector.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/raytracing/QuadIntersector.h b/vtkm/rendering/raytracing/QuadIntersector.h index 35eaeae8a..b23bf81f9 100644 --- a/vtkm/rendering/raytracing/QuadIntersector.h +++ b/vtkm/rendering/raytracing/QuadIntersector.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_Quad_Intersector_h #define vtk_m_rendering_raytracing_Quad_Intersector_h diff --git a/vtkm/rendering/raytracing/Ray.h b/vtkm/rendering/raytracing/Ray.h index 6518cac4d..6742fa380 100644 --- a/vtkm/rendering/raytracing/Ray.h +++ b/vtkm/rendering/raytracing/Ray.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_Ray_h #define vtk_m_rendering_raytracing_Ray_h diff --git a/vtkm/rendering/raytracing/RayOperations.cxx b/vtkm/rendering/raytracing/RayOperations.cxx index 7934e2079..1d819eead 100644 --- a/vtkm/rendering/raytracing/RayOperations.cxx +++ b/vtkm/rendering/raytracing/RayOperations.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include namespace vtkm { diff --git a/vtkm/rendering/raytracing/RayOperations.h b/vtkm/rendering/raytracing/RayOperations.h index e223349ee..add028e92 100644 --- a/vtkm/rendering/raytracing/RayOperations.h +++ b/vtkm/rendering/raytracing/RayOperations.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_Ray_Operations_h #define vtk_m_rendering_raytracing_Ray_Operations_h diff --git a/vtkm/rendering/raytracing/RayTracer.cxx b/vtkm/rendering/raytracing/RayTracer.cxx index cda6ac739..21478fb55 100644 --- a/vtkm/rendering/raytracing/RayTracer.cxx +++ b/vtkm/rendering/raytracing/RayTracer.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/raytracing/RayTracer.h b/vtkm/rendering/raytracing/RayTracer.h index 8ff9aa189..97b0964c7 100644 --- a/vtkm/rendering/raytracing/RayTracer.h +++ b/vtkm/rendering/raytracing/RayTracer.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_RayTracer_h #define vtk_m_rendering_raytracing_RayTracer_h diff --git a/vtkm/rendering/raytracing/RayTracingTypeDefs.h b/vtkm/rendering/raytracing/RayTracingTypeDefs.h index 59ec89a37..ee1625309 100644 --- a/vtkm/rendering/raytracing/RayTracingTypeDefs.h +++ b/vtkm/rendering/raytracing/RayTracingTypeDefs.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_RayTracingTypeDefs_h #define vtk_m_rendering_raytracing_RayTracingTypeDefs_h diff --git a/vtkm/rendering/raytracing/Sampler.h b/vtkm/rendering/raytracing/Sampler.h index e747874e1..88e5697d6 100644 --- a/vtkm/rendering/raytracing/Sampler.h +++ b/vtkm/rendering/raytracing/Sampler.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_Sampler_h #define vtk_m_rendering_raytracing_Sampler_h diff --git a/vtkm/rendering/raytracing/ShapeIntersector.cxx b/vtkm/rendering/raytracing/ShapeIntersector.cxx index e5e8ef19c..4468d078a 100644 --- a/vtkm/rendering/raytracing/ShapeIntersector.cxx +++ b/vtkm/rendering/raytracing/ShapeIntersector.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/rendering/raytracing/ShapeIntersector.h b/vtkm/rendering/raytracing/ShapeIntersector.h index b04447901..85145b6ad 100644 --- a/vtkm/rendering/raytracing/ShapeIntersector.h +++ b/vtkm/rendering/raytracing/ShapeIntersector.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_Shape_Intersector_h #define vtk_m_rendering_raytracing_Shape_Intersector_h diff --git a/vtkm/rendering/raytracing/SphereExtractor.cxx b/vtkm/rendering/raytracing/SphereExtractor.cxx index 251bdbcf3..c8b7cb350 100644 --- a/vtkm/rendering/raytracing/SphereExtractor.cxx +++ b/vtkm/rendering/raytracing/SphereExtractor.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/raytracing/SphereExtractor.h b/vtkm/rendering/raytracing/SphereExtractor.h index 3e7b1316d..16ae644b9 100644 --- a/vtkm/rendering/raytracing/SphereExtractor.h +++ b/vtkm/rendering/raytracing/SphereExtractor.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_Sphere_Extractor_h #define vtk_m_rendering_raytracing_Sphere_Extractor_h diff --git a/vtkm/rendering/raytracing/SphereIntersector.cxx b/vtkm/rendering/raytracing/SphereIntersector.cxx index 0890dcf41..ba405ea36 100644 --- a/vtkm/rendering/raytracing/SphereIntersector.cxx +++ b/vtkm/rendering/raytracing/SphereIntersector.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/raytracing/SphereIntersector.h b/vtkm/rendering/raytracing/SphereIntersector.h index c24f7af18..2ad4f1eb6 100644 --- a/vtkm/rendering/raytracing/SphereIntersector.h +++ b/vtkm/rendering/raytracing/SphereIntersector.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_Sphere_Intersector_h #define vtk_m_rendering_raytracing_Sphere_Intersector_h diff --git a/vtkm/rendering/raytracing/TriangleExtractor.cxx b/vtkm/rendering/raytracing/TriangleExtractor.cxx index 8a496ce36..882653977 100644 --- a/vtkm/rendering/raytracing/TriangleExtractor.cxx +++ b/vtkm/rendering/raytracing/TriangleExtractor.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/raytracing/TriangleExtractor.h b/vtkm/rendering/raytracing/TriangleExtractor.h index 5c46f2d51..58062af6f 100644 --- a/vtkm/rendering/raytracing/TriangleExtractor.h +++ b/vtkm/rendering/raytracing/TriangleExtractor.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_Triangle_Extractor_h #define vtk_m_rendering_raytracing_Triangle_Extractor_h diff --git a/vtkm/rendering/raytracing/TriangleIntersections.h b/vtkm/rendering/raytracing/TriangleIntersections.h index a87206ce2..39de1efe9 100644 --- a/vtkm/rendering/raytracing/TriangleIntersections.h +++ b/vtkm/rendering/raytracing/TriangleIntersections.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_TriangleIntersections_h #define vtk_m_rendering_raytracing_TriangleIntersections_h diff --git a/vtkm/rendering/raytracing/TriangleIntersector.cxx b/vtkm/rendering/raytracing/TriangleIntersector.cxx index 458d29f4e..df1782f5b 100644 --- a/vtkm/rendering/raytracing/TriangleIntersector.cxx +++ b/vtkm/rendering/raytracing/TriangleIntersector.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/raytracing/TriangleIntersector.h b/vtkm/rendering/raytracing/TriangleIntersector.h index ce06a3adf..135c79184 100644 --- a/vtkm/rendering/raytracing/TriangleIntersector.h +++ b/vtkm/rendering/raytracing/TriangleIntersector.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_TriagnleIntersector_h #define vtk_m_rendering_raytracing_TriagnleIntersector_h diff --git a/vtkm/rendering/raytracing/VolumeRendererStructured.cxx b/vtkm/rendering/raytracing/VolumeRendererStructured.cxx index 32fd74039..98ab627e9 100644 --- a/vtkm/rendering/raytracing/VolumeRendererStructured.cxx +++ b/vtkm/rendering/raytracing/VolumeRendererStructured.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include #include diff --git a/vtkm/rendering/raytracing/VolumeRendererStructured.h b/vtkm/rendering/raytracing/VolumeRendererStructured.h index fdc8f71c2..05b829848 100644 --- a/vtkm/rendering/raytracing/VolumeRendererStructured.h +++ b/vtkm/rendering/raytracing/VolumeRendererStructured.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_rendering_raytracing_VolumeRendererStructured_h #define vtk_m_rendering_raytracing_VolumeRendererStructured_h diff --git a/vtkm/rendering/raytracing/Worklets.h b/vtkm/rendering/raytracing/Worklets.h index b2ec56d9e..f21718a93 100644 --- a/vtkm/rendering/raytracing/Worklets.h +++ b/vtkm/rendering/raytracing/Worklets.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_raytracing_Worklets_h #define vtk_m_rendering_raytracing_Worklets_h diff --git a/vtkm/rendering/testing/CMakeLists.txt b/vtkm/rendering/testing/CMakeLists.txt index 2118347be..2ac2556b3 100644 --- a/vtkm/rendering/testing/CMakeLists.txt +++ b/vtkm/rendering/testing/CMakeLists.txt @@ -1,21 +1,11 @@ -#============================================================================ +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/rendering/testing/RenderTest.h b/vtkm/rendering/testing/RenderTest.h index 81c9e7872..117cb1df7 100644 --- a/vtkm/rendering/testing/RenderTest.h +++ b/vtkm/rendering/testing/RenderTest.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_rendering_testing_RenderTest_h #define vtk_m_rendering_testing_RenderTest_h diff --git a/vtkm/rendering/testing/UnitTestCanvas.cxx b/vtkm/rendering/testing/UnitTestCanvas.cxx index d374e6baa..2448497c6 100644 --- a/vtkm/rendering/testing/UnitTestCanvas.cxx +++ b/vtkm/rendering/testing/UnitTestCanvas.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/testing/UnitTestMapperConnectivity.cxx b/vtkm/rendering/testing/UnitTestMapperConnectivity.cxx index 76a91be5e..37bcb2d9c 100644 --- a/vtkm/rendering/testing/UnitTestMapperConnectivity.cxx +++ b/vtkm/rendering/testing/UnitTestMapperConnectivity.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/testing/UnitTestMapperCylinders.cxx b/vtkm/rendering/testing/UnitTestMapperCylinders.cxx index 3a6bfefc5..3dc312dd6 100644 --- a/vtkm/rendering/testing/UnitTestMapperCylinders.cxx +++ b/vtkm/rendering/testing/UnitTestMapperCylinders.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/testing/UnitTestMapperPoints.cxx b/vtkm/rendering/testing/UnitTestMapperPoints.cxx index 920ce8204..08818b27f 100644 --- a/vtkm/rendering/testing/UnitTestMapperPoints.cxx +++ b/vtkm/rendering/testing/UnitTestMapperPoints.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/testing/UnitTestMapperQuads.cxx b/vtkm/rendering/testing/UnitTestMapperQuads.cxx index baba4a31f..1b87b7f1c 100644 --- a/vtkm/rendering/testing/UnitTestMapperQuads.cxx +++ b/vtkm/rendering/testing/UnitTestMapperQuads.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/testing/UnitTestMapperRayTracer.cxx b/vtkm/rendering/testing/UnitTestMapperRayTracer.cxx index 8480e8cd3..02b8a3493 100644 --- a/vtkm/rendering/testing/UnitTestMapperRayTracer.cxx +++ b/vtkm/rendering/testing/UnitTestMapperRayTracer.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/testing/UnitTestMapperVolume.cxx b/vtkm/rendering/testing/UnitTestMapperVolume.cxx index 3748ad05a..87f40d702 100644 --- a/vtkm/rendering/testing/UnitTestMapperVolume.cxx +++ b/vtkm/rendering/testing/UnitTestMapperVolume.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/testing/UnitTestMapperWireframer.cxx b/vtkm/rendering/testing/UnitTestMapperWireframer.cxx index 6ef24ef70..67c7620de 100644 --- a/vtkm/rendering/testing/UnitTestMapperWireframer.cxx +++ b/vtkm/rendering/testing/UnitTestMapperWireframer.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/testing/UnitTestMultiMapper.cxx b/vtkm/rendering/testing/UnitTestMultiMapper.cxx index c3fa71a19..7d1ebb860 100644 --- a/vtkm/rendering/testing/UnitTestMultiMapper.cxx +++ b/vtkm/rendering/testing/UnitTestMultiMapper.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/rendering/testing/egl/CMakeLists.txt b/vtkm/rendering/testing/egl/CMakeLists.txt index 6e143e296..3c8b9b3fc 100644 --- a/vtkm/rendering/testing/egl/CMakeLists.txt +++ b/vtkm/rendering/testing/egl/CMakeLists.txt @@ -1,21 +1,11 @@ -#============================================================================ +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(unit_tests diff --git a/vtkm/rendering/testing/egl/UnitTestMapperEGL.cxx b/vtkm/rendering/testing/egl/UnitTestMapperEGL.cxx index a336c894f..95ba6cb42 100644 --- a/vtkm/rendering/testing/egl/UnitTestMapperEGL.cxx +++ b/vtkm/rendering/testing/egl/UnitTestMapperEGL.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/rendering/testing/glfw/CMakeLists.txt b/vtkm/rendering/testing/glfw/CMakeLists.txt index 8a9582051..487d1b280 100644 --- a/vtkm/rendering/testing/glfw/CMakeLists.txt +++ b/vtkm/rendering/testing/glfw/CMakeLists.txt @@ -1,21 +1,11 @@ -#============================================================================ +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ find_package(GLFW QUIET) if(NOT TARGET GLFW::GLFW) diff --git a/vtkm/rendering/testing/glfw/UnitTestMapperGLFW.cxx b/vtkm/rendering/testing/glfw/UnitTestMapperGLFW.cxx index ae1281539..638e89b03 100644 --- a/vtkm/rendering/testing/glfw/UnitTestMapperGLFW.cxx +++ b/vtkm/rendering/testing/glfw/UnitTestMapperGLFW.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/rendering/testing/glut/CMakeLists.txt b/vtkm/rendering/testing/glut/CMakeLists.txt index 45b888e4a..49563791a 100644 --- a/vtkm/rendering/testing/glut/CMakeLists.txt +++ b/vtkm/rendering/testing/glut/CMakeLists.txt @@ -1,21 +1,11 @@ -#============================================================================ +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ if(NOT TARGET GLUT::GLUT) find_package(GLUT QUIET) diff --git a/vtkm/rendering/testing/glut/UnitTestMapperGLUT.cxx b/vtkm/rendering/testing/glut/UnitTestMapperGLUT.cxx index b4c7a2466..56ea94d44 100644 --- a/vtkm/rendering/testing/glut/UnitTestMapperGLUT.cxx +++ b/vtkm/rendering/testing/glut/UnitTestMapperGLUT.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/rendering/testing/osmesa/CMakeLists.txt b/vtkm/rendering/testing/osmesa/CMakeLists.txt index 543833c7a..dc1f15479 100644 --- a/vtkm/rendering/testing/osmesa/CMakeLists.txt +++ b/vtkm/rendering/testing/osmesa/CMakeLists.txt @@ -1,21 +1,11 @@ -#============================================================================ +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(unit_tests diff --git a/vtkm/rendering/testing/osmesa/UnitTestMapperOSMesa.cxx b/vtkm/rendering/testing/osmesa/UnitTestMapperOSMesa.cxx index 29ca5a656..0b3da87aa 100644 --- a/vtkm/rendering/testing/osmesa/UnitTestMapperOSMesa.cxx +++ b/vtkm/rendering/testing/osmesa/UnitTestMapperOSMesa.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/testing/CMakeLists.txt b/vtkm/testing/CMakeLists.txt index bcf19074a..b62bb70da 100644 --- a/vtkm/testing/CMakeLists.txt +++ b/vtkm/testing/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/testing/Testing.h b/vtkm/testing/Testing.h index 51a358bd9..0cbbc9b21 100644 --- a/vtkm/testing/Testing.h +++ b/vtkm/testing/Testing.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_testing_Testing_h #define vtk_m_testing_Testing_h diff --git a/vtkm/testing/TestingGeometry.h b/vtkm/testing/TestingGeometry.h index 11cc955d4..332aea988 100644 --- a/vtkm/testing/TestingGeometry.h +++ b/vtkm/testing/TestingGeometry.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_testing_TestingGeometry_h #define vtk_m_testing_TestingGeometry_h diff --git a/vtkm/testing/TestingMath.h b/vtkm/testing/TestingMath.h index 904ce0852..1910dc9c6 100644 --- a/vtkm/testing/TestingMath.h +++ b/vtkm/testing/TestingMath.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_testing_TestingMath_h #define vtk_m_testing_TestingMath_h diff --git a/vtkm/testing/UnitTestBinaryOperators.cxx b/vtkm/testing/UnitTestBinaryOperators.cxx index 217c26dae..4ee04d5ae 100644 --- a/vtkm/testing/UnitTestBinaryOperators.cxx +++ b/vtkm/testing/UnitTestBinaryOperators.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/testing/UnitTestBinaryPredicates.cxx b/vtkm/testing/UnitTestBinaryPredicates.cxx index 2534dd33f..6e1781255 100644 --- a/vtkm/testing/UnitTestBinaryPredicates.cxx +++ b/vtkm/testing/UnitTestBinaryPredicates.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/testing/UnitTestBounds.cxx b/vtkm/testing/UnitTestBounds.cxx index c74794aad..36d29b7fd 100644 --- a/vtkm/testing/UnitTestBounds.cxx +++ b/vtkm/testing/UnitTestBounds.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/testing/UnitTestCellShape.cxx b/vtkm/testing/UnitTestCellShape.cxx index bb080e2d5..2dd6a4709 100644 --- a/vtkm/testing/UnitTestCellShape.cxx +++ b/vtkm/testing/UnitTestCellShape.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/testing/UnitTestExceptions.cxx b/vtkm/testing/UnitTestExceptions.cxx index 24f5579a6..89e60d687 100644 --- a/vtkm/testing/UnitTestExceptions.cxx +++ b/vtkm/testing/UnitTestExceptions.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/testing/UnitTestHash.cxx b/vtkm/testing/UnitTestHash.cxx index 9b2fb4fe2..5215eccde 100644 --- a/vtkm/testing/UnitTestHash.cxx +++ b/vtkm/testing/UnitTestHash.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/testing/UnitTestListTag.cxx b/vtkm/testing/UnitTestListTag.cxx index 9411b93cb..41534017c 100644 --- a/vtkm/testing/UnitTestListTag.cxx +++ b/vtkm/testing/UnitTestListTag.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/testing/UnitTestMath.cxx b/vtkm/testing/UnitTestMath.cxx index 4cce92b37..9fe4f4bc6 100644 --- a/vtkm/testing/UnitTestMath.cxx +++ b/vtkm/testing/UnitTestMath.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include diff --git a/vtkm/testing/UnitTestMatrix.cxx b/vtkm/testing/UnitTestMatrix.cxx index 030f02a65..05ead0e77 100644 --- a/vtkm/testing/UnitTestMatrix.cxx +++ b/vtkm/testing/UnitTestMatrix.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include diff --git a/vtkm/testing/UnitTestNewtonsMethod.cxx b/vtkm/testing/UnitTestNewtonsMethod.cxx index 0e5afb8dd..0d07c2549 100644 --- a/vtkm/testing/UnitTestNewtonsMethod.cxx +++ b/vtkm/testing/UnitTestNewtonsMethod.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/testing/UnitTestNoAssert.cxx b/vtkm/testing/UnitTestNoAssert.cxx index c02ec629a..b4a757aa1 100644 --- a/vtkm/testing/UnitTestNoAssert.cxx +++ b/vtkm/testing/UnitTestNoAssert.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #define VTKM_NO_ASSERT diff --git a/vtkm/testing/UnitTestPair.cxx b/vtkm/testing/UnitTestPair.cxx index 82ee752f5..006e0decf 100644 --- a/vtkm/testing/UnitTestPair.cxx +++ b/vtkm/testing/UnitTestPair.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/testing/UnitTestRange.cxx b/vtkm/testing/UnitTestRange.cxx index e0d63bf05..d2e7b58c3 100644 --- a/vtkm/testing/UnitTestRange.cxx +++ b/vtkm/testing/UnitTestRange.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/testing/UnitTestTesting.cxx b/vtkm/testing/UnitTestTesting.cxx index f03b8c702..2cda18cb0 100644 --- a/vtkm/testing/UnitTestTesting.cxx +++ b/vtkm/testing/UnitTestTesting.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // This meta-test makes sure that the testing environment is properly reporting diff --git a/vtkm/testing/UnitTestTransform3D.cxx b/vtkm/testing/UnitTestTransform3D.cxx index 46fe69c14..5d95eccce 100644 --- a/vtkm/testing/UnitTestTransform3D.cxx +++ b/vtkm/testing/UnitTestTransform3D.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include diff --git a/vtkm/testing/UnitTestTypeListTag.cxx b/vtkm/testing/UnitTestTypeListTag.cxx index e9bf9cc6b..9c45dcbc1 100644 --- a/vtkm/testing/UnitTestTypeListTag.cxx +++ b/vtkm/testing/UnitTestTypeListTag.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/testing/UnitTestTypeTraits.cxx b/vtkm/testing/UnitTestTypeTraits.cxx index 8f6e8c990..18e666a53 100644 --- a/vtkm/testing/UnitTestTypeTraits.cxx +++ b/vtkm/testing/UnitTestTypeTraits.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/testing/UnitTestTypes.cxx b/vtkm/testing/UnitTestTypes.cxx index 246af26ba..665eab8fc 100644 --- a/vtkm/testing/UnitTestTypes.cxx +++ b/vtkm/testing/UnitTestTypes.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/testing/UnitTestUnaryPredicates.cxx b/vtkm/testing/UnitTestUnaryPredicates.cxx index 0de8c2ae5..c160dac66 100644 --- a/vtkm/testing/UnitTestUnaryPredicates.cxx +++ b/vtkm/testing/UnitTestUnaryPredicates.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/testing/UnitTestVecAxisAlignedPointCoordinates.cxx b/vtkm/testing/UnitTestVecAxisAlignedPointCoordinates.cxx index 62e78cd2e..81857d568 100644 --- a/vtkm/testing/UnitTestVecAxisAlignedPointCoordinates.cxx +++ b/vtkm/testing/UnitTestVecAxisAlignedPointCoordinates.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/testing/UnitTestVecFromPortal.cxx b/vtkm/testing/UnitTestVecFromPortal.cxx index a464eb5dc..d4f33f2cb 100644 --- a/vtkm/testing/UnitTestVecFromPortal.cxx +++ b/vtkm/testing/UnitTestVecFromPortal.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/testing/UnitTestVecFromPortalPermute.cxx b/vtkm/testing/UnitTestVecFromPortalPermute.cxx index f362bcf3c..8e4d2bb7d 100644 --- a/vtkm/testing/UnitTestVecFromPortalPermute.cxx +++ b/vtkm/testing/UnitTestVecFromPortalPermute.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/testing/UnitTestVecTraits.cxx b/vtkm/testing/UnitTestVecTraits.cxx index 189c1fae1..6aef079b2 100644 --- a/vtkm/testing/UnitTestVecTraits.cxx +++ b/vtkm/testing/UnitTestVecTraits.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/testing/UnitTestVecVariable.cxx b/vtkm/testing/UnitTestVecVariable.cxx index e6300a5e7..8f5c82817 100644 --- a/vtkm/testing/UnitTestVecVariable.cxx +++ b/vtkm/testing/UnitTestVecVariable.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/testing/UnitTestVectorAnalysis.cxx b/vtkm/testing/UnitTestVectorAnalysis.cxx index e0c69dc43..ac57a3aad 100644 --- a/vtkm/testing/UnitTestVectorAnalysis.cxx +++ b/vtkm/testing/UnitTestVectorAnalysis.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include diff --git a/vtkm/testing/VecTraitsTests.h b/vtkm/testing/VecTraitsTests.h index 57bcea4dd..babc0b0ef 100644 --- a/vtkm/testing/VecTraitsTests.h +++ b/vtkm/testing/VecTraitsTests.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtkm_testing_VecTraitsTest_h #define vtkm_testing_VecTraitsTest_h diff --git a/vtkm/thirdparty/diy/CMakeLists.txt b/vtkm/thirdparty/diy/CMakeLists.txt index ffe3e3365..9b173b30d 100644 --- a/vtkm/thirdparty/diy/CMakeLists.txt +++ b/vtkm/thirdparty/diy/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2017 UT-Battelle, LLC. -## Copyright 2017 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ add_library(vtkm_diy INTERFACE) vtkm_get_kit_name(kit_name kit_dir) diff --git a/vtkm/thirdparty/diy/Configure.h.in b/vtkm/thirdparty/diy/Configure.h.in index 8f92bd74a..94f898fe8 100644 --- a/vtkm/thirdparty/diy/Configure.h.in +++ b/vtkm/thirdparty/diy/Configure.h.in @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtkm_diy_h #define vtkm_diy_h diff --git a/vtkm/thirdparty/diy/diy.h b/vtkm/thirdparty/diy/diy.h index 5df27e0dc..8e701519f 100644 --- a/vtkm/thirdparty/diy/diy.h +++ b/vtkm/thirdparty/diy/diy.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_thirdparty_diy_diy_h #define vtk_m_thirdparty_diy_diy_h diff --git a/vtkm/thirdparty/diy/serialization.h b/vtkm/thirdparty/diy/serialization.h index d8b362e20..8c9de69dc 100644 --- a/vtkm/thirdparty/diy/serialization.h +++ b/vtkm/thirdparty/diy/serialization.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_thirdparty_diy_serialization_h #define vtk_m_thirdparty_diy_serialization_h diff --git a/vtkm/thirdparty/loguru/CMakeLists.txt b/vtkm/thirdparty/loguru/CMakeLists.txt index 6bebecee4..34d2b3c30 100644 --- a/vtkm/thirdparty/loguru/CMakeLists.txt +++ b/vtkm/thirdparty/loguru/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2018 UT-Battelle, LLC. -## Copyright 2018 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ add_library(vtkm_loguru INTERFACE) vtkm_get_kit_name(kit_name kit_dir) diff --git a/vtkm/thirdparty/optionparser/CMakeLists.txt b/vtkm/thirdparty/optionparser/CMakeLists.txt index d01f7b559..668cf867e 100644 --- a/vtkm/thirdparty/optionparser/CMakeLists.txt +++ b/vtkm/thirdparty/optionparser/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2019 UT-Battelle, LLC. -## Copyright 2019 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ add_library(vtkm_optionparser INTERFACE) vtkm_get_kit_name(kit_name kit_dir) diff --git a/vtkm/thirdparty/taotuple/CMakeLists.txt b/vtkm/thirdparty/taotuple/CMakeLists.txt index c13eae41b..27fb10c9f 100644 --- a/vtkm/thirdparty/taotuple/CMakeLists.txt +++ b/vtkm/thirdparty/taotuple/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,18 +6,7 @@ ## 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. -## -## Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2018 UT-Battelle, LLC. -## Copyright 2018 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= +##============================================================================ add_library(vtkm_taotuple INTERFACE) vtkm_get_kit_name(kit_name kit_dir) diff --git a/vtkm/thirdparty/taotuple/vtkmtaotuple/include/SimpleTuple.h b/vtkm/thirdparty/taotuple/vtkmtaotuple/include/SimpleTuple.h index 0df0a5988..439f7fa61 100644 --- a/vtkm/thirdparty/taotuple/vtkmtaotuple/include/SimpleTuple.h +++ b/vtkm/thirdparty/taotuple/vtkmtaotuple/include/SimpleTuple.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef SimpleTuple_h #define SimpleTuple_h diff --git a/vtkm/thirdparty/taotuple/vtkmtaotuple/include/Tuple.h b/vtkm/thirdparty/taotuple/vtkmtaotuple/include/Tuple.h index 34df430f3..a3e0d55fe 100644 --- a/vtkm/thirdparty/taotuple/vtkmtaotuple/include/Tuple.h +++ b/vtkm/thirdparty/taotuple/vtkmtaotuple/include/Tuple.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef Tuple_h #define Tuple_h diff --git a/vtkm/worklet/AverageByKey.h b/vtkm/worklet/AverageByKey.h index f5a60666e..7f27e3e2c 100644 --- a/vtkm/worklet/AverageByKey.h +++ b/vtkm/worklet/AverageByKey.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_AverageByKey_h #define vtk_m_worklet_AverageByKey_h diff --git a/vtkm/worklet/CMakeLists.txt b/vtkm/worklet/CMakeLists.txt index 00541e200..13fdf0d95 100644 --- a/vtkm/worklet/CMakeLists.txt +++ b/vtkm/worklet/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/worklet/CellAverage.h b/vtkm/worklet/CellAverage.h index 6f5c15b96..32b854a7b 100644 --- a/vtkm/worklet/CellAverage.h +++ b/vtkm/worklet/CellAverage.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_CellAverage_h diff --git a/vtkm/worklet/CellDeepCopy.h b/vtkm/worklet/CellDeepCopy.h index ade700774..9c8927787 100644 --- a/vtkm/worklet/CellDeepCopy.h +++ b/vtkm/worklet/CellDeepCopy.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_CellDeepCopy_h #define vtk_m_worklet_CellDeepCopy_h diff --git a/vtkm/worklet/CellMeasure.h b/vtkm/worklet/CellMeasure.h index a58849798..f9d49ab05 100644 --- a/vtkm/worklet/CellMeasure.h +++ b/vtkm/worklet/CellMeasure.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_CellMeasure_h diff --git a/vtkm/worklet/Clip.h b/vtkm/worklet/Clip.h index 7be3ade6d..1e3358da7 100644 --- a/vtkm/worklet/Clip.h +++ b/vtkm/worklet/Clip.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtkm_m_worklet_Clip_h #define vtkm_m_worklet_Clip_h diff --git a/vtkm/worklet/ContourTreeUniform.h b/vtkm/worklet/ContourTreeUniform.h index aa1fe155c..8fdd6c7fc 100644 --- a/vtkm/worklet/ContourTreeUniform.h +++ b/vtkm/worklet/ContourTreeUniform.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/ContourTreeUniformAugmented.h b/vtkm/worklet/ContourTreeUniformAugmented.h index 2670a30eb..bf9c9d0c7 100644 --- a/vtkm/worklet/ContourTreeUniformAugmented.h +++ b/vtkm/worklet/ContourTreeUniformAugmented.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/CoordinateSystemTransform.h b/vtkm/worklet/CoordinateSystemTransform.h index 600a1349a..145d923c9 100644 --- a/vtkm/worklet/CoordinateSystemTransform.h +++ b/vtkm/worklet/CoordinateSystemTransform.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_CoordinateSystemTransform_h diff --git a/vtkm/worklet/CosmoTools.h b/vtkm/worklet/CosmoTools.h index fa87f01a1..395a5d0cf 100644 --- a/vtkm/worklet/CosmoTools.h +++ b/vtkm/worklet/CosmoTools.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/CrossProduct.h b/vtkm/worklet/CrossProduct.h index dec236029..a0db8b7b4 100644 --- a/vtkm/worklet/CrossProduct.h +++ b/vtkm/worklet/CrossProduct.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_CrossProduct_h #define vtk_m_worklet_CrossProduct_h diff --git a/vtkm/worklet/DispatcherMapField.h b/vtkm/worklet/DispatcherMapField.h index 0343ccbe5..e5ed1cab4 100644 --- a/vtkm/worklet/DispatcherMapField.h +++ b/vtkm/worklet/DispatcherMapField.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_Dispatcher_MapField_h #define vtk_m_worklet_Dispatcher_MapField_h diff --git a/vtkm/worklet/DispatcherMapTopology.h b/vtkm/worklet/DispatcherMapTopology.h index 6f8af8257..41a44c3c9 100644 --- a/vtkm/worklet/DispatcherMapTopology.h +++ b/vtkm/worklet/DispatcherMapTopology.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_Dispatcher_MapTopology_h #define vtk_m_worklet_Dispatcher_MapTopology_h diff --git a/vtkm/worklet/DispatcherPointNeighborhood.h b/vtkm/worklet/DispatcherPointNeighborhood.h index 3b602d2a8..214b48c03 100644 --- a/vtkm/worklet/DispatcherPointNeighborhood.h +++ b/vtkm/worklet/DispatcherPointNeighborhood.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_DispatcherPointNeighborhood_h #define vtk_m_worklet_DispatcherPointNeighborhood_h diff --git a/vtkm/worklet/DispatcherReduceByKey.h b/vtkm/worklet/DispatcherReduceByKey.h index 7541312b7..b6a0859cd 100644 --- a/vtkm/worklet/DispatcherReduceByKey.h +++ b/vtkm/worklet/DispatcherReduceByKey.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_DispatcherReduceByKey_h #define vtk_m_worklet_DispatcherReduceByKey_h diff --git a/vtkm/worklet/DispatcherStreamingMapField.h b/vtkm/worklet/DispatcherStreamingMapField.h index a1df037d5..864b0a395 100644 --- a/vtkm/worklet/DispatcherStreamingMapField.h +++ b/vtkm/worklet/DispatcherStreamingMapField.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_Dispatcher_Streaming_MapField_h #define vtk_m_worklet_Dispatcher_Streaming_MapField_h diff --git a/vtkm/worklet/DotProduct.h b/vtkm/worklet/DotProduct.h index d35d17d5d..00f32545e 100644 --- a/vtkm/worklet/DotProduct.h +++ b/vtkm/worklet/DotProduct.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_DotProduct_h #define vtk_m_worklet_DotProduct_h diff --git a/vtkm/worklet/ExternalFaces.h b/vtkm/worklet/ExternalFaces.h index 36e9dab40..8726a401f 100644 --- a/vtkm/worklet/ExternalFaces.h +++ b/vtkm/worklet/ExternalFaces.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_ExternalFaces_h #define vtk_m_worklet_ExternalFaces_h diff --git a/vtkm/worklet/ExtractGeometry.h b/vtkm/worklet/ExtractGeometry.h index d5f757f6b..ebb18d425 100644 --- a/vtkm/worklet/ExtractGeometry.h +++ b/vtkm/worklet/ExtractGeometry.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtkm_m_worklet_ExtractGeometry_h #define vtkm_m_worklet_ExtractGeometry_h diff --git a/vtkm/worklet/ExtractPoints.h b/vtkm/worklet/ExtractPoints.h index 890eae785..cc87af59f 100644 --- a/vtkm/worklet/ExtractPoints.h +++ b/vtkm/worklet/ExtractPoints.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtkm_m_worklet_ExtractPoints_h #define vtkm_m_worklet_ExtractPoints_h diff --git a/vtkm/worklet/ExtractStructured.h b/vtkm/worklet/ExtractStructured.h index f88e41bc7..fff31d5f5 100644 --- a/vtkm/worklet/ExtractStructured.h +++ b/vtkm/worklet/ExtractStructured.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_ExtractStructured_h #define vtk_m_worklet_ExtractStructured_h diff --git a/vtkm/worklet/FieldEntropy.h b/vtkm/worklet/FieldEntropy.h index dfc266825..2b8523e48 100644 --- a/vtkm/worklet/FieldEntropy.h +++ b/vtkm/worklet/FieldEntropy.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_FieldEntropy_h diff --git a/vtkm/worklet/FieldHistogram.h b/vtkm/worklet/FieldHistogram.h index 58b4f8f75..fd11b4761 100644 --- a/vtkm/worklet/FieldHistogram.h +++ b/vtkm/worklet/FieldHistogram.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_FieldHistogram_h diff --git a/vtkm/worklet/FieldStatistics.h b/vtkm/worklet/FieldStatistics.h index a8e5ccea0..820ab8659 100644 --- a/vtkm/worklet/FieldStatistics.h +++ b/vtkm/worklet/FieldStatistics.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_FieldStatistics_h diff --git a/vtkm/worklet/Gradient.h b/vtkm/worklet/Gradient.h index 6865512c7..4ad848d48 100644 --- a/vtkm/worklet/Gradient.h +++ b/vtkm/worklet/Gradient.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_Gradient_h diff --git a/vtkm/worklet/Invoker.h b/vtkm/worklet/Invoker.h index 00edf640f..f03ef660e 100644 --- a/vtkm/worklet/Invoker.h +++ b/vtkm/worklet/Invoker.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_Invoker_h #define vtk_m_worklet_Invoker_h diff --git a/vtkm/worklet/KdTree3D.h b/vtkm/worklet/KdTree3D.h index 49697031c..d3089270f 100644 --- a/vtkm/worklet/KdTree3D.h +++ b/vtkm/worklet/KdTree3D.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtkm_m_worklet_KdTree3D_h #define vtkm_m_worklet_KdTree3D_h diff --git a/vtkm/worklet/KernelSplatter.h b/vtkm/worklet/KernelSplatter.h index 701fd7330..2e62473bd 100644 --- a/vtkm/worklet/KernelSplatter.h +++ b/vtkm/worklet/KernelSplatter.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_KernelSplatter_h #define vtk_m_worklet_KernelSplatter_h diff --git a/vtkm/worklet/Keys.cxx b/vtkm/worklet/Keys.cxx index d34c30a91..8e7c19274 100644 --- a/vtkm/worklet/Keys.cxx +++ b/vtkm/worklet/Keys.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #define vtk_m_worklet_Keys_cxx diff --git a/vtkm/worklet/Keys.h b/vtkm/worklet/Keys.h index 2260d8e53..ef73dbcc0 100644 --- a/vtkm/worklet/Keys.h +++ b/vtkm/worklet/Keys.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_Keys_h #define vtk_m_worklet_Keys_h diff --git a/vtkm/worklet/Magnitude.h b/vtkm/worklet/Magnitude.h index c5473b8e2..b262c2f11 100644 --- a/vtkm/worklet/Magnitude.h +++ b/vtkm/worklet/Magnitude.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_Magnitude_h #define vtk_m_worklet_Magnitude_h diff --git a/vtkm/worklet/MarchingCubes.h b/vtkm/worklet/MarchingCubes.h index dca54c21d..3f20ef0b2 100644 --- a/vtkm/worklet/MarchingCubes.h +++ b/vtkm/worklet/MarchingCubes.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_MarchingCubes_h diff --git a/vtkm/worklet/Mask.h b/vtkm/worklet/Mask.h index 7346771ef..36bd9125d 100644 --- a/vtkm/worklet/Mask.h +++ b/vtkm/worklet/Mask.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtkm_m_worklet_Mask_h #define vtkm_m_worklet_Mask_h diff --git a/vtkm/worklet/MaskIndices.h b/vtkm/worklet/MaskIndices.h index e76dea979..99088e4e5 100644 --- a/vtkm/worklet/MaskIndices.h +++ b/vtkm/worklet/MaskIndices.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_worklet_MaskIndices_h #define vtk_m_worklet_MaskIndices_h diff --git a/vtkm/worklet/MaskNone.h b/vtkm/worklet/MaskNone.h index 3e25287fa..2dfcfbaf5 100644 --- a/vtkm/worklet/MaskNone.h +++ b/vtkm/worklet/MaskNone.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_worklet_MaskNone_h #define vtk_m_worklet_MaskNone_h diff --git a/vtkm/worklet/MaskPoints.h b/vtkm/worklet/MaskPoints.h index 2cbf67eb2..f4e6edbc4 100644 --- a/vtkm/worklet/MaskPoints.h +++ b/vtkm/worklet/MaskPoints.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtkm_m_worklet_MaskPoints_h #define vtkm_m_worklet_MaskPoints_h diff --git a/vtkm/worklet/MaskSelect.cxx b/vtkm/worklet/MaskSelect.cxx index c988169d6..8bc3df941 100644 --- a/vtkm/worklet/MaskSelect.cxx +++ b/vtkm/worklet/MaskSelect.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include diff --git a/vtkm/worklet/MaskSelect.h b/vtkm/worklet/MaskSelect.h index b31ee9c60..284ee930a 100644 --- a/vtkm/worklet/MaskSelect.h +++ b/vtkm/worklet/MaskSelect.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_worklet_MaskSelect_h #define vtk_m_worklet_MaskSelect_h diff --git a/vtkm/worklet/NDimsEntropy.h b/vtkm/worklet/NDimsEntropy.h index 2b2c1db83..e64aef44a 100644 --- a/vtkm/worklet/NDimsEntropy.h +++ b/vtkm/worklet/NDimsEntropy.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_NDimsEntropy_h diff --git a/vtkm/worklet/NDimsHistMarginalization.h b/vtkm/worklet/NDimsHistMarginalization.h index 200a76946..73bbdb435 100644 --- a/vtkm/worklet/NDimsHistMarginalization.h +++ b/vtkm/worklet/NDimsHistMarginalization.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_NDimsHistMarginalization_h diff --git a/vtkm/worklet/NDimsHistogram.h b/vtkm/worklet/NDimsHistogram.h index a1782b994..da26fb93e 100644 --- a/vtkm/worklet/NDimsHistogram.h +++ b/vtkm/worklet/NDimsHistogram.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_NDimsHistogram_h diff --git a/vtkm/worklet/Normalize.h b/vtkm/worklet/Normalize.h index 37aa16918..8382e6326 100644 --- a/vtkm/worklet/Normalize.h +++ b/vtkm/worklet/Normalize.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_Normalize_h #define vtk_m_worklet_Normalize_h diff --git a/vtkm/worklet/OscillatorSource.h b/vtkm/worklet/OscillatorSource.h index 221b03f9a..2eeb3582d 100644 --- a/vtkm/worklet/OscillatorSource.h +++ b/vtkm/worklet/OscillatorSource.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_OscillatorSource_h #define vtk_m_worklet_OscillatorSource_h diff --git a/vtkm/worklet/ParticleAdvection.h b/vtkm/worklet/ParticleAdvection.h index 5c6af2da4..f48b2a51b 100644 --- a/vtkm/worklet/ParticleAdvection.h +++ b/vtkm/worklet/ParticleAdvection.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_ParticleAdvection_h diff --git a/vtkm/worklet/PointAverage.h b/vtkm/worklet/PointAverage.h index dd7a2f749..bae62b6f8 100644 --- a/vtkm/worklet/PointAverage.h +++ b/vtkm/worklet/PointAverage.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_PointAverage_h diff --git a/vtkm/worklet/PointElevation.h b/vtkm/worklet/PointElevation.h index 355598a8f..01b323b88 100644 --- a/vtkm/worklet/PointElevation.h +++ b/vtkm/worklet/PointElevation.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_PointElevation_h diff --git a/vtkm/worklet/PointMerge.h b/vtkm/worklet/PointMerge.h index 09fe96b6e..a269b92b5 100644 --- a/vtkm/worklet/PointMerge.h +++ b/vtkm/worklet/PointMerge.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_PointMerge_h #define vtk_m_worklet_PointMerge_h diff --git a/vtkm/worklet/PointTransform.h b/vtkm/worklet/PointTransform.h index 121755d4a..a26f970fd 100644 --- a/vtkm/worklet/PointTransform.h +++ b/vtkm/worklet/PointTransform.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_PointTransform_h diff --git a/vtkm/worklet/Probe.h b/vtkm/worklet/Probe.h index 274869276..51832f03d 100644 --- a/vtkm/worklet/Probe.h +++ b/vtkm/worklet/Probe.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_Probe_h #define vtk_m_worklet_Probe_h diff --git a/vtkm/worklet/RemoveDegenerateCells.h b/vtkm/worklet/RemoveDegenerateCells.h index 563865fbd..2be76c8b9 100644 --- a/vtkm/worklet/RemoveDegenerateCells.h +++ b/vtkm/worklet/RemoveDegenerateCells.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_RemoveDegeneratePolygons_h #define vtk_m_worklet_RemoveDegeneratePolygons_h diff --git a/vtkm/worklet/RemoveUnusedPoints.h b/vtkm/worklet/RemoveUnusedPoints.h index 1cee5020a..d25e1005b 100644 --- a/vtkm/worklet/RemoveUnusedPoints.h +++ b/vtkm/worklet/RemoveUnusedPoints.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_worklet_RemoveUnusedPoints_h #define vtk_m_worklet_RemoveUnusedPoints_h diff --git a/vtkm/worklet/ScalarsToColors.h b/vtkm/worklet/ScalarsToColors.h index c07b3a8bf..8efca465b 100644 --- a/vtkm/worklet/ScalarsToColors.h +++ b/vtkm/worklet/ScalarsToColors.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_worklet_ScalarsToColors_h #define vtk_m_worklet_ScalarsToColors_h diff --git a/vtkm/worklet/ScalarsToColors.hxx b/vtkm/worklet/ScalarsToColors.hxx index e37f3bdef..cefd35326 100644 --- a/vtkm/worklet/ScalarsToColors.hxx +++ b/vtkm/worklet/ScalarsToColors.hxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include diff --git a/vtkm/worklet/ScatterCounting.cxx b/vtkm/worklet/ScatterCounting.cxx index 4eb355b78..6984738ea 100644 --- a/vtkm/worklet/ScatterCounting.cxx +++ b/vtkm/worklet/ScatterCounting.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include diff --git a/vtkm/worklet/ScatterCounting.h b/vtkm/worklet/ScatterCounting.h index 59cf48527..d8b85101a 100644 --- a/vtkm/worklet/ScatterCounting.h +++ b/vtkm/worklet/ScatterCounting.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_worklet_ScatterCounting_h #define vtk_m_worklet_ScatterCounting_h diff --git a/vtkm/worklet/ScatterIdentity.h b/vtkm/worklet/ScatterIdentity.h index 431ff095e..c22274bfb 100644 --- a/vtkm/worklet/ScatterIdentity.h +++ b/vtkm/worklet/ScatterIdentity.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_worklet_ScatterIdentity_h #define vtk_m_worklet_ScatterIdentity_h diff --git a/vtkm/worklet/ScatterPermutation.h b/vtkm/worklet/ScatterPermutation.h index 739f06969..96ab5b0dc 100644 --- a/vtkm/worklet/ScatterPermutation.h +++ b/vtkm/worklet/ScatterPermutation.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_worklet_ScatterPermutation_h #define vtk_m_worklet_ScatterPermutation_h diff --git a/vtkm/worklet/ScatterUniform.h b/vtkm/worklet/ScatterUniform.h index 17a82213e..591a873ac 100644 --- a/vtkm/worklet/ScatterUniform.h +++ b/vtkm/worklet/ScatterUniform.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_worklet_ScatterUniform_h #define vtk_m_worklet_ScatterUniform_h diff --git a/vtkm/worklet/SplitSharpEdges.h b/vtkm/worklet/SplitSharpEdges.h index 72b888dac..6f88f5a4a 100644 --- a/vtkm/worklet/SplitSharpEdges.h +++ b/vtkm/worklet/SplitSharpEdges.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_SplitSharpEdges_h #define vtk_m_worklet_SplitSharpEdges_h diff --git a/vtkm/worklet/StableSortIndices.h b/vtkm/worklet/StableSortIndices.h index aa5c50f92..15ea0c8bf 100644 --- a/vtkm/worklet/StableSortIndices.h +++ b/vtkm/worklet/StableSortIndices.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_SortAndUniqueIndices_h #define vtk_m_worklet_SortAndUniqueIndices_h diff --git a/vtkm/worklet/StreamLineUniformGrid.h b/vtkm/worklet/StreamLineUniformGrid.h index 6afa1626e..ee06cb634 100644 --- a/vtkm/worklet/StreamLineUniformGrid.h +++ b/vtkm/worklet/StreamLineUniformGrid.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_StreamLineUniformGrid_h diff --git a/vtkm/worklet/SurfaceNormals.h b/vtkm/worklet/SurfaceNormals.h index 155ffd00f..d2aabc6ad 100644 --- a/vtkm/worklet/SurfaceNormals.h +++ b/vtkm/worklet/SurfaceNormals.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_SurfaceNormals_h #define vtk_m_worklet_SurfaceNormals_h diff --git a/vtkm/worklet/Tetrahedralize.h b/vtkm/worklet/Tetrahedralize.h index 8ceb6f4d8..881bfd57a 100644 --- a/vtkm/worklet/Tetrahedralize.h +++ b/vtkm/worklet/Tetrahedralize.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtkm_m_worklet_Tetrahedralize_h #define vtkm_m_worklet_Tetrahedralize_h diff --git a/vtkm/worklet/Threshold.h b/vtkm/worklet/Threshold.h index cbcb253a0..957080d83 100644 --- a/vtkm/worklet/Threshold.h +++ b/vtkm/worklet/Threshold.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtkm_m_worklet_Threshold_h #define vtkm_m_worklet_Threshold_h diff --git a/vtkm/worklet/ThresholdPoints.h b/vtkm/worklet/ThresholdPoints.h index c4dd7874d..77b35681b 100644 --- a/vtkm/worklet/ThresholdPoints.h +++ b/vtkm/worklet/ThresholdPoints.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtkm_m_worklet_ThresholdPoints_h #define vtkm_m_worklet_ThresholdPoints_h diff --git a/vtkm/worklet/Triangulate.h b/vtkm/worklet/Triangulate.h index 79e1caa48..1ad60da79 100644 --- a/vtkm/worklet/Triangulate.h +++ b/vtkm/worklet/Triangulate.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtkm_m_worklet_Triangulate_h #define vtkm_m_worklet_Triangulate_h diff --git a/vtkm/worklet/VertexClustering.h b/vtkm/worklet/VertexClustering.h index 2ddbcac51..45f8b80c5 100644 --- a/vtkm/worklet/VertexClustering.h +++ b/vtkm/worklet/VertexClustering.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_VertexClustering_h #define vtk_m_worklet_VertexClustering_h diff --git a/vtkm/worklet/WarpScalar.h b/vtkm/worklet/WarpScalar.h index 4296c5dec..45a567487 100644 --- a/vtkm/worklet/WarpScalar.h +++ b/vtkm/worklet/WarpScalar.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_WarpScalar_h diff --git a/vtkm/worklet/WarpVector.h b/vtkm/worklet/WarpVector.h index 3164aa281..2ce1f7af2 100644 --- a/vtkm/worklet/WarpVector.h +++ b/vtkm/worklet/WarpVector.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_WarpVector_h diff --git a/vtkm/worklet/WaveletCompressor.h b/vtkm/worklet/WaveletCompressor.h index 5eeff4c5f..2901d2bef 100644 --- a/vtkm/worklet/WaveletCompressor.h +++ b/vtkm/worklet/WaveletCompressor.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_waveletcompressor_h diff --git a/vtkm/worklet/WaveletGenerator.h b/vtkm/worklet/WaveletGenerator.h index c5a7c080d..8e8b23de7 100644 --- a/vtkm/worklet/WaveletGenerator.h +++ b/vtkm/worklet/WaveletGenerator.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_waveletgenerator_h diff --git a/vtkm/worklet/WorkletMapField.h b/vtkm/worklet/WorkletMapField.h index 1e19492fd..efe67d806 100644 --- a/vtkm/worklet/WorkletMapField.h +++ b/vtkm/worklet/WorkletMapField.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_WorkletMapField_h #define vtk_m_worklet_WorkletMapField_h diff --git a/vtkm/worklet/WorkletMapTopology.h b/vtkm/worklet/WorkletMapTopology.h index 3265bc6cb..06f3b433e 100644 --- a/vtkm/worklet/WorkletMapTopology.h +++ b/vtkm/worklet/WorkletMapTopology.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_WorkletMapTopology_h #define vtk_m_worklet_WorkletMapTopology_h diff --git a/vtkm/worklet/WorkletPointNeighborhood.h b/vtkm/worklet/WorkletPointNeighborhood.h index dcc8f7099..b41aaac02 100644 --- a/vtkm/worklet/WorkletPointNeighborhood.h +++ b/vtkm/worklet/WorkletPointNeighborhood.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_WorkletPointNeigborhood_h #define vtk_m_worklet_WorkletPointNeigborhood_h diff --git a/vtkm/worklet/WorkletReduceByKey.h b/vtkm/worklet/WorkletReduceByKey.h index a3efa1125..6f2ff2ea1 100644 --- a/vtkm/worklet/WorkletReduceByKey.h +++ b/vtkm/worklet/WorkletReduceByKey.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_WorkletReduceByKey_h #define vtk_m_worklet_WorkletReduceByKey_h diff --git a/vtkm/worklet/ZFP1DCompressor.h b/vtkm/worklet/ZFP1DCompressor.h index e4f0c8f85..048df977e 100644 --- a/vtkm/worklet/ZFP1DCompressor.h +++ b/vtkm/worklet/ZFP1DCompressor.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_zfp_1d_compressor_h #define vtk_m_worklet_zfp_1d_compressor_h diff --git a/vtkm/worklet/ZFP1DDecompress.h b/vtkm/worklet/ZFP1DDecompress.h index f2fb78f92..bf21000a3 100644 --- a/vtkm/worklet/ZFP1DDecompress.h +++ b/vtkm/worklet/ZFP1DDecompress.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_zfp_1d_decompressor_h #define vtk_m_worklet_zfp_1d_decompressor_h diff --git a/vtkm/worklet/ZFP2DCompressor.h b/vtkm/worklet/ZFP2DCompressor.h index 557e10f3a..ae70bb5d6 100644 --- a/vtkm/worklet/ZFP2DCompressor.h +++ b/vtkm/worklet/ZFP2DCompressor.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_zfp_2d_compressor_h #define vtk_m_worklet_zfp_2d_compressor_h diff --git a/vtkm/worklet/ZFP2DDecompress.h b/vtkm/worklet/ZFP2DDecompress.h index 85634046a..3ef108604 100644 --- a/vtkm/worklet/ZFP2DDecompress.h +++ b/vtkm/worklet/ZFP2DDecompress.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_zfp_2d_decompressor_h #define vtk_m_worklet_zfp_2d_decompressor_h diff --git a/vtkm/worklet/ZFPCompressor.h b/vtkm/worklet/ZFPCompressor.h index 91f87d157..70f4a64dc 100644 --- a/vtkm/worklet/ZFPCompressor.h +++ b/vtkm/worklet/ZFPCompressor.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_zfp_compressor_h #define vtk_m_worklet_zfp_compressor_h diff --git a/vtkm/worklet/ZFPDecompress.h b/vtkm/worklet/ZFPDecompress.h index 71b309227..10faaccb0 100644 --- a/vtkm/worklet/ZFPDecompress.h +++ b/vtkm/worklet/ZFPDecompress.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_zfp_decompressor_h #define vtk_m_worklet_zfp_decompressor_h diff --git a/vtkm/worklet/clip/CMakeLists.txt b/vtkm/worklet/clip/CMakeLists.txt index 527160eb2..4e7ebb21b 100644 --- a/vtkm/worklet/clip/CMakeLists.txt +++ b/vtkm/worklet/clip/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2018 UT-Battelle, LLC. -## Copyright 2018 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/worklet/clip/ClipTables.h b/vtkm/worklet/clip/ClipTables.h index dc82979df..631e0f3d1 100644 --- a/vtkm/worklet/clip/ClipTables.h +++ b/vtkm/worklet/clip/ClipTables.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_ClipTables_h #define vtk_m_ClipTables_h diff --git a/vtkm/worklet/colorconversion/CMakeLists.txt b/vtkm/worklet/colorconversion/CMakeLists.txt index d04c15b20..e116b8efc 100644 --- a/vtkm/worklet/colorconversion/CMakeLists.txt +++ b/vtkm/worklet/colorconversion/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2016 UT-Battelle, LLC. -## Copyright 2016 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/worklet/colorconversion/Conversions.h b/vtkm/worklet/colorconversion/Conversions.h index 1475a3520..799c177d7 100644 --- a/vtkm/worklet/colorconversion/Conversions.h +++ b/vtkm/worklet/colorconversion/Conversions.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_worklet_colorconversion_Conversions_h #define vtk_m_worklet_colorconversion_Conversions_h diff --git a/vtkm/worklet/colorconversion/ConvertToRGB.h b/vtkm/worklet/colorconversion/ConvertToRGB.h index 43035549d..c652d373b 100644 --- a/vtkm/worklet/colorconversion/ConvertToRGB.h +++ b/vtkm/worklet/colorconversion/ConvertToRGB.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_worklet_colorconversion_ConvertToRGB_h #define vtk_m_worklet_colorconversion_ConvertToRGB_h diff --git a/vtkm/worklet/colorconversion/ConvertToRGBA.h b/vtkm/worklet/colorconversion/ConvertToRGBA.h index 7df286758..59c1dc3f1 100644 --- a/vtkm/worklet/colorconversion/ConvertToRGBA.h +++ b/vtkm/worklet/colorconversion/ConvertToRGBA.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_worklet_colorconversion_ScalarsToColors_h #define vtk_m_worklet_colorconversion_ScalarsToColors_h diff --git a/vtkm/worklet/colorconversion/LookupTable.h b/vtkm/worklet/colorconversion/LookupTable.h index 0f4be3b69..1448b00a4 100644 --- a/vtkm/worklet/colorconversion/LookupTable.h +++ b/vtkm/worklet/colorconversion/LookupTable.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_worklet_colorconversion_LookupTable_h #define vtk_m_worklet_colorconversion_LookupTable_h diff --git a/vtkm/worklet/colorconversion/Portals.h b/vtkm/worklet/colorconversion/Portals.h index 5bb372ee0..f9602baf9 100644 --- a/vtkm/worklet/colorconversion/Portals.h +++ b/vtkm/worklet/colorconversion/Portals.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_worklet_colorconversion_Portals_h #define vtk_m_worklet_colorconversion_Portals_h diff --git a/vtkm/worklet/colorconversion/ShiftScaleToRGB.h b/vtkm/worklet/colorconversion/ShiftScaleToRGB.h index 3a09f6dc0..27ae316f0 100644 --- a/vtkm/worklet/colorconversion/ShiftScaleToRGB.h +++ b/vtkm/worklet/colorconversion/ShiftScaleToRGB.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_worklet_colorconversion_ShiftScaleToRGB_h #define vtk_m_worklet_colorconversion_ShiftScaleToRGB_h diff --git a/vtkm/worklet/colorconversion/ShiftScaleToRGBA.h b/vtkm/worklet/colorconversion/ShiftScaleToRGBA.h index 42a6ea588..f75ca7348 100644 --- a/vtkm/worklet/colorconversion/ShiftScaleToRGBA.h +++ b/vtkm/worklet/colorconversion/ShiftScaleToRGBA.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_worklet_colorconversion_ShiftScaleToRGBA_h #define vtk_m_worklet_colorconversion_ShiftScaleToRGBA_h diff --git a/vtkm/worklet/colorconversion/TransferFunction.h b/vtkm/worklet/colorconversion/TransferFunction.h index 28f6fc397..a78b2cd58 100644 --- a/vtkm/worklet/colorconversion/TransferFunction.h +++ b/vtkm/worklet/colorconversion/TransferFunction.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_worklet_colorconversion_TransferFunction_h #define vtk_m_worklet_colorconversion_TransferFunction_h diff --git a/vtkm/worklet/connectivities/CMakeLists.txt b/vtkm/worklet/connectivities/CMakeLists.txt index 12de51400..98c2d577c 100644 --- a/vtkm/worklet/connectivities/CMakeLists.txt +++ b/vtkm/worklet/connectivities/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2018 UT-Battelle, LLC. -## Copyright 2018 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/worklet/connectivities/CellSetConnectivity.h b/vtkm/worklet/connectivities/CellSetConnectivity.h index 598fc9662..25fa10279 100644 --- a/vtkm/worklet/connectivities/CellSetConnectivity.h +++ b/vtkm/worklet/connectivities/CellSetConnectivity.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_worklet_connectivity_CellSetConnectivity_h #define vtk_m_worklet_connectivity_CellSetConnectivity_h diff --git a/vtkm/worklet/connectivities/CellSetDualGraph.h b/vtkm/worklet/connectivities/CellSetDualGraph.h index fc22b35be..62b684e7d 100644 --- a/vtkm/worklet/connectivities/CellSetDualGraph.h +++ b/vtkm/worklet/connectivities/CellSetDualGraph.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_worklet_connectivity_CellSetDualGraph_h #define vtk_m_worklet_connectivity_CellSetDualGraph_h diff --git a/vtkm/worklet/connectivities/GraphConnectivity.h b/vtkm/worklet/connectivities/GraphConnectivity.h index 34cc5c099..eb0283b70 100644 --- a/vtkm/worklet/connectivities/GraphConnectivity.h +++ b/vtkm/worklet/connectivities/GraphConnectivity.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_worklet_connectivity_graph_connectivity_h #define vtk_m_worklet_connectivity_graph_connectivity_h diff --git a/vtkm/worklet/connectivities/ImageConnectivity.h b/vtkm/worklet/connectivities/ImageConnectivity.h index d16022f08..43b318819 100644 --- a/vtkm/worklet/connectivities/ImageConnectivity.h +++ b/vtkm/worklet/connectivities/ImageConnectivity.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_worklet_connectivity_ImageConnectivity_h #define vtk_m_worklet_connectivity_ImageConnectivity_h diff --git a/vtkm/worklet/connectivities/InnerJoin.h b/vtkm/worklet/connectivities/InnerJoin.h index 06dfbc04d..db00c4819 100644 --- a/vtkm/worklet/connectivities/InnerJoin.h +++ b/vtkm/worklet/connectivities/InnerJoin.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_worklet_connectivity_InnerJoin_h #define vtk_m_worklet_connectivity_InnerJoin_h diff --git a/vtkm/worklet/connectivities/UnionFind.h b/vtkm/worklet/connectivities/UnionFind.h index 5db03f286..47d647c8c 100644 --- a/vtkm/worklet/connectivities/UnionFind.h +++ b/vtkm/worklet/connectivities/UnionFind.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_worklet_connectivity_union_find_h #define vtk_m_worklet_connectivity_union_find_h diff --git a/vtkm/worklet/contour/CMakeLists.txt b/vtkm/worklet/contour/CMakeLists.txt index e54d31188..5cc2a952c 100644 --- a/vtkm/worklet/contour/CMakeLists.txt +++ b/vtkm/worklet/contour/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2016 UT-Battelle, LLC. -## Copyright 2016 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/worklet/contour/DataTables.h b/vtkm/worklet/contour/DataTables.h index 97cca78b1..97dfaed66 100644 --- a/vtkm/worklet/contour/DataTables.h +++ b/vtkm/worklet/contour/DataTables.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include diff --git a/vtkm/worklet/contourtree/ActiveEdgeTransferrer.h b/vtkm/worklet/contourtree/ActiveEdgeTransferrer.h index c571d71a5..0f665aeeb 100644 --- a/vtkm/worklet/contourtree/ActiveEdgeTransferrer.h +++ b/vtkm/worklet/contourtree/ActiveEdgeTransferrer.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/CMakeLists.txt b/vtkm/worklet/contourtree/CMakeLists.txt index 685066b2c..1c116a6aa 100644 --- a/vtkm/worklet/contourtree/CMakeLists.txt +++ b/vtkm/worklet/contourtree/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2016 UT-Battelle, LLC. -## Copyright 2016 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/worklet/contourtree/ChainDoubler.h b/vtkm/worklet/contourtree/ChainDoubler.h index 7cc264f59..2b1949a1b 100644 --- a/vtkm/worklet/contourtree/ChainDoubler.h +++ b/vtkm/worklet/contourtree/ChainDoubler.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/ChainGraph.h b/vtkm/worklet/contourtree/ChainGraph.h index 0e837effc..ec1f99da6 100644 --- a/vtkm/worklet/contourtree/ChainGraph.h +++ b/vtkm/worklet/contourtree/ChainGraph.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/ContourTree.h b/vtkm/worklet/contourtree/ContourTree.h index 91174dd65..93e5b38d8 100644 --- a/vtkm/worklet/contourtree/ContourTree.h +++ b/vtkm/worklet/contourtree/ContourTree.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/CopyJoinSplit.h b/vtkm/worklet/contourtree/CopyJoinSplit.h index be03cfa71..ebdfb5014 100644 --- a/vtkm/worklet/contourtree/CopyJoinSplit.h +++ b/vtkm/worklet/contourtree/CopyJoinSplit.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/CopyNeighbors.h b/vtkm/worklet/contourtree/CopyNeighbors.h index d12529326..79ac61cc2 100644 --- a/vtkm/worklet/contourtree/CopyNeighbors.h +++ b/vtkm/worklet/contourtree/CopyNeighbors.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/CopySupernodes.h b/vtkm/worklet/contourtree/CopySupernodes.h index 8368009b4..a6c2450fc 100644 --- a/vtkm/worklet/contourtree/CopySupernodes.h +++ b/vtkm/worklet/contourtree/CopySupernodes.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/DegreeDelta.h b/vtkm/worklet/contourtree/DegreeDelta.h index d6a1d965d..4fffe65bc 100644 --- a/vtkm/worklet/contourtree/DegreeDelta.h +++ b/vtkm/worklet/contourtree/DegreeDelta.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/DegreeSubrangeOffset.h b/vtkm/worklet/contourtree/DegreeSubrangeOffset.h index bda9bb54c..f10c6c670 100644 --- a/vtkm/worklet/contourtree/DegreeSubrangeOffset.h +++ b/vtkm/worklet/contourtree/DegreeSubrangeOffset.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/EdgePeakComparator.h b/vtkm/worklet/contourtree/EdgePeakComparator.h index b409f07f5..6812e5ab6 100644 --- a/vtkm/worklet/contourtree/EdgePeakComparator.h +++ b/vtkm/worklet/contourtree/EdgePeakComparator.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/FillSupernodes.h b/vtkm/worklet/contourtree/FillSupernodes.h index d4ad34a9c..2c5028ed2 100644 --- a/vtkm/worklet/contourtree/FillSupernodes.h +++ b/vtkm/worklet/contourtree/FillSupernodes.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/FindLeaves.h b/vtkm/worklet/contourtree/FindLeaves.h index ec1a3d777..3fb76eeff 100644 --- a/vtkm/worklet/contourtree/FindLeaves.h +++ b/vtkm/worklet/contourtree/FindLeaves.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/GoverningSaddleFinder.h b/vtkm/worklet/contourtree/GoverningSaddleFinder.h index 64f6a1b66..bded46003 100644 --- a/vtkm/worklet/contourtree/GoverningSaddleFinder.h +++ b/vtkm/worklet/contourtree/GoverningSaddleFinder.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/JoinArcConnector.h b/vtkm/worklet/contourtree/JoinArcConnector.h index 61966a292..378511f3c 100644 --- a/vtkm/worklet/contourtree/JoinArcConnector.h +++ b/vtkm/worklet/contourtree/JoinArcConnector.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/JoinSuperArcFinder.h b/vtkm/worklet/contourtree/JoinSuperArcFinder.h index 4812b1690..40c235047 100644 --- a/vtkm/worklet/contourtree/JoinSuperArcFinder.h +++ b/vtkm/worklet/contourtree/JoinSuperArcFinder.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/JoinTreeTransferrer.h b/vtkm/worklet/contourtree/JoinTreeTransferrer.h index 87ea09388..f5ed3ec47 100644 --- a/vtkm/worklet/contourtree/JoinTreeTransferrer.h +++ b/vtkm/worklet/contourtree/JoinTreeTransferrer.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/LinkComponentCaseTable2D.h b/vtkm/worklet/contourtree/LinkComponentCaseTable2D.h index 8e7683119..b70099439 100644 --- a/vtkm/worklet/contourtree/LinkComponentCaseTable2D.h +++ b/vtkm/worklet/contourtree/LinkComponentCaseTable2D.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/LinkComponentCaseTable3D.h b/vtkm/worklet/contourtree/LinkComponentCaseTable3D.h index 26369c739..4c84cd581 100644 --- a/vtkm/worklet/contourtree/LinkComponentCaseTable3D.h +++ b/vtkm/worklet/contourtree/LinkComponentCaseTable3D.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/MergeTree.h b/vtkm/worklet/contourtree/MergeTree.h index 8cffce761..c9c47e907 100644 --- a/vtkm/worklet/contourtree/MergeTree.h +++ b/vtkm/worklet/contourtree/MergeTree.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/Mesh2D_DEM_SaddleStarter.h b/vtkm/worklet/contourtree/Mesh2D_DEM_SaddleStarter.h index c1aaea04b..b15cd841b 100644 --- a/vtkm/worklet/contourtree/Mesh2D_DEM_SaddleStarter.h +++ b/vtkm/worklet/contourtree/Mesh2D_DEM_SaddleStarter.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/Mesh2D_DEM_Triangulation.h b/vtkm/worklet/contourtree/Mesh2D_DEM_Triangulation.h index fe03ad87e..793854d01 100644 --- a/vtkm/worklet/contourtree/Mesh2D_DEM_Triangulation.h +++ b/vtkm/worklet/contourtree/Mesh2D_DEM_Triangulation.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/Mesh2D_DEM_Triangulation_Macros.h b/vtkm/worklet/contourtree/Mesh2D_DEM_Triangulation_Macros.h index dc8f174dd..e1de8cb68 100644 --- a/vtkm/worklet/contourtree/Mesh2D_DEM_Triangulation_Macros.h +++ b/vtkm/worklet/contourtree/Mesh2D_DEM_Triangulation_Macros.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/Mesh2D_DEM_VertexOutdegreeStarter.h b/vtkm/worklet/contourtree/Mesh2D_DEM_VertexOutdegreeStarter.h index 9f81a3b80..6713121eb 100644 --- a/vtkm/worklet/contourtree/Mesh2D_DEM_VertexOutdegreeStarter.h +++ b/vtkm/worklet/contourtree/Mesh2D_DEM_VertexOutdegreeStarter.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/Mesh2D_DEM_VertexStarter.h b/vtkm/worklet/contourtree/Mesh2D_DEM_VertexStarter.h index dbc244bd0..477b8db9a 100644 --- a/vtkm/worklet/contourtree/Mesh2D_DEM_VertexStarter.h +++ b/vtkm/worklet/contourtree/Mesh2D_DEM_VertexStarter.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/Mesh3D_DEM_SaddleStarter.h b/vtkm/worklet/contourtree/Mesh3D_DEM_SaddleStarter.h index f032dcfae..7bf3c4f28 100644 --- a/vtkm/worklet/contourtree/Mesh3D_DEM_SaddleStarter.h +++ b/vtkm/worklet/contourtree/Mesh3D_DEM_SaddleStarter.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/Mesh3D_DEM_Triangulation.h b/vtkm/worklet/contourtree/Mesh3D_DEM_Triangulation.h index 39d0c347b..e85aadfa2 100644 --- a/vtkm/worklet/contourtree/Mesh3D_DEM_Triangulation.h +++ b/vtkm/worklet/contourtree/Mesh3D_DEM_Triangulation.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/Mesh3D_DEM_Triangulation_Macros.h b/vtkm/worklet/contourtree/Mesh3D_DEM_Triangulation_Macros.h index ce1aa163a..217c7d2b0 100644 --- a/vtkm/worklet/contourtree/Mesh3D_DEM_Triangulation_Macros.h +++ b/vtkm/worklet/contourtree/Mesh3D_DEM_Triangulation_Macros.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/Mesh3D_DEM_VertexOutdegreeStarter.h b/vtkm/worklet/contourtree/Mesh3D_DEM_VertexOutdegreeStarter.h index 47612ae5f..50d8cf550 100644 --- a/vtkm/worklet/contourtree/Mesh3D_DEM_VertexOutdegreeStarter.h +++ b/vtkm/worklet/contourtree/Mesh3D_DEM_VertexOutdegreeStarter.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/Mesh3D_DEM_VertexStarter.h b/vtkm/worklet/contourtree/Mesh3D_DEM_VertexStarter.h index 860df4dfe..e343be99c 100644 --- a/vtkm/worklet/contourtree/Mesh3D_DEM_VertexStarter.h +++ b/vtkm/worklet/contourtree/Mesh3D_DEM_VertexStarter.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/PrintVectors.h b/vtkm/worklet/contourtree/PrintVectors.h index 13e12007a..4318f5939 100644 --- a/vtkm/worklet/contourtree/PrintVectors.h +++ b/vtkm/worklet/contourtree/PrintVectors.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/RegularPointTransferrer.h b/vtkm/worklet/contourtree/RegularPointTransferrer.h index e1b6ffe18..3326f9372 100644 --- a/vtkm/worklet/contourtree/RegularPointTransferrer.h +++ b/vtkm/worklet/contourtree/RegularPointTransferrer.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/RegularToCandidate.h b/vtkm/worklet/contourtree/RegularToCandidate.h index e2620c1e3..ee3a75f21 100644 --- a/vtkm/worklet/contourtree/RegularToCandidate.h +++ b/vtkm/worklet/contourtree/RegularToCandidate.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/RegularToCriticalDown.h b/vtkm/worklet/contourtree/RegularToCriticalDown.h index acddeb5e3..d63a6014f 100644 --- a/vtkm/worklet/contourtree/RegularToCriticalDown.h +++ b/vtkm/worklet/contourtree/RegularToCriticalDown.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/RegularToCriticalUp.h b/vtkm/worklet/contourtree/RegularToCriticalUp.h index 754bcdc84..ff35e3672 100644 --- a/vtkm/worklet/contourtree/RegularToCriticalUp.h +++ b/vtkm/worklet/contourtree/RegularToCriticalUp.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/ResetDegrees.h b/vtkm/worklet/contourtree/ResetDegrees.h index 31aa1bf75..b882e43b2 100644 --- a/vtkm/worklet/contourtree/ResetDegrees.h +++ b/vtkm/worklet/contourtree/ResetDegrees.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/SaddleAscentFunctor.h b/vtkm/worklet/contourtree/SaddleAscentFunctor.h index bb43e7276..c643e67c9 100644 --- a/vtkm/worklet/contourtree/SaddleAscentFunctor.h +++ b/vtkm/worklet/contourtree/SaddleAscentFunctor.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/SaddleAscentTransferrer.h b/vtkm/worklet/contourtree/SaddleAscentTransferrer.h index 76af0b342..67f78540b 100644 --- a/vtkm/worklet/contourtree/SaddleAscentTransferrer.h +++ b/vtkm/worklet/contourtree/SaddleAscentTransferrer.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/SetJoinAndSplitArcs.h b/vtkm/worklet/contourtree/SetJoinAndSplitArcs.h index 715e33533..a02199dcf 100644 --- a/vtkm/worklet/contourtree/SetJoinAndSplitArcs.h +++ b/vtkm/worklet/contourtree/SetJoinAndSplitArcs.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/SetSupernodeInward.h b/vtkm/worklet/contourtree/SetSupernodeInward.h index a3d5bab55..9998679f1 100644 --- a/vtkm/worklet/contourtree/SetSupernodeInward.h +++ b/vtkm/worklet/contourtree/SetSupernodeInward.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/SkipVertex.h b/vtkm/worklet/contourtree/SkipVertex.h index 26cbf35a8..88b7c3dde 100644 --- a/vtkm/worklet/contourtree/SkipVertex.h +++ b/vtkm/worklet/contourtree/SkipVertex.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/SubrangeOffset.h b/vtkm/worklet/contourtree/SubrangeOffset.h index a21dd9c12..c8b928d24 100644 --- a/vtkm/worklet/contourtree/SubrangeOffset.h +++ b/vtkm/worklet/contourtree/SubrangeOffset.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/TrunkBuilder.h b/vtkm/worklet/contourtree/TrunkBuilder.h index b6de8f98a..96fdb7884 100644 --- a/vtkm/worklet/contourtree/TrunkBuilder.h +++ b/vtkm/worklet/contourtree/TrunkBuilder.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/Types.h b/vtkm/worklet/contourtree/Types.h index d3209abb0..4798dea64 100644 --- a/vtkm/worklet/contourtree/Types.h +++ b/vtkm/worklet/contourtree/Types.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/UpdateOutbound.h b/vtkm/worklet/contourtree/UpdateOutbound.h index e17f0c8a7..f704fcc25 100644 --- a/vtkm/worklet/contourtree/UpdateOutbound.h +++ b/vtkm/worklet/contourtree/UpdateOutbound.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/VertexDegreeUpdater.h b/vtkm/worklet/contourtree/VertexDegreeUpdater.h index 07d7a9e73..802137249 100644 --- a/vtkm/worklet/contourtree/VertexDegreeUpdater.h +++ b/vtkm/worklet/contourtree/VertexDegreeUpdater.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/VertexMergeComparator.h b/vtkm/worklet/contourtree/VertexMergeComparator.h index 990618fb5..56e6db092 100644 --- a/vtkm/worklet/contourtree/VertexMergeComparator.h +++ b/vtkm/worklet/contourtree/VertexMergeComparator.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree/VertexValueComparator.h b/vtkm/worklet/contourtree/VertexValueComparator.h index 9c1b77ce4..6c698f5a5 100644 --- a/vtkm/worklet/contourtree/VertexValueComparator.h +++ b/vtkm/worklet/contourtree/VertexValueComparator.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/contourtree_augmented/ActiveGraph.h b/vtkm/worklet/contourtree_augmented/ActiveGraph.h index ffb13778c..5bcdf19e1 100644 --- a/vtkm/worklet/contourtree_augmented/ActiveGraph.h +++ b/vtkm/worklet/contourtree_augmented/ActiveGraph.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/ArrayTransforms.h b/vtkm/worklet/contourtree_augmented/ArrayTransforms.h index 6871476cf..88e78a0ca 100644 --- a/vtkm/worklet/contourtree_augmented/ArrayTransforms.h +++ b/vtkm/worklet/contourtree_augmented/ArrayTransforms.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/CMakeLists.txt b/vtkm/worklet/contourtree_augmented/CMakeLists.txt index 5129e268b..eeb632d86 100644 --- a/vtkm/worklet/contourtree_augmented/CMakeLists.txt +++ b/vtkm/worklet/contourtree_augmented/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,61 +6,7 @@ ## 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. -## -## Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2018 UT-Battelle, LLC. -## Copyright 2018 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= ##============================================================================ -## Copyright (c) 2018, The Regents of the University of California, through -## Lawrence Berkeley National Laboratory (subject to receipt of any required approvals -## from the U.S. Dept. of Energy). All rights reserved. -## -## Redistribution and use in source and binary forms, with or without modification, -## are permitted provided that the following conditions are met: -## -## (1) Redistributions of source code must retain the above copyright notice, this -## list of conditions and the following disclaimer. -## -## (2) 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. -## -## (3) Neither the name of the University of California, Lawrence Berkeley National -## Laboratory, U.S. Dept. of Energy nor the names of its contributors may be -## used to endorse or promote products derived from this software without -## specific prior written permission. -## -## 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 COPYRIGHT OWNER 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. -## -##============================================================================= -## -## This code is an extension of the algorithm presented in the paper: -## Parallel Peak Pruning for Scalable SMP Contour Tree Computation. -## Hamish Carr, Gunther Weber, Christopher Sewell, and James Ahrens. -## Proceedings of the IEEE Symposium on Large Data Analysis and Visualization -## (LDAV), October 2016, Baltimore, Maryland. -## -## The PPP2 algorithm and software were jointly developed by -## Hamish Carr (University of Leeds), Gunther H. Weber (LBNL), and -## Oliver Ruebel (LBNL) -##============================================================================== set(headers ArrayTransforms.h diff --git a/vtkm/worklet/contourtree_augmented/ContourTree.h b/vtkm/worklet/contourtree_augmented/ContourTree.h index e90874e9d..90a2e23d6 100644 --- a/vtkm/worklet/contourtree_augmented/ContourTree.h +++ b/vtkm/worklet/contourtree_augmented/ContourTree.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/ContourTreeMaker.h b/vtkm/worklet/contourtree_augmented/ContourTreeMaker.h index 6006ee711..db0f4b33a 100644 --- a/vtkm/worklet/contourtree_augmented/ContourTreeMaker.h +++ b/vtkm/worklet/contourtree_augmented/ContourTreeMaker.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/MergeTree.h b/vtkm/worklet/contourtree_augmented/MergeTree.h index e118d5b83..1e697c805 100644 --- a/vtkm/worklet/contourtree_augmented/MergeTree.h +++ b/vtkm/worklet/contourtree_augmented/MergeTree.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/MeshExtrema.h b/vtkm/worklet/contourtree_augmented/MeshExtrema.h index cd822bddd..f05cdb939 100644 --- a/vtkm/worklet/contourtree_augmented/MeshExtrema.h +++ b/vtkm/worklet/contourtree_augmented/MeshExtrema.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/Mesh_DEM_Triangulation.h b/vtkm/worklet/contourtree_augmented/Mesh_DEM_Triangulation.h index 5d9afe325..6548cbccd 100644 --- a/vtkm/worklet/contourtree_augmented/Mesh_DEM_Triangulation.h +++ b/vtkm/worklet/contourtree_augmented/Mesh_DEM_Triangulation.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/PointerDoubling.h b/vtkm/worklet/contourtree_augmented/PointerDoubling.h index a2b57a79b..e4cf840cb 100644 --- a/vtkm/worklet/contourtree_augmented/PointerDoubling.h +++ b/vtkm/worklet/contourtree_augmented/PointerDoubling.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/PrintVectors.h b/vtkm/worklet/contourtree_augmented/PrintVectors.h index 9ce72c205..dc2aeaa02 100644 --- a/vtkm/worklet/contourtree_augmented/PrintVectors.h +++ b/vtkm/worklet/contourtree_augmented/PrintVectors.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/ProcessContourTree.h b/vtkm/worklet/contourtree_augmented/ProcessContourTree.h index 4e8dd8fd6..a3b0ba28e 100644 --- a/vtkm/worklet/contourtree_augmented/ProcessContourTree.h +++ b/vtkm/worklet/contourtree_augmented/ProcessContourTree.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/Types.h b/vtkm/worklet/contourtree_augmented/Types.h index cac027147..ec954cb26 100644 --- a/vtkm/worklet/contourtree_augmented/Types.h +++ b/vtkm/worklet/contourtree_augmented/Types.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/activegraph/BuildChainsWorklet.h b/vtkm/worklet/contourtree_augmented/activegraph/BuildChainsWorklet.h index 4bdcfc41d..c2bff31cd 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/BuildChainsWorklet.h +++ b/vtkm/worklet/contourtree_augmented/activegraph/BuildChainsWorklet.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/activegraph/BuildTrunkWorklet.h b/vtkm/worklet/contourtree_augmented/activegraph/BuildTrunkWorklet.h index 83d4878ad..7f71cffe6 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/BuildTrunkWorklet.h +++ b/vtkm/worklet/contourtree_augmented/activegraph/BuildTrunkWorklet.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/activegraph/CMakeLists.txt b/vtkm/worklet/contourtree_augmented/activegraph/CMakeLists.txt index 2b090b8dd..a7bcedbc6 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/CMakeLists.txt +++ b/vtkm/worklet/contourtree_augmented/activegraph/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,61 +6,7 @@ ## 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. -## -## Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2018 UT-Battelle, LLC. -## Copyright 2018 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= ##============================================================================ -## Copyright (c) 2018, The Regents of the University of California, through -## Lawrence Berkeley National Laboratory (subject to receipt of any required approvals -## from the U.S. Dept. of Energy). All rights reserved. -## -## Redistribution and use in source and binary forms, with or without modification, -## are permitted provided that the following conditions are met: -## -## (1) Redistributions of source code must retain the above copyright notice, this -## list of conditions and the following disclaimer. -## -## (2) 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. -## -## (3) Neither the name of the University of California, Lawrence Berkeley National -## Laboratory, U.S. Dept. of Energy nor the names of its contributors may be -## used to endorse or promote products derived from this software without -## specific prior written permission. -## -## 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 COPYRIGHT OWNER 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. -## -##============================================================================= -## -## This code is an extension of the algorithm presented in the paper: -## Parallel Peak Pruning for Scalable SMP Contour Tree Computation. -## Hamish Carr, Gunther Weber, Christopher Sewell, and James Ahrens. -## Proceedings of the IEEE Symposium on Large Data Analysis and Visualization -## (LDAV), October 2016, Baltimore, Maryland. -## -## The PPP2 algorithm and software were jointly developed by -## Hamish Carr (University of Leeds), Gunther H. Weber (LBNL), and -## Oliver Ruebel (LBNL) -##============================================================================== set(headers BuildChainsWorklet.h diff --git a/vtkm/worklet/contourtree_augmented/activegraph/CompactActiveEdgesComputeNewVertexOutdegree.h b/vtkm/worklet/contourtree_augmented/activegraph/CompactActiveEdgesComputeNewVertexOutdegree.h index 6b2b4ff9a..38917aa2b 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/CompactActiveEdgesComputeNewVertexOutdegree.h +++ b/vtkm/worklet/contourtree_augmented/activegraph/CompactActiveEdgesComputeNewVertexOutdegree.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/activegraph/CompactActiveEdgesTransferActiveEdges.h b/vtkm/worklet/contourtree_augmented/activegraph/CompactActiveEdgesTransferActiveEdges.h index e69a61cba..6919af204 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/CompactActiveEdgesTransferActiveEdges.h +++ b/vtkm/worklet/contourtree_augmented/activegraph/CompactActiveEdgesTransferActiveEdges.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/activegraph/EdgePeakComparator.h b/vtkm/worklet/contourtree_augmented/activegraph/EdgePeakComparator.h index 4aabcb5ac..a1531ad39 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/EdgePeakComparator.h +++ b/vtkm/worklet/contourtree_augmented/activegraph/EdgePeakComparator.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/activegraph/FindGoverningSaddlesWorklet.h b/vtkm/worklet/contourtree_augmented/activegraph/FindGoverningSaddlesWorklet.h index 464712d94..6fd5cec9f 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/FindGoverningSaddlesWorklet.h +++ b/vtkm/worklet/contourtree_augmented/activegraph/FindGoverningSaddlesWorklet.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/activegraph/FindSuperAndHyperNodesWorklet.h b/vtkm/worklet/contourtree_augmented/activegraph/FindSuperAndHyperNodesWorklet.h index 780ff63a1..ec21419bb 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/FindSuperAndHyperNodesWorklet.h +++ b/vtkm/worklet/contourtree_augmented/activegraph/FindSuperAndHyperNodesWorklet.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/activegraph/HyperArcSuperNodeComparator.h b/vtkm/worklet/contourtree_augmented/activegraph/HyperArcSuperNodeComparator.h index c6a207c85..fcdacf464 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/HyperArcSuperNodeComparator.h +++ b/vtkm/worklet/contourtree_augmented/activegraph/HyperArcSuperNodeComparator.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/activegraph/InitializeActiveEdges.h b/vtkm/worklet/contourtree_augmented/activegraph/InitializeActiveEdges.h index ab4e782ad..eeee31bcf 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/InitializeActiveEdges.h +++ b/vtkm/worklet/contourtree_augmented/activegraph/InitializeActiveEdges.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/activegraph/InitializeActiveGraphVertices.h b/vtkm/worklet/contourtree_augmented/activegraph/InitializeActiveGraphVertices.h index 58fd7f073..7d34de325 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/InitializeActiveGraphVertices.h +++ b/vtkm/worklet/contourtree_augmented/activegraph/InitializeActiveGraphVertices.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/activegraph/InitializeEdgeFarFromActiveIndices.h b/vtkm/worklet/contourtree_augmented/activegraph/InitializeEdgeFarFromActiveIndices.h index 41394ee6b..258ab5680 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/InitializeEdgeFarFromActiveIndices.h +++ b/vtkm/worklet/contourtree_augmented/activegraph/InitializeEdgeFarFromActiveIndices.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/activegraph/InitializeHyperarcsFromActiveIndices.h b/vtkm/worklet/contourtree_augmented/activegraph/InitializeHyperarcsFromActiveIndices.h index ddea696d3..619b75b1f 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/InitializeHyperarcsFromActiveIndices.h +++ b/vtkm/worklet/contourtree_augmented/activegraph/InitializeHyperarcsFromActiveIndices.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/activegraph/InitializeNeighbourhoodMasksAndOutDegrees.h b/vtkm/worklet/contourtree_augmented/activegraph/InitializeNeighbourhoodMasksAndOutDegrees.h index c1dbbff54..98e8dc556 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/InitializeNeighbourhoodMasksAndOutDegrees.h +++ b/vtkm/worklet/contourtree_augmented/activegraph/InitializeNeighbourhoodMasksAndOutDegrees.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/activegraph/SetArcsConnectNodes.h b/vtkm/worklet/contourtree_augmented/activegraph/SetArcsConnectNodes.h index 0dde851c8..c66c8f9a5 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/SetArcsConnectNodes.h +++ b/vtkm/worklet/contourtree_augmented/activegraph/SetArcsConnectNodes.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/activegraph/SetArcsSetSuperAndHypernodeArcs.h b/vtkm/worklet/contourtree_augmented/activegraph/SetArcsSetSuperAndHypernodeArcs.h index b1a45361a..fef0e41cc 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/SetArcsSetSuperAndHypernodeArcs.h +++ b/vtkm/worklet/contourtree_augmented/activegraph/SetArcsSetSuperAndHypernodeArcs.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/activegraph/SetArcsSlideVertices.h b/vtkm/worklet/contourtree_augmented/activegraph/SetArcsSlideVertices.h index 7139806f0..7b78688f8 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/SetArcsSlideVertices.h +++ b/vtkm/worklet/contourtree_augmented/activegraph/SetArcsSlideVertices.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/activegraph/SetHyperArcsWorklet.h b/vtkm/worklet/contourtree_augmented/activegraph/SetHyperArcsWorklet.h index 6ef8eead3..0b561320c 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/SetHyperArcsWorklet.h +++ b/vtkm/worklet/contourtree_augmented/activegraph/SetHyperArcsWorklet.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/activegraph/SetSuperArcsSetTreeHyperparents.h b/vtkm/worklet/contourtree_augmented/activegraph/SetSuperArcsSetTreeHyperparents.h index c39ba11b6..7f324e676 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/SetSuperArcsSetTreeHyperparents.h +++ b/vtkm/worklet/contourtree_augmented/activegraph/SetSuperArcsSetTreeHyperparents.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/activegraph/SetSuperArcsSetTreeSuperarcs.h b/vtkm/worklet/contourtree_augmented/activegraph/SetSuperArcsSetTreeSuperarcs.h index a1f4fa872..22385c842 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/SetSuperArcsSetTreeSuperarcs.h +++ b/vtkm/worklet/contourtree_augmented/activegraph/SetSuperArcsSetTreeSuperarcs.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/activegraph/SuperArcNodeComparator.h b/vtkm/worklet/contourtree_augmented/activegraph/SuperArcNodeComparator.h index 1033f1bd6..8ceda718d 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/SuperArcNodeComparator.h +++ b/vtkm/worklet/contourtree_augmented/activegraph/SuperArcNodeComparator.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/activegraph/TransferRegularPointsWorklet.h b/vtkm/worklet/contourtree_augmented/activegraph/TransferRegularPointsWorklet.h index c0d791fb8..158634d82 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/TransferRegularPointsWorklet.h +++ b/vtkm/worklet/contourtree_augmented/activegraph/TransferRegularPointsWorklet.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/activegraph/TransferSaddleStartsResetEdgeFar.h b/vtkm/worklet/contourtree_augmented/activegraph/TransferSaddleStartsResetEdgeFar.h index f99085207..e1a9e0513 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/TransferSaddleStartsResetEdgeFar.h +++ b/vtkm/worklet/contourtree_augmented/activegraph/TransferSaddleStartsResetEdgeFar.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/activegraph/TransferSaddleStartsSetNewOutdegreeForSaddles.h b/vtkm/worklet/contourtree_augmented/activegraph/TransferSaddleStartsSetNewOutdegreeForSaddles.h index a1bd43cd1..6bbab2ebf 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/TransferSaddleStartsSetNewOutdegreeForSaddles.h +++ b/vtkm/worklet/contourtree_augmented/activegraph/TransferSaddleStartsSetNewOutdegreeForSaddles.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/activegraph/TransferSaddleStartsUpdateEdgeSorter.h b/vtkm/worklet/contourtree_augmented/activegraph/TransferSaddleStartsUpdateEdgeSorter.h index 88071da2e..69b84095b 100644 --- a/vtkm/worklet/contourtree_augmented/activegraph/TransferSaddleStartsUpdateEdgeSorter.h +++ b/vtkm/worklet/contourtree_augmented/activegraph/TransferSaddleStartsUpdateEdgeSorter.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/contourtreemaker/AugmentMergeTrees_InitNewJoinSplitIDAndSuperparents.h b/vtkm/worklet/contourtree_augmented/contourtreemaker/AugmentMergeTrees_InitNewJoinSplitIDAndSuperparents.h index 345225f63..6f235c6e9 100644 --- a/vtkm/worklet/contourtree_augmented/contourtreemaker/AugmentMergeTrees_InitNewJoinSplitIDAndSuperparents.h +++ b/vtkm/worklet/contourtree_augmented/contourtreemaker/AugmentMergeTrees_InitNewJoinSplitIDAndSuperparents.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/contourtreemaker/AugmentMergeTrees_SetAugmentedMergeArcs.h b/vtkm/worklet/contourtree_augmented/contourtreemaker/AugmentMergeTrees_SetAugmentedMergeArcs.h index 4df44bc70..a3efe6a51 100644 --- a/vtkm/worklet/contourtree_augmented/contourtreemaker/AugmentMergeTrees_SetAugmentedMergeArcs.h +++ b/vtkm/worklet/contourtree_augmented/contourtreemaker/AugmentMergeTrees_SetAugmentedMergeArcs.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/contourtreemaker/CMakeLists.txt b/vtkm/worklet/contourtree_augmented/contourtreemaker/CMakeLists.txt index 1c355b1b1..df2b31ae6 100644 --- a/vtkm/worklet/contourtree_augmented/contourtreemaker/CMakeLists.txt +++ b/vtkm/worklet/contourtree_augmented/contourtreemaker/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,61 +6,7 @@ ## 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. -## -## Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2018 UT-Battelle, LLC. -## Copyright 2018 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= ##============================================================================ -## Copyright (c) 2018, The Regents of the University of California, through -## Lawrence Berkeley National Laboratory (subject to receipt of any required approvals -## from the U.S. Dept. of Energy). All rights reserved. -## -## Redistribution and use in source and binary forms, with or without modification, -## are permitted provided that the following conditions are met: -## -## (1) Redistributions of source code must retain the above copyright notice, this -## list of conditions and the following disclaimer. -## -## (2) 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. -## -## (3) Neither the name of the University of California, Lawrence Berkeley National -## Laboratory, U.S. Dept. of Energy nor the names of its contributors may be -## used to endorse or promote products derived from this software without -## specific prior written permission. -## -## 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 COPYRIGHT OWNER 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. -## -##============================================================================= -## -## This code is an extension of the algorithm presented in the paper: -## Parallel Peak Pruning for Scalable SMP Contour Tree Computation. -## Hamish Carr, Gunther Weber, Christopher Sewell, and James Ahrens. -## Proceedings of the IEEE Symposium on Large Data Analysis and Visualization -## (LDAV), October 2016, Baltimore, Maryland. -## -## The PPP2 algorithm and software were jointly developed by -## Hamish Carr (University of Leeds), Gunther H. Weber (LBNL), and -## Oliver Ruebel (LBNL) -##============================================================================== set(headers AugmentMergeTrees_InitNewJoinSplitIDAndSuperparents.h diff --git a/vtkm/worklet/contourtree_augmented/contourtreemaker/CompressTrees_Step.h b/vtkm/worklet/contourtree_augmented/contourtreemaker/CompressTrees_Step.h index 12236e6f3..2f9420798 100644 --- a/vtkm/worklet/contourtree_augmented/contourtreemaker/CompressTrees_Step.h +++ b/vtkm/worklet/contourtree_augmented/contourtreemaker/CompressTrees_Step.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/contourtreemaker/ComputeHyperAndSuperStructure_HypernodesSetFirstSuperchild.h b/vtkm/worklet/contourtree_augmented/contourtreemaker/ComputeHyperAndSuperStructure_HypernodesSetFirstSuperchild.h index 27346607e..8ebc8e894 100644 --- a/vtkm/worklet/contourtree_augmented/contourtreemaker/ComputeHyperAndSuperStructure_HypernodesSetFirstSuperchild.h +++ b/vtkm/worklet/contourtree_augmented/contourtreemaker/ComputeHyperAndSuperStructure_HypernodesSetFirstSuperchild.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/contourtreemaker/ComputeHyperAndSuperStructure_PermuteArcs.h b/vtkm/worklet/contourtree_augmented/contourtreemaker/ComputeHyperAndSuperStructure_PermuteArcs.h index 10c80df04..93252d472 100644 --- a/vtkm/worklet/contourtree_augmented/contourtreemaker/ComputeHyperAndSuperStructure_PermuteArcs.h +++ b/vtkm/worklet/contourtree_augmented/contourtreemaker/ComputeHyperAndSuperStructure_PermuteArcs.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/contourtreemaker/ComputeHyperAndSuperStructure_ResetHyperparentsId.h b/vtkm/worklet/contourtree_augmented/contourtreemaker/ComputeHyperAndSuperStructure_ResetHyperparentsId.h index 9b17de802..30840ad6a 100644 --- a/vtkm/worklet/contourtree_augmented/contourtreemaker/ComputeHyperAndSuperStructure_ResetHyperparentsId.h +++ b/vtkm/worklet/contourtree_augmented/contourtreemaker/ComputeHyperAndSuperStructure_ResetHyperparentsId.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/contourtreemaker/ComputeHyperAndSuperStructure_SetNewHypernodesAndArcs.h b/vtkm/worklet/contourtree_augmented/contourtreemaker/ComputeHyperAndSuperStructure_SetNewHypernodesAndArcs.h index 94ed4c3c1..a899f336c 100644 --- a/vtkm/worklet/contourtree_augmented/contourtreemaker/ComputeHyperAndSuperStructure_SetNewHypernodesAndArcs.h +++ b/vtkm/worklet/contourtree_augmented/contourtreemaker/ComputeHyperAndSuperStructure_SetNewHypernodesAndArcs.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/contourtreemaker/ComputeRegularStructure_LocateSuperarcs.h b/vtkm/worklet/contourtree_augmented/contourtreemaker/ComputeRegularStructure_LocateSuperarcs.h index 13c70ba8b..a2256411c 100644 --- a/vtkm/worklet/contourtree_augmented/contourtreemaker/ComputeRegularStructure_LocateSuperarcs.h +++ b/vtkm/worklet/contourtree_augmented/contourtreemaker/ComputeRegularStructure_LocateSuperarcs.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/contourtreemaker/ComputeRegularStructure_SetArcs.h b/vtkm/worklet/contourtree_augmented/contourtreemaker/ComputeRegularStructure_SetArcs.h index e124205b1..15e9f28ad 100644 --- a/vtkm/worklet/contourtree_augmented/contourtreemaker/ComputeRegularStructure_SetArcs.h +++ b/vtkm/worklet/contourtree_augmented/contourtreemaker/ComputeRegularStructure_SetArcs.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/contourtreemaker/ContourTreeNodeComparator.h b/vtkm/worklet/contourtree_augmented/contourtreemaker/ContourTreeNodeComparator.h index ca455edc8..8f63e786e 100644 --- a/vtkm/worklet/contourtree_augmented/contourtreemaker/ContourTreeNodeComparator.h +++ b/vtkm/worklet/contourtree_augmented/contourtreemaker/ContourTreeNodeComparator.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/contourtreemaker/ContourTreeSuperNodeComparator.h b/vtkm/worklet/contourtree_augmented/contourtreemaker/ContourTreeSuperNodeComparator.h index d6b2c6d52..b3ac52f8f 100644 --- a/vtkm/worklet/contourtree_augmented/contourtreemaker/ContourTreeSuperNodeComparator.h +++ b/vtkm/worklet/contourtree_augmented/contourtreemaker/ContourTreeSuperNodeComparator.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/contourtreemaker/FindDegrees_FindRHE.h b/vtkm/worklet/contourtree_augmented/contourtreemaker/FindDegrees_FindRHE.h index 6de4f360e..33a16cd8c 100644 --- a/vtkm/worklet/contourtree_augmented/contourtreemaker/FindDegrees_FindRHE.h +++ b/vtkm/worklet/contourtree_augmented/contourtreemaker/FindDegrees_FindRHE.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/contourtreemaker/FindDegrees_ResetUpAndDowndegree.h b/vtkm/worklet/contourtree_augmented/contourtreemaker/FindDegrees_ResetUpAndDowndegree.h index a7f91695c..81f26983a 100644 --- a/vtkm/worklet/contourtree_augmented/contourtreemaker/FindDegrees_ResetUpAndDowndegree.h +++ b/vtkm/worklet/contourtree_augmented/contourtreemaker/FindDegrees_ResetUpAndDowndegree.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/contourtreemaker/FindDegrees_SubtractLHE.h b/vtkm/worklet/contourtree_augmented/contourtreemaker/FindDegrees_SubtractLHE.h index eab0b9fb4..25728f31b 100644 --- a/vtkm/worklet/contourtree_augmented/contourtreemaker/FindDegrees_SubtractLHE.h +++ b/vtkm/worklet/contourtree_augmented/contourtreemaker/FindDegrees_SubtractLHE.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/contourtreemaker/TransferLeafChains_CollapsePastRegular.h b/vtkm/worklet/contourtree_augmented/contourtreemaker/TransferLeafChains_CollapsePastRegular.h index 4f58b7e5f..53112482c 100644 --- a/vtkm/worklet/contourtree_augmented/contourtreemaker/TransferLeafChains_CollapsePastRegular.h +++ b/vtkm/worklet/contourtree_augmented/contourtreemaker/TransferLeafChains_CollapsePastRegular.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/contourtreemaker/TransferLeafChains_InitInAndOutbound.h b/vtkm/worklet/contourtree_augmented/contourtreemaker/TransferLeafChains_InitInAndOutbound.h index bd884818c..e41bd9894 100644 --- a/vtkm/worklet/contourtree_augmented/contourtreemaker/TransferLeafChains_InitInAndOutbound.h +++ b/vtkm/worklet/contourtree_augmented/contourtreemaker/TransferLeafChains_InitInAndOutbound.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/contourtreemaker/TransferLeafChains_TransferToContourTree.h b/vtkm/worklet/contourtree_augmented/contourtreemaker/TransferLeafChains_TransferToContourTree.h index 7380f1ff7..3f2423756 100644 --- a/vtkm/worklet/contourtree_augmented/contourtreemaker/TransferLeafChains_TransferToContourTree.h +++ b/vtkm/worklet/contourtree_augmented/contourtreemaker/TransferLeafChains_TransferToContourTree.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/contourtreemaker/WasNotTransferred.h b/vtkm/worklet/contourtree_augmented/contourtreemaker/WasNotTransferred.h index 551c15dce..cd20b9040 100644 --- a/vtkm/worklet/contourtree_augmented/contourtreemaker/WasNotTransferred.h +++ b/vtkm/worklet/contourtree_augmented/contourtreemaker/WasNotTransferred.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/mesh_dem/CMakeLists.txt b/vtkm/worklet/contourtree_augmented/mesh_dem/CMakeLists.txt index cfb0c5be0..16201aaa8 100644 --- a/vtkm/worklet/contourtree_augmented/mesh_dem/CMakeLists.txt +++ b/vtkm/worklet/contourtree_augmented/mesh_dem/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,61 +6,7 @@ ## 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. -## -## Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2018 UT-Battelle, LLC. -## Copyright 2018 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= ##============================================================================ -## Copyright (c) 2018, The Regents of the University of California, through -## Lawrence Berkeley National Laboratory (subject to receipt of any required approvals -## from the U.S. Dept. of Energy). All rights reserved. -## -## Redistribution and use in source and binary forms, with or without modification, -## are permitted provided that the following conditions are met: -## -## (1) Redistributions of source code must retain the above copyright notice, this -## list of conditions and the following disclaimer. -## -## (2) 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. -## -## (3) Neither the name of the University of California, Lawrence Berkeley National -## Laboratory, U.S. Dept. of Energy nor the names of its contributors may be -## used to endorse or promote products derived from this software without -## specific prior written permission. -## -## 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 COPYRIGHT OWNER 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. -## -##============================================================================= -## -## This code is an extension of the algorithm presented in the paper: -## Parallel Peak Pruning for Scalable SMP Contour Tree Computation. -## Hamish Carr, Gunther Weber, Christopher Sewell, and James Ahrens. -## Proceedings of the IEEE Symposium on Large Data Analysis and Visualization -## (LDAV), October 2016, Baltimore, Maryland. -## -## The PPP2 algorithm and software were jointly developed by -## Hamish Carr (University of Leeds), Gunther H. Weber (LBNL), and -## Oliver Ruebel (LBNL) -##============================================================================== set(headers MeshStructure2D.h MeshStructure3D.h diff --git a/vtkm/worklet/contourtree_augmented/mesh_dem/MeshStructure2D.h b/vtkm/worklet/contourtree_augmented/mesh_dem/MeshStructure2D.h index 74a60793c..aaecbd2bc 100644 --- a/vtkm/worklet/contourtree_augmented/mesh_dem/MeshStructure2D.h +++ b/vtkm/worklet/contourtree_augmented/mesh_dem/MeshStructure2D.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/mesh_dem/MeshStructure3D.h b/vtkm/worklet/contourtree_augmented/mesh_dem/MeshStructure3D.h index 305f19a47..fbdd2dfdc 100644 --- a/vtkm/worklet/contourtree_augmented/mesh_dem/MeshStructure3D.h +++ b/vtkm/worklet/contourtree_augmented/mesh_dem/MeshStructure3D.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/mesh_dem/SimulatedSimplicityComperator.h b/vtkm/worklet/contourtree_augmented/mesh_dem/SimulatedSimplicityComperator.h index 87238eac8..d502eb80e 100644 --- a/vtkm/worklet/contourtree_augmented/mesh_dem/SimulatedSimplicityComperator.h +++ b/vtkm/worklet/contourtree_augmented/mesh_dem/SimulatedSimplicityComperator.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/mesh_dem/SortIndices.h b/vtkm/worklet/contourtree_augmented/mesh_dem/SortIndices.h index 4af30dcb0..b9a6127b0 100644 --- a/vtkm/worklet/contourtree_augmented/mesh_dem/SortIndices.h +++ b/vtkm/worklet/contourtree_augmented/mesh_dem/SortIndices.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/CMakeLists.txt b/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/CMakeLists.txt index b12da4d37..a92077886 100644 --- a/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/CMakeLists.txt +++ b/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,61 +6,7 @@ ## 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. -## -## Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2018 UT-Battelle, LLC. -## Copyright 2018 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= ##============================================================================ -## Copyright (c) 2018, The Regents of the University of California, through -## Lawrence Berkeley National Laboratory (subject to receipt of any required approvals -## from the U.S. Dept. of Energy). All rights reserved. -## -## Redistribution and use in source and binary forms, with or without modification, -## are permitted provided that the following conditions are met: -## -## (1) Redistributions of source code must retain the above copyright notice, this -## list of conditions and the following disclaimer. -## -## (2) 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. -## -## (3) Neither the name of the University of California, Lawrence Berkeley National -## Laboratory, U.S. Dept. of Energy nor the names of its contributors may be -## used to endorse or promote products derived from this software without -## specific prior written permission. -## -## 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 COPYRIGHT OWNER 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. -## -##============================================================================= -## -## This code is an extension of the algorithm presented in the paper: -## Parallel Peak Pruning for Scalable SMP Contour Tree Computation. -## Hamish Carr, Gunther Weber, Christopher Sewell, and James Ahrens. -## Proceedings of the IEEE Symposium on Large Data Analysis and Visualization -## (LDAV), October 2016, Baltimore, Maryland. -## -## The PPP2 algorithm and software were jointly developed by -## Hamish Carr (University of Leeds), Gunther H. Weber (LBNL), and -## Oliver Ruebel (LBNL) -##============================================================================== set(headers Freudenthal_2D_Triangulation.h Freudenthal_3D_Triangulation.h diff --git a/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/Freudenthal_2D_Triangulation.h b/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/Freudenthal_2D_Triangulation.h index f0d01b424..4907f2af4 100644 --- a/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/Freudenthal_2D_Triangulation.h +++ b/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/Freudenthal_2D_Triangulation.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/Freudenthal_3D_Triangulation.h b/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/Freudenthal_3D_Triangulation.h index d7e848baf..b3034fdcd 100644 --- a/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/Freudenthal_3D_Triangulation.h +++ b/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/Freudenthal_3D_Triangulation.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/MarchingCubes_3D_Triangulation.h b/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/MarchingCubes_3D_Triangulation.h index 1055d02fb..f9ff12255 100644 --- a/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/MarchingCubes_3D_Triangulation.h +++ b/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/MarchingCubes_3D_Triangulation.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/MeshStructureFreudenthal2D.h b/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/MeshStructureFreudenthal2D.h index 0f30b8f73..d5bd48963 100644 --- a/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/MeshStructureFreudenthal2D.h +++ b/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/MeshStructureFreudenthal2D.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/MeshStructureFreudenthal3D.h b/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/MeshStructureFreudenthal3D.h index 1a151c10c..509a8bbdc 100644 --- a/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/MeshStructureFreudenthal3D.h +++ b/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/MeshStructureFreudenthal3D.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/MeshStructureMarchingCubes.h b/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/MeshStructureMarchingCubes.h index cdb443bdf..97e8156cb 100644 --- a/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/MeshStructureMarchingCubes.h +++ b/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/MeshStructureMarchingCubes.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/freudenthal_2D/Types.h b/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/freudenthal_2D/Types.h index cc922e108..57c5cf687 100644 --- a/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/freudenthal_2D/Types.h +++ b/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/freudenthal_2D/Types.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/freudenthal_3D/Types.h b/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/freudenthal_3D/Types.h index b48a3136b..59ec74265 100644 --- a/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/freudenthal_3D/Types.h +++ b/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/freudenthal_3D/Types.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/marchingcubes_3D/Types.h b/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/marchingcubes_3D/Types.h index 0896115c9..f9df836bc 100644 --- a/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/marchingcubes_3D/Types.h +++ b/vtkm/worklet/contourtree_augmented/mesh_dem_meshtypes/marchingcubes_3D/Types.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/meshextrema/CMakeLists.txt b/vtkm/worklet/contourtree_augmented/meshextrema/CMakeLists.txt index 47fcd4ea2..0caba3eae 100644 --- a/vtkm/worklet/contourtree_augmented/meshextrema/CMakeLists.txt +++ b/vtkm/worklet/contourtree_augmented/meshextrema/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,61 +6,7 @@ ## 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. -## -## Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2018 UT-Battelle, LLC. -## Copyright 2018 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= ##============================================================================ -## Copyright (c) 2018, The Regents of the University of California, through -## Lawrence Berkeley National Laboratory (subject to receipt of any required approvals -## from the U.S. Dept. of Energy). All rights reserved. -## -## Redistribution and use in source and binary forms, with or without modification, -## are permitted provided that the following conditions are met: -## -## (1) Redistributions of source code must retain the above copyright notice, this -## list of conditions and the following disclaimer. -## -## (2) 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. -## -## (3) Neither the name of the University of California, Lawrence Berkeley National -## Laboratory, U.S. Dept. of Energy nor the names of its contributors may be -## used to endorse or promote products derived from this software without -## specific prior written permission. -## -## 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 COPYRIGHT OWNER 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. -## -##============================================================================= -## -## This code is an extension of the algorithm presented in the paper: -## Parallel Peak Pruning for Scalable SMP Contour Tree Computation. -## Hamish Carr, Gunther Weber, Christopher Sewell, and James Ahrens. -## Proceedings of the IEEE Symposium on Large Data Analysis and Visualization -## (LDAV), October 2016, Baltimore, Maryland. -## -## The PPP2 algorithm and software were jointly developed by -## Hamish Carr (University of Leeds), Gunther H. Weber (LBNL), and -## Oliver Ruebel (LBNL) -##============================================================================== set(headers SetStarts.h ) diff --git a/vtkm/worklet/contourtree_augmented/meshextrema/SetStarts.h b/vtkm/worklet/contourtree_augmented/meshextrema/SetStarts.h index 16761e61b..fc6ef1289 100644 --- a/vtkm/worklet/contourtree_augmented/meshextrema/SetStarts.h +++ b/vtkm/worklet/contourtree_augmented/meshextrema/SetStarts.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/processcontourtree/Branch.h b/vtkm/worklet/contourtree_augmented/processcontourtree/Branch.h index fda9bb8bf..bd776b15d 100644 --- a/vtkm/worklet/contourtree_augmented/processcontourtree/Branch.h +++ b/vtkm/worklet/contourtree_augmented/processcontourtree/Branch.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/processcontourtree/CMakeLists.txt b/vtkm/worklet/contourtree_augmented/processcontourtree/CMakeLists.txt index a8185f5ca..4f497b0d1 100644 --- a/vtkm/worklet/contourtree_augmented/processcontourtree/CMakeLists.txt +++ b/vtkm/worklet/contourtree_augmented/processcontourtree/CMakeLists.txt @@ -1,5 +1,4 @@ -##============================================================================= -## +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.txt for details. @@ -7,61 +6,7 @@ ## 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. -## -## Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2018 UT-Battelle, LLC. -## Copyright 2018 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. -## -##============================================================================= ##============================================================================ -## Copyright (c) 2018, The Regents of the University of California, through -## Lawrence Berkeley National Laboratory (subject to receipt of any required approvals -## from the U.S. Dept. of Energy). All rights reserved. -## -## Redistribution and use in source and binary forms, with or without modification, -## are permitted provided that the following conditions are met: -## -## (1) Redistributions of source code must retain the above copyright notice, this -## list of conditions and the following disclaimer. -## -## (2) 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. -## -## (3) Neither the name of the University of California, Lawrence Berkeley National -## Laboratory, U.S. Dept. of Energy nor the names of its contributors may be -## used to endorse or promote products derived from this software without -## specific prior written permission. -## -## 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 COPYRIGHT OWNER 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. -## -##============================================================================= -## -## This code is an extension of the algorithm presented in the paper: -## Parallel Peak Pruning for Scalable SMP Contour Tree Computation. -## Hamish Carr, Gunther Weber, Christopher Sewell, and James Ahrens. -## Proceedings of the IEEE Symposium on Large Data Analysis and Visualization -## (LDAV), October 2016, Baltimore, Maryland. -## -## The PPP2 algorithm and software were jointly developed by -## Hamish Carr (University of Leeds), Gunther H. Weber (LBNL), and -## Oliver Ruebel (LBNL) -##============================================================================== set(headers Branch.h diff --git a/vtkm/worklet/contourtree_augmented/processcontourtree/PiecewiseLinearFunction.h b/vtkm/worklet/contourtree_augmented/processcontourtree/PiecewiseLinearFunction.h index 3813d8c2c..4e0d5b551 100644 --- a/vtkm/worklet/contourtree_augmented/processcontourtree/PiecewiseLinearFunction.h +++ b/vtkm/worklet/contourtree_augmented/processcontourtree/PiecewiseLinearFunction.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/processcontourtree/SuperArcVolumetricComparator.h b/vtkm/worklet/contourtree_augmented/processcontourtree/SuperArcVolumetricComparator.h index 6605897ac..14a7587e2 100644 --- a/vtkm/worklet/contourtree_augmented/processcontourtree/SuperArcVolumetricComparator.h +++ b/vtkm/worklet/contourtree_augmented/processcontourtree/SuperArcVolumetricComparator.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/contourtree_augmented/processcontourtree/SuperNodeBranchComparator.h b/vtkm/worklet/contourtree_augmented/processcontourtree/SuperNodeBranchComparator.h index 67eb3f96b..65ec7280e 100644 --- a/vtkm/worklet/contourtree_augmented/processcontourtree/SuperNodeBranchComparator.h +++ b/vtkm/worklet/contourtree_augmented/processcontourtree/SuperNodeBranchComparator.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/cosmotools/CMakeLists.txt b/vtkm/worklet/cosmotools/CMakeLists.txt index 0f9345836..44db6d890 100644 --- a/vtkm/worklet/cosmotools/CMakeLists.txt +++ b/vtkm/worklet/cosmotools/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2016 UT-Battelle, LLC. -## Copyright 2016 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/worklet/cosmotools/ComputeBinIndices.h b/vtkm/worklet/cosmotools/ComputeBinIndices.h index 3022a6600..2f3d879fb 100644 --- a/vtkm/worklet/cosmotools/ComputeBinIndices.h +++ b/vtkm/worklet/cosmotools/ComputeBinIndices.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/cosmotools/ComputeBinRange.h b/vtkm/worklet/cosmotools/ComputeBinRange.h index 13504d8c2..40d5e8a82 100644 --- a/vtkm/worklet/cosmotools/ComputeBinRange.h +++ b/vtkm/worklet/cosmotools/ComputeBinRange.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/cosmotools/ComputeBins.h b/vtkm/worklet/cosmotools/ComputeBins.h index d342af734..1a5c7030f 100644 --- a/vtkm/worklet/cosmotools/ComputeBins.h +++ b/vtkm/worklet/cosmotools/ComputeBins.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/cosmotools/ComputeNeighborBins.h b/vtkm/worklet/cosmotools/ComputeNeighborBins.h index dea6b8948..3a5fdf06d 100644 --- a/vtkm/worklet/cosmotools/ComputeNeighborBins.h +++ b/vtkm/worklet/cosmotools/ComputeNeighborBins.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/cosmotools/ComputePotential.h b/vtkm/worklet/cosmotools/ComputePotential.h index 2941e1f14..045c1a4ab 100644 --- a/vtkm/worklet/cosmotools/ComputePotential.h +++ b/vtkm/worklet/cosmotools/ComputePotential.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/cosmotools/ComputePotentialBin.h b/vtkm/worklet/cosmotools/ComputePotentialBin.h index f378ea4eb..ea9e87e33 100644 --- a/vtkm/worklet/cosmotools/ComputePotentialBin.h +++ b/vtkm/worklet/cosmotools/ComputePotentialBin.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/cosmotools/ComputePotentialMxN.h b/vtkm/worklet/cosmotools/ComputePotentialMxN.h index 68b48f693..11345a99d 100644 --- a/vtkm/worklet/cosmotools/ComputePotentialMxN.h +++ b/vtkm/worklet/cosmotools/ComputePotentialMxN.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/cosmotools/ComputePotentialNeighbors.h b/vtkm/worklet/cosmotools/ComputePotentialNeighbors.h index eb3ed89ff..48a0bf0c8 100644 --- a/vtkm/worklet/cosmotools/ComputePotentialNeighbors.h +++ b/vtkm/worklet/cosmotools/ComputePotentialNeighbors.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/cosmotools/ComputePotentialNxN.h b/vtkm/worklet/cosmotools/ComputePotentialNxN.h index 7e66190d9..523b1d4dc 100644 --- a/vtkm/worklet/cosmotools/ComputePotentialNxN.h +++ b/vtkm/worklet/cosmotools/ComputePotentialNxN.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/cosmotools/ComputePotentialOnCandidates.h b/vtkm/worklet/cosmotools/ComputePotentialOnCandidates.h index d3af020f8..beab11a48 100644 --- a/vtkm/worklet/cosmotools/ComputePotentialOnCandidates.h +++ b/vtkm/worklet/cosmotools/ComputePotentialOnCandidates.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/cosmotools/CosmoTools.h b/vtkm/worklet/cosmotools/CosmoTools.h index 3f12828b0..aecfb9c6e 100644 --- a/vtkm/worklet/cosmotools/CosmoTools.h +++ b/vtkm/worklet/cosmotools/CosmoTools.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/cosmotools/CosmoToolsCenterFinder.h b/vtkm/worklet/cosmotools/CosmoToolsCenterFinder.h index ca7c39339..f3f215bfe 100644 --- a/vtkm/worklet/cosmotools/CosmoToolsCenterFinder.h +++ b/vtkm/worklet/cosmotools/CosmoToolsCenterFinder.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/cosmotools/CosmoToolsHaloFinder.h b/vtkm/worklet/cosmotools/CosmoToolsHaloFinder.h index ea67570c4..7199d58d9 100644 --- a/vtkm/worklet/cosmotools/CosmoToolsHaloFinder.h +++ b/vtkm/worklet/cosmotools/CosmoToolsHaloFinder.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/cosmotools/EqualsMinimumPotential.h b/vtkm/worklet/cosmotools/EqualsMinimumPotential.h index 4e556f18c..082a98935 100644 --- a/vtkm/worklet/cosmotools/EqualsMinimumPotential.h +++ b/vtkm/worklet/cosmotools/EqualsMinimumPotential.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/cosmotools/GraftParticles.h b/vtkm/worklet/cosmotools/GraftParticles.h index ac4e5b448..b97e28466 100644 --- a/vtkm/worklet/cosmotools/GraftParticles.h +++ b/vtkm/worklet/cosmotools/GraftParticles.h @@ -1,21 +1,11 @@ - +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/cosmotools/IsStar.h b/vtkm/worklet/cosmotools/IsStar.h index c4334b540..5a97067be 100644 --- a/vtkm/worklet/cosmotools/IsStar.h +++ b/vtkm/worklet/cosmotools/IsStar.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/cosmotools/MarkActiveNeighbors.h b/vtkm/worklet/cosmotools/MarkActiveNeighbors.h index b0a1abd8e..5294bebb5 100644 --- a/vtkm/worklet/cosmotools/MarkActiveNeighbors.h +++ b/vtkm/worklet/cosmotools/MarkActiveNeighbors.h @@ -1,21 +1,11 @@ - +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/cosmotools/PointerJump.h b/vtkm/worklet/cosmotools/PointerJump.h index 9fc6ab524..d4a0ac466 100644 --- a/vtkm/worklet/cosmotools/PointerJump.h +++ b/vtkm/worklet/cosmotools/PointerJump.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/cosmotools/SetCandidateParticles.h b/vtkm/worklet/cosmotools/SetCandidateParticles.h index 0933edc85..9c6e690d8 100644 --- a/vtkm/worklet/cosmotools/SetCandidateParticles.h +++ b/vtkm/worklet/cosmotools/SetCandidateParticles.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/cosmotools/TagTypes.h b/vtkm/worklet/cosmotools/TagTypes.h index ee6bb4bdc..3b2bb4fc2 100644 --- a/vtkm/worklet/cosmotools/TagTypes.h +++ b/vtkm/worklet/cosmotools/TagTypes.h @@ -1,20 +1,11 @@ +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/cosmotools/ValidHalo.h b/vtkm/worklet/cosmotools/ValidHalo.h index 018d770c2..081f8e401 100644 --- a/vtkm/worklet/cosmotools/ValidHalo.h +++ b/vtkm/worklet/cosmotools/ValidHalo.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/gradient/CMakeLists.txt b/vtkm/worklet/gradient/CMakeLists.txt index a47047135..7d88e25b9 100644 --- a/vtkm/worklet/gradient/CMakeLists.txt +++ b/vtkm/worklet/gradient/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2016 UT-Battelle, LLC. -## Copyright 2016 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/worklet/gradient/CellGradient.h b/vtkm/worklet/gradient/CellGradient.h index 421bcd47a..38088aea9 100644 --- a/vtkm/worklet/gradient/CellGradient.h +++ b/vtkm/worklet/gradient/CellGradient.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_gradient_CellGradient_h diff --git a/vtkm/worklet/gradient/Divergence.h b/vtkm/worklet/gradient/Divergence.h index 9408af18a..9a8eac361 100644 --- a/vtkm/worklet/gradient/Divergence.h +++ b/vtkm/worklet/gradient/Divergence.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_gradient_Divergence_h diff --git a/vtkm/worklet/gradient/GradientOutput.h b/vtkm/worklet/gradient/GradientOutput.h index dedc468aa..81ec2e032 100644 --- a/vtkm/worklet/gradient/GradientOutput.h +++ b/vtkm/worklet/gradient/GradientOutput.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_gradient_GradientOutput_h diff --git a/vtkm/worklet/gradient/PointGradient.h b/vtkm/worklet/gradient/PointGradient.h index 2b3b87cb7..2b347f8a6 100644 --- a/vtkm/worklet/gradient/PointGradient.h +++ b/vtkm/worklet/gradient/PointGradient.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_gradient_PointGradient_h diff --git a/vtkm/worklet/gradient/QCriterion.h b/vtkm/worklet/gradient/QCriterion.h index 1f8897b39..ae044be72 100644 --- a/vtkm/worklet/gradient/QCriterion.h +++ b/vtkm/worklet/gradient/QCriterion.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_gradient_QCriterion_h diff --git a/vtkm/worklet/gradient/StructuredPointGradient.h b/vtkm/worklet/gradient/StructuredPointGradient.h index 4d878c5d3..881ea09a5 100644 --- a/vtkm/worklet/gradient/StructuredPointGradient.h +++ b/vtkm/worklet/gradient/StructuredPointGradient.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_gradient_StructuredPointGradient_h diff --git a/vtkm/worklet/gradient/Transpose.h b/vtkm/worklet/gradient/Transpose.h index 1663ed4cf..251e24e42 100644 --- a/vtkm/worklet/gradient/Transpose.h +++ b/vtkm/worklet/gradient/Transpose.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_gradient_Transpose_h diff --git a/vtkm/worklet/gradient/Vorticity.h b/vtkm/worklet/gradient/Vorticity.h index 5ef331202..dd383a689 100644 --- a/vtkm/worklet/gradient/Vorticity.h +++ b/vtkm/worklet/gradient/Vorticity.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_gradient_Vorticity_h diff --git a/vtkm/worklet/histogram/CMakeLists.txt b/vtkm/worklet/histogram/CMakeLists.txt index d396c45c2..f8c0f0305 100644 --- a/vtkm/worklet/histogram/CMakeLists.txt +++ b/vtkm/worklet/histogram/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/worklet/histogram/ComputeNDEntropy.h b/vtkm/worklet/histogram/ComputeNDEntropy.h index f91b75b96..a96b2ed19 100644 --- a/vtkm/worklet/histogram/ComputeNDEntropy.h +++ b/vtkm/worklet/histogram/ComputeNDEntropy.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_ComputeNDEntropy_h diff --git a/vtkm/worklet/histogram/ComputeNDHistogram.h b/vtkm/worklet/histogram/ComputeNDHistogram.h index 3b11e307b..8431566b8 100644 --- a/vtkm/worklet/histogram/ComputeNDHistogram.h +++ b/vtkm/worklet/histogram/ComputeNDHistogram.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_ComputeNDHistogram_h diff --git a/vtkm/worklet/histogram/MarginalizeNDHistogram.h b/vtkm/worklet/histogram/MarginalizeNDHistogram.h index fb99e84ed..437182bff 100644 --- a/vtkm/worklet/histogram/MarginalizeNDHistogram.h +++ b/vtkm/worklet/histogram/MarginalizeNDHistogram.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_MarginalizeNDHistogram_h diff --git a/vtkm/worklet/internal/CMakeLists.txt b/vtkm/worklet/internal/CMakeLists.txt index 612290fa8..8fbd432fc 100644 --- a/vtkm/worklet/internal/CMakeLists.txt +++ b/vtkm/worklet/internal/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/worklet/internal/DispatcherBase.h b/vtkm/worklet/internal/DispatcherBase.h index 997c306ee..5310f5c68 100644 --- a/vtkm/worklet/internal/DispatcherBase.h +++ b/vtkm/worklet/internal/DispatcherBase.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_internal_DispatcherBase_h #define vtk_m_worklet_internal_DispatcherBase_h diff --git a/vtkm/worklet/internal/TriangulateTables.h b/vtkm/worklet/internal/TriangulateTables.h index 19881b1c4..4dabf708f 100644 --- a/vtkm/worklet/internal/TriangulateTables.h +++ b/vtkm/worklet/internal/TriangulateTables.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_internal_TriangulateTables_h #define vtk_m_worklet_internal_TriangulateTables_h diff --git a/vtkm/worklet/internal/WorkletBase.h b/vtkm/worklet/internal/WorkletBase.h index 2ec623943..cee023192 100644 --- a/vtkm/worklet/internal/WorkletBase.h +++ b/vtkm/worklet/internal/WorkletBase.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_internal_WorkletBase_h #define vtk_m_worklet_internal_WorkletBase_h diff --git a/vtkm/worklet/internal/testing/CMakeLists.txt b/vtkm/worklet/internal/testing/CMakeLists.txt index f93099574..859b5e415 100644 --- a/vtkm/worklet/internal/testing/CMakeLists.txt +++ b/vtkm/worklet/internal/testing/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(unit_tests diff --git a/vtkm/worklet/internal/testing/UnitTestDispatcherBase.cxx b/vtkm/worklet/internal/testing/UnitTestDispatcherBase.cxx index 94fb8b98b..8f33b65e6 100644 --- a/vtkm/worklet/internal/testing/UnitTestDispatcherBase.cxx +++ b/vtkm/worklet/internal/testing/UnitTestDispatcherBase.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/particleadvection/CMakeLists.txt b/vtkm/worklet/particleadvection/CMakeLists.txt index 6f269da09..001c94401 100644 --- a/vtkm/worklet/particleadvection/CMakeLists.txt +++ b/vtkm/worklet/particleadvection/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2016 UT-Battelle, LLC. -## Copyright 2016 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/worklet/particleadvection/CellInterpolationHelper.h b/vtkm/worklet/particleadvection/CellInterpolationHelper.h index 9d78f6fdc..ef16656ea 100644 --- a/vtkm/worklet/particleadvection/CellInterpolationHelper.h +++ b/vtkm/worklet/particleadvection/CellInterpolationHelper.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_particle_advection_cell_interpolation_helper diff --git a/vtkm/worklet/particleadvection/GridEvaluators.h b/vtkm/worklet/particleadvection/GridEvaluators.h index 7aacd86d6..9f460ee10 100644 --- a/vtkm/worklet/particleadvection/GridEvaluators.h +++ b/vtkm/worklet/particleadvection/GridEvaluators.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_particleadvection_GridEvaluators_h diff --git a/vtkm/worklet/particleadvection/Integrators.h b/vtkm/worklet/particleadvection/Integrators.h index 454e2506c..009815227 100644 --- a/vtkm/worklet/particleadvection/Integrators.h +++ b/vtkm/worklet/particleadvection/Integrators.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_particleadvection_Integrators_h diff --git a/vtkm/worklet/particleadvection/ParticleAdvectionWorklets.h b/vtkm/worklet/particleadvection/ParticleAdvectionWorklets.h index d68aaa563..15552c327 100644 --- a/vtkm/worklet/particleadvection/ParticleAdvectionWorklets.h +++ b/vtkm/worklet/particleadvection/ParticleAdvectionWorklets.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_particleadvection_ParticleAdvectionWorklets_h diff --git a/vtkm/worklet/particleadvection/Particles.h b/vtkm/worklet/particleadvection/Particles.h index e7b148024..4c62fbb2d 100644 --- a/vtkm/worklet/particleadvection/Particles.h +++ b/vtkm/worklet/particleadvection/Particles.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_particleadvection_Particles_h diff --git a/vtkm/worklet/particleadvection/TemporalGridEvaluators.h b/vtkm/worklet/particleadvection/TemporalGridEvaluators.h index 2c06f6bf2..7f620cb66 100644 --- a/vtkm/worklet/particleadvection/TemporalGridEvaluators.h +++ b/vtkm/worklet/particleadvection/TemporalGridEvaluators.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_particleadvection_TemporalGridEvaluators_h diff --git a/vtkm/worklet/spatialstructure/BoundingIntervalHierarchy.h b/vtkm/worklet/spatialstructure/BoundingIntervalHierarchy.h index fdd86799f..d97660588 100644 --- a/vtkm/worklet/spatialstructure/BoundingIntervalHierarchy.h +++ b/vtkm/worklet/spatialstructure/BoundingIntervalHierarchy.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_spatialstructure_BoundingIntervalHierarchy_h #define vtk_m_worklet_spatialstructure_BoundingIntervalHierarchy_h diff --git a/vtkm/worklet/spatialstructure/CMakeLists.txt b/vtkm/worklet/spatialstructure/CMakeLists.txt index dedfcb9b2..c70df4d7f 100644 --- a/vtkm/worklet/spatialstructure/CMakeLists.txt +++ b/vtkm/worklet/spatialstructure/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/worklet/spatialstructure/KdTree3DConstruction.h b/vtkm/worklet/spatialstructure/KdTree3DConstruction.h index 24b942325..547dfd9b3 100644 --- a/vtkm/worklet/spatialstructure/KdTree3DConstruction.h +++ b/vtkm/worklet/spatialstructure/KdTree3DConstruction.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_KdTree3DConstruction_h diff --git a/vtkm/worklet/spatialstructure/KdTree3DNNSearch.h b/vtkm/worklet/spatialstructure/KdTree3DNNSearch.h index 10c8f7e9d..3292975bf 100644 --- a/vtkm/worklet/spatialstructure/KdTree3DNNSearch.h +++ b/vtkm/worklet/spatialstructure/KdTree3DNNSearch.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_KdTree3DNNSearch_h diff --git a/vtkm/worklet/splatkernels/CMakeLists.txt b/vtkm/worklet/splatkernels/CMakeLists.txt index 170709821..d674dc6e8 100644 --- a/vtkm/worklet/splatkernels/CMakeLists.txt +++ b/vtkm/worklet/splatkernels/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2016 UT-Battelle, LLC. -## Copyright 2016 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/worklet/splatkernels/Gaussian.h b/vtkm/worklet/splatkernels/Gaussian.h index 51f55a87b..c9427ea23 100644 --- a/vtkm/worklet/splatkernels/Gaussian.h +++ b/vtkm/worklet/splatkernels/Gaussian.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef VTKM_KERNEL_GAUSSIAN_H #define VTKM_KERNEL_GAUSSIAN_H diff --git a/vtkm/worklet/splatkernels/KernelBase.h b/vtkm/worklet/splatkernels/KernelBase.h index 143884bd7..559121092 100644 --- a/vtkm/worklet/splatkernels/KernelBase.h +++ b/vtkm/worklet/splatkernels/KernelBase.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef VTKM_KERNELBASE_HPP #define VTKM_KERNELBASE_HPP diff --git a/vtkm/worklet/splatkernels/Spline3rdOrder.h b/vtkm/worklet/splatkernels/Spline3rdOrder.h index a2daeace8..5911114ce 100644 --- a/vtkm/worklet/splatkernels/Spline3rdOrder.h +++ b/vtkm/worklet/splatkernels/Spline3rdOrder.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef VTKM_KERNEL_SPLINE_3RD_ORDER_H #define VTKM_KERNEL_SPLINE_3RD_ORDER_H diff --git a/vtkm/worklet/testing/CMakeLists.txt b/vtkm/worklet/testing/CMakeLists.txt index e5b8e46b7..d769c232f 100644 --- a/vtkm/worklet/testing/CMakeLists.txt +++ b/vtkm/worklet/testing/CMakeLists.txt @@ -1,21 +1,11 @@ -#============================================================================ +##============================================================================ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2014 UT-Battelle, LLC. -## Copyright 2014 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(unit_tests diff --git a/vtkm/worklet/testing/UnitTestAverageByKey.cxx b/vtkm/worklet/testing/UnitTestAverageByKey.cxx index 469ab0c48..33315bb66 100644 --- a/vtkm/worklet/testing/UnitTestAverageByKey.cxx +++ b/vtkm/worklet/testing/UnitTestAverageByKey.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestBoundingIntervalHierarchy.cxx b/vtkm/worklet/testing/UnitTestBoundingIntervalHierarchy.cxx index 9510e7a78..298d6b68f 100644 --- a/vtkm/worklet/testing/UnitTestBoundingIntervalHierarchy.cxx +++ b/vtkm/worklet/testing/UnitTestBoundingIntervalHierarchy.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestCellAverage.cxx b/vtkm/worklet/testing/UnitTestCellAverage.cxx index c62b604d6..7bcc3b957 100644 --- a/vtkm/worklet/testing/UnitTestCellAverage.cxx +++ b/vtkm/worklet/testing/UnitTestCellAverage.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestCellDeepCopy.cxx b/vtkm/worklet/testing/UnitTestCellDeepCopy.cxx index c12f41edd..eef3e7704 100644 --- a/vtkm/worklet/testing/UnitTestCellDeepCopy.cxx +++ b/vtkm/worklet/testing/UnitTestCellDeepCopy.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestCellGradient.cxx b/vtkm/worklet/testing/UnitTestCellGradient.cxx index 92b7323c9..24131b7a2 100644 --- a/vtkm/worklet/testing/UnitTestCellGradient.cxx +++ b/vtkm/worklet/testing/UnitTestCellGradient.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestCellMeasure.cxx b/vtkm/worklet/testing/UnitTestCellMeasure.cxx index ea02a1b37..e4e4456e5 100644 --- a/vtkm/worklet/testing/UnitTestCellMeasure.cxx +++ b/vtkm/worklet/testing/UnitTestCellMeasure.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestCellSetConnectivity.cxx b/vtkm/worklet/testing/UnitTestCellSetConnectivity.cxx index 8778ca297..8b38b4dc5 100644 --- a/vtkm/worklet/testing/UnitTestCellSetConnectivity.cxx +++ b/vtkm/worklet/testing/UnitTestCellSetConnectivity.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include #include diff --git a/vtkm/worklet/testing/UnitTestCellSetDualGraph.cxx b/vtkm/worklet/testing/UnitTestCellSetDualGraph.cxx index 136971f00..0bb37e148 100644 --- a/vtkm/worklet/testing/UnitTestCellSetDualGraph.cxx +++ b/vtkm/worklet/testing/UnitTestCellSetDualGraph.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include #include #include diff --git a/vtkm/worklet/testing/UnitTestClipping.cxx b/vtkm/worklet/testing/UnitTestClipping.cxx index 41f4d4df7..fe375e55e 100644 --- a/vtkm/worklet/testing/UnitTestClipping.cxx +++ b/vtkm/worklet/testing/UnitTestClipping.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestContourTreeUniform.cxx b/vtkm/worklet/testing/UnitTestContourTreeUniform.cxx index 38371f993..9fdbea01a 100644 --- a/vtkm/worklet/testing/UnitTestContourTreeUniform.cxx +++ b/vtkm/worklet/testing/UnitTestContourTreeUniform.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2016, Los Alamos National Security, LLC // All rights reserved. diff --git a/vtkm/worklet/testing/UnitTestContourTreeUniformAugmented.cxx b/vtkm/worklet/testing/UnitTestContourTreeUniformAugmented.cxx index 05d636bda..aa293e63d 100644 --- a/vtkm/worklet/testing/UnitTestContourTreeUniformAugmented.cxx +++ b/vtkm/worklet/testing/UnitTestContourTreeUniformAugmented.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ // Copyright (c) 2018, The Regents of the University of California, through // Lawrence Berkeley National Laboratory (subject to receipt of any required approvals diff --git a/vtkm/worklet/testing/UnitTestCoordinateSystemTransform.cxx b/vtkm/worklet/testing/UnitTestCoordinateSystemTransform.cxx index 2dac66fd0..cb882694f 100644 --- a/vtkm/worklet/testing/UnitTestCoordinateSystemTransform.cxx +++ b/vtkm/worklet/testing/UnitTestCoordinateSystemTransform.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestCosmoTools.cxx b/vtkm/worklet/testing/UnitTestCosmoTools.cxx index 5a5d70683..5ce416036 100644 --- a/vtkm/worklet/testing/UnitTestCosmoTools.cxx +++ b/vtkm/worklet/testing/UnitTestCosmoTools.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestCrossProduct.cxx b/vtkm/worklet/testing/UnitTestCrossProduct.cxx index 361fc7f91..4e9135900 100644 --- a/vtkm/worklet/testing/UnitTestCrossProduct.cxx +++ b/vtkm/worklet/testing/UnitTestCrossProduct.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestDotProduct.cxx b/vtkm/worklet/testing/UnitTestDotProduct.cxx index b8f8e2d4a..20aaf72e6 100644 --- a/vtkm/worklet/testing/UnitTestDotProduct.cxx +++ b/vtkm/worklet/testing/UnitTestDotProduct.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestExternalFaces.cxx b/vtkm/worklet/testing/UnitTestExternalFaces.cxx index 0f474a31b..8d176e6a4 100644 --- a/vtkm/worklet/testing/UnitTestExternalFaces.cxx +++ b/vtkm/worklet/testing/UnitTestExternalFaces.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestExtractGeometry.cxx b/vtkm/worklet/testing/UnitTestExtractGeometry.cxx index e168642cb..272a4af4a 100644 --- a/vtkm/worklet/testing/UnitTestExtractGeometry.cxx +++ b/vtkm/worklet/testing/UnitTestExtractGeometry.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestExtractPoints.cxx b/vtkm/worklet/testing/UnitTestExtractPoints.cxx index 0180bd743..53c204e9d 100644 --- a/vtkm/worklet/testing/UnitTestExtractPoints.cxx +++ b/vtkm/worklet/testing/UnitTestExtractPoints.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestExtractStructured.cxx b/vtkm/worklet/testing/UnitTestExtractStructured.cxx index bb114eb50..eea603b1d 100644 --- a/vtkm/worklet/testing/UnitTestExtractStructured.cxx +++ b/vtkm/worklet/testing/UnitTestExtractStructured.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestFieldHistogram.cxx b/vtkm/worklet/testing/UnitTestFieldHistogram.cxx index 46ad8e8c5..fe6e3338d 100644 --- a/vtkm/worklet/testing/UnitTestFieldHistogram.cxx +++ b/vtkm/worklet/testing/UnitTestFieldHistogram.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestFieldStatistics.cxx b/vtkm/worklet/testing/UnitTestFieldStatistics.cxx index c889cd946..8f7cd73dd 100644 --- a/vtkm/worklet/testing/UnitTestFieldStatistics.cxx +++ b/vtkm/worklet/testing/UnitTestFieldStatistics.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestGraphConnectivity.cxx b/vtkm/worklet/testing/UnitTestGraphConnectivity.cxx index 7f27818b6..982b1fe92 100644 --- a/vtkm/worklet/testing/UnitTestGraphConnectivity.cxx +++ b/vtkm/worklet/testing/UnitTestGraphConnectivity.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestImageConnectivity.cxx b/vtkm/worklet/testing/UnitTestImageConnectivity.cxx index 4dc776d05..b05bc93b8 100644 --- a/vtkm/worklet/testing/UnitTestImageConnectivity.cxx +++ b/vtkm/worklet/testing/UnitTestImageConnectivity.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include #include #include diff --git a/vtkm/worklet/testing/UnitTestInnerJoin.cxx b/vtkm/worklet/testing/UnitTestInnerJoin.cxx index f809e9e79..008931bca 100644 --- a/vtkm/worklet/testing/UnitTestInnerJoin.cxx +++ b/vtkm/worklet/testing/UnitTestInnerJoin.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include #include diff --git a/vtkm/worklet/testing/UnitTestKdTreeBuildNNS.cxx b/vtkm/worklet/testing/UnitTestKdTreeBuildNNS.cxx index a2ed93ab7..8b27d219e 100644 --- a/vtkm/worklet/testing/UnitTestKdTreeBuildNNS.cxx +++ b/vtkm/worklet/testing/UnitTestKdTreeBuildNNS.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestKeys.cxx b/vtkm/worklet/testing/UnitTestKeys.cxx index 582bba18b..1e8e071dc 100644 --- a/vtkm/worklet/testing/UnitTestKeys.cxx +++ b/vtkm/worklet/testing/UnitTestKeys.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestMagnitude.cxx b/vtkm/worklet/testing/UnitTestMagnitude.cxx index 773ce084b..45e107bf1 100644 --- a/vtkm/worklet/testing/UnitTestMagnitude.cxx +++ b/vtkm/worklet/testing/UnitTestMagnitude.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestMarchingCubes.cxx b/vtkm/worklet/testing/UnitTestMarchingCubes.cxx index 264c180f7..2e2a7e757 100644 --- a/vtkm/worklet/testing/UnitTestMarchingCubes.cxx +++ b/vtkm/worklet/testing/UnitTestMarchingCubes.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestMask.cxx b/vtkm/worklet/testing/UnitTestMask.cxx index bfda8517a..380d9a90e 100644 --- a/vtkm/worklet/testing/UnitTestMask.cxx +++ b/vtkm/worklet/testing/UnitTestMask.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestMaskIndices.cxx b/vtkm/worklet/testing/UnitTestMaskIndices.cxx index 42c595e7a..9d488df80 100644 --- a/vtkm/worklet/testing/UnitTestMaskIndices.cxx +++ b/vtkm/worklet/testing/UnitTestMaskIndices.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include #include diff --git a/vtkm/worklet/testing/UnitTestMaskPoints.cxx b/vtkm/worklet/testing/UnitTestMaskPoints.cxx index fa0d827b1..1628d20df 100644 --- a/vtkm/worklet/testing/UnitTestMaskPoints.cxx +++ b/vtkm/worklet/testing/UnitTestMaskPoints.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestMaskSelect.cxx b/vtkm/worklet/testing/UnitTestMaskSelect.cxx index d481243b8..83fa18943 100644 --- a/vtkm/worklet/testing/UnitTestMaskSelect.cxx +++ b/vtkm/worklet/testing/UnitTestMaskSelect.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestNDimsEntropy.cxx b/vtkm/worklet/testing/UnitTestNDimsEntropy.cxx index e5b674166..4c5577bf9 100644 --- a/vtkm/worklet/testing/UnitTestNDimsEntropy.cxx +++ b/vtkm/worklet/testing/UnitTestNDimsEntropy.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestNDimsHistMarginalization.cxx b/vtkm/worklet/testing/UnitTestNDimsHistMarginalization.cxx index 013a3cdd7..ba52a65df 100644 --- a/vtkm/worklet/testing/UnitTestNDimsHistMarginalization.cxx +++ b/vtkm/worklet/testing/UnitTestNDimsHistMarginalization.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestNDimsHistogram.cxx b/vtkm/worklet/testing/UnitTestNDimsHistogram.cxx index f3cfe9b53..709f6060e 100644 --- a/vtkm/worklet/testing/UnitTestNDimsHistogram.cxx +++ b/vtkm/worklet/testing/UnitTestNDimsHistogram.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestNormalize.cxx b/vtkm/worklet/testing/UnitTestNormalize.cxx index e0947a255..c3ba73939 100644 --- a/vtkm/worklet/testing/UnitTestNormalize.cxx +++ b/vtkm/worklet/testing/UnitTestNormalize.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestParticleAdvection.cxx b/vtkm/worklet/testing/UnitTestParticleAdvection.cxx index 2bceedbfc..c77f371a6 100644 --- a/vtkm/worklet/testing/UnitTestParticleAdvection.cxx +++ b/vtkm/worklet/testing/UnitTestParticleAdvection.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestPointElevation.cxx b/vtkm/worklet/testing/UnitTestPointElevation.cxx index 2a70b1467..f8389e11b 100644 --- a/vtkm/worklet/testing/UnitTestPointElevation.cxx +++ b/vtkm/worklet/testing/UnitTestPointElevation.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestPointGradient.cxx b/vtkm/worklet/testing/UnitTestPointGradient.cxx index c24fb960f..80be1167a 100644 --- a/vtkm/worklet/testing/UnitTestPointGradient.cxx +++ b/vtkm/worklet/testing/UnitTestPointGradient.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestPointTransform.cxx b/vtkm/worklet/testing/UnitTestPointTransform.cxx index 198c68ec4..804472ed3 100644 --- a/vtkm/worklet/testing/UnitTestPointTransform.cxx +++ b/vtkm/worklet/testing/UnitTestPointTransform.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestProbe.cxx b/vtkm/worklet/testing/UnitTestProbe.cxx index 75ceadead..03d4d09d0 100644 --- a/vtkm/worklet/testing/UnitTestProbe.cxx +++ b/vtkm/worklet/testing/UnitTestProbe.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestRemoveUnusedPoints.cxx b/vtkm/worklet/testing/UnitTestRemoveUnusedPoints.cxx index af3b1d6ce..2298ba070 100644 --- a/vtkm/worklet/testing/UnitTestRemoveUnusedPoints.cxx +++ b/vtkm/worklet/testing/UnitTestRemoveUnusedPoints.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestScalarsToColors.cxx b/vtkm/worklet/testing/UnitTestScalarsToColors.cxx index b3b40c399..520b382d9 100644 --- a/vtkm/worklet/testing/UnitTestScalarsToColors.cxx +++ b/vtkm/worklet/testing/UnitTestScalarsToColors.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestScatterAndMask.cxx b/vtkm/worklet/testing/UnitTestScatterAndMask.cxx index 4e1ff28b9..3f9f77fe5 100644 --- a/vtkm/worklet/testing/UnitTestScatterAndMask.cxx +++ b/vtkm/worklet/testing/UnitTestScatterAndMask.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include #include diff --git a/vtkm/worklet/testing/UnitTestScatterCounting.cxx b/vtkm/worklet/testing/UnitTestScatterCounting.cxx index 4fc9edc58..582bc601a 100644 --- a/vtkm/worklet/testing/UnitTestScatterCounting.cxx +++ b/vtkm/worklet/testing/UnitTestScatterCounting.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestScatterPermutation.cxx b/vtkm/worklet/testing/UnitTestScatterPermutation.cxx index 8b7e6fa4e..f01010b39 100644 --- a/vtkm/worklet/testing/UnitTestScatterPermutation.cxx +++ b/vtkm/worklet/testing/UnitTestScatterPermutation.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include #include diff --git a/vtkm/worklet/testing/UnitTestSplatKernels.cxx b/vtkm/worklet/testing/UnitTestSplatKernels.cxx index 7e939eb49..9bcc57c89 100644 --- a/vtkm/worklet/testing/UnitTestSplatKernels.cxx +++ b/vtkm/worklet/testing/UnitTestSplatKernels.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/worklet/testing/UnitTestSplitSharpEdges.cxx b/vtkm/worklet/testing/UnitTestSplitSharpEdges.cxx index 113c6543f..cdfb9588c 100644 --- a/vtkm/worklet/testing/UnitTestSplitSharpEdges.cxx +++ b/vtkm/worklet/testing/UnitTestSplitSharpEdges.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/worklet/testing/UnitTestStreamLineUniformGrid.cxx b/vtkm/worklet/testing/UnitTestStreamLineUniformGrid.cxx index dbc09445a..6b983ce57 100644 --- a/vtkm/worklet/testing/UnitTestStreamLineUniformGrid.cxx +++ b/vtkm/worklet/testing/UnitTestStreamLineUniformGrid.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestStreamingSine.cxx b/vtkm/worklet/testing/UnitTestStreamingSine.cxx index edb01c6b9..faa79fe25 100644 --- a/vtkm/worklet/testing/UnitTestStreamingSine.cxx +++ b/vtkm/worklet/testing/UnitTestStreamingSine.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestSurfaceNormals.cxx b/vtkm/worklet/testing/UnitTestSurfaceNormals.cxx index ae898489d..c5571e7b2 100644 --- a/vtkm/worklet/testing/UnitTestSurfaceNormals.cxx +++ b/vtkm/worklet/testing/UnitTestSurfaceNormals.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestTemporalAdvection.cxx b/vtkm/worklet/testing/UnitTestTemporalAdvection.cxx index 4a2aaa3eb..125a8c249 100644 --- a/vtkm/worklet/testing/UnitTestTemporalAdvection.cxx +++ b/vtkm/worklet/testing/UnitTestTemporalAdvection.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2019 UT-Battelle, LLC. -// Copyright 2019 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestTetrahedralize.cxx b/vtkm/worklet/testing/UnitTestTetrahedralize.cxx index 68915b092..16bb06d03 100644 --- a/vtkm/worklet/testing/UnitTestTetrahedralize.cxx +++ b/vtkm/worklet/testing/UnitTestTetrahedralize.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestThreshold.cxx b/vtkm/worklet/testing/UnitTestThreshold.cxx index 4c86617e9..525c6f91c 100644 --- a/vtkm/worklet/testing/UnitTestThreshold.cxx +++ b/vtkm/worklet/testing/UnitTestThreshold.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestThresholdPoints.cxx b/vtkm/worklet/testing/UnitTestThresholdPoints.cxx index af3d59069..7ac28617c 100644 --- a/vtkm/worklet/testing/UnitTestThresholdPoints.cxx +++ b/vtkm/worklet/testing/UnitTestThresholdPoints.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestTriangulate.cxx b/vtkm/worklet/testing/UnitTestTriangulate.cxx index 946e29797..1a583b88a 100644 --- a/vtkm/worklet/testing/UnitTestTriangulate.cxx +++ b/vtkm/worklet/testing/UnitTestTriangulate.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestVertexClustering.cxx b/vtkm/worklet/testing/UnitTestVertexClustering.cxx index 6a95ef0cb..e798e4688 100644 --- a/vtkm/worklet/testing/UnitTestVertexClustering.cxx +++ b/vtkm/worklet/testing/UnitTestVertexClustering.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestWarpScalar.cxx b/vtkm/worklet/testing/UnitTestWarpScalar.cxx index c32386e75..ff196a2df 100644 --- a/vtkm/worklet/testing/UnitTestWarpScalar.cxx +++ b/vtkm/worklet/testing/UnitTestWarpScalar.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestWarpVector.cxx b/vtkm/worklet/testing/UnitTestWarpVector.cxx index f3cc4bc68..220231650 100644 --- a/vtkm/worklet/testing/UnitTestWarpVector.cxx +++ b/vtkm/worklet/testing/UnitTestWarpVector.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestWaveletCompressor.cxx b/vtkm/worklet/testing/UnitTestWaveletCompressor.cxx index c8309c9e3..f5dfafd8e 100644 --- a/vtkm/worklet/testing/UnitTestWaveletCompressor.cxx +++ b/vtkm/worklet/testing/UnitTestWaveletCompressor.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestWaveletGenerator.cxx b/vtkm/worklet/testing/UnitTestWaveletGenerator.cxx index aacbd0105..caabb45f6 100644 --- a/vtkm/worklet/testing/UnitTestWaveletGenerator.cxx +++ b/vtkm/worklet/testing/UnitTestWaveletGenerator.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2018 UT-Battelle, LLC. -// Copyright 2018 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestWholeCellSetIn.cxx b/vtkm/worklet/testing/UnitTestWholeCellSetIn.cxx index bfa92338a..fd980ae91 100644 --- a/vtkm/worklet/testing/UnitTestWholeCellSetIn.cxx +++ b/vtkm/worklet/testing/UnitTestWholeCellSetIn.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2017 UT-Battelle, LLC. -// Copyright 2017 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestWorkletMapField.cxx b/vtkm/worklet/testing/UnitTestWorkletMapField.cxx index 572c4755f..3a3e1a3a2 100644 --- a/vtkm/worklet/testing/UnitTestWorkletMapField.cxx +++ b/vtkm/worklet/testing/UnitTestWorkletMapField.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/worklet/testing/UnitTestWorkletMapFieldExecArg.cxx b/vtkm/worklet/testing/UnitTestWorkletMapFieldExecArg.cxx index af0338797..c01660e22 100644 --- a/vtkm/worklet/testing/UnitTestWorkletMapFieldExecArg.cxx +++ b/vtkm/worklet/testing/UnitTestWorkletMapFieldExecArg.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/worklet/testing/UnitTestWorkletMapFieldWholeArray.cxx b/vtkm/worklet/testing/UnitTestWorkletMapFieldWholeArray.cxx index 9018225d1..84cb27461 100644 --- a/vtkm/worklet/testing/UnitTestWorkletMapFieldWholeArray.cxx +++ b/vtkm/worklet/testing/UnitTestWorkletMapFieldWholeArray.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/worklet/testing/UnitTestWorkletMapFieldWholeArrayAtomic.cxx b/vtkm/worklet/testing/UnitTestWorkletMapFieldWholeArrayAtomic.cxx index 6959c4c40..10579a3af 100644 --- a/vtkm/worklet/testing/UnitTestWorkletMapFieldWholeArrayAtomic.cxx +++ b/vtkm/worklet/testing/UnitTestWorkletMapFieldWholeArrayAtomic.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include #include diff --git a/vtkm/worklet/testing/UnitTestWorkletMapPointNeighborhood.cxx b/vtkm/worklet/testing/UnitTestWorkletMapPointNeighborhood.cxx index 6ab4ed574..5cbb31e6b 100644 --- a/vtkm/worklet/testing/UnitTestWorkletMapPointNeighborhood.cxx +++ b/vtkm/worklet/testing/UnitTestWorkletMapPointNeighborhood.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestWorkletMapTopologyExplicit.cxx b/vtkm/worklet/testing/UnitTestWorkletMapTopologyExplicit.cxx index dcb1dd9c2..6f0dcb23e 100644 --- a/vtkm/worklet/testing/UnitTestWorkletMapTopologyExplicit.cxx +++ b/vtkm/worklet/testing/UnitTestWorkletMapTopologyExplicit.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestWorkletMapTopologyUniform.cxx b/vtkm/worklet/testing/UnitTestWorkletMapTopologyUniform.cxx index 0d605705e..930b3de66 100644 --- a/vtkm/worklet/testing/UnitTestWorkletMapTopologyUniform.cxx +++ b/vtkm/worklet/testing/UnitTestWorkletMapTopologyUniform.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/testing/UnitTestWorkletReduceByKey.cxx b/vtkm/worklet/testing/UnitTestWorkletReduceByKey.cxx index 9eed58cf1..d498ab3f1 100644 --- a/vtkm/worklet/testing/UnitTestWorkletReduceByKey.cxx +++ b/vtkm/worklet/testing/UnitTestWorkletReduceByKey.cxx @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2016 UT-Battelle, LLC. -// Copyright 2016 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #include #include diff --git a/vtkm/worklet/testing/UnitTestZFPCompressor.cxx b/vtkm/worklet/testing/UnitTestZFPCompressor.cxx index 7ced86f73..1dd1afed1 100644 --- a/vtkm/worklet/testing/UnitTestZFPCompressor.cxx +++ b/vtkm/worklet/testing/UnitTestZFPCompressor.cxx @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #include diff --git a/vtkm/worklet/tetrahedralize/CMakeLists.txt b/vtkm/worklet/tetrahedralize/CMakeLists.txt index bb66f9634..847daa098 100644 --- a/vtkm/worklet/tetrahedralize/CMakeLists.txt +++ b/vtkm/worklet/tetrahedralize/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2016 UT-Battelle, LLC. -## Copyright 2016 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/worklet/tetrahedralize/TetrahedralizeExplicit.h b/vtkm/worklet/tetrahedralize/TetrahedralizeExplicit.h index 087762be6..c1af480a9 100644 --- a/vtkm/worklet/tetrahedralize/TetrahedralizeExplicit.h +++ b/vtkm/worklet/tetrahedralize/TetrahedralizeExplicit.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_TetrahedralizeExplicit_h diff --git a/vtkm/worklet/tetrahedralize/TetrahedralizeStructured.h b/vtkm/worklet/tetrahedralize/TetrahedralizeStructured.h index f47347b63..35a816735 100644 --- a/vtkm/worklet/tetrahedralize/TetrahedralizeStructured.h +++ b/vtkm/worklet/tetrahedralize/TetrahedralizeStructured.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_TetrahedralizeStructured_h diff --git a/vtkm/worklet/triangulate/CMakeLists.txt b/vtkm/worklet/triangulate/CMakeLists.txt index 482808230..91ecce4ee 100644 --- a/vtkm/worklet/triangulate/CMakeLists.txt +++ b/vtkm/worklet/triangulate/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2016 UT-Battelle, LLC. -## Copyright 2016 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/worklet/triangulate/TriangulateExplicit.h b/vtkm/worklet/triangulate/TriangulateExplicit.h index 40ac02b4e..0f83cc444 100644 --- a/vtkm/worklet/triangulate/TriangulateExplicit.h +++ b/vtkm/worklet/triangulate/TriangulateExplicit.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_TriangulateExplicit_h diff --git a/vtkm/worklet/triangulate/TriangulateStructured.h b/vtkm/worklet/triangulate/TriangulateStructured.h index 48e9c2467..b17953688 100644 --- a/vtkm/worklet/triangulate/TriangulateStructured.h +++ b/vtkm/worklet/triangulate/TriangulateStructured.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_TriangulateStructured_h diff --git a/vtkm/worklet/wavelets/CMakeLists.txt b/vtkm/worklet/wavelets/CMakeLists.txt index 3b47a24d1..cb0e0375f 100644 --- a/vtkm/worklet/wavelets/CMakeLists.txt +++ b/vtkm/worklet/wavelets/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2016 UT-Battelle, LLC. -## Copyright 2016 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/worklet/wavelets/FilterBanks.h b/vtkm/worklet/wavelets/FilterBanks.h index ab3ea402e..8f5354fad 100644 --- a/vtkm/worklet/wavelets/FilterBanks.h +++ b/vtkm/worklet/wavelets/FilterBanks.h @@ -1,5 +1,4 @@ -//============================================================================= -// +//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. @@ -7,18 +6,7 @@ // 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. -// -// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2015 UT-Battelle, LLC. -// Copyright 2015 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. -// -//============================================================================= +//============================================================================ #ifndef vtk_m_worklet_wavelets_filterbanks_h #define vtk_m_worklet_wavelets_filterbanks_h diff --git a/vtkm/worklet/wavelets/WaveletBase.h b/vtkm/worklet/wavelets/WaveletBase.h index ea85cecd7..da8ce5b1d 100644 --- a/vtkm/worklet/wavelets/WaveletBase.h +++ b/vtkm/worklet/wavelets/WaveletBase.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_wavelets_waveletbase_h diff --git a/vtkm/worklet/wavelets/WaveletDWT.h b/vtkm/worklet/wavelets/WaveletDWT.h index 1d256287e..84fb02f95 100644 --- a/vtkm/worklet/wavelets/WaveletDWT.h +++ b/vtkm/worklet/wavelets/WaveletDWT.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_wavelets_waveletdwt_h diff --git a/vtkm/worklet/wavelets/WaveletFilter.h b/vtkm/worklet/wavelets/WaveletFilter.h index 84f6957a3..4c4f1120f 100644 --- a/vtkm/worklet/wavelets/WaveletFilter.h +++ b/vtkm/worklet/wavelets/WaveletFilter.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_wavelets_waveletfilter_h diff --git a/vtkm/worklet/wavelets/WaveletTransforms.h b/vtkm/worklet/wavelets/WaveletTransforms.h index 262b6a468..07afb95d1 100644 --- a/vtkm/worklet/wavelets/WaveletTransforms.h +++ b/vtkm/worklet/wavelets/WaveletTransforms.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_Wavelets_h diff --git a/vtkm/worklet/zfp/CMakeLists.txt b/vtkm/worklet/zfp/CMakeLists.txt index c9a71a051..0fb6f1834 100644 --- a/vtkm/worklet/zfp/CMakeLists.txt +++ b/vtkm/worklet/zfp/CMakeLists.txt @@ -2,20 +2,10 @@ ## Copyright (c) Kitware, Inc. ## All rights reserved. ## See LICENSE.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 above copyright notice for more information. -## -## Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -## Copyright 2016 UT-Battelle, LLC. -## Copyright 2016 Los Alamos National Security. -## -## Under the terms of Contract DE-NA0003525 with NTESS, -## the U.S. Government retains certain rights in this software. -## -## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -## Laboratory (LANL), the U.S. Government retains certain rights in -## this software. ##============================================================================ set(headers diff --git a/vtkm/worklet/zfp/ZFPBlockReader.h b/vtkm/worklet/zfp/ZFPBlockReader.h index a7cc0cbb0..bf503546a 100644 --- a/vtkm/worklet/zfp/ZFPBlockReader.h +++ b/vtkm/worklet/zfp/ZFPBlockReader.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_zfp_block_reader_h #define vtk_m_worklet_zfp_block_reader_h diff --git a/vtkm/worklet/zfp/ZFPBlockWriter.h b/vtkm/worklet/zfp/ZFPBlockWriter.h index 83c89af88..2b78d7a25 100644 --- a/vtkm/worklet/zfp/ZFPBlockWriter.h +++ b/vtkm/worklet/zfp/ZFPBlockWriter.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_zfp_block_writer_h #define vtk_m_worklet_zfp_block_writer_h diff --git a/vtkm/worklet/zfp/ZFPCodec.h b/vtkm/worklet/zfp/ZFPCodec.h index 729f2bc8a..cae708021 100644 --- a/vtkm/worklet/zfp/ZFPCodec.h +++ b/vtkm/worklet/zfp/ZFPCodec.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_zfp_codec_h #define vtk_m_worklet_zfp_codec_h diff --git a/vtkm/worklet/zfp/ZFPDecode.h b/vtkm/worklet/zfp/ZFPDecode.h index 8672f9cef..8dd60707f 100644 --- a/vtkm/worklet/zfp/ZFPDecode.h +++ b/vtkm/worklet/zfp/ZFPDecode.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_zfp_decode_h #define vtk_m_worklet_zfp_decode_h diff --git a/vtkm/worklet/zfp/ZFPDecode1.h b/vtkm/worklet/zfp/ZFPDecode1.h index 2ebf4554d..6cb69f66c 100644 --- a/vtkm/worklet/zfp/ZFPDecode1.h +++ b/vtkm/worklet/zfp/ZFPDecode1.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_zfp_decode1_h #define vtk_m_worklet_zfp_decode1_h diff --git a/vtkm/worklet/zfp/ZFPDecode2.h b/vtkm/worklet/zfp/ZFPDecode2.h index 675f972d5..a0f78f5a1 100644 --- a/vtkm/worklet/zfp/ZFPDecode2.h +++ b/vtkm/worklet/zfp/ZFPDecode2.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_zfp_decode2_h #define vtk_m_worklet_zfp_decode2_h diff --git a/vtkm/worklet/zfp/ZFPDecode3.h b/vtkm/worklet/zfp/ZFPDecode3.h index ba6e14b6a..62d39a541 100644 --- a/vtkm/worklet/zfp/ZFPDecode3.h +++ b/vtkm/worklet/zfp/ZFPDecode3.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_zfp_decode3_h #define vtk_m_worklet_zfp_decode3_h diff --git a/vtkm/worklet/zfp/ZFPEncode.h b/vtkm/worklet/zfp/ZFPEncode.h index 18ebd61e9..5b22d4a28 100644 --- a/vtkm/worklet/zfp/ZFPEncode.h +++ b/vtkm/worklet/zfp/ZFPEncode.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_zfp_encode_h #define vtk_m_worklet_zfp_encode_h diff --git a/vtkm/worklet/zfp/ZFPEncode1.h b/vtkm/worklet/zfp/ZFPEncode1.h index 124253519..89e9811eb 100644 --- a/vtkm/worklet/zfp/ZFPEncode1.h +++ b/vtkm/worklet/zfp/ZFPEncode1.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_zfp_encode1_h #define vtk_m_worklet_zfp_encode1_h diff --git a/vtkm/worklet/zfp/ZFPEncode2.h b/vtkm/worklet/zfp/ZFPEncode2.h index 7a337fee5..d36f67b06 100644 --- a/vtkm/worklet/zfp/ZFPEncode2.h +++ b/vtkm/worklet/zfp/ZFPEncode2.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_zfp_encode2_h #define vtk_m_worklet_zfp_encode2_h diff --git a/vtkm/worklet/zfp/ZFPEncode3.h b/vtkm/worklet/zfp/ZFPEncode3.h index e09ec310b..f2facf8eb 100644 --- a/vtkm/worklet/zfp/ZFPEncode3.h +++ b/vtkm/worklet/zfp/ZFPEncode3.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_zfp_encode3_h #define vtk_m_worklet_zfp_encode3_h diff --git a/vtkm/worklet/zfp/ZFPFunctions.h b/vtkm/worklet/zfp/ZFPFunctions.h index aabe19fe0..d1d5bd9e6 100644 --- a/vtkm/worklet/zfp/ZFPFunctions.h +++ b/vtkm/worklet/zfp/ZFPFunctions.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_zfp_functions_h #define vtk_m_worklet_zfp_functions_h diff --git a/vtkm/worklet/zfp/ZFPStructs.h b/vtkm/worklet/zfp/ZFPStructs.h index f0c86bb91..6f13ebfa7 100644 --- a/vtkm/worklet/zfp/ZFPStructs.h +++ b/vtkm/worklet/zfp/ZFPStructs.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_zfp_structs_h #define vtk_m_worklet_zfp_structs_h diff --git a/vtkm/worklet/zfp/ZFPTools.h b/vtkm/worklet/zfp/ZFPTools.h index 54b88c848..c686408dd 100644 --- a/vtkm/worklet/zfp/ZFPTools.h +++ b/vtkm/worklet/zfp/ZFPTools.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_zfp_tool_h #define vtk_m_worklet_zfp_tool_h diff --git a/vtkm/worklet/zfp/ZFPTypeInfo.h b/vtkm/worklet/zfp/ZFPTypeInfo.h index 9a6b3ed6e..10eecb97b 100644 --- a/vtkm/worklet/zfp/ZFPTypeInfo.h +++ b/vtkm/worklet/zfp/ZFPTypeInfo.h @@ -2,20 +2,10 @@ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.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 above copyright notice for more information. -// -// Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS). -// Copyright 2014 UT-Battelle, LLC. -// Copyright 2014 Los Alamos National Security. -// -// Under the terms of Contract DE-NA0003525 with NTESS, -// the U.S. Government retains certain rights in this software. -// -// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National -// Laboratory (LANL), the U.S. Government retains certain rights in -// this software. //============================================================================ #ifndef vtk_m_worklet_zfp_type_info_compressor_h #define vtk_m_worklet_zfp_type_info_compressor_h