From ad46dcf65d79f9259036d5035663efbd8b121df5 Mon Sep 17 00:00:00 2001 From: mv003348 Date: Thu, 10 Dec 2015 15:59:01 -0500 Subject: [PATCH] Created release v0.2.19 --- hoot-core/src/main/cpp/hoot/core/NodeMap.h | 2 +- .../algorithms/string/MostEnglishName.cpp | 26 +++++++++++++++++++ .../core/algorithms/string/MostEnglishName.h | 26 +++++++++++++++++++ .../highway/HighwayReviewCleanerOp.cpp | 26 +++++++++++++++++++ .../conflate/highway/HighwayReviewCleanerOp.h | 26 +++++++++++++++++++ .../core/filters/NeedsReviewCriterion.cpp | 26 +++++++++++++++++++ .../hoot/core/filters/NeedsReviewCriterion.h | 26 +++++++++++++++++++ .../core/ops/AddHilbertReviewSortOrderOp.cpp | 2 +- .../core/ops/AddHilbertReviewSortOrderOp.h | 2 +- .../hoot/core/ops/RemoveReviewsByEidOp.cpp | 4 +-- .../cpp/hoot/core/ops/RemoveReviewsByEidOp.h | 26 +++++++++++++++++++ .../cpp/hoot/core/ops/ReplaceElementOp.cpp | 4 +-- .../main/cpp/hoot/core/ops/ReplaceElementOp.h | 26 +++++++++++++++++++ .../main/cpp/hoot/core/schema/KeyValuePair.h | 26 +++++++++++++++++++ .../cpp/hoot/core/schema/OsmSchemaLoader.cpp | 26 +++++++++++++++++++ .../cpp/hoot/core/schema/OsmSchemaLoader.h | 26 +++++++++++++++++++ .../core/schema/OsmSchemaLoaderFactory.cpp | 26 +++++++++++++++++++ .../hoot/core/schema/OsmSchemaLoaderFactory.h | 26 +++++++++++++++++++ .../cpp/hoot/core/schema/SchemaChecker.cpp | 26 +++++++++++++++++++ .../main/cpp/hoot/core/schema/SchemaChecker.h | 26 +++++++++++++++++++ .../cpp/hoot/core/schema/SchemaVertex.cpp | 26 +++++++++++++++++++ .../main/cpp/hoot/core/schema/SchemaVertex.h | 26 +++++++++++++++++++ .../core/schema/TagAncestorDifferencer.cpp | 26 +++++++++++++++++++ .../hoot/core/schema/TagAncestorDifferencer.h | 26 +++++++++++++++++++ .../core/schema/TagCategoryDifferencer.cpp | 26 +++++++++++++++++++ .../hoot/core/schema/TagCategoryDifferencer.h | 26 +++++++++++++++++++ .../core/schema/TagFilteredDifferencer.cpp | 26 +++++++++++++++++++ .../hoot/core/schema/TagFilteredDifferencer.h | 26 +++++++++++++++++++ .../visitors/CountUniqueReviewsVisitor.cpp | 26 +++++++++++++++++++ .../core/visitors/CountUniqueReviewsVisitor.h | 26 +++++++++++++++++++ .../algorithms/string/MostEnglishNameJs.cpp | 2 +- .../js/algorithms/string/MostEnglishNameJs.h | 2 +- .../cpp/hoot/js/conflate/ReviewMarkerJs.cpp | 2 +- .../hoot/js/schema/JsonOsmSchemaLoader.cpp | 26 +++++++++++++++++++ .../cpp/hoot/js/schema/JsonOsmSchemaLoader.h | 26 +++++++++++++++++++ .../cpp/hoot/js/schema/TagDifferencerJs.cpp | 2 +- .../cpp/hoot/js/schema/TagDifferencerJs.h | 2 +- .../src/main/cpp/hoot/js/util/DataConvertJs.h | 2 +- .../hoot/js/visitors/JsFunctionVisitor.cpp | 2 +- .../cpp/hoot/js/visitors/JsFunctionVisitor.h | 26 +++++++++++++++++++ .../job/custom/HGIS/HGISFilterResource.java | 26 +++++++++++++++++++ .../job/custom/HGIS/HGISResource.java | 26 +++++++++++++++++++ .../job/custom/HGIS/HGISReviewResource.java | 26 +++++++++++++++++++ .../osm/InvalidResourceParamException.java | 26 +++++++++++++++++++ .../HGIS/ReviewMapTagUpdateException.java | 26 +++++++++++++++++++ .../hoot/services/models/osm/ElementInfo.java | 26 +++++++++++++++++++ .../models/review/ReviewQueryMapper.java | 26 +++++++++++++++++++ .../services/models/review/ReviewRef.java | 26 +++++++++++++++++++ .../models/review/ReviewRefsRequest.java | 26 +++++++++++++++++++ .../models/review/ReviewRefsResponse.java | 26 +++++++++++++++++++ .../models/review/ReviewRefsResponses.java | 26 +++++++++++++++++++ .../models/review/ReviewResolverResponse.java | 26 +++++++++++++++++++ .../models/review/ReviewableItem.java | 26 +++++++++++++++++++ .../models/review/ReviewableStatistics.java | 26 +++++++++++++++++++ .../custom/HGIS/FilterNonHgisPoisRequest.java | 26 +++++++++++++++++++ .../HGIS/FilterNonHgisPoisResponse.java | 26 +++++++++++++++++++ .../HGIS/PrepareForValidationRequest.java | 26 +++++++++++++++++++ .../HGIS/PrepareForValidationResponse.java | 26 +++++++++++++++++++ .../readers/review/IReviewableQuery.java | 26 +++++++++++++++++++ .../readers/review/RandomReviewableQuery.java | 26 +++++++++++++++++++ .../review/ReviewReferencesRetriever.java | 26 +++++++++++++++++++ .../readers/review/ReviewableQuery.java | 26 +++++++++++++++++++ .../readers/review/ReviewableQueryBase.java | 26 +++++++++++++++++++ .../review/ReviewableQueryFactory.java | 26 +++++++++++++++++++ .../readers/review/ReviewableReader.java | 26 +++++++++++++++++++ .../review/ReviewableStatisticsQuery.java | 26 +++++++++++++++++++ .../custom/HGIS/HGISValidationMarker.java | 26 +++++++++++++++++++ .../services/utils/ResourcesCleanUtil.java | 2 +- .../java/hoot/services/utils/StringUtils.java | 26 +++++++++++++++++++ .../java/hoot/services/utils/XmlUtils.java | 26 +++++++++++++++++++ .../validators/osm/ChangesetErrorChecker.java | 26 +++++++++++++++++++ .../writers/review/ReviewResolver.java | 26 +++++++++++++++++++ .../custom/HGIS/HGISValidationDbWriter.java | 26 +++++++++++++++++++ .../job/ReviewResourceGetReferencesTest.java | 26 +++++++++++++++++++ .../job/ReviewResourceResolveAllTest.java | 26 +++++++++++++++++++ .../custom/HGIS/HGISFilterResourceTest.java | 26 +++++++++++++++++++ .../custom/HGIS/HGISReviewResourceTest.java | 26 +++++++++++++++++++ .../db/postgres/PostgresUtilsTest.java | 26 +++++++++++++++++++ .../models/review/ReviewableItemTest.java | 26 +++++++++++++++++++ .../review/ReviewableStatisticsTest.java | 26 +++++++++++++++++++ .../services/osm/ChangesetDbWriterTest.java | 26 +++++++++++++++++++ .../review/RandomReviewableQueryTest.java | 26 +++++++++++++++++++ .../readers/review/ReviewableQueryTest.java | 26 +++++++++++++++++++ .../review/ReviewableStatisticsQueryTest.java | 26 +++++++++++++++++++ .../CostSensitiveLearningTrainer.cpp | 26 +++++++++++++++++++ .../CostSensitiveLearningTrainer.h | 26 +++++++++++++++++++ .../tgs/CostSensitiveLearning/CslOptions.cpp | 26 +++++++++++++++++++ .../tgs/CostSensitiveLearning/CslOptions.h | 26 +++++++++++++++++++ .../CostSensitiveLearning/CslUtilities.cpp | 26 +++++++++++++++++++ .../tgs/CostSensitiveLearning/CslUtilities.h | 26 +++++++++++++++++++ .../MetaCostAlgorithm.cpp | 26 +++++++++++++++++++ .../CostSensitiveLearning/MetaCostAlgorithm.h | 26 +++++++++++++++++++ .../cpp/tgs/RandomForest/BaseRandomForest.cpp | 26 +++++++++++++++++++ .../cpp/tgs/RandomForest/BaseRandomForest.h | 26 +++++++++++++++++++ .../RandomForest/BaseRandomForestManager.cpp | 26 +++++++++++++++++++ .../RandomForest/BaseRandomForestManager.h | 26 +++++++++++++++++++ .../tgs/RandomForest/MissingDataHandler.cpp | 26 +++++++++++++++++++ .../cpp/tgs/RandomForest/MissingDataHandler.h | 26 +++++++++++++++++++ .../MultithreadedRandomForest.cpp | 26 +++++++++++++++++++ .../RandomForest/MultithreadedRandomForest.h | 26 +++++++++++++++++++ .../MultithreadedRandomForestManager.cpp | 26 +++++++++++++++++++ .../MultithreadedRandomForestManager.h | 26 +++++++++++++++++++ .../tgs/RandomForest/RandomForestThread.cpp | 26 +++++++++++++++++++ .../cpp/tgs/RandomForest/RandomForestThread.h | 26 +++++++++++++++++++ .../RandomForest/RandomForestUtilities.cpp | 26 +++++++++++++++++++ .../tgs/RandomForest/RandomForestUtilities.h | 26 +++++++++++++++++++ 106 files changed, 2433 insertions(+), 15 deletions(-) diff --git a/hoot-core/src/main/cpp/hoot/core/NodeMap.h b/hoot-core/src/main/cpp/hoot/core/NodeMap.h index 912bc61916..8666b76ec4 100644 --- a/hoot-core/src/main/cpp/hoot/core/NodeMap.h +++ b/hoot-core/src/main/cpp/hoot/core/NodeMap.h @@ -5,7 +5,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/string/MostEnglishName.cpp b/hoot-core/src/main/cpp/hoot/core/algorithms/string/MostEnglishName.cpp index e2d4e47d86..cf69c26344 100644 --- a/hoot-core/src/main/cpp/hoot/core/algorithms/string/MostEnglishName.cpp +++ b/hoot-core/src/main/cpp/hoot/core/algorithms/string/MostEnglishName.cpp @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #include "MostEnglishName.h" // Hoot diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/string/MostEnglishName.h b/hoot-core/src/main/cpp/hoot/core/algorithms/string/MostEnglishName.h index d35c87e16a..3d748d5be4 100644 --- a/hoot-core/src/main/cpp/hoot/core/algorithms/string/MostEnglishName.h +++ b/hoot-core/src/main/cpp/hoot/core/algorithms/string/MostEnglishName.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef MOSTENGLISHNAME_H #define MOSTENGLISHNAME_H diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayReviewCleanerOp.cpp b/hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayReviewCleanerOp.cpp index 224c1884fe..0328ca7011 100644 --- a/hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayReviewCleanerOp.cpp +++ b/hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayReviewCleanerOp.cpp @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #include "HighwayReviewCleanerOp.h" #include diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayReviewCleanerOp.h b/hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayReviewCleanerOp.h index 07859f6c71..aee786bbd6 100644 --- a/hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayReviewCleanerOp.h +++ b/hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayReviewCleanerOp.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef HIGHWAYREVIEWCLEANEROP_H #define HIGHWAYREVIEWCLEANEROP_H diff --git a/hoot-core/src/main/cpp/hoot/core/filters/NeedsReviewCriterion.cpp b/hoot-core/src/main/cpp/hoot/core/filters/NeedsReviewCriterion.cpp index 5d7c5bf8cb..9e9276fb0d 100644 --- a/hoot-core/src/main/cpp/hoot/core/filters/NeedsReviewCriterion.cpp +++ b/hoot-core/src/main/cpp/hoot/core/filters/NeedsReviewCriterion.cpp @@ -1,2 +1,28 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #include "NeedsReviewCriterion.h" diff --git a/hoot-core/src/main/cpp/hoot/core/filters/NeedsReviewCriterion.h b/hoot-core/src/main/cpp/hoot/core/filters/NeedsReviewCriterion.h index e984223f3b..82cfb5b292 100644 --- a/hoot-core/src/main/cpp/hoot/core/filters/NeedsReviewCriterion.h +++ b/hoot-core/src/main/cpp/hoot/core/filters/NeedsReviewCriterion.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef NEEDSREVIEWCRITERION_H #define NEEDSREVIEWCRITERION_H diff --git a/hoot-core/src/main/cpp/hoot/core/ops/AddHilbertReviewSortOrderOp.cpp b/hoot-core/src/main/cpp/hoot/core/ops/AddHilbertReviewSortOrderOp.cpp index cb3a9e1fbf..200aacdc52 100644 --- a/hoot-core/src/main/cpp/hoot/core/ops/AddHilbertReviewSortOrderOp.cpp +++ b/hoot-core/src/main/cpp/hoot/core/ops/AddHilbertReviewSortOrderOp.cpp @@ -5,7 +5,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/hoot-core/src/main/cpp/hoot/core/ops/AddHilbertReviewSortOrderOp.h b/hoot-core/src/main/cpp/hoot/core/ops/AddHilbertReviewSortOrderOp.h index b3ead00cc7..e6619ea23d 100644 --- a/hoot-core/src/main/cpp/hoot/core/ops/AddHilbertReviewSortOrderOp.h +++ b/hoot-core/src/main/cpp/hoot/core/ops/AddHilbertReviewSortOrderOp.h @@ -5,7 +5,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/hoot-core/src/main/cpp/hoot/core/ops/RemoveReviewsByEidOp.cpp b/hoot-core/src/main/cpp/hoot/core/ops/RemoveReviewsByEidOp.cpp index 7df2988999..34c101576f 100644 --- a/hoot-core/src/main/cpp/hoot/core/ops/RemoveReviewsByEidOp.cpp +++ b/hoot-core/src/main/cpp/hoot/core/ops/RemoveReviewsByEidOp.cpp @@ -5,7 +5,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -22,7 +22,7 @@ * This will properly maintain the copyright information. DigitalGlobe * copyrights will be updated automatically. * - * @copyright Copyright (C) 2013, 2014 DigitalGlobe (http://www.digitalglobe.com/) + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) */ #include "RemoveReviewsByEidOp.h" diff --git a/hoot-core/src/main/cpp/hoot/core/ops/RemoveReviewsByEidOp.h b/hoot-core/src/main/cpp/hoot/core/ops/RemoveReviewsByEidOp.h index ae2d549929..5ebba552be 100644 --- a/hoot-core/src/main/cpp/hoot/core/ops/RemoveReviewsByEidOp.h +++ b/hoot-core/src/main/cpp/hoot/core/ops/RemoveReviewsByEidOp.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef REMOVEREVIEWSBYEIDOP_H #define REMOVEREVIEWSBYEIDOP_H diff --git a/hoot-core/src/main/cpp/hoot/core/ops/ReplaceElementOp.cpp b/hoot-core/src/main/cpp/hoot/core/ops/ReplaceElementOp.cpp index 5f991cf25c..38970bad8a 100644 --- a/hoot-core/src/main/cpp/hoot/core/ops/ReplaceElementOp.cpp +++ b/hoot-core/src/main/cpp/hoot/core/ops/ReplaceElementOp.cpp @@ -5,7 +5,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -22,7 +22,7 @@ * This will properly maintain the copyright information. DigitalGlobe * copyrights will be updated automatically. * - * @copyright Copyright (C) 2013, 2014 DigitalGlobe (http://www.digitalglobe.com/) + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) */ #include "ReplaceElementOp.h" diff --git a/hoot-core/src/main/cpp/hoot/core/ops/ReplaceElementOp.h b/hoot-core/src/main/cpp/hoot/core/ops/ReplaceElementOp.h index f5e2c1e27e..3e67dd6d02 100644 --- a/hoot-core/src/main/cpp/hoot/core/ops/ReplaceElementOp.h +++ b/hoot-core/src/main/cpp/hoot/core/ops/ReplaceElementOp.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef REPLACEELEMENTOP_H #define REPLACEELEMENTOP_H diff --git a/hoot-core/src/main/cpp/hoot/core/schema/KeyValuePair.h b/hoot-core/src/main/cpp/hoot/core/schema/KeyValuePair.h index d9e8984bb2..9d183a8975 100644 --- a/hoot-core/src/main/cpp/hoot/core/schema/KeyValuePair.h +++ b/hoot-core/src/main/cpp/hoot/core/schema/KeyValuePair.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef KEYVALUEPAIR_H #define KEYVALUEPAIR_H diff --git a/hoot-core/src/main/cpp/hoot/core/schema/OsmSchemaLoader.cpp b/hoot-core/src/main/cpp/hoot/core/schema/OsmSchemaLoader.cpp index 51c5207d92..497c089aa7 100644 --- a/hoot-core/src/main/cpp/hoot/core/schema/OsmSchemaLoader.cpp +++ b/hoot-core/src/main/cpp/hoot/core/schema/OsmSchemaLoader.cpp @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #include "OsmSchemaLoader.h" diff --git a/hoot-core/src/main/cpp/hoot/core/schema/OsmSchemaLoader.h b/hoot-core/src/main/cpp/hoot/core/schema/OsmSchemaLoader.h index f5d560a004..d72e9323e5 100644 --- a/hoot-core/src/main/cpp/hoot/core/schema/OsmSchemaLoader.h +++ b/hoot-core/src/main/cpp/hoot/core/schema/OsmSchemaLoader.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef OSM_SCHEMAFILELOADER_H #define OSM_SCHEMAFILELOADER_H diff --git a/hoot-core/src/main/cpp/hoot/core/schema/OsmSchemaLoaderFactory.cpp b/hoot-core/src/main/cpp/hoot/core/schema/OsmSchemaLoaderFactory.cpp index f1cfb9b501..fa711e0ee6 100644 --- a/hoot-core/src/main/cpp/hoot/core/schema/OsmSchemaLoaderFactory.cpp +++ b/hoot-core/src/main/cpp/hoot/core/schema/OsmSchemaLoaderFactory.cpp @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #include "OsmSchemaLoaderFactory.h" diff --git a/hoot-core/src/main/cpp/hoot/core/schema/OsmSchemaLoaderFactory.h b/hoot-core/src/main/cpp/hoot/core/schema/OsmSchemaLoaderFactory.h index c34a90110f..55a9b08a2a 100644 --- a/hoot-core/src/main/cpp/hoot/core/schema/OsmSchemaLoaderFactory.h +++ b/hoot-core/src/main/cpp/hoot/core/schema/OsmSchemaLoaderFactory.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef OSMSCHEMALOADERFACTORY_H #define OSMSCHEMALOADERFACTORY_H diff --git a/hoot-core/src/main/cpp/hoot/core/schema/SchemaChecker.cpp b/hoot-core/src/main/cpp/hoot/core/schema/SchemaChecker.cpp index c1ed7f8dbd..6e0d59ee1b 100644 --- a/hoot-core/src/main/cpp/hoot/core/schema/SchemaChecker.cpp +++ b/hoot-core/src/main/cpp/hoot/core/schema/SchemaChecker.cpp @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #include "SchemaChecker.h" diff --git a/hoot-core/src/main/cpp/hoot/core/schema/SchemaChecker.h b/hoot-core/src/main/cpp/hoot/core/schema/SchemaChecker.h index 0d37a6bc76..38b4b39303 100644 --- a/hoot-core/src/main/cpp/hoot/core/schema/SchemaChecker.h +++ b/hoot-core/src/main/cpp/hoot/core/schema/SchemaChecker.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef __SCHEMA_CHECKER_H__ #define __SCHEMA_CHECKER_H__ diff --git a/hoot-core/src/main/cpp/hoot/core/schema/SchemaVertex.cpp b/hoot-core/src/main/cpp/hoot/core/schema/SchemaVertex.cpp index 5d9ab1dc40..b1f1f4430f 100644 --- a/hoot-core/src/main/cpp/hoot/core/schema/SchemaVertex.cpp +++ b/hoot-core/src/main/cpp/hoot/core/schema/SchemaVertex.cpp @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #include "SchemaVertex.h" diff --git a/hoot-core/src/main/cpp/hoot/core/schema/SchemaVertex.h b/hoot-core/src/main/cpp/hoot/core/schema/SchemaVertex.h index e39e7d9b1d..1398cbf6ca 100644 --- a/hoot-core/src/main/cpp/hoot/core/schema/SchemaVertex.h +++ b/hoot-core/src/main/cpp/hoot/core/schema/SchemaVertex.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef __SCHEMA_VERTEX_H__ #define __SCHEMA_VERTEX_H__ diff --git a/hoot-core/src/main/cpp/hoot/core/schema/TagAncestorDifferencer.cpp b/hoot-core/src/main/cpp/hoot/core/schema/TagAncestorDifferencer.cpp index ff98bdf6fb..fa7ffb09b6 100644 --- a/hoot-core/src/main/cpp/hoot/core/schema/TagAncestorDifferencer.cpp +++ b/hoot-core/src/main/cpp/hoot/core/schema/TagAncestorDifferencer.cpp @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #include "TagAncestorDifferencer.h" #include diff --git a/hoot-core/src/main/cpp/hoot/core/schema/TagAncestorDifferencer.h b/hoot-core/src/main/cpp/hoot/core/schema/TagAncestorDifferencer.h index 563a2b1d37..580fecdafc 100644 --- a/hoot-core/src/main/cpp/hoot/core/schema/TagAncestorDifferencer.h +++ b/hoot-core/src/main/cpp/hoot/core/schema/TagAncestorDifferencer.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef __TAG_ANCESTOR_DIFFERENCER_H__ #define __TAG_ANCESTOR_DIFFERENCER_H__ diff --git a/hoot-core/src/main/cpp/hoot/core/schema/TagCategoryDifferencer.cpp b/hoot-core/src/main/cpp/hoot/core/schema/TagCategoryDifferencer.cpp index d98c9c6304..7a6cee29dc 100644 --- a/hoot-core/src/main/cpp/hoot/core/schema/TagCategoryDifferencer.cpp +++ b/hoot-core/src/main/cpp/hoot/core/schema/TagCategoryDifferencer.cpp @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #include "TagCategoryDifferencer.h" #include diff --git a/hoot-core/src/main/cpp/hoot/core/schema/TagCategoryDifferencer.h b/hoot-core/src/main/cpp/hoot/core/schema/TagCategoryDifferencer.h index 6e8cb1a554..24797c0f66 100644 --- a/hoot-core/src/main/cpp/hoot/core/schema/TagCategoryDifferencer.h +++ b/hoot-core/src/main/cpp/hoot/core/schema/TagCategoryDifferencer.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef TAGCATEGORYDIFFERENCER_H #define TAGCATEGORYDIFFERENCER_H diff --git a/hoot-core/src/main/cpp/hoot/core/schema/TagFilteredDifferencer.cpp b/hoot-core/src/main/cpp/hoot/core/schema/TagFilteredDifferencer.cpp index 5092b89e9b..a2135855ef 100644 --- a/hoot-core/src/main/cpp/hoot/core/schema/TagFilteredDifferencer.cpp +++ b/hoot-core/src/main/cpp/hoot/core/schema/TagFilteredDifferencer.cpp @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #include "TagFilteredDifferencer.h" #include diff --git a/hoot-core/src/main/cpp/hoot/core/schema/TagFilteredDifferencer.h b/hoot-core/src/main/cpp/hoot/core/schema/TagFilteredDifferencer.h index 1f78b222fe..2a8230cb29 100644 --- a/hoot-core/src/main/cpp/hoot/core/schema/TagFilteredDifferencer.h +++ b/hoot-core/src/main/cpp/hoot/core/schema/TagFilteredDifferencer.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef TAGFILTEREDDIFFERENCER_H #define TAGFILTEREDDIFFERENCER_H diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/CountUniqueReviewsVisitor.cpp b/hoot-core/src/main/cpp/hoot/core/visitors/CountUniqueReviewsVisitor.cpp index cab90cadd4..7e3a4cb62f 100644 --- a/hoot-core/src/main/cpp/hoot/core/visitors/CountUniqueReviewsVisitor.cpp +++ b/hoot-core/src/main/cpp/hoot/core/visitors/CountUniqueReviewsVisitor.cpp @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #include "CountUniqueReviewsVisitor.h" #include diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/CountUniqueReviewsVisitor.h b/hoot-core/src/main/cpp/hoot/core/visitors/CountUniqueReviewsVisitor.h index 75c666ea8d..f576c8a00c 100644 --- a/hoot-core/src/main/cpp/hoot/core/visitors/CountUniqueReviewsVisitor.h +++ b/hoot-core/src/main/cpp/hoot/core/visitors/CountUniqueReviewsVisitor.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef COUNTUNIQUEREVIEWSVISITOR_H #define COUNTUNIQUEREVIEWSVISITOR_H diff --git a/hoot-js/src/main/cpp/hoot/js/algorithms/string/MostEnglishNameJs.cpp b/hoot-js/src/main/cpp/hoot/js/algorithms/string/MostEnglishNameJs.cpp index 6c5d1b2827..300b0ebea7 100644 --- a/hoot-js/src/main/cpp/hoot/js/algorithms/string/MostEnglishNameJs.cpp +++ b/hoot-js/src/main/cpp/hoot/js/algorithms/string/MostEnglishNameJs.cpp @@ -5,7 +5,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/hoot-js/src/main/cpp/hoot/js/algorithms/string/MostEnglishNameJs.h b/hoot-js/src/main/cpp/hoot/js/algorithms/string/MostEnglishNameJs.h index e51d131c86..5d146be1a8 100644 --- a/hoot-js/src/main/cpp/hoot/js/algorithms/string/MostEnglishNameJs.h +++ b/hoot-js/src/main/cpp/hoot/js/algorithms/string/MostEnglishNameJs.h @@ -5,7 +5,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/hoot-js/src/main/cpp/hoot/js/conflate/ReviewMarkerJs.cpp b/hoot-js/src/main/cpp/hoot/js/conflate/ReviewMarkerJs.cpp index 1f9d8b92dd..5fb9fe07a4 100644 --- a/hoot-js/src/main/cpp/hoot/js/conflate/ReviewMarkerJs.cpp +++ b/hoot-js/src/main/cpp/hoot/js/conflate/ReviewMarkerJs.cpp @@ -5,7 +5,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/hoot-js/src/main/cpp/hoot/js/schema/JsonOsmSchemaLoader.cpp b/hoot-js/src/main/cpp/hoot/js/schema/JsonOsmSchemaLoader.cpp index f077de30b5..7e69000f0f 100644 --- a/hoot-js/src/main/cpp/hoot/js/schema/JsonOsmSchemaLoader.cpp +++ b/hoot-js/src/main/cpp/hoot/js/schema/JsonOsmSchemaLoader.cpp @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #include "JsonOsmSchemaLoader.h" // hoot diff --git a/hoot-js/src/main/cpp/hoot/js/schema/JsonOsmSchemaLoader.h b/hoot-js/src/main/cpp/hoot/js/schema/JsonOsmSchemaLoader.h index 51435946b7..d1979ae864 100644 --- a/hoot-js/src/main/cpp/hoot/js/schema/JsonOsmSchemaLoader.h +++ b/hoot-js/src/main/cpp/hoot/js/schema/JsonOsmSchemaLoader.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef JSONOSMSCHEMALOADER_H #define JSONOSMSCHEMALOADER_H diff --git a/hoot-js/src/main/cpp/hoot/js/schema/TagDifferencerJs.cpp b/hoot-js/src/main/cpp/hoot/js/schema/TagDifferencerJs.cpp index 3375d69472..8f4866e3e3 100644 --- a/hoot-js/src/main/cpp/hoot/js/schema/TagDifferencerJs.cpp +++ b/hoot-js/src/main/cpp/hoot/js/schema/TagDifferencerJs.cpp @@ -5,7 +5,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/hoot-js/src/main/cpp/hoot/js/schema/TagDifferencerJs.h b/hoot-js/src/main/cpp/hoot/js/schema/TagDifferencerJs.h index afcb77ccb7..cf5ddfb3c5 100644 --- a/hoot-js/src/main/cpp/hoot/js/schema/TagDifferencerJs.h +++ b/hoot-js/src/main/cpp/hoot/js/schema/TagDifferencerJs.h @@ -5,7 +5,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/hoot-js/src/main/cpp/hoot/js/util/DataConvertJs.h b/hoot-js/src/main/cpp/hoot/js/util/DataConvertJs.h index 5cae467e7c..685cb77a50 100644 --- a/hoot-js/src/main/cpp/hoot/js/util/DataConvertJs.h +++ b/hoot-js/src/main/cpp/hoot/js/util/DataConvertJs.h @@ -5,7 +5,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/hoot-js/src/main/cpp/hoot/js/visitors/JsFunctionVisitor.cpp b/hoot-js/src/main/cpp/hoot/js/visitors/JsFunctionVisitor.cpp index 656752f48e..ecacf29e5a 100644 --- a/hoot-js/src/main/cpp/hoot/js/visitors/JsFunctionVisitor.cpp +++ b/hoot-js/src/main/cpp/hoot/js/visitors/JsFunctionVisitor.cpp @@ -5,7 +5,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/hoot-js/src/main/cpp/hoot/js/visitors/JsFunctionVisitor.h b/hoot-js/src/main/cpp/hoot/js/visitors/JsFunctionVisitor.h index c4d8212e32..5c05d238bb 100644 --- a/hoot-js/src/main/cpp/hoot/js/visitors/JsFunctionVisitor.h +++ b/hoot-js/src/main/cpp/hoot/js/visitors/JsFunctionVisitor.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef JSFUNCTIONVISITOR_H #define JSFUNCTIONVISITOR_H diff --git a/hoot-services/src/main/java/hoot/services/controllers/job/custom/HGIS/HGISFilterResource.java b/hoot-services/src/main/java/hoot/services/controllers/job/custom/HGIS/HGISFilterResource.java index 369a23dcbc..b22b80ce95 100644 --- a/hoot-services/src/main/java/hoot/services/controllers/job/custom/HGIS/HGISFilterResource.java +++ b/hoot-services/src/main/java/hoot/services/controllers/job/custom/HGIS/HGISFilterResource.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.controllers.job.custom.HGIS; import java.util.UUID; diff --git a/hoot-services/src/main/java/hoot/services/controllers/job/custom/HGIS/HGISResource.java b/hoot-services/src/main/java/hoot/services/controllers/job/custom/HGIS/HGISResource.java index 0d61fc74ae..4f42cf0e8d 100644 --- a/hoot-services/src/main/java/hoot/services/controllers/job/custom/HGIS/HGISResource.java +++ b/hoot-services/src/main/java/hoot/services/controllers/job/custom/HGIS/HGISResource.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.controllers.job.custom.HGIS; import java.io.IOException; diff --git a/hoot-services/src/main/java/hoot/services/controllers/job/custom/HGIS/HGISReviewResource.java b/hoot-services/src/main/java/hoot/services/controllers/job/custom/HGIS/HGISReviewResource.java index 92d8e5a649..0dbbeb4c1b 100644 --- a/hoot-services/src/main/java/hoot/services/controllers/job/custom/HGIS/HGISReviewResource.java +++ b/hoot-services/src/main/java/hoot/services/controllers/job/custom/HGIS/HGISReviewResource.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.controllers.job.custom.HGIS; import java.sql.Connection; diff --git a/hoot-services/src/main/java/hoot/services/exceptions/osm/InvalidResourceParamException.java b/hoot-services/src/main/java/hoot/services/exceptions/osm/InvalidResourceParamException.java index f1481a9d95..d46e8e6dda 100644 --- a/hoot-services/src/main/java/hoot/services/exceptions/osm/InvalidResourceParamException.java +++ b/hoot-services/src/main/java/hoot/services/exceptions/osm/InvalidResourceParamException.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.exceptions.osm; @SuppressWarnings("serial") diff --git a/hoot-services/src/main/java/hoot/services/exceptions/review/custom/HGIS/ReviewMapTagUpdateException.java b/hoot-services/src/main/java/hoot/services/exceptions/review/custom/HGIS/ReviewMapTagUpdateException.java index a5392c90dc..24d26f10c5 100644 --- a/hoot-services/src/main/java/hoot/services/exceptions/review/custom/HGIS/ReviewMapTagUpdateException.java +++ b/hoot-services/src/main/java/hoot/services/exceptions/review/custom/HGIS/ReviewMapTagUpdateException.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.exceptions.review.custom.HGIS; @SuppressWarnings("serial") diff --git a/hoot-services/src/main/java/hoot/services/models/osm/ElementInfo.java b/hoot-services/src/main/java/hoot/services/models/osm/ElementInfo.java index 02840fe3d7..7b8604f8b4 100644 --- a/hoot-services/src/main/java/hoot/services/models/osm/ElementInfo.java +++ b/hoot-services/src/main/java/hoot/services/models/osm/ElementInfo.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.models.osm; import javax.xml.bind.annotation.XmlRootElement; diff --git a/hoot-services/src/main/java/hoot/services/models/review/ReviewQueryMapper.java b/hoot-services/src/main/java/hoot/services/models/review/ReviewQueryMapper.java index e90bb16d51..d7ddc092e6 100644 --- a/hoot-services/src/main/java/hoot/services/models/review/ReviewQueryMapper.java +++ b/hoot-services/src/main/java/hoot/services/models/review/ReviewQueryMapper.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.models.review; /** diff --git a/hoot-services/src/main/java/hoot/services/models/review/ReviewRef.java b/hoot-services/src/main/java/hoot/services/models/review/ReviewRef.java index 8179890165..8689de7507 100644 --- a/hoot-services/src/main/java/hoot/services/models/review/ReviewRef.java +++ b/hoot-services/src/main/java/hoot/services/models/review/ReviewRef.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.models.review; import hoot.services.models.osm.ElementInfo; diff --git a/hoot-services/src/main/java/hoot/services/models/review/ReviewRefsRequest.java b/hoot-services/src/main/java/hoot/services/models/review/ReviewRefsRequest.java index eee4f6a2f5..38527ea315 100644 --- a/hoot-services/src/main/java/hoot/services/models/review/ReviewRefsRequest.java +++ b/hoot-services/src/main/java/hoot/services/models/review/ReviewRefsRequest.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.models.review; import hoot.services.models.osm.ElementInfo; diff --git a/hoot-services/src/main/java/hoot/services/models/review/ReviewRefsResponse.java b/hoot-services/src/main/java/hoot/services/models/review/ReviewRefsResponse.java index b786a46254..6961e049d4 100644 --- a/hoot-services/src/main/java/hoot/services/models/review/ReviewRefsResponse.java +++ b/hoot-services/src/main/java/hoot/services/models/review/ReviewRefsResponse.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.models.review; import hoot.services.models.osm.ElementInfo; diff --git a/hoot-services/src/main/java/hoot/services/models/review/ReviewRefsResponses.java b/hoot-services/src/main/java/hoot/services/models/review/ReviewRefsResponses.java index fd886bf621..8f4fe5f960 100644 --- a/hoot-services/src/main/java/hoot/services/models/review/ReviewRefsResponses.java +++ b/hoot-services/src/main/java/hoot/services/models/review/ReviewRefsResponses.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.models.review; import javax.xml.bind.annotation.XmlRootElement; diff --git a/hoot-services/src/main/java/hoot/services/models/review/ReviewResolverResponse.java b/hoot-services/src/main/java/hoot/services/models/review/ReviewResolverResponse.java index 58c78e4f6a..18bc2163db 100644 --- a/hoot-services/src/main/java/hoot/services/models/review/ReviewResolverResponse.java +++ b/hoot-services/src/main/java/hoot/services/models/review/ReviewResolverResponse.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.models.review; import javax.xml.bind.annotation.XmlRootElement; diff --git a/hoot-services/src/main/java/hoot/services/models/review/ReviewableItem.java b/hoot-services/src/main/java/hoot/services/models/review/ReviewableItem.java index 81f2eb02a3..8ebfde650f 100644 --- a/hoot-services/src/main/java/hoot/services/models/review/ReviewableItem.java +++ b/hoot-services/src/main/java/hoot/services/models/review/ReviewableItem.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.models.review; import org.json.simple.JSONObject; diff --git a/hoot-services/src/main/java/hoot/services/models/review/ReviewableStatistics.java b/hoot-services/src/main/java/hoot/services/models/review/ReviewableStatistics.java index 62707f5d8e..934663d6c7 100644 --- a/hoot-services/src/main/java/hoot/services/models/review/ReviewableStatistics.java +++ b/hoot-services/src/main/java/hoot/services/models/review/ReviewableStatistics.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.models.review; import org.json.simple.JSONObject; diff --git a/hoot-services/src/main/java/hoot/services/models/review/custom/HGIS/FilterNonHgisPoisRequest.java b/hoot-services/src/main/java/hoot/services/models/review/custom/HGIS/FilterNonHgisPoisRequest.java index 4f10ee6924..a04fcb39f9 100644 --- a/hoot-services/src/main/java/hoot/services/models/review/custom/HGIS/FilterNonHgisPoisRequest.java +++ b/hoot-services/src/main/java/hoot/services/models/review/custom/HGIS/FilterNonHgisPoisRequest.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.models.review.custom.HGIS; import javax.xml.bind.annotation.XmlRootElement; diff --git a/hoot-services/src/main/java/hoot/services/models/review/custom/HGIS/FilterNonHgisPoisResponse.java b/hoot-services/src/main/java/hoot/services/models/review/custom/HGIS/FilterNonHgisPoisResponse.java index c1d24eed84..5435d0a1fd 100644 --- a/hoot-services/src/main/java/hoot/services/models/review/custom/HGIS/FilterNonHgisPoisResponse.java +++ b/hoot-services/src/main/java/hoot/services/models/review/custom/HGIS/FilterNonHgisPoisResponse.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.models.review.custom.HGIS; public class FilterNonHgisPoisResponse { diff --git a/hoot-services/src/main/java/hoot/services/models/review/custom/HGIS/PrepareForValidationRequest.java b/hoot-services/src/main/java/hoot/services/models/review/custom/HGIS/PrepareForValidationRequest.java index 58ea16112f..c9281a8ea2 100644 --- a/hoot-services/src/main/java/hoot/services/models/review/custom/HGIS/PrepareForValidationRequest.java +++ b/hoot-services/src/main/java/hoot/services/models/review/custom/HGIS/PrepareForValidationRequest.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.models.review.custom.HGIS; import javax.xml.bind.annotation.XmlRootElement; diff --git a/hoot-services/src/main/java/hoot/services/models/review/custom/HGIS/PrepareForValidationResponse.java b/hoot-services/src/main/java/hoot/services/models/review/custom/HGIS/PrepareForValidationResponse.java index df9be87a2a..065661ea58 100644 --- a/hoot-services/src/main/java/hoot/services/models/review/custom/HGIS/PrepareForValidationResponse.java +++ b/hoot-services/src/main/java/hoot/services/models/review/custom/HGIS/PrepareForValidationResponse.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.models.review.custom.HGIS; import javax.xml.bind.annotation.XmlRootElement; diff --git a/hoot-services/src/main/java/hoot/services/readers/review/IReviewableQuery.java b/hoot-services/src/main/java/hoot/services/readers/review/IReviewableQuery.java index 9d411ee71f..8e190de107 100644 --- a/hoot-services/src/main/java/hoot/services/readers/review/IReviewableQuery.java +++ b/hoot-services/src/main/java/hoot/services/readers/review/IReviewableQuery.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.readers.review; import java.sql.SQLException; diff --git a/hoot-services/src/main/java/hoot/services/readers/review/RandomReviewableQuery.java b/hoot-services/src/main/java/hoot/services/readers/review/RandomReviewableQuery.java index f4a13ccd98..74aa8ce312 100644 --- a/hoot-services/src/main/java/hoot/services/readers/review/RandomReviewableQuery.java +++ b/hoot-services/src/main/java/hoot/services/readers/review/RandomReviewableQuery.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.readers.review; import hoot.services.HootProperties; diff --git a/hoot-services/src/main/java/hoot/services/readers/review/ReviewReferencesRetriever.java b/hoot-services/src/main/java/hoot/services/readers/review/ReviewReferencesRetriever.java index 2e6ddce485..e342013bdf 100644 --- a/hoot-services/src/main/java/hoot/services/readers/review/ReviewReferencesRetriever.java +++ b/hoot-services/src/main/java/hoot/services/readers/review/ReviewReferencesRetriever.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.readers.review; import hoot.services.controllers.osm.MapResource; diff --git a/hoot-services/src/main/java/hoot/services/readers/review/ReviewableQuery.java b/hoot-services/src/main/java/hoot/services/readers/review/ReviewableQuery.java index af5865b0ce..02b5fa5def 100644 --- a/hoot-services/src/main/java/hoot/services/readers/review/ReviewableQuery.java +++ b/hoot-services/src/main/java/hoot/services/readers/review/ReviewableQuery.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.readers.review; import hoot.services.models.review.ReviewQueryMapper; diff --git a/hoot-services/src/main/java/hoot/services/readers/review/ReviewableQueryBase.java b/hoot-services/src/main/java/hoot/services/readers/review/ReviewableQueryBase.java index cdbe247a02..328a59caeb 100644 --- a/hoot-services/src/main/java/hoot/services/readers/review/ReviewableQueryBase.java +++ b/hoot-services/src/main/java/hoot/services/readers/review/ReviewableQueryBase.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.readers.review; import java.sql.Connection; diff --git a/hoot-services/src/main/java/hoot/services/readers/review/ReviewableQueryFactory.java b/hoot-services/src/main/java/hoot/services/readers/review/ReviewableQueryFactory.java index cd9bf5c8aa..126385bddd 100644 --- a/hoot-services/src/main/java/hoot/services/readers/review/ReviewableQueryFactory.java +++ b/hoot-services/src/main/java/hoot/services/readers/review/ReviewableQueryFactory.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.readers.review; import java.sql.Connection; diff --git a/hoot-services/src/main/java/hoot/services/readers/review/ReviewableReader.java b/hoot-services/src/main/java/hoot/services/readers/review/ReviewableReader.java index e2f1f6c856..5822ee9456 100644 --- a/hoot-services/src/main/java/hoot/services/readers/review/ReviewableReader.java +++ b/hoot-services/src/main/java/hoot/services/readers/review/ReviewableReader.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.readers.review; import java.sql.Connection; diff --git a/hoot-services/src/main/java/hoot/services/readers/review/ReviewableStatisticsQuery.java b/hoot-services/src/main/java/hoot/services/readers/review/ReviewableStatisticsQuery.java index 6a13bec997..42e079536b 100644 --- a/hoot-services/src/main/java/hoot/services/readers/review/ReviewableStatisticsQuery.java +++ b/hoot-services/src/main/java/hoot/services/readers/review/ReviewableStatisticsQuery.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.readers.review; import hoot.services.models.review.ReviewQueryMapper; diff --git a/hoot-services/src/main/java/hoot/services/review/custom/HGIS/HGISValidationMarker.java b/hoot-services/src/main/java/hoot/services/review/custom/HGIS/HGISValidationMarker.java index 530c2a4847..caac68bb65 100644 --- a/hoot-services/src/main/java/hoot/services/review/custom/HGIS/HGISValidationMarker.java +++ b/hoot-services/src/main/java/hoot/services/review/custom/HGIS/HGISValidationMarker.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.review.custom.HGIS; import hoot.services.db2.QMaps; diff --git a/hoot-services/src/main/java/hoot/services/utils/ResourcesCleanUtil.java b/hoot-services/src/main/java/hoot/services/utils/ResourcesCleanUtil.java index 990ef636f9..f24dd8d0ec 100644 --- a/hoot-services/src/main/java/hoot/services/utils/ResourcesCleanUtil.java +++ b/hoot-services/src/main/java/hoot/services/utils/ResourcesCleanUtil.java @@ -5,7 +5,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/hoot-services/src/main/java/hoot/services/utils/StringUtils.java b/hoot-services/src/main/java/hoot/services/utils/StringUtils.java index ce866322b0..5bb0d34b12 100644 --- a/hoot-services/src/main/java/hoot/services/utils/StringUtils.java +++ b/hoot-services/src/main/java/hoot/services/utils/StringUtils.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.utils; import java.io.UnsupportedEncodingException; diff --git a/hoot-services/src/main/java/hoot/services/utils/XmlUtils.java b/hoot-services/src/main/java/hoot/services/utils/XmlUtils.java index d78239974d..010b13d314 100644 --- a/hoot-services/src/main/java/hoot/services/utils/XmlUtils.java +++ b/hoot-services/src/main/java/hoot/services/utils/XmlUtils.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.utils; import java.io.StringWriter; diff --git a/hoot-services/src/main/java/hoot/services/validators/osm/ChangesetErrorChecker.java b/hoot-services/src/main/java/hoot/services/validators/osm/ChangesetErrorChecker.java index f6d51a2ddb..9181c24d08 100644 --- a/hoot-services/src/main/java/hoot/services/validators/osm/ChangesetErrorChecker.java +++ b/hoot-services/src/main/java/hoot/services/validators/osm/ChangesetErrorChecker.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.validators.osm; import java.sql.Connection; diff --git a/hoot-services/src/main/java/hoot/services/writers/review/ReviewResolver.java b/hoot-services/src/main/java/hoot/services/writers/review/ReviewResolver.java index cede0e1aa5..ed742bd075 100644 --- a/hoot-services/src/main/java/hoot/services/writers/review/ReviewResolver.java +++ b/hoot-services/src/main/java/hoot/services/writers/review/ReviewResolver.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.writers.review; import hoot.services.models.osm.Changeset; diff --git a/hoot-services/src/main/java/hoot/services/writers/review/custom/HGIS/HGISValidationDbWriter.java b/hoot-services/src/main/java/hoot/services/writers/review/custom/HGIS/HGISValidationDbWriter.java index 7b1818b763..2fe32afacd 100644 --- a/hoot-services/src/main/java/hoot/services/writers/review/custom/HGIS/HGISValidationDbWriter.java +++ b/hoot-services/src/main/java/hoot/services/writers/review/custom/HGIS/HGISValidationDbWriter.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.writers.review.custom.HGIS; import hoot.services.db.DbUtils; diff --git a/hoot-services/src/test/java/hoot/services/controllers/job/ReviewResourceGetReferencesTest.java b/hoot-services/src/test/java/hoot/services/controllers/job/ReviewResourceGetReferencesTest.java index 22b5bcfd03..566327a4db 100644 --- a/hoot-services/src/test/java/hoot/services/controllers/job/ReviewResourceGetReferencesTest.java +++ b/hoot-services/src/test/java/hoot/services/controllers/job/ReviewResourceGetReferencesTest.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.controllers.job; import java.io.IOException; diff --git a/hoot-services/src/test/java/hoot/services/controllers/job/ReviewResourceResolveAllTest.java b/hoot-services/src/test/java/hoot/services/controllers/job/ReviewResourceResolveAllTest.java index 0ea2549dd8..71606df8e5 100644 --- a/hoot-services/src/test/java/hoot/services/controllers/job/ReviewResourceResolveAllTest.java +++ b/hoot-services/src/test/java/hoot/services/controllers/job/ReviewResourceResolveAllTest.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.controllers.job; import java.io.IOException; diff --git a/hoot-services/src/test/java/hoot/services/controllers/job/custom/HGIS/HGISFilterResourceTest.java b/hoot-services/src/test/java/hoot/services/controllers/job/custom/HGIS/HGISFilterResourceTest.java index 5a658cd71e..96e6dce32e 100644 --- a/hoot-services/src/test/java/hoot/services/controllers/job/custom/HGIS/HGISFilterResourceTest.java +++ b/hoot-services/src/test/java/hoot/services/controllers/job/custom/HGIS/HGISFilterResourceTest.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.controllers.job.custom.HGIS; import java.util.List; diff --git a/hoot-services/src/test/java/hoot/services/controllers/job/custom/HGIS/HGISReviewResourceTest.java b/hoot-services/src/test/java/hoot/services/controllers/job/custom/HGIS/HGISReviewResourceTest.java index 9dc41bb3bd..e16006cdc3 100644 --- a/hoot-services/src/test/java/hoot/services/controllers/job/custom/HGIS/HGISReviewResourceTest.java +++ b/hoot-services/src/test/java/hoot/services/controllers/job/custom/HGIS/HGISReviewResourceTest.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.controllers.job.custom.HGIS; import java.util.List; diff --git a/hoot-services/src/test/java/hoot/services/db/postgres/PostgresUtilsTest.java b/hoot-services/src/test/java/hoot/services/db/postgres/PostgresUtilsTest.java index e4023ebb12..4b04ef574b 100644 --- a/hoot-services/src/test/java/hoot/services/db/postgres/PostgresUtilsTest.java +++ b/hoot-services/src/test/java/hoot/services/db/postgres/PostgresUtilsTest.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.db.postgres; import hoot.services.UnitTest; diff --git a/hoot-services/src/test/java/hoot/services/models/review/ReviewableItemTest.java b/hoot-services/src/test/java/hoot/services/models/review/ReviewableItemTest.java index 8e412cdc69..4fdb3ab032 100644 --- a/hoot-services/src/test/java/hoot/services/models/review/ReviewableItemTest.java +++ b/hoot-services/src/test/java/hoot/services/models/review/ReviewableItemTest.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.models.review; import hoot.services.UnitTest; diff --git a/hoot-services/src/test/java/hoot/services/models/review/ReviewableStatisticsTest.java b/hoot-services/src/test/java/hoot/services/models/review/ReviewableStatisticsTest.java index 7636d10af3..b655538c15 100644 --- a/hoot-services/src/test/java/hoot/services/models/review/ReviewableStatisticsTest.java +++ b/hoot-services/src/test/java/hoot/services/models/review/ReviewableStatisticsTest.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.models.review; import hoot.services.UnitTest; diff --git a/hoot-services/src/test/java/hoot/services/osm/ChangesetDbWriterTest.java b/hoot-services/src/test/java/hoot/services/osm/ChangesetDbWriterTest.java index 0e8cefc2f7..5885d462a8 100644 --- a/hoot-services/src/test/java/hoot/services/osm/ChangesetDbWriterTest.java +++ b/hoot-services/src/test/java/hoot/services/osm/ChangesetDbWriterTest.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.osm; import java.sql.Connection; diff --git a/hoot-services/src/test/java/hoot/services/readers/review/RandomReviewableQueryTest.java b/hoot-services/src/test/java/hoot/services/readers/review/RandomReviewableQueryTest.java index 2ff5409d43..06317eaacc 100644 --- a/hoot-services/src/test/java/hoot/services/readers/review/RandomReviewableQueryTest.java +++ b/hoot-services/src/test/java/hoot/services/readers/review/RandomReviewableQueryTest.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.readers.review; import hoot.services.UnitTest; diff --git a/hoot-services/src/test/java/hoot/services/readers/review/ReviewableQueryTest.java b/hoot-services/src/test/java/hoot/services/readers/review/ReviewableQueryTest.java index ce13ce56b0..2f280a835c 100644 --- a/hoot-services/src/test/java/hoot/services/readers/review/ReviewableQueryTest.java +++ b/hoot-services/src/test/java/hoot/services/readers/review/ReviewableQueryTest.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.readers.review; import hoot.services.UnitTest; diff --git a/hoot-services/src/test/java/hoot/services/readers/review/ReviewableStatisticsQueryTest.java b/hoot-services/src/test/java/hoot/services/readers/review/ReviewableStatisticsQueryTest.java index fe7118e462..e390e8f6fd 100644 --- a/hoot-services/src/test/java/hoot/services/readers/review/ReviewableStatisticsQueryTest.java +++ b/hoot-services/src/test/java/hoot/services/readers/review/ReviewableStatisticsQueryTest.java @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ package hoot.services.readers.review; import hoot.services.UnitTest; diff --git a/tgs/src/main/cpp/tgs/CostSensitiveLearning/CostSensitiveLearningTrainer.cpp b/tgs/src/main/cpp/tgs/CostSensitiveLearning/CostSensitiveLearningTrainer.cpp index 93bbf268ea..51168a2607 100644 --- a/tgs/src/main/cpp/tgs/CostSensitiveLearning/CostSensitiveLearningTrainer.cpp +++ b/tgs/src/main/cpp/tgs/CostSensitiveLearning/CostSensitiveLearningTrainer.cpp @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #include "CostSensitiveLearningTrainer.h" //Std Includes diff --git a/tgs/src/main/cpp/tgs/CostSensitiveLearning/CostSensitiveLearningTrainer.h b/tgs/src/main/cpp/tgs/CostSensitiveLearning/CostSensitiveLearningTrainer.h index 72ff724c73..426c3bcf8c 100644 --- a/tgs/src/main/cpp/tgs/CostSensitiveLearning/CostSensitiveLearningTrainer.h +++ b/tgs/src/main/cpp/tgs/CostSensitiveLearning/CostSensitiveLearningTrainer.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef COSTSENSITIVELEARNINGTRAINER_H #define COSTSENSITIVELEARNINGTRAINER_H diff --git a/tgs/src/main/cpp/tgs/CostSensitiveLearning/CslOptions.cpp b/tgs/src/main/cpp/tgs/CostSensitiveLearning/CslOptions.cpp index f34288c0ce..9ee683a111 100644 --- a/tgs/src/main/cpp/tgs/CostSensitiveLearning/CslOptions.cpp +++ b/tgs/src/main/cpp/tgs/CostSensitiveLearning/CslOptions.cpp @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #include "CslOptions.h" //Qt Includes diff --git a/tgs/src/main/cpp/tgs/CostSensitiveLearning/CslOptions.h b/tgs/src/main/cpp/tgs/CostSensitiveLearning/CslOptions.h index 0728a9ae16..81f96584db 100644 --- a/tgs/src/main/cpp/tgs/CostSensitiveLearning/CslOptions.h +++ b/tgs/src/main/cpp/tgs/CostSensitiveLearning/CslOptions.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef CSLOPTIONS_H #define CSLOPTIONS_H diff --git a/tgs/src/main/cpp/tgs/CostSensitiveLearning/CslUtilities.cpp b/tgs/src/main/cpp/tgs/CostSensitiveLearning/CslUtilities.cpp index 50f499bb0a..3bbdc947ad 100644 --- a/tgs/src/main/cpp/tgs/CostSensitiveLearning/CslUtilities.cpp +++ b/tgs/src/main/cpp/tgs/CostSensitiveLearning/CslUtilities.cpp @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #include "CslUtilities.h" //Qt Includes diff --git a/tgs/src/main/cpp/tgs/CostSensitiveLearning/CslUtilities.h b/tgs/src/main/cpp/tgs/CostSensitiveLearning/CslUtilities.h index c80cd646d5..dbd1e44f24 100644 --- a/tgs/src/main/cpp/tgs/CostSensitiveLearning/CslUtilities.h +++ b/tgs/src/main/cpp/tgs/CostSensitiveLearning/CslUtilities.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef CSLUTILITIES_H #define CSLUTILITIES_H diff --git a/tgs/src/main/cpp/tgs/CostSensitiveLearning/MetaCostAlgorithm.cpp b/tgs/src/main/cpp/tgs/CostSensitiveLearning/MetaCostAlgorithm.cpp index 4d681ec8e6..daae46c914 100644 --- a/tgs/src/main/cpp/tgs/CostSensitiveLearning/MetaCostAlgorithm.cpp +++ b/tgs/src/main/cpp/tgs/CostSensitiveLearning/MetaCostAlgorithm.cpp @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #include "MetaCostAlgorithm.h" //Std Includes diff --git a/tgs/src/main/cpp/tgs/CostSensitiveLearning/MetaCostAlgorithm.h b/tgs/src/main/cpp/tgs/CostSensitiveLearning/MetaCostAlgorithm.h index 5615f77604..d55b6f1795 100644 --- a/tgs/src/main/cpp/tgs/CostSensitiveLearning/MetaCostAlgorithm.h +++ b/tgs/src/main/cpp/tgs/CostSensitiveLearning/MetaCostAlgorithm.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef METACOSTALGORITHM_H #define METACOSTALGORITHM_H diff --git a/tgs/src/main/cpp/tgs/RandomForest/BaseRandomForest.cpp b/tgs/src/main/cpp/tgs/RandomForest/BaseRandomForest.cpp index 4bd4185b4a..b230a661bb 100644 --- a/tgs/src/main/cpp/tgs/RandomForest/BaseRandomForest.cpp +++ b/tgs/src/main/cpp/tgs/RandomForest/BaseRandomForest.cpp @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #include "BaseRandomForest.h" //Qt Includes diff --git a/tgs/src/main/cpp/tgs/RandomForest/BaseRandomForest.h b/tgs/src/main/cpp/tgs/RandomForest/BaseRandomForest.h index 5142d0d9d6..42f4ebf156 100644 --- a/tgs/src/main/cpp/tgs/RandomForest/BaseRandomForest.h +++ b/tgs/src/main/cpp/tgs/RandomForest/BaseRandomForest.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef BASERANDOMFOREST_H #define BASERANDOMFOREST_H diff --git a/tgs/src/main/cpp/tgs/RandomForest/BaseRandomForestManager.cpp b/tgs/src/main/cpp/tgs/RandomForest/BaseRandomForestManager.cpp index 08b65362c1..74569dbee5 100644 --- a/tgs/src/main/cpp/tgs/RandomForest/BaseRandomForestManager.cpp +++ b/tgs/src/main/cpp/tgs/RandomForest/BaseRandomForestManager.cpp @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #include "BaseRandomForestManager.h" //Qt Includes diff --git a/tgs/src/main/cpp/tgs/RandomForest/BaseRandomForestManager.h b/tgs/src/main/cpp/tgs/RandomForest/BaseRandomForestManager.h index 99d3081977..a92392480a 100644 --- a/tgs/src/main/cpp/tgs/RandomForest/BaseRandomForestManager.h +++ b/tgs/src/main/cpp/tgs/RandomForest/BaseRandomForestManager.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef BASERANDOMFORESTMANAGER_H #define BASERANDOMFORESTMANAGER_H diff --git a/tgs/src/main/cpp/tgs/RandomForest/MissingDataHandler.cpp b/tgs/src/main/cpp/tgs/RandomForest/MissingDataHandler.cpp index f36355dc17..27115c32a9 100644 --- a/tgs/src/main/cpp/tgs/RandomForest/MissingDataHandler.cpp +++ b/tgs/src/main/cpp/tgs/RandomForest/MissingDataHandler.cpp @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #include "MissingDataHandler.h" //Std Includes diff --git a/tgs/src/main/cpp/tgs/RandomForest/MissingDataHandler.h b/tgs/src/main/cpp/tgs/RandomForest/MissingDataHandler.h index 2575a8db93..bde1cf0727 100644 --- a/tgs/src/main/cpp/tgs/RandomForest/MissingDataHandler.h +++ b/tgs/src/main/cpp/tgs/RandomForest/MissingDataHandler.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef MISSINGDATAHANDLER_H #define MISSINGDATAHANDLER_H diff --git a/tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForest.cpp b/tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForest.cpp index 50d064d512..f6be917ba2 100644 --- a/tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForest.cpp +++ b/tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForest.cpp @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #include "MultithreadedRandomForest.h" //Std Includes diff --git a/tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForest.h b/tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForest.h index 9326d1bed3..4e957a834e 100644 --- a/tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForest.h +++ b/tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForest.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef MULTITHREADEDRANDOMFOREST_H #define MULTITHREADEDRANDOMFOREST_H diff --git a/tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForestManager.cpp b/tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForestManager.cpp index b6d85cc1a8..9a2df3daeb 100644 --- a/tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForestManager.cpp +++ b/tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForestManager.cpp @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #include "MultithreadedRandomForestManager.h" //Qt Includes diff --git a/tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForestManager.h b/tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForestManager.h index 24b578e273..8990622f60 100644 --- a/tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForestManager.h +++ b/tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForestManager.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef MULTITHREADEDRANDOMFORESTMANAGER_H #define MULTITHREADEDRANDOMFORESTMANAGER_H diff --git a/tgs/src/main/cpp/tgs/RandomForest/RandomForestThread.cpp b/tgs/src/main/cpp/tgs/RandomForest/RandomForestThread.cpp index 9d32c8713e..7710816536 100644 --- a/tgs/src/main/cpp/tgs/RandomForest/RandomForestThread.cpp +++ b/tgs/src/main/cpp/tgs/RandomForest/RandomForestThread.cpp @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #include "RandomForestThread.h" #include "../TgsException.h" diff --git a/tgs/src/main/cpp/tgs/RandomForest/RandomForestThread.h b/tgs/src/main/cpp/tgs/RandomForest/RandomForestThread.h index 6db4798d6c..176734412d 100644 --- a/tgs/src/main/cpp/tgs/RandomForest/RandomForestThread.h +++ b/tgs/src/main/cpp/tgs/RandomForest/RandomForestThread.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef RANDOMFORESTTHREAD_H #define RANDOMFORESTTHREAD_H diff --git a/tgs/src/main/cpp/tgs/RandomForest/RandomForestUtilities.cpp b/tgs/src/main/cpp/tgs/RandomForest/RandomForestUtilities.cpp index eac31a78b4..943b93fe52 100644 --- a/tgs/src/main/cpp/tgs/RandomForest/RandomForestUtilities.cpp +++ b/tgs/src/main/cpp/tgs/RandomForest/RandomForestUtilities.cpp @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #include "RandomForestUtilities.h" //Qt Includes diff --git a/tgs/src/main/cpp/tgs/RandomForest/RandomForestUtilities.h b/tgs/src/main/cpp/tgs/RandomForest/RandomForestUtilities.h index 1be7b9a311..87912159c1 100644 --- a/tgs/src/main/cpp/tgs/RandomForest/RandomForestUtilities.h +++ b/tgs/src/main/cpp/tgs/RandomForest/RandomForestUtilities.h @@ -1,3 +1,29 @@ +/* + * This file is part of Hootenanny. + * + * Hootenanny is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * -------------------------------------------------------------------- + * + * The following copyright notices are generated automatically. If you + * have a new notice to add, please use the format: + * " * @copyright Copyright ..." + * This will properly maintain the copyright information. DigitalGlobe + * copyrights will be updated automatically. + * + * @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/) + */ #ifndef RANDOMFORESTUTILITIES_H #define RANDOMFORESTUTILITIES_H