From 270069158539836bd2c3db8b0a712e90679f76b1 Mon Sep 17 00:00:00 2001 From: Alexander Wiebel Date: Thu, 20 Jul 2017 10:25:22 +0200 Subject: [PATCH] [DOC] fixed copyright messages in LiDAR toolbox --- LiDARToolbox/src/buildingsDetection/WBuildingDetector.cpp | 2 +- LiDARToolbox/src/buildingsDetection/WBuildingDetector.h | 2 +- LiDARToolbox/src/buildingsDetection/WMBuildingsDetection.cpp | 2 +- LiDARToolbox/src/buildingsDetection/WMBuildingsDetection.h | 2 +- .../src/elevationImageExport/WElevationImageOutliner.cpp | 2 +- LiDARToolbox/src/elevationImageExport/WElevationImageOutliner.h | 2 +- .../src/elevationImageExport/WMElevationImageExport.cpp | 2 +- LiDARToolbox/src/elevationImageExport/WMElevationImageExport.h | 2 +- .../src/pointGroupsTransform/WMPointGroupsTransform.cpp | 2 +- LiDARToolbox/src/pointGroupsTransform/WMPointGroupsTransform.h | 2 +- LiDARToolbox/src/pointGroupsTransform/WVoxelOutliner.cpp | 2 +- LiDARToolbox/src/pointGroupsTransform/WVoxelOutliner.h | 2 +- LiDARToolbox/src/pointGroupsValidator/WExportCSV.cpp | 2 +- LiDARToolbox/src/pointGroupsValidator/WExportCSV.h | 2 +- LiDARToolbox/src/pointGroupsValidator/WGroupValidator.cpp | 2 +- LiDARToolbox/src/pointGroupsValidator/WGroupValidator.h | 2 +- .../src/pointGroupsValidator/WMPointGroupsValidator.cpp | 2 +- LiDARToolbox/src/pointGroupsValidator/WMPointGroupsValidator.h | 2 +- LiDARToolbox/src/pointsCutOutliers/WCutOutliersDeamon.cpp | 2 +- LiDARToolbox/src/pointsCutOutliers/WCutOutliersDeamon.h | 2 +- LiDARToolbox/src/pointsCutOutliers/WMPointsCutOutliers.cpp | 2 +- LiDARToolbox/src/pointsCutOutliers/WMPointsCutOutliers.h | 2 +- LiDARToolbox/src/pointsTransform/WMPointsTransform.cpp | 2 +- LiDARToolbox/src/pointsTransform/WMPointsTransform.h | 2 +- LiDARToolbox/src/readLAS/WLasReader.cpp | 2 +- LiDARToolbox/src/readLAS/WLasReader.h | 2 +- LiDARToolbox/src/readLAS/WMReadLAS.cpp | 2 +- LiDARToolbox/src/readLAS/WMReadLAS.h | 2 +- .../src/surfaceDetectionByLari/WLariBoundaryDetector.cpp | 2 +- LiDARToolbox/src/surfaceDetectionByLari/WLariBoundaryDetector.h | 2 +- LiDARToolbox/src/surfaceDetectionByLari/WLariOutliner.cpp | 2 +- LiDARToolbox/src/surfaceDetectionByLari/WLariOutliner.h | 2 +- .../src/surfaceDetectionByLari/WLariPointClassifier.cpp | 2 +- LiDARToolbox/src/surfaceDetectionByLari/WLariPointClassifier.h | 2 +- .../src/surfaceDetectionByLari/WMSurfaceDetectionByLari.cpp | 2 +- .../src/surfaceDetectionByLari/WMSurfaceDetectionByLari.h | 2 +- .../src/surfaceDetectionByPCL/WMSurfaceDetectionByPCL.cpp | 2 +- .../src/surfaceDetectionByPCL/WMSurfaceDetectionByPCL.h | 2 +- LiDARToolbox/src/surfaceDetectionByPCL/WSurfaceDetectorPCL.cpp | 2 +- LiDARToolbox/src/surfaceDetectionByPCL/WSurfaceDetectorPCL.h | 2 +- .../src/tempLeastSquaresTest/WMTempLeastSquaresTest.cpp | 2 +- LiDARToolbox/src/tempLeastSquaresTest/WMTempLeastSquaresTest.h | 2 +- LiDARToolbox/src/tempRandomPoints/WMTempRandomPoints.cpp | 2 +- LiDARToolbox/src/tempRandomPoints/WMTempRandomPoints.h | 2 +- LiDARToolbox/src/treeDetectionByPCA/WMTreeDetectionByPCA.cpp | 2 +- LiDARToolbox/src/treeDetectionByPCA/WMTreeDetectionByPCA.h | 2 +- LiDARToolbox/src/treeDetectionByPCA/WPCADetector.cpp | 2 +- LiDARToolbox/src/treeDetectionByPCA/WPCADetector.h | 2 +- LiDARToolbox/src/wallDetectionByPCA/WMWallDetectionByPCA.cpp | 2 +- LiDARToolbox/src/wallDetectionByPCA/WMWallDetectionByPCA.h | 2 +- LiDARToolbox/src/wallDetectionByPCA/WPCAWallDetector.cpp | 2 +- LiDARToolbox/src/wallDetectionByPCA/WPCAWallDetector.h | 2 +- 52 files changed, 52 insertions(+), 52 deletions(-) diff --git a/LiDARToolbox/src/buildingsDetection/WBuildingDetector.cpp b/LiDARToolbox/src/buildingsDetection/WBuildingDetector.cpp index 00395b8..f6104c0 100644 --- a/LiDARToolbox/src/buildingsDetection/WBuildingDetector.cpp +++ b/LiDARToolbox/src/buildingsDetection/WBuildingDetector.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/buildingsDetection/WBuildingDetector.h b/LiDARToolbox/src/buildingsDetection/WBuildingDetector.h index 5fdaa70..95e21b2 100644 --- a/LiDARToolbox/src/buildingsDetection/WBuildingDetector.h +++ b/LiDARToolbox/src/buildingsDetection/WBuildingDetector.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/buildingsDetection/WMBuildingsDetection.cpp b/LiDARToolbox/src/buildingsDetection/WMBuildingsDetection.cpp index dbe1bd2..cd2f654 100644 --- a/LiDARToolbox/src/buildingsDetection/WMBuildingsDetection.cpp +++ b/LiDARToolbox/src/buildingsDetection/WMBuildingsDetection.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/buildingsDetection/WMBuildingsDetection.h b/LiDARToolbox/src/buildingsDetection/WMBuildingsDetection.h index 1d7fca4..9f59250 100644 --- a/LiDARToolbox/src/buildingsDetection/WMBuildingsDetection.h +++ b/LiDARToolbox/src/buildingsDetection/WMBuildingsDetection.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/elevationImageExport/WElevationImageOutliner.cpp b/LiDARToolbox/src/elevationImageExport/WElevationImageOutliner.cpp index 716e4ea..1fc9c87 100644 --- a/LiDARToolbox/src/elevationImageExport/WElevationImageOutliner.cpp +++ b/LiDARToolbox/src/elevationImageExport/WElevationImageOutliner.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/elevationImageExport/WElevationImageOutliner.h b/LiDARToolbox/src/elevationImageExport/WElevationImageOutliner.h index 53a89d6..af0dba7 100644 --- a/LiDARToolbox/src/elevationImageExport/WElevationImageOutliner.h +++ b/LiDARToolbox/src/elevationImageExport/WElevationImageOutliner.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/elevationImageExport/WMElevationImageExport.cpp b/LiDARToolbox/src/elevationImageExport/WMElevationImageExport.cpp index e971179..1fbcb6e 100644 --- a/LiDARToolbox/src/elevationImageExport/WMElevationImageExport.cpp +++ b/LiDARToolbox/src/elevationImageExport/WMElevationImageExport.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/elevationImageExport/WMElevationImageExport.h b/LiDARToolbox/src/elevationImageExport/WMElevationImageExport.h index 58b6721..a5e7f96 100644 --- a/LiDARToolbox/src/elevationImageExport/WMElevationImageExport.h +++ b/LiDARToolbox/src/elevationImageExport/WMElevationImageExport.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/pointGroupsTransform/WMPointGroupsTransform.cpp b/LiDARToolbox/src/pointGroupsTransform/WMPointGroupsTransform.cpp index 944e054..5044bc8 100644 --- a/LiDARToolbox/src/pointGroupsTransform/WMPointGroupsTransform.cpp +++ b/LiDARToolbox/src/pointGroupsTransform/WMPointGroupsTransform.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/pointGroupsTransform/WMPointGroupsTransform.h b/LiDARToolbox/src/pointGroupsTransform/WMPointGroupsTransform.h index 3c680a9..3500d58 100644 --- a/LiDARToolbox/src/pointGroupsTransform/WMPointGroupsTransform.h +++ b/LiDARToolbox/src/pointGroupsTransform/WMPointGroupsTransform.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/pointGroupsTransform/WVoxelOutliner.cpp b/LiDARToolbox/src/pointGroupsTransform/WVoxelOutliner.cpp index 90fb621..f3dafa8 100644 --- a/LiDARToolbox/src/pointGroupsTransform/WVoxelOutliner.cpp +++ b/LiDARToolbox/src/pointGroupsTransform/WVoxelOutliner.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/pointGroupsTransform/WVoxelOutliner.h b/LiDARToolbox/src/pointGroupsTransform/WVoxelOutliner.h index 56268bf..0733c97 100644 --- a/LiDARToolbox/src/pointGroupsTransform/WVoxelOutliner.h +++ b/LiDARToolbox/src/pointGroupsTransform/WVoxelOutliner.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/pointGroupsValidator/WExportCSV.cpp b/LiDARToolbox/src/pointGroupsValidator/WExportCSV.cpp index 83726f4..e8ab081 100644 --- a/LiDARToolbox/src/pointGroupsValidator/WExportCSV.cpp +++ b/LiDARToolbox/src/pointGroupsValidator/WExportCSV.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/pointGroupsValidator/WExportCSV.h b/LiDARToolbox/src/pointGroupsValidator/WExportCSV.h index 6056681..381c502 100644 --- a/LiDARToolbox/src/pointGroupsValidator/WExportCSV.h +++ b/LiDARToolbox/src/pointGroupsValidator/WExportCSV.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/pointGroupsValidator/WGroupValidator.cpp b/LiDARToolbox/src/pointGroupsValidator/WGroupValidator.cpp index 5312b90..40befb1 100644 --- a/LiDARToolbox/src/pointGroupsValidator/WGroupValidator.cpp +++ b/LiDARToolbox/src/pointGroupsValidator/WGroupValidator.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/pointGroupsValidator/WGroupValidator.h b/LiDARToolbox/src/pointGroupsValidator/WGroupValidator.h index bf45549..661a96d 100644 --- a/LiDARToolbox/src/pointGroupsValidator/WGroupValidator.h +++ b/LiDARToolbox/src/pointGroupsValidator/WGroupValidator.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/pointGroupsValidator/WMPointGroupsValidator.cpp b/LiDARToolbox/src/pointGroupsValidator/WMPointGroupsValidator.cpp index 5e98d06..2d06ae9 100644 --- a/LiDARToolbox/src/pointGroupsValidator/WMPointGroupsValidator.cpp +++ b/LiDARToolbox/src/pointGroupsValidator/WMPointGroupsValidator.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/pointGroupsValidator/WMPointGroupsValidator.h b/LiDARToolbox/src/pointGroupsValidator/WMPointGroupsValidator.h index 04fe789..ecbb9e3 100644 --- a/LiDARToolbox/src/pointGroupsValidator/WMPointGroupsValidator.h +++ b/LiDARToolbox/src/pointGroupsValidator/WMPointGroupsValidator.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/pointsCutOutliers/WCutOutliersDeamon.cpp b/LiDARToolbox/src/pointsCutOutliers/WCutOutliersDeamon.cpp index 9208c92..c5954f4 100644 --- a/LiDARToolbox/src/pointsCutOutliers/WCutOutliersDeamon.cpp +++ b/LiDARToolbox/src/pointsCutOutliers/WCutOutliersDeamon.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/pointsCutOutliers/WCutOutliersDeamon.h b/LiDARToolbox/src/pointsCutOutliers/WCutOutliersDeamon.h index ba0c9d8..7c4a9d5 100644 --- a/LiDARToolbox/src/pointsCutOutliers/WCutOutliersDeamon.h +++ b/LiDARToolbox/src/pointsCutOutliers/WCutOutliersDeamon.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/pointsCutOutliers/WMPointsCutOutliers.cpp b/LiDARToolbox/src/pointsCutOutliers/WMPointsCutOutliers.cpp index 4780464..4660bc5 100644 --- a/LiDARToolbox/src/pointsCutOutliers/WMPointsCutOutliers.cpp +++ b/LiDARToolbox/src/pointsCutOutliers/WMPointsCutOutliers.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/pointsCutOutliers/WMPointsCutOutliers.h b/LiDARToolbox/src/pointsCutOutliers/WMPointsCutOutliers.h index 040a1f4..97176fa 100644 --- a/LiDARToolbox/src/pointsCutOutliers/WMPointsCutOutliers.h +++ b/LiDARToolbox/src/pointsCutOutliers/WMPointsCutOutliers.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/pointsTransform/WMPointsTransform.cpp b/LiDARToolbox/src/pointsTransform/WMPointsTransform.cpp index f2330bd..b9c40d3 100644 --- a/LiDARToolbox/src/pointsTransform/WMPointsTransform.cpp +++ b/LiDARToolbox/src/pointsTransform/WMPointsTransform.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/pointsTransform/WMPointsTransform.h b/LiDARToolbox/src/pointsTransform/WMPointsTransform.h index 1ef3652..7d0c3a2 100644 --- a/LiDARToolbox/src/pointsTransform/WMPointsTransform.h +++ b/LiDARToolbox/src/pointsTransform/WMPointsTransform.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/readLAS/WLasReader.cpp b/LiDARToolbox/src/readLAS/WLasReader.cpp index 50d3549..75be649 100644 --- a/LiDARToolbox/src/readLAS/WLasReader.cpp +++ b/LiDARToolbox/src/readLAS/WLasReader.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/readLAS/WLasReader.h b/LiDARToolbox/src/readLAS/WLasReader.h index 9bd1bd2..5208a9f 100644 --- a/LiDARToolbox/src/readLAS/WLasReader.h +++ b/LiDARToolbox/src/readLAS/WLasReader.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/readLAS/WMReadLAS.cpp b/LiDARToolbox/src/readLAS/WMReadLAS.cpp index b71b425..b1992e6 100644 --- a/LiDARToolbox/src/readLAS/WMReadLAS.cpp +++ b/LiDARToolbox/src/readLAS/WMReadLAS.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/readLAS/WMReadLAS.h b/LiDARToolbox/src/readLAS/WMReadLAS.h index d64e608..c5d32e9 100644 --- a/LiDARToolbox/src/readLAS/WMReadLAS.h +++ b/LiDARToolbox/src/readLAS/WMReadLAS.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/surfaceDetectionByLari/WLariBoundaryDetector.cpp b/LiDARToolbox/src/surfaceDetectionByLari/WLariBoundaryDetector.cpp index 546bd1c..850792a 100644 --- a/LiDARToolbox/src/surfaceDetectionByLari/WLariBoundaryDetector.cpp +++ b/LiDARToolbox/src/surfaceDetectionByLari/WLariBoundaryDetector.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/surfaceDetectionByLari/WLariBoundaryDetector.h b/LiDARToolbox/src/surfaceDetectionByLari/WLariBoundaryDetector.h index cd42a4f..b6ba85e 100644 --- a/LiDARToolbox/src/surfaceDetectionByLari/WLariBoundaryDetector.h +++ b/LiDARToolbox/src/surfaceDetectionByLari/WLariBoundaryDetector.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/surfaceDetectionByLari/WLariOutliner.cpp b/LiDARToolbox/src/surfaceDetectionByLari/WLariOutliner.cpp index acdbe9d..b316121 100644 --- a/LiDARToolbox/src/surfaceDetectionByLari/WLariOutliner.cpp +++ b/LiDARToolbox/src/surfaceDetectionByLari/WLariOutliner.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/surfaceDetectionByLari/WLariOutliner.h b/LiDARToolbox/src/surfaceDetectionByLari/WLariOutliner.h index a5cacaf..4371659 100644 --- a/LiDARToolbox/src/surfaceDetectionByLari/WLariOutliner.h +++ b/LiDARToolbox/src/surfaceDetectionByLari/WLariOutliner.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/surfaceDetectionByLari/WLariPointClassifier.cpp b/LiDARToolbox/src/surfaceDetectionByLari/WLariPointClassifier.cpp index d45a4fb..5da9933 100644 --- a/LiDARToolbox/src/surfaceDetectionByLari/WLariPointClassifier.cpp +++ b/LiDARToolbox/src/surfaceDetectionByLari/WLariPointClassifier.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/surfaceDetectionByLari/WLariPointClassifier.h b/LiDARToolbox/src/surfaceDetectionByLari/WLariPointClassifier.h index 4cbefd3..ccfb40a 100644 --- a/LiDARToolbox/src/surfaceDetectionByLari/WLariPointClassifier.h +++ b/LiDARToolbox/src/surfaceDetectionByLari/WLariPointClassifier.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/surfaceDetectionByLari/WMSurfaceDetectionByLari.cpp b/LiDARToolbox/src/surfaceDetectionByLari/WMSurfaceDetectionByLari.cpp index 7f5e8c4..ff8f61d 100644 --- a/LiDARToolbox/src/surfaceDetectionByLari/WMSurfaceDetectionByLari.cpp +++ b/LiDARToolbox/src/surfaceDetectionByLari/WMSurfaceDetectionByLari.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/surfaceDetectionByLari/WMSurfaceDetectionByLari.h b/LiDARToolbox/src/surfaceDetectionByLari/WMSurfaceDetectionByLari.h index 0acc398..eb5b8dc 100644 --- a/LiDARToolbox/src/surfaceDetectionByLari/WMSurfaceDetectionByLari.h +++ b/LiDARToolbox/src/surfaceDetectionByLari/WMSurfaceDetectionByLari.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/surfaceDetectionByPCL/WMSurfaceDetectionByPCL.cpp b/LiDARToolbox/src/surfaceDetectionByPCL/WMSurfaceDetectionByPCL.cpp index 4380d19..3a00076 100644 --- a/LiDARToolbox/src/surfaceDetectionByPCL/WMSurfaceDetectionByPCL.cpp +++ b/LiDARToolbox/src/surfaceDetectionByPCL/WMSurfaceDetectionByPCL.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/surfaceDetectionByPCL/WMSurfaceDetectionByPCL.h b/LiDARToolbox/src/surfaceDetectionByPCL/WMSurfaceDetectionByPCL.h index 1b8eff3..d1fc807 100644 --- a/LiDARToolbox/src/surfaceDetectionByPCL/WMSurfaceDetectionByPCL.h +++ b/LiDARToolbox/src/surfaceDetectionByPCL/WMSurfaceDetectionByPCL.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/surfaceDetectionByPCL/WSurfaceDetectorPCL.cpp b/LiDARToolbox/src/surfaceDetectionByPCL/WSurfaceDetectorPCL.cpp index 5df0254..8c73f64 100644 --- a/LiDARToolbox/src/surfaceDetectionByPCL/WSurfaceDetectorPCL.cpp +++ b/LiDARToolbox/src/surfaceDetectionByPCL/WSurfaceDetectorPCL.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/surfaceDetectionByPCL/WSurfaceDetectorPCL.h b/LiDARToolbox/src/surfaceDetectionByPCL/WSurfaceDetectorPCL.h index 96edab7..5ea014a 100644 --- a/LiDARToolbox/src/surfaceDetectionByPCL/WSurfaceDetectorPCL.h +++ b/LiDARToolbox/src/surfaceDetectionByPCL/WSurfaceDetectorPCL.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/tempLeastSquaresTest/WMTempLeastSquaresTest.cpp b/LiDARToolbox/src/tempLeastSquaresTest/WMTempLeastSquaresTest.cpp index 2197c29..aa3d8bd 100644 --- a/LiDARToolbox/src/tempLeastSquaresTest/WMTempLeastSquaresTest.cpp +++ b/LiDARToolbox/src/tempLeastSquaresTest/WMTempLeastSquaresTest.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/tempLeastSquaresTest/WMTempLeastSquaresTest.h b/LiDARToolbox/src/tempLeastSquaresTest/WMTempLeastSquaresTest.h index f44d25d..43aa46f 100644 --- a/LiDARToolbox/src/tempLeastSquaresTest/WMTempLeastSquaresTest.h +++ b/LiDARToolbox/src/tempLeastSquaresTest/WMTempLeastSquaresTest.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/tempRandomPoints/WMTempRandomPoints.cpp b/LiDARToolbox/src/tempRandomPoints/WMTempRandomPoints.cpp index cd9805d..30c41b2 100644 --- a/LiDARToolbox/src/tempRandomPoints/WMTempRandomPoints.cpp +++ b/LiDARToolbox/src/tempRandomPoints/WMTempRandomPoints.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/tempRandomPoints/WMTempRandomPoints.h b/LiDARToolbox/src/tempRandomPoints/WMTempRandomPoints.h index f6ece15..8f995d3 100644 --- a/LiDARToolbox/src/tempRandomPoints/WMTempRandomPoints.h +++ b/LiDARToolbox/src/tempRandomPoints/WMTempRandomPoints.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/treeDetectionByPCA/WMTreeDetectionByPCA.cpp b/LiDARToolbox/src/treeDetectionByPCA/WMTreeDetectionByPCA.cpp index 67bd741..c097b0e 100644 --- a/LiDARToolbox/src/treeDetectionByPCA/WMTreeDetectionByPCA.cpp +++ b/LiDARToolbox/src/treeDetectionByPCA/WMTreeDetectionByPCA.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/treeDetectionByPCA/WMTreeDetectionByPCA.h b/LiDARToolbox/src/treeDetectionByPCA/WMTreeDetectionByPCA.h index 71c17be..f71c60b 100644 --- a/LiDARToolbox/src/treeDetectionByPCA/WMTreeDetectionByPCA.h +++ b/LiDARToolbox/src/treeDetectionByPCA/WMTreeDetectionByPCA.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/treeDetectionByPCA/WPCADetector.cpp b/LiDARToolbox/src/treeDetectionByPCA/WPCADetector.cpp index 16843b3..6bb945b 100644 --- a/LiDARToolbox/src/treeDetectionByPCA/WPCADetector.cpp +++ b/LiDARToolbox/src/treeDetectionByPCA/WPCADetector.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/treeDetectionByPCA/WPCADetector.h b/LiDARToolbox/src/treeDetectionByPCA/WPCADetector.h index f64d5e2..0a6936b 100644 --- a/LiDARToolbox/src/treeDetectionByPCA/WPCADetector.h +++ b/LiDARToolbox/src/treeDetectionByPCA/WPCADetector.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/wallDetectionByPCA/WMWallDetectionByPCA.cpp b/LiDARToolbox/src/wallDetectionByPCA/WMWallDetectionByPCA.cpp index 2232f61..31580e4 100644 --- a/LiDARToolbox/src/wallDetectionByPCA/WMWallDetectionByPCA.cpp +++ b/LiDARToolbox/src/wallDetectionByPCA/WMWallDetectionByPCA.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/wallDetectionByPCA/WMWallDetectionByPCA.h b/LiDARToolbox/src/wallDetectionByPCA/WMWallDetectionByPCA.h index a9f4725..13a4f83 100644 --- a/LiDARToolbox/src/wallDetectionByPCA/WMWallDetectionByPCA.h +++ b/LiDARToolbox/src/wallDetectionByPCA/WMWallDetectionByPCA.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/wallDetectionByPCA/WPCAWallDetector.cpp b/LiDARToolbox/src/wallDetectionByPCA/WPCAWallDetector.cpp index 2455389..ef7c2d6 100644 --- a/LiDARToolbox/src/wallDetectionByPCA/WPCAWallDetector.cpp +++ b/LiDARToolbox/src/wallDetectionByPCA/WPCAWallDetector.cpp @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. diff --git a/LiDARToolbox/src/wallDetectionByPCA/WPCAWallDetector.h b/LiDARToolbox/src/wallDetectionByPCA/WPCAWallDetector.h index 92629f5..c862ae0 100644 --- a/LiDARToolbox/src/wallDetectionByPCA/WPCAWallDetector.h +++ b/LiDARToolbox/src/wallDetectionByPCA/WPCAWallDetector.h @@ -2,7 +2,7 @@ // // Project: OpenWalnut ( http://www.openwalnut.org ) // -// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS +// Copyright 2013-2014 Andreas Schwarzkopf, OpenWalnut Community // For more information see http://www.openwalnut.org/copying // // This file is part of OpenWalnut. -- GitLab